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
/
association.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify collection proxy docs
Gannon McGibbon
2019-02-08
1
-0
/
+17
*
Ensure `StatementCache#execute` never raises `RangeError`
Ryuta Kamizono
2019-01-18
1
-3
/
+1
*
Merge pull request #34806 from bogdan/reuse-find-target
Ryuta Kamizono
2018-12-27
1
-0
/
+16
|
\
|
*
Reuse AR::Association#find_target method
Bogdan Gusiev
2018-12-27
1
-0
/
+17
|
/
*
Revert "Merge pull request #34538 from bogdan/reuse-find-target"
Ryuta Kamizono
2018-11-28
1
-17
/
+0
*
Reuse code in AR::Association#find_target
Bogdan Gusiev
2018-11-27
1
-0
/
+17
*
Merge pull request #34094 from christophemaximin/fix-activerecord-clearing-of...
Ryuta Kamizono
2018-10-10
1
-1
/
+3
|
\
|
*
Clear QueryCache when reloading associations
Christophe Maximin
2018-10-10
1
-1
/
+3
*
|
Don't expose internal methods in the associations
Ryuta Kamizono
2018-10-08
1
-18
/
+18
*
|
Fix `AssociationRelation` not to set inverse instance key just like before
Ryuta Kamizono
2018-10-07
1
-0
/
+8
|
/
*
Initialization block is a part of `build_record`
Ryuta Kamizono
2018-06-04
1
-0
/
+1
*
Eager loading won't mutate owner record
Ryuta Kamizono
2018-05-25
1
-10
/
+16
*
Extract all `base_class.name` as `polymorphic_name`
Ryuta Kamizono
2018-03-04
1
-2
/
+2
*
Fix marshaling of models with `has_many :through` associations
fatkodima
2018-02-08
1
-2
/
+2
*
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
1
-1
/
+1
*
Scope in associations should treat nil as `all`
Ryuta Kamizono
2017-09-04
1
-2
/
+2
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Don't cache `scope_for_create`
Ryuta Kamizono
2017-07-16
1
-1
/
+1
*
Fix `create_with` using both string and symbol
Ryuta Kamizono
2017-07-16
1
-2
/
+5
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Remove unused `aliased_table_name` in `Association`
Ryuta Kamizono
2017-06-29
1
-8
/
+0
*
Don't passing `klass.connection` to `AssociationScope`
Ryuta Kamizono
2017-06-29
1
-1
/
+1
*
Prevent extra `scope` construction in `find_target`
Ryuta Kamizono
2017-06-18
1
-1
/
+1
*
Merge pull request #29098 from kamipo/fix_association_with_extension_issues
Matthew Draper
2017-05-30
1
-0
/
+10
|
\
|
*
Extract `default_extensions` to avoid `klass.all`
Ryuta Kamizono
2017-05-30
1
-1
/
+1
|
*
Fix association with extension issues
Ryuta Kamizono
2017-05-28
1
-0
/
+10
*
|
Remove unused `Association#interpolate`
Ryuta Kamizono
2017-05-28
1
-8
/
+0
|
/
*
Cache target scope for collection proxy
Ryuta Kamizono
2016-12-25
1
-1
/
+1
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
1
-1
/
+1
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
|
Allow `autosave: true` to be used with inverse of
Sean Griffin
2016-11-01
1
-0
/
+9
*
|
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
1
-1
/
+1
|
/
*
Extract duplicated `create` and `create!` definition for association
Ryuta Kamizono
2016-09-03
1
-0
/
+8
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-1
/
+1
*
Give more context from `AssociationMismatchError`
Sean Griffin
2016-05-12
1
-1
/
+2
*
start hiding the `scope_chain` data structure
Aaron Patterson
2016-03-04
1
-1
/
+1
*
Except keys of `build_record`'s argument from `create_scope` in initialize_at...
yui-knk
2015-11-16
1
-3
/
+6
*
Skip statement cache on through association reader
Rafael Mendonça França
2015-08-12
1
-0
/
+8
*
thrown ActiveRecord::AssociationTypeMismatch when assigning a wrong value for...
Diego Carrion
2015-06-22
1
-3
/
+6
*
Doc fix about association hierarchy
keepcosmos
2015-03-15
1
-2
/
+2
*
Inject the `PredicateBuilder` into the `Relation` instance
Sean Griffin
2014-12-26
1
-1
/
+1
*
reuse available collection? check instead of macro
eileencodes
2014-06-09
1
-1
/
+1
*
add has_one? method and reuse instead of checking macro
eileencodes
2014-06-09
1
-1
/
+1
*
Merge pull request #15210 from arthurnn/fix_hbtm_reflection
Arthur Neves
2014-05-24
1
-1
/
+1
*
Prevent foreign_key_for? from type casting all attributes
Wojtek Kruszewski
2014-02-21
1
-1
/
+1
*
make a singleton for AssociationScope
Aaron Patterson
2014-02-14
1
-1
/
+1
*
pass the association and connection to the scope method
Aaron Patterson
2014-02-14
1
-1
/
+1
*
remove the nil check from set_inverse_instance
Aaron Patterson
2013-12-12
1
-1
/
+2
[next]