Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused delegate | Kassio Borges | 2013-08-31 | 1 | -2/+0 |
| | | | | Related with commit 4a2a504 | ||||
* | Removed deprecated `Rails.application.railties.engines`. | Arun Agrawal | 2013-07-04 | 1 | -6/+0 |
| | |||||
* | Adding Back Rails::Engine::Railties#engines | Tim Raymond | 2013-01-03 | 1 | -0/+29 |
| | | | | | Removing it breaks functionality with gems such as Thinking Sphinx. This restores it with a deprecation warning. Closes #8551 | ||||
* | Remove unnecessary Railties structure now that plugins are gone | José Valim | 2012-06-29 | 1 | -26/+0 |
| | |||||
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 1 | -8/+1 |
| | |||||
* | Rails::Engine.find(path) - method to find engine by path | Piotr Sarnacki | 2010-12-09 | 1 | -0/+10 |
| | |||||
* | Provide a cleaner syntax for paths configuration that does not rely on ↵ | José Valim | 2010-10-06 | 1 | -1/+1 |
| | | | | method_missing. | ||||
* | Engine can now load its own plugins | Piotr Sarnacki | 2010-09-03 | 1 | -0/+23 |