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
/
associations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that column names are quoted. Closes #10134 [wesley.moxam]
Michael Koziarski
2007-11-10
1
-31
/
+48
*
Removed unused code (closes #9906)
David Heinemeier Hansson
2007-11-09
1
-4
/
+0
*
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
Marcel Molina
2007-11-08
1
-15
/
+14
*
Address shortcomings of changeset [8054] [protocool]
David Heinemeier Hansson
2007-11-07
1
-73
/
+24
*
Update association/method mapping table to refected latest collection methods...
Marcel Molina
2007-11-06
1
-6
/
+6
*
Introduce finder :joins with associations. Same :include syntax but with inne...
Jeremy Kemper
2007-10-29
1
-14
/
+89
*
Associations: speedup duplicate record check. Closes #10011.
Jeremy Kemper
2007-10-29
1
-1
/
+28
*
Allow association redefinition in subclasses. Closes #9346.
Jeremy Kemper
2007-10-27
1
-2
/
+4
*
Fix has_many :through delete with custom foreign keys. Closes #6466.
Jeremy Kemper
2007-10-27
1
-0
/
+6
*
Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ...
Marcel Molina
2007-10-23
1
-6
/
+4
*
Fix regression where the association would not construct new finder SQL on sa...
Jeremy Kemper
2007-10-16
1
-4
/
+4
*
Add notes to documentation regarding attr_readonly behavior with counter cach...
Rick Olson
2007-10-14
1
-0
/
+3
*
Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...
Michael Koziarski
2007-10-10
1
-6
/
+9
*
Update :dependent docs and improve its argument error message.
Jeremy Kemper
2007-10-09
1
-34
/
+32
*
belongs_to infers the foreign key from the association name instead of from t...
Jeremy Kemper
2007-10-08
1
-1
/
+1
*
Don't call attr_readonly on polymorphic belongs_to associations, in case it m...
Rick Olson
2007-10-05
1
-1
/
+1
*
Add attr_readonly to specify columns that are skipped during a normal ActiveR...
Rick Olson
2007-09-30
1
-1
/
+5
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-2
/
+2
*
Correctly quote id list for limited eager loading. Closes #7482.
Jeremy Kemper
2007-09-22
1
-2
/
+4
*
Associations macros accept extension blocks alongside modules. Closes #9346.
Jeremy Kemper
2007-09-17
1
-6
/
+6
*
Eager loading respects explicit :joins. Closes #9496.
Jeremy Kemper
2007-09-15
1
-1
/
+1
*
Remove deprecated functionality from edge rails. Closes #9387 [lifofifo]
Michael Koziarski
2007-09-03
1
-56
/
+5
*
Formatting, grammar and spelling fixes for the associations documentation. [s...
Michael Koziarski
2007-08-28
1
-158
/
+158
*
Fixed that eager loading queries and with_scope should respect the :group opt...
David Heinemeier Hansson
2007-08-21
1
-4
/
+3
*
Fixed that eager loading queries should respect the :group option as well [DHH]
David Heinemeier Hansson
2007-08-21
1
-0
/
+4
*
tiny doc patches [lifo]
Rick Olson
2007-07-25
1
-2
/
+2
*
Change belongs_to so that the foreign_key assumption is taken from the associ...
Rick Olson
2007-07-16
1
-6
/
+0
*
Define collection singular ids method for has_many :through associations. Clo...
Jeremy Kemper
2007-06-27
1
-2
/
+3
*
Fix polymorphic has_one associations declared in an abstract class. Closes #8...
Jeremy Kemper
2007-06-25
1
-9
/
+1
*
Save associated records only if the association is already loaded. Closes #8713.
Jeremy Kemper
2007-06-21
1
-3
/
+3
*
Remove deprecated find_first and find_all.
Jeremy Kemper
2007-06-11
1
-1
/
+0
*
Quickref for association methods. Closes #7723.
Jeremy Kemper
2007-05-30
1
-3
/
+40
*
Ensure that associations with :dependent => :delete_all respect :conditions o...
Rick Olson
2007-05-24
1
-4
/
+5
*
Fix :through docs wrecked up by [6777]. Closes #4961.
Jeremy Kemper
2007-05-23
1
-1
/
+2
*
belongs_to assignment creates a new proxy rather than modifying its target in...
Jeremy Kemper
2007-05-22
1
-4
/
+1
*
Document deep eager includes. Closes #6267.
Jeremy Kemper
2007-05-19
1
-1
/
+9
*
belongs_to doesn't go :through. Closes #4961.
Jeremy Kemper
2007-05-18
1
-2
/
+1
*
Docs: warn that associations names shouldn't be reserved words. Closes #4378.
Jeremy Kemper
2007-05-18
1
-0
/
+6
*
Update documentation for :dependent declaration so that it explicitly uses th...
Marcel Molina
2007-05-06
1
-1
/
+1
*
documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...
Rick Olson
2007-03-27
1
-1
/
+8
*
Fix method visibility bug uncovered by #7854.
Jeremy Kemper
2007-03-18
1
-1
/
+1
*
trim the fat
Rick Olson
2007-03-13
1
-44
/
+0
*
Allow a polymorphic :source for has_many :through associations. Closes #7143...
Rick Olson
2007-03-13
1
-46
/
+110
*
Nodoc the irrelevant (from 1.2)
David Heinemeier Hansson
2007-01-26
1
-1
/
+1
*
Remove useless code in #attribute_present? since 0 != blank?. Closes #7249 [...
Rick Olson
2007-01-23
1
-2
/
+2
*
Fix incorrect usage of #classify when creating the eager loading join stateme...
Rick Olson
2007-01-23
1
-5
/
+5
*
[DOC] clear up some ambiguity with the way has_and_belongs_to_many creates th...
Rick Olson
2007-01-16
1
-1
/
+7
*
Improve association documentation, closes #7022. [hasmanyjosh]
Michael Koziarski
2007-01-15
1
-1
/
+65
*
PostgreSQL: use a subselect to correctly perform eager finds with :limit and ...
Jeremy Kemper
2007-01-12
1
-1
/
+7
*
Subclass instantiation doesn't try to explicitly require the corresponding su...
Jeremy Kemper
2006-12-19
1
-4
/
+0
[next]