Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch for #1458 - [3.1.0.rc1] App plugins initialized before engines | Joseph Wong | 2011-06-16 | 1 | -1/+1 |
* | Rails::Engine.find(path) - method to find engine by path | Piotr Sarnacki | 2010-12-09 | 1 | -8/+0 |
* | Move singleton pattern to Railtie and remove Engine::Configurable and Applica... | Piotr Sarnacki | 2010-09-03 | 1 | -1/+1 |
* | Gather initializers from railties in engines to get rid of additional looping... | Piotr Sarnacki | 2010-09-03 | 1 | -10/+0 |
* | Engine can now load its own plugins | Piotr Sarnacki | 2010-09-03 | 1 | -12/+12 |
* | Made Engine valid rack app with its own middleware stack | Piotr Sarnacki | 2010-09-03 | 1 | -2/+2 |
* | Solve some pendencies. | José Valim | 2010-01-24 | 1 | -1/+1 |
* | Extract Railtie load from application. | José Valim | 2010-01-23 | 1 | -0/+31 |