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
Jeremy Kemper 42cabeb4b8 Railties: generator tests passing
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4843 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-08-29 10:33:40 +00:00
..
fixtures Railties: generator tests passing 2006-08-29 10:33:40 +00:00
mocks r3023@asus: jeremy | 2005-07-12 23:43:39 -0700 2005-07-13 02:12:00 +00:00
dispatcher_test.rb Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook. 2006-08-06 02:51:53 +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 Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined. 2006-08-29 10:15:25 +00:00
rails_generator_test.rb Railties: generator tests passing 2006-08-29 10:33:40 +00:00
rails_info_controller_test.rb Fix Rails info controller for postgres; Closes #4469. 2006-03-29 15:11:47 +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