RailsCasts Pro episodes are now free!

Learn more or hide this

JB Barth's Profile

GitHub User: jbbarth

Site: http://jbbarth.com

Comments by JB Barth

Avatar

You may use this approach to store data (here a whole JSON object) that will be used / processed through Javascript client-side.

Avatar

Fyi, the mongoid_ancestry gem provides nearly the same feature set as the ancestry gem for active_record, but for mongoid. It has some gotchas but worth to check out.

Avatar

This lib is amazing, thanks for this screencast. Note that #arrange method does not work perfectly if you have a too recent activerecord and an order clause in your default_scope's model. See the issue on github if needed ( https://github.com/stefankroes/ancestry/issues/42 ).