Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old fixtures files. | José Valim | 2010-01-26 | 6 | -22/+0 |
| | |||||
* | Scaffolding generates new routing dsl examples | Joshua Peek | 2009-12-09 | 1 | -1/+1 |
| | |||||
* | I18n support for plugins | Antonio Tapiador del Dujo | 2009-08-30 | 1 | -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] | karmi | 2009-03-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Metal can now line in plugins under app/metal [#2045 state:committed] | Matthew Rudy Jacobs | 2009-02-27 | 1 | -0/+10 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Added view path support for engines [DHH] | David Heinemeier Hansson | 2008-11-27 | 1 | -1/+1 |
| | |||||
* | Added that config/routes.rb files in engine plugins are automatically loaded ↵ | David Heinemeier Hansson | 2008-11-26 | 4 | -0/+10 |
(and reloaded when they change in dev mode) [DHH] |