rails/railties/test
2007-12-10 03:19:27 +00:00
..
fixtures Canonicalize configuration.root_path and replace RAILS_ROOT. 2007-03-29 05:44:44 +00:00
generators Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
mocks RailsFCGIHandler tests. Closes #9630. 2007-09-23 11:20:25 +00:00
abstract_unit.rb RailsFCGIHandler tests. Closes #9630. 2007-09-23 11:20:25 +00:00
boot_test.rb Allow double quotes around RAILS_GEM_VERSION also. Closes #10443 [James Cox] 2007-12-10 03:19:27 +00:00
console_app_test.rb Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ and after_dispatch callbacks, and warm up to non-CGI requests. 2007-09-26 01:24:07 +00:00
fcgi_dispatcher_test.rb RailsFCGIHandler tests. Closes #9630. 2007-09-23 11:20:25 +00:00
initializer_test.rb Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. Closes #9795 [lazyatom] 2007-11-08 05:29:44 +00:00
plugin_loader_test.rb Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. Closes #9795 [lazyatom] 2007-11-08 05:29:44 +00:00
plugin_locator_test.rb Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. Closes #9795 [lazyatom] 2007-11-08 05:29:44 +00:00
plugin_test_helper.rb Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. Closes #9795 [lazyatom] 2007-11-08 05:29:44 +00:00
plugin_test.rb Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon] 2007-11-08 15:41:46 +00:00
rails_generator_test.rb RailsFCGIHandler tests. Closes #9630. 2007-09-23 11:20:25 +00:00
rails_info_controller_test.rb railties tests 2006-09-03 00:04:20 +00:00
rails_info_test.rb misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #9089 [kampers] 2007-07-25 02:50:35 +00:00
secret_key_generation_test.rb Introduce SecretKeyGenerator for more secure session secrets than CGI::Session's pseudo-random id generator. Consider extracting to Active Support later. Closes #10286. 2007-11-28 19:36:59 +00:00