rails--rails/railties/test
Nicholas Seckar 26eaf073c4 Remove ::Controllers related cruft; fix AP tests
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3668 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-02-26 17:49:09 +00:00
..
fixtures Raise in stubby/init.rb if it doesn't have access to directory or config. loaded_plugins is a set of plugin names (so it will be usable with multiple paths, gems, etc). 2005-11-07 18:06:44 +00:00
generators
mocks
dispatcher_test.rb Remove ::Controllers related cruft; fix AP tests 2006-02-26 17:49:09 +00:00
fcgi_dispatcher_test.rb Make fcgi handler respond to TERM signals with an explicit exit 2005-11-02 13:21:22 +00:00
initializer_test.rb New configuration option config.plugin_paths which may be a single path like the default 'vendor/plugins' or an array of paths: ['vendor/plugins', 'lib/plugins']. Plugins are discovered in nested paths, so you can organize your plugins directory as you like. Refactor load_plugin from load_plugins. Simplify initializer unit test. Closes #2757. 2005-11-07 08:09:38 +00:00
plugin_test.rb New configuration option config.plugin_paths which may be a single path like the default 'vendor/plugins' or an array of paths: ['vendor/plugins', 'lib/plugins']. Plugins are discovered in nested paths, so you can organize your plugins directory as you like. Refactor load_plugin from load_plugins. Simplify initializer unit test. Closes #2757. 2005-11-07 08:09:38 +00:00
rails_generator_test.rb Fixed Rails generator tests (closes #2613) [torben [at] wolm.dk] 2005-11-07 09:59:19 +00:00
rails_info_controller_test.rb Remove ::Controllers related cruft; fix AP tests 2006-02-26 17:49:09 +00:00
rails_info_test.rb Rename Version constant to VERSION. Closes #2802. 2005-11-17 00:32:16 +00:00
webrick_dispatcher_test.rb