rails--rails/railties/test
Marcel Molina 5cb2aa722d Rename Version constant to VERSION. Closes #2802.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3065 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-11-17 00:32:16 +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 r3023@asus: jeremy | 2005-07-12 23:43:39 -0700 2005-07-13 02:12:00 +00:00
mocks r3023@asus: jeremy | 2005-07-12 23:43:39 -0700 2005-07-13 02:12:00 +00:00
dispatcher_test.rb Failsafe response handler for dispatcher. 2005-11-02 01:20:36 +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 Added an omnipresent RailsInfoController with a properties action that delivers an HTML rendering of Rails::Info (but only when local_request? is true). Added a new default index.html which fetches this with Ajax. 2005-11-08 04:26:34 +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 Brought unit tests up to date 2004-12-15 11:25:35 +00:00