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
*
scope_chain should not be mutated for other reflections
Neeraj Singh
2013-10-14
1
-1
/
+1
*
Fix the indentation
Rafael Mendonça França
2013-10-08
1
-12
/
+13
*
remove HABTM special cases from reflections
Aaron Patterson
2013-10-02
1
-14
/
+2
*
push constructable? on to the reflection
Aaron Patterson
2013-10-02
1
-0
/
+16
*
Remove conditional adding a new method
Rafael Mendonça França
2013-09-11
1
-5
/
+5
*
support anonymous classes on has_many associations
Aaron Patterson
2013-09-03
1
-0
/
+1
*
pk should not be required for hm:t associations
Aaron Patterson
2013-08-29
1
-1
/
+0
*
Fixing multi-word automatic inverse detection.
wangjohn
2013-08-15
1
-2
/
+2
*
Revert "all `scope_chain` methods allocate new arrays, no need to dup"
Aaron Patterson
2013-07-31
1
-1
/
+1
*
all `scope_chain` methods allocate new arrays, no need to dup
Aaron Patterson
2013-07-30
1
-1
/
+1
*
oops!
Aaron Patterson
2013-07-23
1
-1
/
+1
*
eliminate conditional in JoinHelper
Aaron Patterson
2013-07-23
1
-1
/
+1
*
acually get the actual source reflection :cry::gun:
Aaron Patterson
2013-07-23
1
-7
/
+14
*
factory methods should not have side effects.
Aaron Patterson
2013-07-23
1
-3
/
+1
*
extract mutation from generation method
Aaron Patterson
2013-07-23
1
-3
/
+5
*
habtm can only ever be an association reflection
Aaron Patterson
2013-07-22
1
-2
/
+4
*
use the predicate method
Aaron Patterson
2013-07-22
1
-1
/
+1
*
AR::Base does not need to know how to create reflection objects
Aaron Patterson
2013-07-22
1
-19
/
+19
*
use the superclass implementation
Aaron Patterson
2013-07-18
1
-1
/
+3
*
quoted table name is also cached
Aaron Patterson
2013-06-13
1
-1
/
+1
*
table name is cached on the class, so stop caching twice
Aaron Patterson
2013-06-13
1
-1
/
+1
*
calculate types on construction
Aaron Patterson
2013-06-13
1
-8
/
+4
*
only cache the primary key column in one place
Aaron Patterson
2013-06-13
1
-1
/
+1
*
these methods are never called, so remove them
Aaron Patterson
2013-06-13
1
-8
/
+0
*
This test does not test anything that happens in the real world. If you
Aaron Patterson
2013-06-13
1
-7
/
+0
*
oops. step away from the keyboard aaron. :cry:
Aaron Patterson
2013-06-13
1
-1
/
+1
*
fix caching of automatic inverse of. :bomb:
Aaron Patterson
2013-06-13
1
-1
/
+3
*
let the object stay in charge of internal cache invalidation
Aaron Patterson
2013-06-13
1
-7
/
+5
*
reduce automatic_inverse_of caching logic
Aaron Patterson
2013-06-13
1
-30
/
+16
*
active_record should always be set. Do or do not, there is no try
Aaron Patterson
2013-06-13
1
-1
/
+1
*
push ambiguous reflection warning down to reflection name calculation
Aaron Patterson
2013-06-13
1
-23
/
+28
*
clean up ivar assignment
Aaron Patterson
2013-06-13
1
-3
/
+2
*
Ambiguous reflections are on :through relationships are no longer supported.
Aaron Patterson
2013-06-13
1
-1
/
+27
*
sometimes singularize does not work, so we get a list of two strings. just un...
Aaron Patterson
2013-06-12
1
-1
/
+1
*
no need to cache hash lookups
Aaron Patterson
2013-06-12
1
-1
/
+1
*
split aggregates from association reflections to avoid is_a checks later
Aaron Patterson
2013-06-12
1
-5
/
+11
*
remove unnecessary is_a check
Aaron Patterson
2013-06-12
1
-2
/
+1
*
Getting rid of the +automatic_inverse_of: false+ option in associations in favor
wangjohn
2013-06-08
1
-7
/
+7
*
remove code duplication
Neeraj Singh
2013-05-22
1
-2
/
+3
*
Some editorial changes on the documentation.
Rafael Mendonça França
2013-05-12
1
-4
/
+4
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-05-12
1
-4
/
+4
|
\
|
*
minor rdoc cleanup for reflection methods
Neeraj Singh
2013-05-09
1
-4
/
+4
*
|
Adding documentation to the automatic inverse_of finder.
wangjohn
2013-05-11
1
-1
/
+1
*
|
Created a method to automatically find inverse associations and cache
wangjohn
2013-05-07
1
-3
/
+98
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-04-11
1
-1
/
+6
|
\
|
*
minor copy editing
Neeraj Singh
2013-03-30
1
-1
/
+6
*
|
Use a space after the comment sign when showing the result of commands
Carlos Antonio da Silva
2013-04-04
1
-4
/
+4
*
|
expanded rdoc for chain and reflection_names
Neeraj Singh
2013-04-04
1
-2
/
+20
*
|
expanded rdoc on source_reflection method
Neeraj Singh
2013-04-04
1
-0
/
+10
|
/
*
Refactor to use each_key, remove extra spaces
Carlos Antonio da Silva
2013-01-28
1
-1
/
+0
[next]