aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-10-211-1/+1
|\
| * minor edits in AM documentation [ci skip]Francesco Rodriguez2012-10-211-1/+1
* | active_model/validations requires necessary files to runYves Senn2012-10-181-0/+1
* | cleanup, replace non-breaking spaces with spacesYves Senn2012-10-181-5/+5
|/
* Use the `flat_map` method.Rafael Mendonça França2012-10-031-2/+2
* Revert "Merge pull request #7826 from sikachu/master-validators-kind"Rafael Mendonça França2012-10-021-14/+1
* Don't use tap in this case.Rafael Mendonça França2012-10-021-5/+7
* Make `.validators_on` accept `:kind` optionPrem Sichanugrist2012-10-021-1/+12
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-041-35/+126
|\
| * update ActiveModel::Validations docs [ci skip]Francesco Rodriguez2012-07-291-35/+126
* | load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
|/
* Set hash value instead of merge a single key, and use flatten! if possibleCarlos Antonio da Silva2012-06-261-2/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-06-221-2/+15
|\
| * fixes a few mistakes in api docs [ci skip]Vijay Dev2012-06-221-1/+1
| * add example to ActiveModel::Validations#validators [ci skip]Francesco Rodriguez2012-06-151-2/+15
* | Simplify AR configuration code.Jon Leighton2012-06-151-2/+1
|/
* Kill whitespaces :scissors:Carlos Antonio da Silva2012-05-151-2/+2
* clean the erros if an object that includes validations errors is duped. Fixes...Angelo Capilleri2012-05-131-0/+6
* minor docs improvementsOscar Del Ben2012-04-261-1/+1
* Add documentation for validate optionsOscar Del Ben2012-04-261-0/+13
* Enhance validations documentationOscar Del Ben2012-04-261-1/+1
* replacing ordered hash to ruby hashprasath2012-02-081-1/+1
* Remove Array.wrap call in ActiveModelRafael Mendonça França2012-01-061-2/+1
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-2/+3
* Remove extra white spaces on ActiveModel docs.Sebastian Martinez2011-05-231-1/+1
* :if should not fire on validations when not in context with :onAditya Sanghi2011-04-291-1/+1
* formatting changesVijay Dev2011-03-071-3/+3
* copy-edits 8d96b89Xavier Noria2011-02-211-2/+2
* Clarification of ActiveRecord ActiveModel validation documentationPeer Allan2011-02-181-2/+2
* Use map + flatten hereSantiago Pastorino2011-02-071-3/+3
* Find all validators for multiple attributesCarl Lerche2011-02-051-2/+4
* Use run_callbacks; the generated _run_<name>_callbacks method is not a public...John Firebaugh2011-01-311-1/+1
* Tests and docs which explain the use of validate with a block and without arg...Santiago Pastorino2010-12-191-1/+11
* Fix syntax error in ActiveModel::Validations .validate examplefastred2010-10-011-1/+1
* Fixing documentation to reflect deprecated add_to_baseMikel Lindsaar2010-09-121-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-16/+16
* Add missing ActiveModel::Validations requireGreg Campbell2010-08-121-0/+1
* Freeze options so we raise an error when people modify it in place.José Valim2010-08-031-2/+4
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-11/+7
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-2/+9
|\
| * ActiveModel::Validations::Callbacks should not be required by default.José Valim2010-06-191-1/+18
| * moving before_validation and after_validation functionality from ActiveRecord...Neeraj Singh2010-06-191-12/+2
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-2/+2
|\ \ | |/ |/|
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-2/+2
* | Revised the rest of the files from ActiveModel.Rizwan Reza2010-06-141-17/+23
|/
* class_attribute is not a direct replacement of class_inheritable_*.José Valim2010-06-101-5/+11
* Validators should at model level and not at AR:Base level [Closes #4804]Neeraj Singh2010-06-101-1/+1
* minor changes to instance level validations implementation based on feedback ...Josh Kalderimis2010-05-131-1/+2
* validation macros can now be used within an instanceJosh Kalderimis2010-05-131-6/+3
* updated AMo validations to use a context for valid? and invalid?, removing th...Josh Kalderimis2010-05-081-5/+12