This project is archived and is in readonly mode.
Changeset [1577eafe77ce2a1aed3049dde34eac721b8e5aa5] by Greg Campbell
August 14th, 2010 @ 12:17 PM
Add missing ActiveModel::Validations require
[#5311 state: resolved]
ActiveModel::Validations uses Hash#except, but does not require
it from
ActiveSupport. (This wasn't showing up in the tests, because it
was
required in the helper, and was also required in
ActiveModel::Serialization).
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/1577eafe77ce2a1aed3049dde34eac...
Committed by Greg Campbell
- M activemodel/lib/active_model/validations.rb
- M activemodel/test/cases/helper.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>