rails/railties/test/application
2010-08-14 04:12:33 -03:00
..
initializers Fix a failing test in Railtie and properly define all severity levels in MockLogger for LogSubscriber. 2010-07-20 21:21:14 +02:00
configuration_test.rb Simplify cookie_store by simply relying on cookies.signed. 2010-05-18 02:05:20 +02:00
console_test.rb Add console hook to force ActiveRecord::Base to be loaded when console starts avoiding reference loops. 2010-07-18 11:02:07 +02:00
generators_test.rb Make config.generators accept string namespaces, you can do now config.generators.test_framework 'rspec' for instance 2010-07-21 17:17:23 +02:00
loading_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
middleware_test.rb Fix middleware test 2010-07-27 21:10:30 -07:00
paths_test.rb Removing Metal from Rails 3. 2010-05-29 20:08:00 +02:00
rackup_test.rb Fix typo on rackup test (ht: pleax) 2010-05-20 13:49:06 -07:00
rake_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
routing_test.rb Improve best_standards_support to use only IE=Edge in development mode 2010-08-09 11:48:31 -07:00
runner_test.rb Fix indent 2010-07-02 11:32:18 -07: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 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