mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove the extraneous AR::Base.threaded_connections setting from the webrick server.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3703 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
*SVN*
|
||||
|
||||
* Remove the extraneous AR::Base.threaded_connections setting from the webrick server. [Jeremy Kemper]
|
||||
|
||||
* Add integration test support to app generation and testing [Jamis Buck]
|
||||
|
||||
* Added namespaces to all tasks, so for example load_fixtures is now db:fixtures:load. All the old task names are still valid, they just point to the new namespaced names. "rake -T" will only show the namespaced ones, though [DHH]
|
||||
|
||||
@@ -8,8 +8,6 @@ include WEBrick
|
||||
|
||||
ABSOLUTE_RAILS_ROOT = File.expand_path(RAILS_ROOT)
|
||||
|
||||
ActiveRecord::Base.threaded_connections = false
|
||||
|
||||
class CGI #:nodoc:
|
||||
def stdinput
|
||||
@stdin || $stdin
|
||||
|
||||
Reference in New Issue
Block a user