aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine
Commit message (Collapse)AuthorAgeFilesLines
* Add active_model/railtie back to generated boot.rb, add models back to ↵José Valim2010-01-251-0/+1
| | | | paths, load active_support/railtie since we need it and ensure default logger is set before config.
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-241-1/+1
|
* Add tests for plugin sanity check.José Valim2010-01-241-1/+2
|
* Ensure helpers work from configured path.José Valim2010-01-241-0/+1
|
* Move configuration to subfolders.José Valim2010-01-232-1/+49
|
* Create configurable modules and ensure that they are added only on direct ↵José Valim2010-01-231-0/+24
children.