Go to file
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
actionmailer Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
actionpack Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
activemodel Load RAILS_VERSION relative to the gemspec file. 2010-03-06 21:33:28 -08:00
activerecord Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
activeresource Load RAILS_VERSION relative to the gemspec file. 2010-03-06 21:33:28 -08:00
activesupport Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
ci Update CI to the latest bundler 2010-03-04 11:24:38 -08:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
tools Rename tools/profile_requires -> tools/profile since we do both require and ruby-prof profiling. 2009-05-27 01:11:33 -05:00
.gitignore Remove bin dir from .gitignore 2010-02-26 08:09:09 -08:00
Gemfile Bump pg dep to 0.9.0+ 2010-03-01 16:20:10 -08:00
load_paths.rb Define Bundler constant stub if bundler gem is not installed 2010-02-28 18:34:57 -06:00
rails3b.gemspec Bump to Bundler 0.9.8. Remark on RubyGems 1.3.6 fix. 2010-02-25 16:55:42 -08:00
RAILS_VERSION Read Rails version from a file instead of modifying the load path and doing requires 2010-03-04 21:25:52 -08:00
rails.gemspec Load RAILS_VERSION relative to the gemspec file. 2010-03-06 21:33:28 -08:00
Rakefile Read Rails version from a file instead of modifying the load path and doing requires 2010-03-04 21:25:52 -08:00
version.rb Add rake update_versions task at root for quickly updating all components 2010-03-02 00:32:41 -05:00