aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
Commit message (Expand)AuthorAgeFilesLines
* errors.rb needs to be declared as UTF-8 [#3941 state:resolved]Aaron Patterson2010-04-021-0/+2
* Restore changed_attributes method in ActiveModel::Dirty and loosen expectatio...Sam Pohlenz2010-04-011-12/+12
* Prep for beta2, depend on latest BundlerDavid Heinemeier Hansson2010-04-011-1/+1
* Merge branch 'master' of github.com:rails/railsJeremy Kemper2010-03-283-0/+5
|\
| * adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-282-0/+2
| * adds a few requires in active_model/dirty.rbXavier Noria2010-03-281-0/+3
* | Cosmetics: mismatch indentationJeremy Kemper2010-03-281-1/+1
|/
* Use Array.wrap uniformlyJeremy Kemper2010-03-275-7/+12
* Fix unstated dep on HWIAJeremy Kemper2010-03-271-0/+2
* Fix tests added in previous commit.José Valim2010-03-271-0/+5
* ActiveModel::Dirty#changes should return a HashWithIndifferentAccess [#4157 s...Jacob Atzen2010-03-271-1/+1
* Merge branch 'master' into docrailswycats2010-03-263-22/+23
|\
| * Remove reference to unexistent methods and fix typo.José Valim2010-03-261-1/+0
| * cleaning up a bunch of method already defined warnings [#4209 state:resolved]Aaron Patterson2010-03-171-3/+15
| * fisting uninitialized ivar warnings. [#4198 state:resolved]Aaron Patterson2010-03-161-10/+7
| * clean up more warnings, remove unnecessary methods, fix eval line numbers. [#...Aaron Patterson2010-03-161-9/+2
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-128-30/+123
|\|
| * Update versions of all components to normalize them to new formatBryan Helmkamp2010-03-021-2/+3
| * Add missing information about attributes method.José Valim2010-02-281-3/+6
| * ActiveModel::Lint should not require our models to respond to id.José Valim2010-02-281-2/+0
| * Accept array of attributes as arg also, like 2.3Jeremy Kemper2010-02-251-1/+1
| * Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.Jeremy Kemper2010-02-251-1/+1
| * Add validators reflection so you can do 'Person.validators' and 'Person.valid...Prem Sichanugrist2010-02-213-3/+45
| * Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-212-21/+16
| * Add to_key and to_param methods to ActiveModel::Conversion.José Valim2010-02-211-10/+35
| * AMo #key is now #to_key and CI is probably happysnusnu2010-02-201-6/+12
| * Adds #key and #to_param to the AMo interfacesnusnu2010-02-192-1/+24
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-141-1/+1
|\|
| * Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ...Prem Sichanugrist2010-02-061-1/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-041-1/+1
|\|
| * Move to 3.0.0.betaDavid Heinemeier Hansson2010-02-031-1/+1
* | Merge branch 'master' of git://github.com/rails/railsMikel Lindsaar2010-02-025-5/+3
|\|
| * Updating copyright dates on all licensesMikel Lindsaar2010-02-011-1/+1
| * Full update on ActiveModel documentationMikel Lindsaar2010-02-019-44/+377
* | Merge remote branch 'mainstream/master'Pratik Naik2010-01-317-451/+14
|\|
| * Axe AM state machineJoshua Peek2010-01-306-295/+0
| * Drop AR I18n deprecation and simple use errors.messages as fallback.José Valim2010-01-301-7/+14
* | Merge remote branch 'mainstream/master'Pratik Naik2010-01-241-0/+2
|\|
| * Stop overriding LoadError.new to return a MissingSourceError (and sometimes n...Yehuda Katz2010-01-191-0/+2
* | Merge remote branch 'mainstream/master'Pratik Naik2010-01-192-0/+4
|\|
| * Adding Proc support to validation messages so that they can become a little m...Samuel Elliott2010-01-171-0/+2
| * Validates needs hash slice.José Valim2010-01-171-0/+2
| * Merge docrailsPratik Naik2010-01-174-37/+128
* | Documentation cleanup and linkage for validatorMikel Lindsaar2010-01-191-2/+3
* | Adding ActiveModel::Validations documentationMikel Lindsaar2010-01-181-1/+38
* | Adding documentation for ActiveModel::TranslationMikel Lindsaar2010-01-181-2/+17
* | Fixing up state machine docsMikel Lindsaar2010-01-181-88/+128
* | Fixing documentation on ActiveModel::Observer#observed_classesGavin Stark2010-01-181-1/+1
* | Partial Documentation for ActiveModel::StateMachineNestor Ovroy2010-01-181-0/+109
* | Updating ActiveModel::Errors documentation to plug Translations and Validatio...Mikel Lindsaar2010-01-171-1/+4