rails--rails/railties/test/application
Sebastian Martinez 130c9b71aa Parenthesize arguments when the first one is a Regexp literal.
This fixes 'warning: ambiguous first argument; put parentheses or even spaces'.
2011-05-23 21:45:00 -03:00
..
initializers Parenthesize arguments when the first one is a Regexp literal. 2011-05-23 21:45:00 -03:00
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 Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like Datamapper can also have their own sandboxing in rails console. 2011-05-04 16:47:35 +02:00
generators_test.rb Tidy up generators commits. 2010-11-17 23:32:19 +01:00
loading_test.rb Removed deprecated router API from railties 2010-09-05 13:44:37 +02:00
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 Provide a cleaner syntax for paths configuration that does not rely on method_missing. 2010-10-06 17:20:15 +02:00
rackup_test.rb Remove deprecated dispatch test. 2010-09-02 12:55:14 +02: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