1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
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
..
abstract_controller Add a method for configuring abstract controllers 2010-03-04 00:52:10 -08:00
action_controller Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
action_dispatch Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
action_pack Update versions of all components to normalize them to new format 2010-03-02 00:32:48 -05:00
action_view Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
abstract_controller.rb Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:resolved] 2010-02-26 11:51:21 +01:00
action_controller.rb Remove a failed attempt at refactoring AC configuration 2010-03-03 15:49:24 -08:00
action_dispatch.rb Move remote_ip to a middleware: 2010-03-03 21:24:00 -08:00
action_pack.rb Updating copyright dates on all licenses 2010-02-01 10:10:53 +11:00
action_view.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00