index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
validations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
[Active Record] require => require_relative
Akira Matsuda
2017-10-21
1
-5
/
+5
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
1
-5
/
+5
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-2
/
+2
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
1
-4
/
+4
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
*
Fix grammar `a` to `an` [ci skip]
Ryuta Kamizono
2016-02-13
1
-1
/
+1
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-13
/
+14
*
Merge pull request #21535 from dmitry/feature/validate-multiple-contexts
Rafael Mendonça França
2015-09-08
1
-1
/
+5
|
\
|
*
Validate multiple contexts on `valid?` and `invalid?` at once.
Dmitry Polushkin
2015-09-07
1
-1
/
+5
|
*
Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte...
Rafael Mendonça França
2015-09-07
1
-5
/
+1
|
*
Validate multiple contexts on `valid?` and `invalid?` at once.
Dmitry Polushkin
2015-07-30
1
-1
/
+5
*
|
Make ActiveRecordException descendants args optional
Pavel Pravosud
2015-09-07
1
-4
/
+10
|
/
*
AR absence validator respects `marked_for_destruction?`. Closes #20449.
Yves Senn
2015-06-22
1
-0
/
+1
*
Move the `validate!` method to `ActiveModel::Validations`.
Lucas Mazza
2015-02-20
1
-14
/
+2
*
AR specific length validator to respect `marked_for_destruction`.
Yves Senn
2014-12-30
1
-0
/
+1
*
various error classes: added newlines & removed :nodoc: flag from public attr...
Recursive Madman
2014-11-26
1
-3
/
+4
*
Moved #create! method from Validations to Persistence module
Bogdan Gusiev
2014-08-05
1
-15
/
+0
*
Add AR::Base#validate! method
Bogdan Gusiev
2014-06-23
1
-1
/
+17
*
ActiveRecord/ActiveModel '#validate' alias for 'valid?'
Henrik Nyh
2014-03-27
1
-0
/
+4
*
drop variable assignment in validations
Vipul A M
2013-03-27
1
-2
/
+1
*
Fix syntax error with no US-ASCII char
Rafael Mendonça França
2012-09-28
1
-1
/
+1
*
update AR::Validations documentation [ci skip]
Francesco Rodriguez
2012-09-22
1
-11
/
+12
*
Remove mass_assignment_options from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-3
/
+3
*
AR has a subclass of AM:PresenceValidator.
Brent Wheeldon & Nick Monje
2012-07-20
1
-0
/
+1
*
Allow translations of activerecord.errors.messages.record_invalid to be looke...
Christopher Dell
2012-03-05
1
-1
/
+1
*
Remove extra white spaces on ActiveRecord docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
updated AR#create! to accept an options hash so the mass-assignment security ...
Josh Kalderimis
2011-05-12
1
-3
/
+3
*
Better formatting here
Sebastian Martinez
2011-04-24
1
-3
/
+3
*
copy-edits 8d96b89
Xavier Noria
2011-02-21
1
-7
/
+7
*
Typo: fixing the the
Nicholas Rowe
2011-02-19
1
-1
/
+1
*
Clarification of ActiveRecord ActiveModel validation documentation
Peer Allan
2011-02-18
1
-1
/
+15
*
ActiveRecord#save(false) is now deprecated, now it is save(:validate => false)
Jaime Iniesta
2011-01-18
1
-1
/
+1
*
Partialy revert f1c13b0dd7b22b5f6289ca1a09f1d7a8c7c8584b
José Valim
2010-11-28
1
-1
/
+1
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-1
/
+1
*
Refactor AR validations a bit
Carlos Antonio da Silva
2010-09-06
1
-5
/
+1
*
Cleanup deprecation warnings in active record
Carlos Antonio da Silva
2010-09-06
1
-12
/
+1
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-2
/
+2
|
\
|
*
moving before_validation and after_validation functionality from ActiveRecord...
Neeraj Singh
2010-06-19
1
-2
/
+2
*
|
Adds title to the rest of the files in activerecord/lib
Rizwan Reza
2010-06-16
1
-0
/
+3
|
/
*
Remove undocumented save_without_validation!
Pratik Naik
2010-05-11
1
-4
/
+0
*
Succint save definition
Pratik Naik
2010-05-11
1
-4
/
+2
*
Make sure valid? preceives the context as in ActiveModel API (ht: Carlos Anto...
José Valim
2010-05-10
1
-25
/
+22
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-41
/
+30
*
updated AR to work with the AMo model validation changes
Josh Kalderimis
2010-05-08
1
-1
/
+5
*
Drop AR I18n deprecation and simple use errors.messages as fallback.
José Valim
2010-01-30
1
-2
/
+2
*
save(false) is gone, use save(:validate => false) instead.
José Valim
2010-01-17
1
-1
/
+11
*
Errors messages are now moved from :activerecord.errors to simply :errors on ...
José Valim
2010-01-07
1
-1
/
+1
*
Get rid of DeprecatedCallbacks in ActiveRecord::Associations and finally remo...
José Valim
2009-12-30
1
-2
/
+0
[next]