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
/
associations
/
builder
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ruby 2.7 warning: creating a Proc without a block
utilum
2019-02-13
1
-2
/
+2
*
Fix call sites
Gannon McGibbon
2018-10-02
1
-1
/
+1
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
*
Avoid extra touch queries when counter cache is updated
Ryuta Kamizono
2018-09-27
1
-2
/
+8
*
Refactor counter cache to extract `decrement_counters_before_last_save` on th...
Ryuta Kamizono
2018-09-27
1
-37
/
+6
*
Update counter cache in memory if parent target is existed
Ryuta Kamizono
2018-09-26
1
-10
/
+3
*
Don't update counter cache unless the record is actually saved
Ryuta Kamizono
2018-09-19
1
-3
/
+1
*
Enable Style/ParenthesesAroundCondition cop
Ryuta Kamizono
2018-08-19
1
-1
/
+1
*
Extract `Relation#update_counters` for internal use
Ryuta Kamizono
2018-07-30
1
-6
/
+4
*
Removed useless utility classes inside HABTM association builder
Bogdan Gusiev
2018-06-19
1
-37
/
+16
*
Fix inconsistent touching behavior between assigning and unassigning
Ryuta Kamizono
2018-05-27
1
-1
/
+2
*
Fix `belongs_to_counter_cache_after_update` to respect polymorphic type change
Ryuta Kamizono
2018-05-27
1
-1
/
+1
*
Avoid a subquery in updating counter cache
Ryuta Kamizono
2018-05-26
1
-6
/
+1
*
Fix `belongs_to_counter_cache_after_update` to respect custom primary key cou...
Ryuta Kamizono
2018-05-26
1
-0
/
+13
*
Remove passing argument to singular and collection association readers
Ryuta Kamizono
2018-01-05
1
-2
/
+2
*
Fix conflicts `counter_cache` with `touch: true` by optimistic locking.
bogdanvlviv
2017-12-12
1
-3
/
+7
*
Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons
Matthew Draper
2017-10-28
1
-1
/
+1
*
[Active Record] require => require_relative
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Remove the code that swapping `scope` and `options`
Ryuta Kamizono
2017-09-18
1
-5
/
+0
*
Merge pull request #29765 from lugray/fix_counter_cache
Rafael França
2017-07-24
1
-3
/
+1
|
\
|
*
Add test for fixed `counter_cache` double increment
Lisa Ugray
2017-07-19
1
-3
/
+1
*
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
7
-0
/
+14
|
/
*
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Delete stale comment for `AR::Associations::Builder::CollectionAssociation`
fatkodima
2017-07-01
1
-2
/
+0
*
Evaluate the default block only when necessary
Ryuta Kamizono
2017-03-20
1
-1
/
+1
*
Add :default option to belongs_to (#28453)
George Claghorn
2017-03-17
1
-1
/
+8
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-3
/
+3
*
Introduce `reload_<association>` reader for singular associations.
Yves Senn
2016-11-22
1
-1
/
+10
*
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
1
-14
/
+16
*
Fix HABTM associations join table resolver bug on constants and symbols
Mehmet Emin İNAÇ
2016-10-27
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-22
/
+22
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
2
-2
/
+2
*
Move the warning about composite primary key to `AttributeMethods::PrimaryKey`
Ryuta Kamizono
2016-07-02
1
-2
/
+4
*
Fix counter_cache double increment bug
Tom Kadwill
2016-04-28
1
-0
/
+2
*
don't treat all associations with extensions as instance dependent.
Yves Senn
2016-03-03
1
-1
/
+5
*
eliminate warnings about multiple primary keys on habtm join tables
Aaron Patterson
2016-02-19
1
-0
/
+3
*
Define `:foreign_type` as a valid option in `SingularAssociation`
yui-knk
2016-01-19
3
-3
/
+3
*
Make sure we touch all the parents when touch_later.
Arthur Neves
2015-12-06
1
-2
/
+1
*
Update belongs_to.rb
Ehsan Yousefi
2015-11-08
1
-2
/
+1
*
Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default`
Sean Griffin
2015-10-29
1
-2
/
+2
*
Merge pull request #19686 from tsun1215/index_errors
Sean Griffin
2015-10-26
1
-1
/
+1
|
\
|
*
Errors can be indexed with nested attributes
Michael Probber
2015-04-17
1
-1
/
+1
*
|
docs, add missing `:nodoc: for `Associations::Builder`. [ci skip]
Yves Senn
2015-10-13
7
-9
/
+9
*
|
use correct DB connection for generated HABTM table
Matt Hanlon
2015-08-07
1
-3
/
+7
*
|
Fix counter_cache for polymorphic associations
Stefan Kanev
2015-07-19
1
-4
/
+12
*
|
Rename association option :class to :anonymous_class
Andrew White
2015-04-21
2
-2
/
+2
|
/
*
Batch touch parent records
Arthur Neves
2015-04-08
1
-6
/
+7
*
Freeze static arguments for gsub
brainopia
2015-04-02
1
-1
/
+1
*
Prefer string patterns for gsub
brainopia
2015-04-02
1
-1
/
+1
[next]