aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makes validates_acceptance_of to not override database fields [#4460 state:co...Santiago Pastorino2010-04-281-0/+3
* Use Array.wrap uniformlyJeremy Kemper2010-03-271-1/+2
* Remove reference to unexistent methods and fix typo.José Valim2010-03-261-1/+0
* Accept array of attributes as arg also, like 2.3Jeremy Kemper2010-02-251-1/+1
* Add validators reflection so you can do 'Person.validators' and 'Person.valid...Prem Sichanugrist2010-02-211-3/+18
* Full update on ActiveModel documentationMikel Lindsaar2010-02-011-1/+38
* Allow :if, :unless, :on, :allow_nil and :allow_blank as shared options in val...José Valim2010-01-071-3/+1
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-071-27/+40
* Merge commit 'josevalim/validations'Jeremy Kemper2009-12-281-33/+23
|\
| * validates_each uses a BlockValidator.José Valim2009-12-231-33/+23
* | All AMo modules are safe to deferJoshua Peek2009-12-221-0/+1
|/
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-0/+1
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-121-6/+4
* Refactor new callbacks and AR implementation.José Valim2009-09-081-2/+2
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-6/+10
* Use send instead of instance_evalPratik Naik2009-08-061-1/+1
* Allow validations to use values from custom readers [#2936 state:resolved]James Hill2009-08-051-1/+23
* Add some missing dependenciesYehuda Katz2009-07-151-0/+2
* Simplify AMo validation attribute readerJoshua Peek2009-06-171-5/+1
* Properly require ActiveModel validation dependenciesJoshua Peek2009-06-081-4/+6
* Use AS::Concern in ActiveModelJoshua Peek2009-05-301-4/+5
* Deprecate Model#validate/validate_on_create/validate_on_update. Use Model.val...Pratik Naik2009-03-211-9/+0
* Get rid of active_model/core and active_model/callbacksPratik Naik2009-03-211-2/+0
* Remove DEFAULT_VALIDATION_OPTIONS from validationsPratik Naik2009-03-211-2/+0
* Move validate_on_create and validate_on_update from ActiveModel to ActiveRecordPratik Naik2009-03-211-6/+2
* Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-201-37/+14
* Move all the Active Record validations to Active ModelPratik Naik2009-03-191-12/+29
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* initial statemachine machine and state classesrick2008-06-281-1/+1
* tweak activemodel load order a bitrick2008-06-271-0/+2
* Improve documentation coverage and markupXavier Noria2008-05-021-10/+10
* 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
* Move it around a bitDavid Heinemeier Hansson2008-04-011-14/+64
* Splitting them up firstDavid Heinemeier Hansson2008-04-011-585/+13