aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model.rb
Commit message (Expand)AuthorAgeFilesLines
* Move the `ActiveModel:Errors#full_message` method to the `Error` class:Edouard CHIN2019-07-161-0/+1
* Bump license years for 2019Arun Agrawal2018-12-311-1/+1
* Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
* Add missing autoload `Type` (#31123)Ryuta Kamizono2017-11-111-0/+1
* Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-091-0/+2
* [Active Model] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* [Active Model] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Remove `ActiveModel::TestCase` from libyuuji.yaginuma2017-02-071-1/+0
* [ci skip] Update Active Model copyright years.Kasper Timm Hansen2016-12-311-1/+1
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-10/+10
* Change RangeError to a more specific ActiveModel::RangeErrorChristian Blais2016-05-031-0/+1
* Update copyright notices to 2016 [ci skip]Rashmi Yadav2015-12-311-1/+1
* Remove XML Serialization from core.Zachary Scott2015-08-071-1/+0
* Follow-up to #10776Robin Dupret2015-02-261-0/+1
* Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi...Bogdan Gusiev2015-01-231-0/+1
* Update copyright notices to 2015 [ci skip]Arun Agrawal2014-12-311-1/+1
* Autoload ActiveModel::StrictValidationFailedhakanensari2014-04-161-0/+1
* Fix eager load of Serializers on Active ModelCarlos Antonio da Silva2014-01-171-2/+2
* update copyright notices to 2014. [ci skip]Vipul A M2014-01-011-1/+1
* Remove deprecated attr_protected/accessibleŁukasz Strzałkowski2013-06-271-1/+0
* Updated copyright notices for 2013Andrew Nesbitt2012-12-311-1/+1
* Remove observers and sweepersRafael Mendonça França2012-11-281-2/+0
* attr_accessible and attr_protected raise an exception pointing to use plugin ...Guillermo Iguaran2012-09-161-0/+1
* Remove MassAssignmentSecurity from ActiveModelGuillermo Iguaran2012-09-161-1/+0
* Integrate ActiveModel::ForbiddenAttributesProtection from StrongParameters gemGuillermo Iguaran2012-09-161-0/+1
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-3/+13
* defines a private require-hub active_support/railsXavier Noria2012-08-021-0/+1
* Simplify AR configuration code.Jon Leighton2012-06-151-1/+0
* Fix the buildSantiago Pastorino2012-05-221-1/+0
* require active_support/lazy_load_hooks where is neededSantiago Pastorino2012-05-221-0/+1
* Remove useless load path modificationsSantiago Pastorino2012-05-111-2/+0
* Lazy load I18nSantiago Pastorino2012-05-111-2/+3
* Add ActiveModel::Model, a mixin to make Ruby objects to work with AP inmediatlyGuillermo Iguaran2012-03-021-0/+1
* Merge pull request #4248 from andrew/2012Vijay Dev2011-12-311-1/+1
|\
| * Updated copyright notices for 2012Andrew Nesbitt2011-12-311-1/+1
* | Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-0/+1
* | Revert "Implement ArraySerializer and move old serialization API to a new nam...José Valim2011-11-301-1/+0
* | Revert the serializers API as other alternatives are now also under discussionJosé Valim2011-11-251-2/+0
* | Implement ArraySerializer and move old serialization API to a new namespace.José Valim2011-11-231-1/+3
* | Initial implementation of ActiveModel::SerializerJose and Yehuda2011-10-151-0/+1
|/
* We're in 2011, let's update our licensePrem Sichanugrist2011-02-221-1/+1
* Added ActiveRecord::Base#has_secure_password (via ActiveModel::SecurePassword...David Heinemeier Hansson2010-12-181-0/+1
* Always pull in version for frameworks (standardize autoload / require / none)wycats2010-10-101-2/+1
* Remove deprecations in ActiveModel.José Valim2010-08-291-1/+0
* mass_assignment_security moved from AR to AMo, and minor test cleanupJosh Kalderimis2010-07-081-0/+1
* Updating copyright dates on all licensesMikel Lindsaar2010-02-011-1/+1
* Axe AM state machineJoshua Peek2010-01-301-1/+0
* Autoload AMo test caseJoshua Peek2010-01-041-3/+4