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
*
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
*
Added STI support to init and building associations
Jason Rush
2012-11-29
1
-1
/
+1
*
Another batch of hash syntax changes to comment, this time around, I tried to...
AvnerCohen
2012-10-23
1
-12
/
+12
*
Remove mass_assignment_options from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-2
/
+2
*
Refactor to remove some duplication
Jon Leighton
2012-09-12
1
-0
/
+4
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Revert "Removing composed_of from ActiveRecord."
Rafael Mendonça França
2012-07-27
1
-5
/
+40
*
remove unused method
Jon Leighton
2012-07-20
1
-4
/
+0
*
Represent association scope options as AR::Relations insternally.
Jon Leighton
2012-07-13
1
-19
/
+15
*
Allow associations to take a lambda which builds the scope
Jon Leighton
2012-07-13
1
-4
/
+7
*
Improve the derivation of HABTM assocation join table names
Andrew White
2012-06-22
1
-0
/
+16
*
Removing composed_of from ActiveRecord.
Steve Klabnik
2012-06-18
1
-40
/
+5
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-2
/
+1
*
de-globalise method
Jon Leighton
2012-05-04
1
-0
/
+4
*
Refactor and cleanup in some ActiveRecord modules
Carlos Antonio da Silva
2012-03-03
1
-9
/
+9
*
Remove useless argument in #columns.
Sebastian Martinez
2012-02-02
1
-2
/
+2
*
no need for extra method calls inside the framework
Aaron Patterson
2012-01-09
1
-1
/
+1
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+2
[next]