aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/validations.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-5/+5
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-5/+5
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-2/+2
* Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-4/+4
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-131-1/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-13/+14
* Merge pull request #21535 from dmitry/feature/validate-multiple-contextsRafael Mendonça França2015-09-081-1/+5
|\
| * Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-09-071-1/+5
| * Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte...Rafael Mendonça França2015-09-071-5/+1
| * Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-07-301-1/+5
* | Make ActiveRecordException descendants args optionalPavel Pravosud2015-09-071-4/+10
|/
* AR absence validator respects `marked_for_destruction?`. Closes #20449.Yves Senn2015-06-221-0/+1
* Move the `validate!` method to `ActiveModel::Validations`.Lucas Mazza2015-02-201-14/+2
* AR specific length validator to respect `marked_for_destruction`.Yves Senn2014-12-301-0/+1
* various error classes: added newlines & removed :nodoc: flag from public attr...Recursive Madman2014-11-261-3/+4
* Moved #create! method from Validations to Persistence moduleBogdan Gusiev2014-08-051-15/+0
* Add AR::Base#validate! methodBogdan Gusiev2014-06-231-1/+17
* ActiveRecord/ActiveModel '#validate' alias for 'valid?'Henrik Nyh2014-03-271-0/+4
* drop variable assignment in validationsVipul A M2013-03-271-2/+1
* Fix syntax error with no US-ASCII charRafael Mendonça França2012-09-281-1/+1
* update AR::Validations documentation [ci skip]Francesco Rodriguez2012-09-221-11/+12
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-3/+3
* AR has a subclass of AM:PresenceValidator.Brent Wheeldon & Nick Monje2012-07-201-0/+1
* Allow translations of activerecord.errors.messages.record_invalid to be looke...Christopher Dell2012-03-051-1/+1
* Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-231-1/+1
* updated AR#create! to accept an options hash so the mass-assignment security ...Josh Kalderimis2011-05-121-3/+3
* Better formatting hereSebastian Martinez2011-04-241-3/+3
* copy-edits 8d96b89Xavier Noria2011-02-211-7/+7
* Typo: fixing the theNicholas Rowe2011-02-191-1/+1
* Clarification of ActiveRecord ActiveModel validation documentationPeer Allan2011-02-181-1/+15
* ActiveRecord#save(false) is now deprecated, now it is save(:validate => false)Jaime Iniesta2011-01-181-1/+1
* Partialy revert f1c13b0dd7b22b5f6289ca1a09f1d7a8c7c8584bJosé Valim2010-11-281-1/+1
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-1/+1
* Refactor AR validations a bitCarlos Antonio da Silva2010-09-061-5/+1
* Cleanup deprecation warnings in active recordCarlos Antonio da Silva2010-09-061-12/+1
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-2/+2
|\
| * moving before_validation and after_validation functionality from ActiveRecord...Neeraj Singh2010-06-191-2/+2
* | Adds title to the rest of the files in activerecord/libRizwan Reza2010-06-161-0/+3
|/
* Remove undocumented save_without_validation!Pratik Naik2010-05-111-4/+0
* Succint save definitionPratik Naik2010-05-111-4/+2
* Make sure valid? preceives the context as in ActiveModel API (ht: Carlos Anto...José Valim2010-05-101-25/+22
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-41/+30
* updated AR to work with the AMo model validation changesJosh Kalderimis2010-05-081-1/+5
* Drop AR I18n deprecation and simple use errors.messages as fallback.José Valim2010-01-301-2/+2
* save(false) is gone, use save(:validate => false) instead.José Valim2010-01-171-1/+11
* Errors messages are now moved from :activerecord.errors to simply :errors on ...José Valim2010-01-071-1/+1
* Get rid of DeprecatedCallbacks in ActiveRecord::Associations and finally remo...José Valim2009-12-301-2/+0