rails--rails/railties/test/application/initializers
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
..
boot_test.rb
check_ruby_version_test.rb abort generation/booting on Ruby 1.9.1 2010-06-10 21:49:45 +02:00
frameworks_test.rb Add config.action_controller.include_all_helpers, by default it is set to true. 2010-11-18 00:20:57 +01:00
hooks_test.rb Fixed two failing tests in railties on 1.9.2-head [#4609 state:commited] 2010-05-16 10:47:03 +02:00
i18n_test.rb Removed deprecated router API from railties 2010-09-05 13:44:37 +02:00
load_path_test.rb Revert "files in the lib directory are no longer autoloaded" 2010-06-21 01:46:24 +02:00
notifications_test.rb Fix a failing test in Railtie and properly define all severity levels in MockLogger for LogSubscriber. 2010-07-20 21:21:14 +02:00