mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
9113aa2744ef1daba403eafdbb6e6f3594acaacd
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1455 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Fixed that adding a record to a has_and_belongs_to collection would always save it -- now it only saves if its a new record #1203 [Alisdair McDiarmid]
Added a 'whiny nil' that's aim to ensure that when users pass nil to methods where that isn't appropriate, instead of NoMethodError? and the name of some method used by the framework users will see a message explaining what type of object was expected. Only active in test and development environments by default #1209 [Michael Koziarski]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%