Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport config.action_controller.include_all_helpers to 3-0-stable #1874

Closed

Conversation

kuahyeow
Copy link
Contributor

Can we please backport #106 to 3-0-stable ? I have made the necessary changes for it to work on this branch, and all tests seem to run successfully.

This will be very useful for the cases when clear_helpers do not work.

…t 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.
@josevalim
Copy link
Contributor

Sorry, but we are not adding more features to 3-0-stable. Rails 3.1 is right around the corner.

@josevalim josevalim closed this Jun 28, 2011
jake3030 pushed a commit to jake3030/rails that referenced this pull request Jun 28, 2011
[rails#1874 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants