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 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
*
Fixed that the overwritten respond_to? method didn't take two parameters like...
David Heinemeier Hansson
2005-01-03
1
-2
/
+2
*
Fixed the last details to please DB2
David Heinemeier Hansson
2005-01-03
1
-1
/
+1
*
Added HasManyAssociation#count that works like Base#count #413 [intinig]
David Heinemeier Hansson
2005-01-02
1
-0
/
+11
*
Added that Base#find takes an optional options hash, including :conditions. B...
David Heinemeier Hansson
2005-01-01
3
-56
/
+93
*
Fixed that options[:counter_sql] was overwritten with interpolated sql rather...
David Heinemeier Hansson
2004-12-22
1
-1
/
+2
*
Fixed that Base.table_name would expect a parameter when used in has_and_belo...
David Heinemeier Hansson
2004-12-22
1
-1
/
+1
*
Added automatic transaction block around AssociationCollection.<<, Associatio...
David Heinemeier Hansson
2004-12-15
1
-8
/
+17
*
Fixed that has_and_belongs_to_many would generate bad sql when naming convent...
David Heinemeier Hansson
2004-12-14
1
-4
/
+4
*
Fixed value quoting in all generated SQL statements, so that integers are not...
David Heinemeier Hansson
2004-12-07
3
-14
/
+18
*
Fixed has_and_belongs_to_many guessing of foreign key so that keys are genera...
David Heinemeier Hansson
2004-12-07
1
-1
/
+1
*
Added counter_sql option for has_many associations [bitsweat]
David Heinemeier Hansson
2004-12-07
1
-6
/
+12
*
Silence errors occurring when reloading classes
David Heinemeier Hansson
2004-11-30
1
-2
/
+2
*
Initial
David Heinemeier Hansson
2004-11-24
3
-0
/
+338