1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test
2007-03-02 23:39:29 +00:00
..
fixtures Split plugin location and loading out of the initializer and into a new Plugin namespace, which includes Plugin::Locater and Plugin::Loader. The loader class that is used can be customized using the config.plugin_loader option. Those monkey patching the plugin loading subsystem take note, the internals changing here will likely break your modifications. The good news is that it should be substantially easier to hook into the plugin locating and loading process now. [Marcel Molina Jr.] 2007-03-02 00:20:32 +00:00
mocks
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 Dont run FCGIDispatcher tests if mocha is not available 2006-09-15 09:34:14 +00:00
initializer_test.rb
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 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_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
rails_info_test.rb