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: 50,175 of 183,477
Downloads: 20,141

Daily

Ranking: 63,432 of 183,470
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,456,134,847bundler
61,028,010,226i18n
71,004,546,968activesupport
1,08632,455,782shoulda
3,5842,591,929rcov
4,0881,860,866jeweler

Owners

#GravatarHandle
1icontmorton