1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/application
José Valim 9b19a6f16c A few changes were done in this commit:
* Added :autoload to engines path API and redefine usage to be in sync with 6f83a5036d8a9c3f8ed7;
* Do not autoload code in *lib* for applications (now you need to explicitly require them). This makes an application behave closer to an engine (code in lib is still autoloaded for plugins);
* Always autoload code in app/ for engines and plugins. This makes engines behave closer to an application and should allow us to get rid of the unloadable hack required when controllers inside engines inherit from ApplicationController;
2010-06-28 01:22:32 +02:00
..
bootstrap.rb Clear DescendantsTracker on each request. 2010-06-19 17:51:44 +02:00
configurable.rb Add tests for explicit engines. 2010-01-26 14:58:00 +01:00
configuration.rb A few changes were done in this commit: 2010-06-28 01:22:32 +02:00
finisher.rb renames load_(once_)paths to autoload_(once_)paths in dependencies and config 2010-06-24 00:17:28 +02:00
railties.rb Solve some pendencies. 2010-01-24 09:32:54 +01:00