1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/application
Xavier Noria 92669b8320 application generation: --skip-testunit and --skip-activerecord renamed to --skip-test-unit and --skip-active-record respectively
Reason is their proper spellings are "Test::Unit" and "Active Record".
Option names and descriptions have been revised, as well as some method
names and minor details here and there.
2010-07-25 22:55:38 +02: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 Push a failing test for issues [#4994] and [#5003]. 2010-06-29 19:50:09 +02:00
middleware_test.rb application generation: --skip-testunit and --skip-activerecord renamed to --skip-test-unit and --skip-active-record respectively 2010-07-25 22:55:38 +02: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 Avoid calls to Rails::Application since this is not the official API. 2010-07-01 18:43:44 +02:00
routing_test.rb Add a failing test for ticket #4874 2010-06-17 13:48:02 +02: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