| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 1 | -1/+1 |
* | Add missing autoload `Type` (#31123) | Ryuta Kamizono | 2017-11-11 | 1 | -0/+1 |
* | Move Attribute and AttributeSet to ActiveModel | Lisa Ugray | 2017-11-09 | 1 | -0/+2 |
* | [Active Model] require => require_relative | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | Use frozen string literal in activemodel/ | Kir Shatrov | 2017-07-16 | 1 | -0/+2 |
* | [Active Model] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | Remove `ActiveModel::TestCase` from lib | yuuji.yaginuma | 2017-02-07 | 1 | -1/+0 |
* | [ci skip] Update Active Model copyright years. | Kasper Timm Hansen | 2016-12-31 | 1 | -1/+1 |
* | applies new string literal convention in activemodel/lib | Xavier Noria | 2016-08-06 | 1 | -10/+10 |
* | Change RangeError to a more specific ActiveModel::RangeError | Christian Blais | 2016-05-03 | 1 | -0/+1 |
* | Update copyright notices to 2016 [ci skip] | Rashmi Yadav | 2015-12-31 | 1 | -1/+1 |
* | Remove XML Serialization from core. | Zachary Scott | 2015-08-07 | 1 | -1/+0 |
* | Follow-up to #10776 | Robin Dupret | 2015-02-26 | 1 | -0/+1 |
* | Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi... | Bogdan Gusiev | 2015-01-23 | 1 | -0/+1 |
* | Update copyright notices to 2015 [ci skip] | Arun Agrawal | 2014-12-31 | 1 | -1/+1 |
* | Autoload ActiveModel::StrictValidationFailed | hakanensari | 2014-04-16 | 1 | -0/+1 |
* | Fix eager load of Serializers on Active Model | Carlos Antonio da Silva | 2014-01-17 | 1 | -2/+2 |
* | update copyright notices to 2014. [ci skip] | Vipul A M | 2014-01-01 | 1 | -1/+1 |
* | Remove deprecated attr_protected/accessible | Łukasz Strzałkowski | 2013-06-27 | 1 | -1/+0 |
* | Updated copyright notices for 2013 | Andrew Nesbitt | 2012-12-31 | 1 | -1/+1 |
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -2/+0 |
* | attr_accessible and attr_protected raise an exception pointing to use plugin ... | Guillermo Iguaran | 2012-09-16 | 1 | -0/+1 |
* | Remove MassAssignmentSecurity from ActiveModel | Guillermo Iguaran | 2012-09-16 | 1 | -1/+0 |
* | Integrate ActiveModel::ForbiddenAttributesProtection from StrongParameters gem | Guillermo Iguaran | 2012-09-16 | 1 | -0/+1 |
* | Get rid of config.preload_frameworks in favor of config.eager_load_namespaces | José Valim | 2012-08-21 | 1 | -3/+13 |
* | defines a private require-hub active_support/rails | Xavier Noria | 2012-08-02 | 1 | -0/+1 |
* | Simplify AR configuration code. | Jon Leighton | 2012-06-15 | 1 | -1/+0 |
* | Fix the build | Santiago Pastorino | 2012-05-22 | 1 | -1/+0 |
* | require active_support/lazy_load_hooks where is needed | Santiago Pastorino | 2012-05-22 | 1 | -0/+1 |
* | Remove useless load path modifications | Santiago Pastorino | 2012-05-11 | 1 | -2/+0 |
* | Lazy load I18n | Santiago Pastorino | 2012-05-11 | 1 | -2/+3 |
* | Add ActiveModel::Model, a mixin to make Ruby objects to work with AP inmediatly | Guillermo Iguaran | 2012-03-02 | 1 | -0/+1 |
* | Merge pull request #4248 from andrew/2012 | Vijay Dev | 2011-12-31 | 1 | -1/+1 |
|\ |
|
| * | Updated copyright notices for 2012 | Andrew Nesbitt | 2011-12-31 | 1 | -1/+1 |
* | | Support configuration on ActiveRecord::Model. | Jon Leighton | 2011-12-28 | 1 | -0/+1 |
* | | Revert "Implement ArraySerializer and move old serialization API to a new nam... | José Valim | 2011-11-30 | 1 | -1/+0 |
* | | Revert the serializers API as other alternatives are now also under discussion | José Valim | 2011-11-25 | 1 | -2/+0 |
* | | Implement ArraySerializer and move old serialization API to a new namespace. | José Valim | 2011-11-23 | 1 | -1/+3 |
* | | Initial implementation of ActiveModel::Serializer | Jose and Yehuda | 2011-10-15 | 1 | -0/+1 |
|/ |
|
* | We're in 2011, let's update our license | Prem Sichanugrist | 2011-02-22 | 1 | -1/+1 |
* | Added ActiveRecord::Base#has_secure_password (via ActiveModel::SecurePassword... | David Heinemeier Hansson | 2010-12-18 | 1 | -0/+1 |
* | Always pull in version for frameworks (standardize autoload / require / none) | wycats | 2010-10-10 | 1 | -2/+1 |
* | Remove deprecations in ActiveModel. | José Valim | 2010-08-29 | 1 | -1/+0 |
* | mass_assignment_security moved from AR to AMo, and minor test cleanup | Josh Kalderimis | 2010-07-08 | 1 | -0/+1 |
* | Updating copyright dates on all licenses | Mikel Lindsaar | 2010-02-01 | 1 | -1/+1 |
* | Axe AM state machine | Joshua Peek | 2010-01-30 | 1 | -1/+0 |
* | Autoload AMo test case | Joshua Peek | 2010-01-04 | 1 | -3/+4 |
* | Move ActiveRecord callbacks implementation to ActiveModel and make use of it. | José Valim | 2009-12-28 | 1 | -0/+1 |
* | Merge commit 'josevalim/validations' | Jeremy Kemper | 2009-12-28 | 1 | -3/+4 |
|\ |
|