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
wycats 39d6f9e112 Make many parts of Rails lazy. In order to facilitate this,
add lazy_load_hooks.rb, which allows us to declare code that
should be run at some later time. For instance, this allows
us to defer requiring ActiveRecord::Base at boot time purely
to apply configuration. Instead, we register a hook that should
apply configuration once ActiveRecord::Base is loaded.

With these changes, brings down total boot time of a
new app to 300ms in production and 400ms in dev.

TODO: rename base_hook
2010-03-07 06:24:30 -08:00
..
bootstrap.rb Moved initializers for ActionMailer and ActionController into their own railties 2010-03-02 12:32:31 -08:00
configurable.rb Add tests for explicit engines. 2010-01-26 14:58:00 +01:00
configuration.rb Have log subscribers subscribe to the actual events, so the subscriber doesn't subscribe to *every* event, so we can have events that are slow-ish but are not actually run in production. 2010-03-02 13:05:25 -08:00
finisher.rb Revert behavior from a5684dfa3c and ensure after_initializer is executed after to_prepare callbacks. 2010-02-19 08:15:49 +01:00
metal_loader.rb require Strings, not Symbols 2010-02-14 11:56:21 -08:00
railties.rb Solve some pendencies. 2010-01-24 09:32:54 +01:00
routes_reloader.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00