aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove DEFAULT_VALIDATION_OPTIONS from validationsPratik Naik2009-03-212-5/+1
* | Move validate_on_create and validate_on_update from ActiveModel to ActiveRecordPratik Naik2009-03-217-16/+8
* | Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-206-87/+83
* | Improve the deprecation message for Errors#onPratik Naik2009-03-201-2/+2
* | ActiveModel.load_all! isn't really needed at this pointPratik Naik2009-03-201-4/+0
* | Deprecate Error#on(attribute) in favour of Errors#[attribute]Pratik Naik2009-03-201-4/+4
* | Future deprecation messagePratik Naik2009-03-201-1/+5
* | Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-201-1/+12
* | Make Active Model test suite similar to Active RecordPratik Naik2009-03-203-0/+58
* | Autload ActiveModel::ObservingPratik Naik2009-03-201-0/+1
* | Make Active Resource use ActiveModel::ErrorsPratik Naik2009-03-191-1/+6
* | Move uniqueness and association validations to Active RecordPratik Naik2009-03-192-206/+0
* | Move all the Active Record validations to Active ModelPratik Naik2009-03-1914-214/+408
|/
* Merge docrailsPratik Naik2009-03-161-1/+1
* Merge with docrailsPratik Naik2008-12-071-0/+2
* Extract state query method definition and quiet method redefinition warning.Jeremy Kemper2008-11-222-5/+8
* Eliminate method redefinition warningJeremy Kemper2008-11-191-1/+2
* Lazy-require state machine internals when the module is includedJeremy Kemper2008-11-153-7/+8
* Merge docrailsPratik Naik2008-09-031-2/+2
* Some performance goodness for AM Validations.Clemens Kofler2008-09-031-2/+2
* Some performance goodness for AM StateMatchine.Clemens Kofler2008-09-031-3/+3
* More symbols for send and respond_to?.Clemens Kofler2008-09-032-2/+2
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* all aasm tests without activerecord moved over and passingrick2008-06-283-8/+26
* converted tests for more complex state transitionsrick2008-06-282-8/+25
* add basic events and transitions. still more tests to convertrick2008-06-285-18/+162
* initial statemachine machine and state classesrick2008-06-285-2/+115
* tweak activemodel load order a bitrick2008-06-276-26/+27
* Merge docrails:Pratik Naik2008-05-092-12/+12
* Improve documentation coverage and markupXavier Noria2008-05-0211-122/+125
* Use define_callbacks helper for ActiveRecord validations.Joshua Peek2008-04-201-17/+1
* Tidy up ActiveSupport::Callbacks::CallbackChain instance API.Joshua Peek2008-04-171-2/+1
* Fix more typos and changelogPratik Naik2008-04-052-2/+2
* Move it around a bitDavid Heinemeier Hansson2008-04-012-79/+64
* Splitting them up firstDavid Heinemeier Hansson2008-04-0112-585/+644
* Deprecate some more legacyDavid Heinemeier Hansson2008-03-311-45/+19
* Something more to work withDavid Heinemeier Hansson2008-03-313-1/+804
* initial experimental commit of active_modelRick Olson2007-11-095-0/+130