aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine
Commit message (Expand)AuthorAgeFilesLines
...
* Add a header that tells Internet Explorer (all versions) to use the best avai...wycats2010-07-271-1/+1
* A few changes were done in this commit:José Valim2010-06-281-2/+2
* renames load_(once_)paths to autoload_(once_)paths in dependencies and configXavier Noria2010-06-241-5/+5
* Revert "files in the lib directory are no longer autoloaded"Xavier Noria2010-06-211-5/+1
* files in the lib directory are no longer autoloadedXavier Noria2010-06-211-1/+5
* Removing Metal from Rails 3. wycats2010-05-291-1/+0
* Fix a typo in load_once_paths [#4357 state:resolved] (ht: Kim Altintop)José Valim2010-04-101-1/+1
* Remove app/views from the load paths [#4226 state:resolved]José Valim2010-04-051-1/+1
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-1/+0
* Add mailers to paths in case someone wants to access it directly and ensures ...José Valim2010-03-061-2/+3
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-0/+1
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-031-0/+3
* Add config.generators.templates to provide alternative paths for template loo...José Valim2010-02-061-0/+1
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-281-1/+0
* Add active_model/railtie back to generated boot.rb, add models back to paths,...José Valim2010-01-251-0/+1
* 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 chi...José Valim2010-01-231-0/+24