My question is similar to this one How to skip ActiveRecord callbacks? but instead of AR I m using Mongoid, It seems like that isn t implemented yet in the current version of Mongoid, so I d like to know what should be an elegant solution to implement it. (if necessary).
collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...