Categories: None [Edit]

mixable_engines

https://rubygems.org/gems/mixable_engines
https://github.com/asee/mixable_engines
In the old Engines plugin (used before the built-in engines arrived in rails 2.3), controller and helper classes were mixed together. That is, if an engine had a FooController, and your application also had a FooController, you could use the actions in both controllers. In the built-in Engines functionality in Rails 3, this does not occur. Your application's FooController replaces the engine controller entirely. This gem restores the old functionality, allowing you to easily override parts of an engine in your application.

Total

Ranking: 52,549 of 187,622
Downloads: 20,596

Daily

Ranking: 68,981 of 187,603
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,012,753,026bundler
61,228,391,351i18n
71,212,991,452activesupport
1,10839,032,944shoulda
3,6133,091,446rcov
4,2982,005,263jeweler

Owners

#GravatarHandle
1icontmorton