rails--rails/railties/test
Jeremy Kemper ab9e4c0eaa Ruby 1.9 compatibility. References #1689.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8431 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-12-17 18:54:55 +00:00
..
fixtures
generators Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pratik Naik] 2007-12-10 05:54:46 +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 Ruby 1.9 compatibility. References #1689. 2007-12-17 18:54:55 +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.rb Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon] 2007-11-08 15:41:46 +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
rails_generator_test.rb RailsFCGIHandler tests. Closes #9630. 2007-09-23 11:20:25 +00:00
rails_info_controller_test.rb
rails_info_test.rb
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