Vincent Robert

Results 7 comments of Vincent Robert

Back in my dark days, I did a "port" of rbenv for Windows called [rbenv-cmd](http://github.com/genezys/rbenv-cmd). This is a not-complete-at-all implementation of rbenv using CMD script. I tried to adapt my...

Thanks for your feedbacks. Please let me know if my modifications are clear enough now.

I like the `.rename` syntax better as it allows to support many renames in the history of the schema: ```js db.version(3).rename({ friends: "friends3", friends2: "friends3", }).stores({ friends3: '++id, name, age,...

It appears to be fixed in 1.0.3 by #74

Did you try with options `{ morphStyle: 'innerHTML' }`?

As a workaround, Rails 8 supports recursive queries with [with_recursive](https://api.rubyonrails.org/classes/ActiveRecord/QueryMethods.html#method-i-with_recursive).