mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
325c5efdb3f7492068e9c9deed31b0ebdc04945c
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1804 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Fixed that assume_bottom_position (in acts_as_list) could be called on items already last in the list and they would move one position away from the list #1648 [tyler@kianta.com]
Fixed that each request with the WEBrick adapter would open a new database connection #1685 [Sam Stephenson]. Added ActiveRecord::Base.threaded_connections flag to turn off 1-connection per thread (required for thread safety). By default it's on, but WEBrick in Rails need it off #1685 [Sam Stephenson]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%