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
*
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
*
Optimize counting of has_many associations by setting the association to empt...
David Heinemeier Hansson
2005-04-23
1
-1
/
+5
*
Fixed order of loading in eager associations
David Heinemeier Hansson
2005-04-19
1
-0
/
+4
*
Fixed stray comma when using eager loading and ordering together from has_man...
David Heinemeier Hansson
2005-04-19
1
-1
/
+7
*
Speeded up eager loading a whole bunch
David Heinemeier Hansson
2005-04-18
1
-0
/
+4
*
Updated documentation here and there
David Heinemeier Hansson
2005-04-18
1
-5
/
+6
*
Dont prefix on updates and deletes, only selects
David Heinemeier Hansson
2005-04-17
1
-1
/
+1
*
Honor the order in the new finder
David Heinemeier Hansson
2005-04-15
1
-0
/
+1
*
Order by is no longer a guarentee
David Heinemeier Hansson
2005-04-14
1
-1
/
+1
*
Qualify the ids used such that eager loading can avoid ambigious keys
David Heinemeier Hansson
2005-04-13
3
-5
/
+5
*
Removed the default order by id on has_and_belongs_to_many queries as it coul...
David Heinemeier Hansson
2005-04-13
1
-7
/
+13
*
Moved build_association and create_association for has_one and belongs_to out...
David Heinemeier Hansson
2005-04-12
1
-1
/
+0
*
No conditions relevant here
David Heinemeier Hansson
2005-04-11
1
-1
/
+1
*
More eager fixes
David Heinemeier Hansson
2005-04-03
1
-3
/
+1
*
Made eager loading work even more
David Heinemeier Hansson
2005-04-03
2
-14
/
+10
*
Added new Base.find API and deprecated find_all, find_first. Added preliminar...
David Heinemeier Hansson
2005-04-03
1
-0
/
+5
*
Added that model.items.delete(child) will delete the child, not just set the ...
David Heinemeier Hansson
2005-04-02
1
-5
/
+9
*
Dont load the target before the proxy has had a chance to answer the respond_...
David Heinemeier Hansson
2005-03-29
1
-2
/
+1
*
Added destruction of dependent objects in has_one associations when a new ass...
David Heinemeier Hansson
2005-03-06
2
-2
/
+11
*
Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...
David Heinemeier Hansson
2005-03-06
1
-1
/
+3
*
Fixed that association#count would produce invalid sql when called sequential...
David Heinemeier Hansson
2005-02-28
1
-3
/
+3
*
Optimized the SQL used to generate has_and_belongs_to_many queries by listing...
David Heinemeier Hansson
2005-02-22
1
-1
/
+1
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-1
/
+1
*
Added the option of supplying an array of ids and attributes to Base#update, ...
David Heinemeier Hansson
2005-01-25
2
-8
/
+16
*
Added that has_and_belongs_to_many associations with additional attributes al...
David Heinemeier Hansson
2005-01-24
1
-13
/
+24
*
Fixed that find_all would produce invalid sql when called sequentialy #490 [S...
David Heinemeier Hansson
2005-01-20
1
-1
/
+1
*
Fixed that the belongs_to and has_one proxy would fail a test like 'if projec...
David Heinemeier Hansson
2005-01-18
4
-23
/
+8
*
Only remember that an association was loaded if it was found
David Heinemeier Hansson
2005-01-17
1
-1
/
+1
*
belongs_to association should always honor a present foreign key and conditio...
David Heinemeier Hansson
2005-01-17
3
-23
/
+33
*
Added support for associating unsaved objects #402 [Tim Bates]
David Heinemeier Hansson
2005-01-15
6
-101
/
+272
*
Remove length alias of size
David Heinemeier Hansson
2005-01-11
1
-2
/
+0
*
Added a differenciation between AssociationCollection#size and -length. Now A...
David Heinemeier Hansson
2005-01-11
1
-1
/
+10
*
Fixed that conditions in has_many and has_and_belongs_to_many should be inter...
David Heinemeier Hansson
2005-01-07
2
-2
/
+2
[next]