rails--rails/railties/lib
David Heinemeier Hansson ac380810ec Pulled the gateway.cgi until we can make it work properly out the gates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1724 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-07-06 06:12:43 +00:00
..
rails_generator Pulled the gateway.cgi until we can make it work properly out the gates 2005-07-06 06:12:43 +00:00
binding_of_caller.rb
breakpoint.rb Upgraded to breakpoint 92 2005-02-20 22:28:11 +00:00
breakpoint_client.rb Set Railsy defaults for breakpoint client 2005-02-20 22:34:03 +00:00
code_statistics.rb Fixed rake stats to ignore editor backup files like model.rb~ #791 [skanthak] 2005-03-06 23:39:12 +00:00
console_sandbox.rb Added console --profile for profiling an IRB session #1154 [bitsweat]. Changed console_sandbox into console --sandbox #1154 [bitsweat] 2005-04-30 15:37:45 +00:00
dispatcher.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
fcgi_handler.rb Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through vanilla CGI using a long-running, DRb-backed server in the background (using script/listener and script/tracker) #1603 [Nicholas Seckar] 2005-07-04 19:06:50 +00:00
rails_generator.rb Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Moved all active support dependencies into active support 2005-03-06 12:20:53 +00:00
rubyprof_ext.rb Missing file 2005-05-21 13:21:29 +00:00
webrick_server.rb Added ActionController::Base.allow_concurrency to control whether the application is thread-safe, so multi-threaded servers like WEBrick knows whether to apply a mutex around the performance of each action. Action Pack and Active Record are by default thread-safe, but many applications may not be. Turned off by default. 2005-06-23 06:56:12 +00:00