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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
1
-1
/
+1
*
Merge pull request #36776 from giraffate/fix_join_middle_table_alias_when_usi...
Rafael França
2019-07-26
1
-1
/
+1
|
\
|
*
Fix join middle table alias when using HABTM
Takayuki Nakata
2019-07-26
1
-1
/
+1
*
|
Merge pull request #36412 from robotdana/compact_blank
Rafael Mendonça França
2019-07-25
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Use compact_blank throughout rails
Dana Sherson
2019-06-05
1
-1
/
+1
*
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
5
-6
/
+0
*
|
Fix preloading on AR::Relation where records are duplicated by a join
Bogdan Gusiev
2019-06-06
1
-1
/
+3
|
/
*
Merge pull request #36320 from XrXr/no-doc-prepend
Rafael França
2019-05-21
1
-1
/
+1
|
\
|
*
Put :nodoc: on method that raises NoMethodError
Alan Wu
2019-05-21
1
-1
/
+1
*
|
Fix eager loading associations with string joins not to raise NoMethodError
Ryuta Kamizono
2019-05-15
1
-2
/
+11
*
|
Namespace association extension modules under the owner model
Jean Boussier
2019-05-02
1
-2
/
+2
*
|
Fix merging left_joins to maintain its own `join_type` context
Ryuta Kamizono
2019-04-27
1
-9
/
+10
*
|
Merge pull request #35869 from abhaynikam/35866-add-touch-option-for-has-one-...
Ryuta Kamizono
2019-04-25
1
-2
/
+34
|
\
\
|
*
|
Adds touch option to has_one association
Abhay Nikam
2019-04-25
1
-2
/
+34
*
|
|
Fix sliced IN clauses to be grouped
Ryuta Kamizono
2019-04-24
1
-7
/
+1
|
/
/
*
|
Merge pull request #36070 from imechemi/fix-minor-api-doc
Ryuta Kamizono
2019-04-24
1
-1
/
+1
|
\
\
|
*
|
Fix rdoc rendering for push alias symbol
Tenzin Chemi
2019-04-23
1
-1
/
+1
*
|
|
Rename local variable `n` to `name`
Ryuta Kamizono
2019-04-24
1
-2
/
+2
|
/
/
*
|
Make association builder methods private
Ryuta Kamizono
2019-04-24
6
-0
/
+15
*
|
Fix `automatic_inverse_of` not to be disabled if extension block is given
Ryuta Kamizono
2019-04-12
2
-30
/
+10
*
|
Association loading isn't to be affected by scoping consistently
Ryuta Kamizono
2019-04-05
1
-1
/
+1
*
|
`preloaded_records` no longer includes `nil` since #35496
Ryuta Kamizono
2019-04-05
1
-1
/
+0
*
|
Merge pull request #35799 from leboshi/master
Ryuta Kamizono
2019-03-31
1
-11
/
+4
|
\
\
|
*
|
Fix callbacks on has_many :through associations (#33249)
Ryan Kerr
2019-03-30
1
-10
/
+4
|
/
/
*
|
Merge pull request #35496 from bogdan/right-preloading
Ryuta Kamizono
2019-03-28
3
-64
/
+90
|
\
\
|
*
|
Fix preloader to never reset associations in case they are already loaded
Bogdan Gusiev
2019-03-07
3
-64
/
+90
*
|
|
Add Relation#annotate for SQL commenting
Matt Yoho
2019-03-21
1
-1
/
+5
|
|
/
|
/
|
*
|
Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_block
Kasper Timm Hansen
2019-03-10
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Ruby 2.7 warning: creating a Proc without a block
utilum
2019-02-13
1
-2
/
+2
*
|
Fix preload with nested associations
Rafael Mendonça França
2019-02-26
1
-1
/
+5
*
|
Merge pull request #35247 from bogdan/fix-source-reflection-reset-code
Ryuta Kamizono
2019-02-20
2
-21
/
+10
|
\
\
|
*
|
Fix reset of the source association when through association is loaded
Bogdan Gusiev
2019-02-20
2
-21
/
+10
*
|
|
Fix eager loading polymorphic association with mixed table conditions
Ryuta Kamizono
2019-02-18
1
-6
/
+11
*
|
|
Revert "Merge pull request #35127 from bogdan/counter-cache-loading"
Ryuta Kamizono
2019-02-13
2
-11
/
+6
|
|
/
|
/
|
*
|
Merge pull request #35196 from gmcgibbon/clarify_collection_proxy_docs
Gannon McGibbon
2019-02-11
2
-11
/
+25
|
\
\
|
*
|
Clarify collection proxy docs
Gannon McGibbon
2019-02-08
2
-11
/
+25
|
|
/
*
|
Refactor to just use `Association#target=` in `associate_records_to_owner`
Ryuta Kamizono
2019-02-09
1
-3
/
+2
*
|
Merge pull request #35178 from bogdan/has-many-size
Ryuta Kamizono
2019-02-08
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Bugfix has_many association #size when ids reader is cached and association i...
Bogdan Gusiev
2019-02-08
1
-2
/
+2
*
|
Fix `CollectionProxy#concat` to return self by alias it to `#<<`
Yuya Tanaka
2019-02-06
2
-33
/
+6
|
/
*
Merge pull request #35127 from bogdan/counter-cache-loading
Ryuta Kamizono
2019-02-05
2
-16
/
+13
|
\
|
*
Bugfix association loading behavior when counter cache is zero
Bogdan Gusiev
2019-02-05
2
-16
/
+13
*
|
Ensure `StatementCache#execute` never raises `RangeError`
Ryuta Kamizono
2019-01-18
2
-5
/
+1
*
|
Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28...
Laerti
2019-01-15
3
-2
/
+9
|
/
*
Merge pull request #34806 from bogdan/reuse-find-target
Ryuta Kamizono
2018-12-27
4
-30
/
+20
|
\
|
*
Reuse AR::Association#find_target method
Bogdan Gusiev
2018-12-27
4
-29
/
+21
*
|
Merge pull request #34609 from kamipo/delete_all_on_collection_proxy
Ryuta Kamizono
2018-12-04
2
-0
/
+3
|
\
\
|
*
|
Ensure that `delete_all` on collection proxy returns affected count
Ryuta Kamizono
2018-12-04
2
-0
/
+3
|
|
/
*
/
Reset scope after collection delete
Gannon McGibbon
2018-12-04
1
-4
/
+4
|
/
*
Revert "Merge pull request #34538 from bogdan/reuse-find-target"
Ryuta Kamizono
2018-11-28
3
-23
/
+28
[next]