This project is archived and is in readonly mode.

Changeset [4aded43b73ff94dbf06b4a2d2075651ce454e1d5] by wycats

March 30th, 2010 @ 01:08 AM

Replace the placeholder base_hook API with on_load. To specify some code that
should run during framework load do:

ActiveSupport.on_load(:action_controller) do
# Code run in the context of AC::Base end
http://github.com/rails/rails/commit/4aded43b73ff94dbf06b4a2d207565...

Committed by wycats

  • M actionmailer/lib/action_mailer/base.rb
  • M actionmailer/lib/action_mailer/railtie.rb
  • M actionpack/lib/action_controller/base.rb
  • M actionpack/lib/action_controller/railtie.rb
  • M actionpack/lib/action_view/base.rb
  • M actionpack/lib/action_view/helpers/active_model_helper.rb
  • M actionpack/lib/action_view/helpers/form_helper.rb
  • M actionpack/lib/action_view/railtie.rb
  • M activerecord/lib/active_record.rb
  • M activerecord/lib/active_record/base.rb
  • M activerecord/lib/active_record/railtie.rb
  • M activesupport/lib/active_support/dependencies/autoload.rb
  • M activesupport/lib/active_support/i18n.rb
  • M activesupport/lib/active_support/lazy_load_hooks.rb
  • M activesupport/lib/active_support/railtie.rb
  • M railties/lib/rails/application/routes_reloader.rb
  • M railties/lib/rails/engine.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>