rails--rails/railties/test/application
Joshua Peek 87db863fa2 Remove invalid builtin tests since we aren't adding that dir to the
load path anymore
2010-03-20 15:14:59 -05:00
..
initializers Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings. 2010-03-04 16:05:52 -08:00
configuration_test.rb Fix protect_against_forgery 2010-03-19 11:11:02 -07:00
console_test.rb reload! on console now works as expected. [#3822 status:resolved] 2010-02-26 12:09:39 +01:00
generators_test.rb Add config.generators.templates to provide alternative paths for template lookup. 2010-02-06 17:32:06 +01:00
metal_test.rb Fix all the broken tests due to the AC configuration refactor 2010-03-03 21:24:27 -08:00
middleware_stack_defaults_test.rb Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings. 2010-03-04 16:05:52 -08:00
middleware_test.rb Fix all the broken tests due to the AC configuration refactor 2010-03-03 21:24:27 -08:00
paths_test.rb Remove invalid builtin tests since we aren't adding that dir to the 2010-03-20 15:14:59 -05:00
rackup_test.rb
routing_test.rb nested controllers need to be explicitly declared with the new mapper 2010-02-28 18:43:20 -06:00
test_test.rb Check if Test::Unit is defined before adding backtrace filter. 2010-02-07 14:51:23 +01:00
url_generation_test.rb Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings. 2010-03-04 16:05:52 -08:00