rails--rails/railties/test
Jamis Buck 3cc47a4297 Use SIGHUP to dynamically reload an fcgi process without restarting it. Refactored dispatch.fcgi so that the RailsFCGIHandler is in the lib dir.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1565 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-06-29 11:07:20 +00:00
..
generators/missing_class Added a better generator for scaffolding that actually creates the code, so it can be edited bit by bit. See "script/generate scaffold" [bitsweat]. Added a whole new approach to generators that used the shared "script/generate" command. Run with no-args to see help [bitsweat]. 2004-12-07 11:49:38 +00:00
mocks Refactored dispatch.fcgi. Added unit tests for dispatch.fcgi. Added trap to recognize HUP as a graceful termination command. 2005-06-22 11:18:01 +00:00
script/generators/working Added new generator framework that informs about its doings on generation and enables updating and destruction of generated artifacts. See the new script/destroy and script/update for more details #487 [bitsweat] 2005-02-07 13:14:05 +00:00
dispatcher_test.rb ActionMailer::Base subclasses are reloaded with other rails components #1262 2005-06-24 11:57:40 +00:00
fcgi_dispatcher_test.rb Use SIGHUP to dynamically reload an fcgi process without restarting it. Refactored dispatch.fcgi so that the RailsFCGIHandler is in the lib dir. 2005-06-29 11:07:20 +00:00
rails_generator_test.rb A hopefully more successful attempt at the Routing branch merge 2005-02-15 01:45:35 +00:00
webrick_dispatcher_test.rb Brought unit tests up to date 2004-12-15 11:25:35 +00:00