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
*
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
*
Wrong usage of 'a' in docs fixed [ci skip]
Mehmet Emin İNAÇ
2015-10-03
1
-1
/
+1
*
Fix regression in inverse_of on through associations
eileencodes
2015-09-26
1
-14
/
+16
*
[ci skip] Remove useless "@api public/private"
yui-knk
2015-09-17
1
-7
/
+1
*
Merge pull request #21486 from bogdan/refactor-has-many-counter-cache
Eileen M. Uchitelle
2015-09-09
1
-9
/
+50
|
\
|
*
HasManyAssociation: moved half of counter cache code to reflection
Bogdan Gusiev
2015-09-03
1
-9
/
+50
*
|
:bomb:
Rafael Mendonça França
2015-09-08
1
-1
/
+1
*
|
Memoized reflections accessor
Rafael Mendonça França
2015-09-08
1
-9
/
+18
|
/
*
parent_reflection should store only a reflection object
Aaron Patterson
2015-05-19
1
-5
/
+7
*
Rename association option :class to :anonymous_class
Andrew White
2015-04-21
1
-2
/
+2
*
Add `clear_association_scope_cache` method
eileencodes
2015-03-18
1
-0
/
+15
*
reflection doc fix about hierarchy
keepcosmos
2015-03-17
1
-1
/
+1
*
Fix leaky chain on polymorphic association
eileencodes
2015-03-15
1
-1
/
+1
*
remove deprecated support to preload instance-dependent associaitons.
Yves Senn
2015-01-05
1
-6
/
+3
*
Remove deprecated `Reflection#source_macro`
Rafael Mendonça França
2015-01-04
1
-19
/
+0
*
Cleanup methods, missing spacing and missing nodocs
eileencodes
2015-01-02
1
-14
/
+14
*
Add `#all_includes` method to reflections
eileencodes
2015-01-02
1
-0
/
+2
*
Move `alias_candiate` into `AbstractReflection`
eileencodes
2015-01-02
1
-1
/
+9
*
Assign the `#alias_name` to each reflection
eileencodes
2015-01-02
1
-7
/
+3
*
Clean up / refactor new reflection classes
eileencodes
2015-01-02
1
-42
/
+75
*
Move `#alias_name` to `ReflectionProxy` class
eileencodes
2015-01-02
1
-10
/
+0
*
Refactor construct_tables method
eileencodes
2015-01-02
1
-0
/
+10
*
Add PolymorphicReflection and constraints method
eileencodes
2015-01-02
1
-1
/
+58
*
Merge pull request #15746 from amccloud/auto-inverse_of-in-module
Rafael Mendonça França
2015-01-02
1
-1
/
+1
|
\
|
*
Fixed automatic inverse_of for models nested in module
Andrew McCloud
2014-06-15
1
-1
/
+1
*
|
Add foreign_type option for polymorphic has_one and has_many.
Ulisses Almeida + Kassio Borges
2014-12-08
1
-1
/
+1
*
|
Fix grammar of sentence in Reflection documentation
eileencodes
2014-12-07
1
-3
/
+3
*
|
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
|
Update reflections public API doc
Arthur Neves
2014-11-22
1
-1
/
+1
[next]