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
*
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
*
|
Improve the performance of reading attributes
Sean Griffin
2014-11-18
1
-1
/
+1
*
|
let's warn with heredocs
Xavier Noria
2014-10-28
1
-11
/
+19
*
|
Use if/else instead of early raise
Rafael Mendonça França
2014-10-15
1
-2
/
+5
*
|
Raise an error for has_one associations which try to go :through a polymorphi...
Tu Hoang
2014-10-15
1
-0
/
+1
*
|
Always add lambda to scope chain to eliminate branch in eval_scope
eileencodes
2014-09-04
1
-2
/
+5
*
|
Avoid using heredoc for user warnings
Godfrey Chan
2014-08-28
1
-15
/
+14
*
|
[ci skip] "..enables interrorgating of [thing].." would be correct
Zachary Scott
2014-08-19
1
-1
/
+1
*
|
Merge pull request #16377 from JackDanger/doc-fix-in-association-reflection
Eileen M. Uchitelle
2014-08-02
1
-1
/
+1
|
\
\
|
*
|
Fixes small error in ActiveRecord::Reflection docs
Jack Danger Canty
2014-07-31
1
-1
/
+1
*
|
|
Deprecate source_macro
eileencodes
2014-08-02
1
-1
/
+7
*
|
|
Refactor join_keys to remove complex conditionals
eileencodes
2014-07-31
1
-21
/
+26
*
|
|
Redefine macro checks for reflections
eileencodes
2014-07-30
1
-9
/
+7
|
/
/
*
|
[ci skip] Fix documentation for @macro and reflection types
eileencodes
2014-07-27
1
-6
/
+9
*
|
create_join_table uses same logic as HABTM reflections
Stefan Kanev
2014-07-18
1
-1
/
+1
*
|
Remove need for macro instance var
eileencodes
2014-07-17
1
-11
/
+14
*
|
Begin refactoring ThroughReflection
eileencodes
2014-07-08
1
-66
/
+127
*
|
Don't rely on the column for type casting reflections
Sean Griffin
2014-06-18
1
-2
/
+2
|
/
*
Merge pull request #15343 from dontfidget/fix_polymorphic_automatic_inverse_of
Rafael Mendonça França
2014-06-13
1
-1
/
+1
|
\
|
*
use name specified by 'as' for automatic inverse association to avoid reflect...
Andrew S. Brown
2014-06-10
1
-1
/
+1
*
|
Merge pull request #15630 from eileencodes/refactor-join-keys-on-add_constraints
Matthew Draper
2014-06-12
1
-0
/
+17
|
\
\
|
*
|
begin refactoring add_constraints by moving join keys
eileencodes
2014-06-10
1
-0
/
+17
*
|
|
Add has_one? docs [skip ci]
Arthur Neves
2014-06-11
1
-0
/
+1
|
/
/
*
|
Use HasAndBelongsToMany instead of HABTM
Arthur Neves
2014-06-09
1
-1
/
+1
*
|
reuse available collection? check instead of macro
eileencodes
2014-06-09
1
-1
/
+1
*
|
Merge pull request #15596 from eileencodes/add-has_one-method-and-reuse
Rafael Mendonça França
2014-06-09
1
-1
/
+5
|
\
\
|
*
|
add has_one? method and reuse instead of checking macro
eileencodes
2014-06-09
1
-1
/
+5
*
|
|
Abstract away use of HABTM macro
eileencodes
2014-06-09
1
-1
/
+8
|
/
/
*
|
fix polymorphic? method and reuse it
eileencodes
2014-06-02
1
-8
/
+8
*
|
Refactoring .reflections public method.
Arthur Neves
2014-05-26
1
-4
/
+23
*
|
Use .to_s on _reflections lookup
Arthur Neves
2014-05-24
1
-1
/
+1
[next]