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
Commit message (
Expand
)
Author
Age
Files
Lines
*
`id_in_database` do not return nil value for persisted record
Ryuta Kamizono
2018-03-04
1
-1
/
+1
*
remove incorrect statement about serializable transactions
Joe Van Dyk
2017-10-25
1
-3
/
+1
*
Update links to use https instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
1
-1
/
+1
*
Check :scope input in Uniqueness validator
Kir Shatrov
2017-08-13
1
-0
/
+4
*
Merge pull request #29946 from kamipo/passing_arel_to_where_is_boundable
Sean Griffin
2017-07-28
1
-4
/
+1
|
\
|
*
Building `where_clause` in `UniquenessValidator` is no longer needed
Ryuta Kamizono
2017-07-26
1
-4
/
+1
*
|
Use `predicate_builder.build_bind_attribute` wherever possible
Ryuta Kamizono
2017-07-28
1
-2
/
+1
|
/
*
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
1
-1
/
+31
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
5
-0
/
+10
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
5
-5
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
5
-0
/
+5
*
change ActiveModel::Validation to ActiveModel::Validations in comments
Sen Zhang
2017-02-15
1
-1
/
+1
*
Merge pull request #26378 from kamipo/decouple_building_arel_ast_for_uniquene...
Jeremy Daer
2017-02-06
1
-31
/
+1
|
\
|
*
Decouple the building Arel ASTs for uniqueness validator
Ryuta Kamizono
2016-12-25
1
-31
/
+1
*
|
No need `:doc:` for `:nodoc:` classes [ci skip]
Ryuta Kamizono
2016-12-25
1
-2
/
+2
|
/
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
1
-5
/
+5
*
fix the uniqueness validation scope with a polymorphic association
Sergey Alekseev
2016-11-26
1
-4
/
+3
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
2
-2
/
+2
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
2
-2
/
+2
*
|
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
1
-1
/
+1
|
/
*
Revert "Extract `PredicateBuilder::CaseSensitiveHandler`"
Sean Griffin
2016-08-31
1
-1
/
+31
*
Extract `PredicateBuilder::CaseSensitiveHandler`
Ryuta Kamizono
2016-08-16
1
-31
/
+1
*
Revert passing arel node with splat binds for `where`
Ryuta Kamizono
2016-08-06
1
-2
/
+5
*
Don't passing a nil value to `case_sensitive_comparison`
Ryuta Kamizono
2016-08-06
1
-7
/
+7
*
Remove unused `table` arg for `UniquenessValidator#scope_relation`
Ryuta Kamizono
2016-07-18
1
-5
/
+5
*
Prevent `RangeError` for `FinderMethods#exists?`
Ryuta Kamizono
2016-06-16
1
-1
/
+0
*
Avoid type casting in uniqueness validator
Ryuta Kamizono
2016-06-04
1
-5
/
+2
*
Merge pull request #23523 from kamipo/avoid_truncation_in_uniqueness_validation
Jeremy Daer
2016-04-18
1
-3
/
+0
|
\
|
*
Avoid a string value truncation in uniqueness validation
Ryuta Kamizono
2016-02-12
1
-3
/
+0
*
|
Fix uniqueness validation with an after_create hook.
Joe Rafaniello
2016-02-25
1
-1
/
+1
*
|
Revert changes to validations from PR #18612
eileencodes
2016-02-23
4
-15
/
+0
*
|
Merge pull request #23628 from maclover7/fix-23625
Sean Griffin
2016-02-23
1
-1
/
+1
|
\
\
|
*
|
Fix issue #23625
Jon Moss
2016-02-18
1
-1
/
+1
|
|
/
*
|
Reduce `attribute.to_s`
Ryuta Kamizono
2016-02-22
1
-6
/
+5
*
|
Always validate record if validating a virtual attribute
eileencodes
2016-02-20
3
-3
/
+3
|
/
*
UniquenessValidator exclude itself when PK changed
Diego Silva
2016-02-09
1
-1
/
+1
*
Refactor `case_{sensitive|insensitive}_comparison`
Ryuta Kamizono
2016-01-01
1
-3
/
+6
*
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-1
/
+0
*
Improve support for non Active Record objects on `validates_associated`
Kassio Borges
2015-11-08
1
-2
/
+8
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
3
-8
/
+11
*
uniqueness validation raises error for persisted record without pk.
Yves Senn
2015-08-20
1
-1
/
+5
*
Properly allow uniqueness validations on primary keys.
Sean Griffin
2015-07-25
1
-1
/
+3
*
A few documentation fixes [ci skip]
Robin Dupret
2015-06-23
1
-1
/
+1
*
refactor, don't duplicate presence validator logic.
Yves Senn
2015-06-22
1
-10
/
+4
*
docs, update Active Model reference for AR length validator. [ci skip]
Yves Senn
2015-06-22
1
-1
/
+4
*
AR absence validator respects `marked_for_destruction?`. Closes #20449.
Yves Senn
2015-06-22
1
-0
/
+24
*
Missing note on validates_presence_of validation [ci skip]
Mehmet Emin İNAÇ
2015-04-11
1
-0
/
+4
*
Fix uniqueness validation with out of range value
Andrey Voronkov
2015-04-08
1
-0
/
+2
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
rm `Type#text?`
Sean Griffin
2015-02-07
1
-1
/
+1
[next]