mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
0bdd44accae978a04f51b1adace09db3a6f77f33
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1458 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Changed the default name of the input tag generated by FormTagHelper#submit_tag from "submit" to "commit" so it doesnt clash with form.submit() calls in Javascript #1271
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%