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
Piotr Sarnacki 250fb3f6c2 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.
2010-11-18 00:20:57 +01:00
..
abstract_controller Remove inline comment. 2010-11-11 17:07:06 +01:00
action_controller Add config.action_controller.include_all_helpers, by default it is set to true. 2010-11-18 00:20:57 +01:00
action_dispatch Anchors should be allowed on constraints that are not on path segments 2010-11-16 21:46:15 -08:00
action_pack Update the version.rb files to include a PRE part 2010-11-16 17:19:46 -08:00
action_view Pass the view object as parameter to the handler. Useful if you need to access the lookup context or other information when compiling the template. 2010-11-17 23:50:45 +01:00
abstract_controller.rb Refactor ActionMailer to not use hide_actions 2010-09-03 22:59:11 +02:00
action_controller.rb Move uri parser to AS as URI.parser method to reuse it in AP and ARes. 2010-09-28 11:38:35 +08:00
action_dispatch.rb Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00
action_pack.rb Updating copyright dates on all licenses 2010-02-01 10:10:53 +11:00
action_view.rb SReorganize autoloads slightly and move two files to lib/action_view root. 2010-10-14 09:32:53 +02:00