This project is archived and is in readonly mode.

Changeset [250fb3f6c297e1f0bdc80a44ae6ac77c04cd9c85] by Piotr Sarnacki

November 17th, 2010 @ 11:20 PM

Add config.action_controller.include_all_helpers, by default it is set to true.

In older rails versions there was a way to use only helpers from
helper file corresponding to current controller and you could also
include all helpers by saying 'helper :all' in controller. This config
allows to return to older behavior by setting it to false.
https://github.com/rails/rails/commit/250fb3f6c297e1f0bdc80a44ae6ac...

Committed by Piotr Sarnacki

  • M actionpack/lib/action_controller/metal/helpers.rb
  • M actionpack/lib/action_controller/railties/paths.rb
  • M railties/test/application/initializers/frameworks_test.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>