rails--rails/railties/test/application
José Valim 4e92134dfa Fix a bug in ActionDispatch::Static where Rails cannot find assets if started in another directory which is not the RAILS_ROOT. 2010-04-08 12:52:37 +02: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 a bug in ActionDispatch::Static where Rails cannot find assets if started in another directory which is not the RAILS_ROOT. 2010-04-08 12:52:37 +02: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 Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
middleware_test.rb Add a test which ensures action_dispatch.show_exceptions is properly disabled. 2010-04-02 20:54:10 +02:00
paths_test.rb Remove app/views from the load paths [#4226 state:resolved] 2010-04-05 12:30:59 +02:00
rackup_test.rb Refactor railties test, break huge files in smaller chunks and move initializers to application folder. 2010-01-26 13:57:11 +01:00
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 Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00