aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/reflection.rb
Commit message (Expand)AuthorAgeFilesLines
* quoted table name is also cachedAaron Patterson2013-06-131-1/+1
* table name is cached on the class, so stop caching twiceAaron Patterson2013-06-131-1/+1
* calculate types on constructionAaron Patterson2013-06-131-8/+4
* only cache the primary key column in one placeAaron Patterson2013-06-131-1/+1
* these methods are never called, so remove themAaron Patterson2013-06-131-8/+0
* This test does not test anything that happens in the real world. If youAaron Patterson2013-06-131-7/+0
* oops. step away from the keyboard aaron. :cry:Aaron Patterson2013-06-131-1/+1
* fix caching of automatic inverse of. :bomb:Aaron Patterson2013-06-131-1/+3
* let the object stay in charge of internal cache invalidationAaron Patterson2013-06-131-7/+5
* reduce automatic_inverse_of caching logicAaron Patterson2013-06-131-30/+16
* active_record should always be set. Do or do not, there is no tryAaron Patterson2013-06-131-1/+1
* push ambiguous reflection warning down to reflection name calculationAaron Patterson2013-06-131-23/+28
* clean up ivar assignmentAaron Patterson2013-06-131-3/+2
* Ambiguous reflections are on :through relationships are no longer supported.Aaron Patterson2013-06-131-1/+27
* sometimes singularize does not work, so we get a list of two strings. just un...Aaron Patterson2013-06-121-1/+1
* no need to cache hash lookupsAaron Patterson2013-06-121-1/+1
* split aggregates from association reflections to avoid is_a checks laterAaron Patterson2013-06-121-5/+11
* remove unnecessary is_a checkAaron Patterson2013-06-121-2/+1
* Getting rid of the +automatic_inverse_of: false+ option in associations in favorwangjohn2013-06-081-7/+7
* remove code duplicationNeeraj Singh2013-05-221-2/+3
* Some editorial changes on the documentation.Rafael Mendonça França2013-05-121-4/+4
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-05-121-4/+4
|\
| * minor rdoc cleanup for reflection methodsNeeraj Singh2013-05-091-4/+4
* | Adding documentation to the automatic inverse_of finder.wangjohn2013-05-111-1/+1
* | Created a method to automatically find inverse associations and cachewangjohn2013-05-071-3/+98
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-04-111-1/+6
|\
| * minor copy editingNeeraj Singh2013-03-301-1/+6
* | Use a space after the comment sign when showing the result of commandsCarlos Antonio da Silva2013-04-041-4/+4
* | expanded rdoc for chain and reflection_namesNeeraj Singh2013-04-041-2/+20
* | expanded rdoc on source_reflection methodNeeraj Singh2013-04-041-0/+10
|/
* Refactor to use each_key, remove extra spacesCarlos Antonio da Silva2013-01-281-1/+0
* Added STI support to init and building associationsJason Rush2012-11-291-1/+1
* Another batch of hash syntax changes to comment, this time around, I tried to...AvnerCohen2012-10-231-12/+12
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-2/+2
* Refactor to remove some duplicationJon Leighton2012-09-121-0/+4
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-5/+40
* remove unused methodJon Leighton2012-07-201-4/+0
* Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-131-19/+15
* Allow associations to take a lambda which builds the scopeJon Leighton2012-07-131-4/+7
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-0/+16
* Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-40/+5
* Simplify AR configuration code.Jon Leighton2012-06-151-2/+1
* de-globalise methodJon Leighton2012-05-041-0/+4
* Refactor and cleanup in some ActiveRecord modulesCarlos Antonio da Silva2012-03-031-9/+9
* Remove useless argument in #columns.Sebastian Martinez2012-02-021-2/+2
* no need for extra method calls inside the frameworkAaron Patterson2012-01-091-1/+1
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-1/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-161-1/+1
|\