rails--rails/railties/lib
Jeremy Kemper f1e08b351d Improve dispatcher failsafe responses. Beef up compatibility with Mongrel's CGI wrapper.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6307 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-04 12:31:21 +00:00
..
commands boot.rb sets RAILS_ROOT, so remove that. Install http plugins inside a Dir.chdir block so that the cwd doesn't change 2007-02-27 03:15:44 +00:00
rails Move plugin classes into the rails directory to match their namespace 2007-03-03 04:50:56 +00:00
rails_generator Added assumption that all plugin creators desire to be sharing individuals and release their work under the MIT license [DHH] 2007-02-27 01:23:43 +00:00
tasks Added source-annotations extractor tasks to rake [Jamis Buck] 2007-02-25 19:40:37 +00:00
binding_of_caller.rb
breakpoint.rb Turns out call_stack slows down the entire app, so just warn that breakpoints 2006-11-03 18:20:53 +00:00
breakpoint_client.rb Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440. 2006-06-28 20:53:00 +00:00
code_statistics.rb Clean up the output of rake stats, de-emphasise components and apis, and remove the indents for tests [Koz] 2006-10-27 01:26:11 +00:00
commands.rb
console_app.rb Use example.com as standard (closes #4413) [anna] 2006-03-25 19:43:40 +00:00
console_sandbox.rb Fix script/console --sandbox for internal transactions changes. Closes #5738. 2006-09-12 01:17:11 +00:00
console_with_helpers.rb
dispatcher.rb Improve dispatcher failsafe responses. Beef up compatibility with Mongrel's CGI wrapper. 2007-03-04 12:31:21 +00:00
fcgi_handler.rb Only wrap request processing with our USR1 signal handler so FastCGI can trap it and raise an exception while waiting for connections. Idle processes exit immediately rather than waiting for another request; active processes gracefully exit when the request is finished. 2006-11-11 08:08:53 +00:00
initializer.rb Move plugin classes into the rails directory to match their namespace 2007-03-03 04:50:56 +00:00
rails_generator.rb Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler] 2007-02-04 20:44:45 +00:00
railties_path.rb
ruby_version_check.rb
rubyprof_ext.rb
test_help.rb merge 5639 to trunk 2006-11-27 05:19:15 +00:00
webrick_server.rb Fixed that webrick would strip leading newlines and hang connection (closes #4156) [psross] 2007-01-05 04:09:38 +00:00