rails--rails/railties/test
David Heinemeier Hansson 70ac560e42 Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6611 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-04-28 15:57:29 +00:00
..
fixtures Canonicalize configuration.root_path and replace RAILS_ROOT. 2007-03-29 05:44:44 +00:00
mocks Thoroughly test the FCGI dispatcher. Closes #5970. 2006-09-03 00:18:31 +00:00
abstract_unit.rb Dispatcher test requires abstract_unit. Cleanup abstract_unit. 2007-03-01 23:29:56 +00:00
dispatcher_test.rb Dispatcher test requires abstract_unit. Cleanup abstract_unit. 2007-03-01 23:29:56 +00:00
fcgi_dispatcher_test.rb Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] 2007-04-28 15:57:29 +00:00
initializer_test.rb Canonicalize configuration.root_path and replace RAILS_ROOT. 2007-03-29 05:44:44 +00:00
plugin_loader_test.rb Split out the basic plugin locator functionality into an abstract super class. Add a FileSystemLocator to do the job of checking the plugin_paths for plugins. Add plugin_locators configuration option which will iterate over the set of plugin locators and load each of the plugin loaders they return. Rename locater everywhere to locator. [Marcel Molina Jr.] 2007-03-02 23:39:29 +00:00
plugin_locator_test.rb Move responsibility for ensuring that all registered gems were loaded from the FileSystemLocator into the Initializer once all locators have had a chance to load the gems they located. [Marcel Molina Jr.] 2007-03-03 02:53:06 +00:00
plugin_test_helper.rb Split out the basic plugin locator functionality into an abstract super class. Add a FileSystemLocator to do the job of checking the plugin_paths for plugins. Add plugin_locators configuration option which will iterate over the set of plugin locators and load each of the plugin loaders they return. Rename locater everywhere to locator. [Marcel Molina Jr.] 2007-03-02 23:39:29 +00:00
rails_generator_test.rb Test session table pluralization. Closes #6459. 2006-11-20 04:17:48 +00:00
rails_info_controller_test.rb railties tests 2006-09-03 00:04:20 +00:00
rails_info_test.rb railties tests 2006-09-03 00:04:20 +00:00