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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Using AssociationCollection#build with arrays of hashes should call build, no...
David Heinemeier Hansson
2006-02-03
1
-1
/
+1
*
allow has_many :through to work with custom :foreign key (closes #3422) [Rick...
David Heinemeier Hansson
2006-01-21
1
-2
/
+1
*
Fix .count for has_many associations with multi-line finder-sql. Closes #3540
Michael Koziarski
2006-01-21
2
-2
/
+4
*
removed :piggyback in favor of just allowing :select on :through associations
Tobias Lütke
2005-12-20
1
-5
/
+1
*
made .find() and class method delegation work on :through relations
Tobias Lütke
2005-12-20
1
-2
/
+33
*
added :piggyback option to has_many :through relationships to pick up values ...
Tobias Lütke
2005-12-20
1
-1
/
+9
*
Fixed :through relations when using STI inherited classes would use the inher...
Tobias Lütke
2005-12-16
1
-1
/
+2
*
Added option inheritance for find calls on has_and_belongs_to_many and has_ma...
David Heinemeier Hansson
2005-12-13
4
-10
/
+24
*
Added tests for join models and fixed a bug #3177
David Heinemeier Hansson
2005-12-11
1
-1
/
+1
*
Fix has_many :through
David Heinemeier Hansson
2005-12-07
1
-0
/
+1
*
Added preliminary support for join models [DHH] Added preliminary support for...
David Heinemeier Hansson
2005-12-03
8
-215
/
+244
*
Work-in progress for providing better join model support and polymorphic asso...
David Heinemeier Hansson
2005-12-02
4
-12
/
+84
*
has_and_belongs_to_many: use JOIN instead of LEFT JOIN. References #2937.
Jeremy Kemper
2005-11-21
1
-2
/
+2
*
Don't add the same conditions twice in has_one finder sql. References #2916.
Jeremy Kemper
2005-11-17
1
-1
/
+1
*
Associations handle case-equality more consistently: item.parts.is_a?(Array) ...
Jeremy Kemper
2005-11-15
1
-5
/
+12
*
Add :group option, correspond to GROUP BY, to the find method and to the has_...
Jeremy Kemper
2005-11-10
1
-1
/
+2
*
Added :include as an option for association declarations [DHH]
David Heinemeier Hansson
2005-11-06
4
-9
/
+23
*
r2915@asus: jeremy | 2005-11-06 05:02:53 -0800
Jeremy Kemper
2005-11-06
2
-4
/
+9
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-04
3
-8
/
+24
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-03
1
-2
/
+5
*
r3800@sedna: jeremy | 2005-10-28 00:39:05 -0700
Jeremy Kemper
2005-10-28
1
-1
/
+1
*
Fix Associations#clear for not-yet-loaded associations (Patrick Lenz)
Tobias Lütke
2005-10-20
1
-1
/
+1
*
HABTM finder sets :readonly => false. Closes #2525.
Jeremy Kemper
2005-10-20
1
-0
/
+1
*
Parenthesize :conditions
Jeremy Kemper
2005-10-18
3
-6
/
+8
*
Fix bad commit. (Bad developer, bad\!)
Nicholas Seckar
2005-10-16
1
-1
/
+1
*
Add __FILE__ and __LINE__ to eval
Nicholas Seckar
2005-10-15
1
-1
/
+1
*
DRYed up Associations#clear. Closes #1906 [Caleb]
Tobias Lütke
2005-10-14
3
-34
/
+17
*
Fix errors caused by assigning a has-one or belongs-to property to itself
Jamis Buck
2005-10-13
2
-3
/
+3
*
r3653@asus: jeremy | 2005-09-28 00:23:49 -0700
Jeremy Kemper
2005-09-28
1
-1
/
+7
*
Wrap :conditions in parentheses to prevent problems with OR's #1871
Jamis Buck
2005-09-24
1
-1
/
+1
*
Fixed that the create_x method from belongs_to wouldn't save the association ...
David Heinemeier Hansson
2005-09-20
1
-2
/
+2
*
Fixed saving a record with two unsaved belongs_to associations pointing to th...
Jamis Buck
2005-09-20
1
-0
/
+5
*
Fixed various problems with has_and_belongs_to_many when using customer finde...
David Heinemeier Hansson
2005-09-13
1
-6
/
+5
*
Use the inflector rules made for the purpose
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Dont be ambigious about the condition key
David Heinemeier Hansson
2005-07-22
2
-3
/
+2
*
Added support for calling constrained class methods on has_many and has_and_b...
David Heinemeier Hansson
2005-07-22
6
-53
/
+66
*
Allow unspecified join-table columns to use to their default values when addi...
Jamis Buck
2005-07-18
1
-2
/
+4
*
Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...
David Heinemeier Hansson
2005-07-17
1
-2
/
+2
*
Added callbacks on push_with_attributes #1594 [Florian Weber]
David Heinemeier Hansson
2005-07-05
1
-0
/
+2
*
Added callback hooks to association collections #1549 [Florian Weber]
David Heinemeier Hansson
2005-07-04
1
-2
/
+31
*
Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...
David Heinemeier Hansson
2005-07-03
1
-0
/
+9
*
Pass association finder arguments through to the association class exactly as...
Jeremy Kemper
2005-06-24
1
-1
/
+3
*
Fixed that adding a record to a has_and_belongs_to collection would always sa...
David Heinemeier Hansson
2005-06-18
1
-1
/
+3
*
Added actual database-changing behavior to collection assigment for has_many ...
David Heinemeier Hansson
2005-06-16
1
-3
/
+13
*
r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700
Jeremy Kemper
2005-06-13
1
-1
/
+1
*
Be sure to use the @finder_sql in the has_many association's #find method, ev...
Jamis Buck
2005-06-13
1
-2
/
+4
*
r1294@iwill: jeremy | 2005-06-13 02:17:42 -0700
Jeremy Kemper
2005-06-13
1
-1
/
+3
*
Replace the in-memory object, but dont orphan the existing one
David Heinemeier Hansson
2005-06-07
1
-0
/
+1
*
Added a second parameter to the build and create method for has_one that cont...
David Heinemeier Hansson
2005-06-06
1
-0
/
+18
*
Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...
David Heinemeier Hansson
2005-05-19
1
-2
/
+2
[next]