rails--rails/railties/test
David Heinemeier Hansson dd665ff967 Fixed that script/generate would not look for plugin generators in plugin_paths (closes #11000) [glv]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9017 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-03-13 02:47:26 +00:00
..
fixtures Fixed that script/generate would not look for plugin generators in plugin_paths (closes #11000) [glv] 2008-03-13 02:47:26 +00:00
generators require abstract_unit directly since test is in load path 2008-01-05 13:33:12 +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 require abstract_unit directly since test is in load path 2008-01-05 13:33:00 +00:00
console_app_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:33:00 +00:00
fcgi_dispatcher_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:33:00 +00:00
generator_lookup_test.rb Fixed that script/generate would not look for plugin generators in plugin_paths (closes #11000) [glv] 2008-03-13 02:47:26 +00:00
initializer_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:33:00 +00:00
plugin_loader_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:33:00 +00:00
plugin_locator_test.rb Sort the results to remove platform dependent test failures 2008-02-20 05:57:00 +00:00
plugin_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:33:00 +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 require abstract_unit directly since test is in load path 2008-01-05 13:33:00 +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