rails/railties/test/application
2011-06-06 16:13:22 +05:30
..
initializers framework_test.rb also dependent on RAILS_ENV=development 2011-06-06 00:43:49 +05:30
middleware Replace references to ActiveSupport::SecureRandom with just SecureRandom, and require 'securerandom' from the stdlib when active support is required. 2011-05-23 20:25:44 +01:00
rack Parenthesize arguments when the first one is a Regexp literal. 2011-05-23 21:45:00 -03:00
assets_test.rb Ensure Set-Cookie is not set on assets. 2011-05-17 17:44:06 -04:00
configuration_test.rb Fixes failing test, closes #1098. 2011-05-17 05:32:14 -07:00
console_test.rb Fix for CI server. Dependent on RAILS_ENV=development 2011-06-06 16:13:22 +05:30
generators_test.rb Use load_generators instead. 2011-05-25 09:30:41 +02:00
loading_test.rb loading_test.rb with RAILS_ENV=development 2011-06-06 00:55:24 +05:30
middleware_test.rb Move content length to the server, this brings the same behavior as in rack 1.2. 2011-05-23 10:28:00 +02:00
paths_test.rb Removing deprecated config.paths.app.controller API 2011-05-24 23:02:48 -05:00
rackup_test.rb Force RAILS_ENV=development in rackup_test.rb. This fixes a problem on the CI server. For some reason the RAILS_ENV on the CI server is production, which means that the ActionDispatch::Static middleware is not used, and so the request in 'config.ru can be racked up' returns a 404 rather than a 200. 2011-06-04 23:47:03 +01:00
rake_test.rb Parenthesize arguments when the first one is a Regexp literal. 2011-05-23 21:45:00 -03:00
routing_test.rb prepend the assets route instead of appending, closes #436 2011-05-08 12:59:04 +02:00
runner_test.rb Send 'rails runner' help message to stdout instead of stderr. 2010-09-19 16:45:29 -07:00
test_test.rb add tests for performance test 2011-05-05 17:15:22 +08:00
url_generation_test.rb Create a deprecation behavior that triggers a notification for deprecation notices, and make the behaviors independent of the environment names. 2010-06-29 12:20:15 -07:00