mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
91853b8a0d437c469fa64d6269f7b3ce4c092a7d
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2990 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
options_for_select allows any objects which respond_to? :first and :last rather than restricting to Array and Range. Closes #2824. References [2126].
Fix that XML-RPC date/time values did not have well-defined behaviour (#2516, #2534). This fix has one caveat, in that we can't support pre-1970 dates from XML-RPC clients.
SQLite: the clone_structure_to_test Rake task should always use the test environment. References #2846.
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%