aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/plugins/engines
Commit message (Collapse)AuthorAgeFilesLines
* I18n support for pluginsAntonio Tapiador del Dujo2009-08-301-0/+2
| | | | | | | | | | Rails will now automatically add locale files found in any engine's locale directory to the I18n.load_path (i.e. files that match the glob pattern "config/locales/**/*.{rb,yml}" relative to engine directories). [#2325 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Raise LoadError instead of a runtime exception [#1498 state:resolved]karmi2009-03-071-1/+1
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Metal can now line in plugins under app/metal [#2045 state:committed]Matthew Rudy Jacobs2009-02-271-0/+10
| | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
* Added view path support for engines [DHH]David Heinemeier Hansson2008-11-271-1/+1
|
* Added that config/routes.rb files in engine plugins are automatically loaded ↵David Heinemeier Hansson2008-11-264-0/+10
(and reloaded when they change in dev mode) [DHH]