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
/
reflection.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
`join_keys` no longer needs a class passed to it
Aaron Patterson
2017-03-03
1
-27
/
+30
*
refactor so there is only one JoinKeys factory method
Aaron Patterson
2017-03-03
1
-4
/
+15
*
ask reflection for klass join reflection
Aaron Patterson
2017-03-03
1
-0
/
+15
*
Move join scopes on to the reflection object
Aaron Patterson
2017-03-03
1
-0
/
+22
*
Fix collection_singular_ids= bug
Daniel Colson
2017-02-02
1
-2
/
+2
*
Avoid lambda scopes when possible
Aaron Patterson
2017-01-30
1
-3
/
+1
*
deprecate `scope_chain`
Aaron Patterson
2017-01-30
1
-0
/
+2
*
update comments and call `super`
Aaron Patterson
2017-01-30
1
-24
/
+3
*
remove caching until we prove it is required
Aaron Patterson
2017-01-30
1
-7
/
+3
*
Fix `scopes` implementation on `PolymorphicReflection`
Aaron Patterson
2017-01-30
1
-47
/
+12
*
Implement `scopes` method on each Reflection
eileencodes
2017-01-30
1
-5
/
+47
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-01-11
1
-3
/
+3
|
\
|
*
`meta-data` --> `metadata`
Jon Moss
2016-12-31
1
-3
/
+3
*
|
Improve deprecation message for deprecated reflection class name
Ryuta Kamizono
2017-01-10
1
-1
/
+1
*
|
Deprecate reflection class name to accept a class
Kir Shatrov
2017-01-09
1
-0
/
+11
*
|
Privatize unneededly protected methods in Active Record
Akira Matsuda
2017-01-05
1
-3
/
+1
*
|
Raise error when has_many through is defined before through association
Chris Holmes
2017-01-04
1
-0
/
+8
*
|
Raise when a through association has an ambiguous reflection name
Rafael Mendonça França
2016-12-29
1
-9
/
+7
|
/
*
Resolve association class correctly when assigning ids on a through association
Matthew Draper
2016-12-09
1
-0
/
+4
*
Add test for collection *_ids= setter when association primary key set
Dominic Cleal
2016-11-24
1
-0
/
+4
*
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
-10
/
+1
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
|
Merge pull request #25432 from kamipo/polymorphic_reflection_is_not_using_met...
Eileen M. Uchitelle
2016-10-25
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
`PolymorphicReflection` is not using the methods from `ThroughReflection`
Ryuta Kamizono
2016-06-21
1
-3
/
+3
*
|
explain why autosave= disables inverse_of [ci skip]
Xavier Noria
2016-10-07
1
-0
/
+4
*
|
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
1
-12
/
+13
*
|
Merge pull request #24099 from k0kubun/preserve-readonly
Rafael Mendonça França
2016-08-18
1
-0
/
+4
|
\
\
|
*
|
Preserve readonly flag only for readonly association
Takashi Kokubun
2016-07-30
1
-0
/
+4
|
|
/
*
|
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
|
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
-2
/
+2
|
/
*
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-1
/
+1
*
start hiding the `scope_chain` data structure
Aaron Patterson
2016-03-04
1
-0
/
+10
*
don't build the reflection chain to calculate `nested?`
Aaron Patterson
2016-03-04
1
-1
/
+9
*
remove useless ivar
Aaron Patterson
2016-03-04
1
-1
/
+0
*
Respect through association scopes when used with polymorphic
Sean Griffin
2016-02-29
1
-1
/
+1
*
build scope chain functionally and remove caching
Aaron Patterson
2016-02-10
1
-14
/
+40
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-02-07
1
-10
/
+13
|
\
|
*
fix indentation
Vijay Dev
2016-02-07
1
-1
/
+1
|
*
[ci skip] Update internal documents about ActiveRecord's Reflection
yui-knk
2016-01-30
1
-11
/
+14
*
|
Remove unnecessary overriding of `#initialize`
yui-knk
2016-02-02
1
-12
/
+0
*
|
Remove `case macro` from `calculate_constructable`
yui-knk
2016-02-01
1
-8
/
+13
*
|
Each concrete classes have responsibility to return `association_class`
yui-knk
2016-01-31
1
-22
/
+25
*
|
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Eliminate instance level writers for class accessors
Aaron Patterson
2016-01-22
1
-2
/
+2
*
|
[ci skip] `automatic_inverse_of` returns `false` not `nil` (document fix)
yui-knk
2016-01-09
1
-1
/
+1
|
/
*
Freeze association foreign keys to reduce allocations
Sean Griffin
2015-11-15
1
-1
/
+1
[next]