RailsCasts Pro episodes are now free!

Learn more or hide this

dei79's Profile

GitHub User: dei79

Comments by

Avatar

+1 I'm looking for a sample as well. Would be really helpful to get this kind of example because I like the forms object approach that much.

Avatar

Thanks for this screencast, during my migration to chef-solo I started working on a solution which makes it super easy to install a more or less standard rails stack so that you can start deploying via capistrano:

https://github.com/dei79/solify

Avatar

Hi,

thanks for this great cast. I wrote a small engine with two controllers and now I want to integrate this controllers into the devise based security infrastructure. In my app controllers I'm using a before_filter :backend_rights_required. How can I add this filter to my engine controllers as well from the main app without changing the engine as self?

Thanks a lot
Dirk