1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
Jeremy Kemper 81c5242f43 r3181@asus: jeremy | 2005-11-19 02:52:24 -0800
Mark connections for verification.  Retrieve connection verifies before returning a connection.  Verification tests whether the connection is marked then reconnects if the connection is inactive.  All active connections are marked for verification after a request is handled.  References #428.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3096 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-11-19 10:55:11 +00:00
..
commands script/console uses RAILS_ENV environment variable if present. Closes #2932. 2005-11-18 07:33:28 +00:00
rails_generator Windows: eliminate the socket option in database.yml. Closes #2924. 2005-11-18 07:30:05 +00:00
tasks replaced constant Plugin in documentation rake task with plugin local variable. This caused typo's migrations to fail because of name space collisions [Eridius] 2005-11-17 04:58:48 +00:00
binding_of_caller.rb
breakpoint.rb
breakpoint_client.rb
code_statistics.rb
commands.rb
console_sandbox.rb
dispatcher.rb r3181@asus: jeremy | 2005-11-19 02:52:24 -0800 2005-11-19 10:55:11 +00:00
fcgi_handler.rb Make fcgi handler respond to TERM signals with an explicit exit 2005-11-02 13:21:22 +00:00
initializer.rb Rename Version constant to VERSION. Closes #2802. 2005-11-17 00:32:16 +00:00
rails_generator.rb
rails_info.rb Rename Version constant to VERSION. Closes #2802. 2005-11-17 00:32:16 +00:00
rails_version.rb Rename Version constant to VERSION. Closes #2802. 2005-11-17 00:32:16 +00:00
railties_path.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
rubyprof_ext.rb
test_help.rb Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "production" in config/environment.rb doesnt wreck havok [DHH] (closes #2660) 2005-11-09 15:11:55 +00:00
webrick_server.rb Pulled auto-starting browser: More pain than gain 2005-11-12 16:26:23 +00:00