rails/railties/test
Michael Koziarski 41bfedeac2 Tidy up framework initialization code to ensure that it doesn't add folders to the load path that it doesn't intend to require.
Work around mongrel swallowing LoadErrors to ensure that users get more helpful errors if active_resource is required but not missing.  [mislav] Closes #9743


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7738 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-10-04 04:16:06 +00:00
..
fixtures Canonicalize configuration.root_path and replace RAILS_ROOT. 2007-03-29 05:44:44 +00:00
generators Missing test 2007-06-23 19:54:37 +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
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 Tidy up framework initialization code to ensure that it doesn't add folders to the load path that it doesn't intend to require. 2007-10-04 04:16:06 +00:00
plugin_loader_test.rb Added the :all option to config.plugins thatll include the rest of the plugins not already explicitly named (closes #9613) [fcheung] 2007-09-21 22:31:19 +00:00
plugin_locator_test.rb Added symbols as a legal way of specifying plugins in config.plugins (closes #9629) [tom] 2007-09-22 17:08:09 +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 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