aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move ActiveRecord callbacks implementation to ActiveModel and make use of it.José Valim2009-12-281-0/+1
* Merge commit 'josevalim/validations'Jeremy Kemper2009-12-281-3/+4
|\
| * No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...José Valim2009-12-231-1/+0
| * validates_each uses a BlockValidator.José Valim2009-12-231-0/+1
| * Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-2/+3
* | Use i18nJeremy Kemper2009-12-271-0/+1
|/
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-2/+3
* Reorganize autoloads:Carlhuda2009-12-021-20/+23
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-0/+2
* License, version, and gemspec for ActiveModel. Ship it!Joshua Peek2009-08-311-0/+1
* Initial AMo Lint implementationYehuda Katz2009-08-291-0/+1
* Break up concerns for choosing what attributes should be serialized and the a...Joshua Peek2009-08-131-1/+1
* Extract common dirty tracking methods in AMoJoshua Peek2009-08-101-0/+1
* Extract generic attribute method generation to AMoJoshua Peek2009-08-041-0/+1
* AMo conversion helperJoshua Peek2009-07-211-1/+1
* Kill AMo BaseJoshua Peek2009-07-211-1/+0
* Kill AMo ivar attributes helperJoshua Peek2009-07-201-1/+0
* Define ActiveModel API ComplianceYehuda Katz2009-07-201-0/+1
* Initial extraction of AMo xml serializerJoshua Peek2009-07-031-0/+2
* Add basic JSON serializer to AMoJoshua Peek2009-06-171-0/+4
* Add simple attribute implementation backed by ivarsJoshua Peek2009-06-171-0/+1
* Move model naming into ActiveModelJoshua Peek2009-06-171-0/+2
* Integrate ActiveModel::Observing into ActiveRecordJoshua Peek2009-06-101-4/+5
* Fix activesupport pathJoshua Peek2009-06-081-3/+1
* Merge branch 'master' into active_modelJoshua Peek2009-05-291-9/+5
|\
* | Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-201-0/+2
* | ActiveModel.load_all! isn't really needed at this pointPratik Naik2009-03-201-4/+0
* | Make Active Model test suite similar to Active RecordPratik Naik2009-03-201-0/+3
* | Autload ActiveModel::ObservingPratik Naik2009-03-201-0/+1
* | Move all the Active Record validations to Active ModelPratik Naik2009-03-191-5/+43
|/
* tweak activemodel load order a bitrick2008-06-271-16/+4
* initial experimental commit of active_modelRick Olson2007-11-091-0/+17