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
/
test
/
fixtures
/
company.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow find on a has_many association defined with :finder_sql to accept id ar...
Marcel Molina
2007-10-26
1
-0
/
+1
*
Ensure that associations with :dependent => :delete_all respect :conditions o...
Rick Olson
2007-05-24
1
-0
/
+2
*
Subclasses of an abstract class work with single-table inheritance. Reference...
Jeremy Kemper
2007-01-23
1
-1
/
+5
*
Removes the ability for eager loaded conditions to be interpolated, since the...
Rick Olson
2006-10-09
1
-0
/
+1
*
Commit stray fixture.
Jeremy Kemper
2006-09-02
1
-1
/
+2
*
has_one supports the :dependent => :delete option which skips the typical cal...
Jeremy Kemper
2006-08-29
1
-0
/
+15
*
Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive....
Marcel Molina
2006-04-29
1
-0
/
+4
*
Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base...
Rick Olson
2006-04-19
1
-0
/
+1
*
Fix bug introduced by changeset 3679 which caused custom attribute? methods t...
David Heinemeier Hansson
2006-03-20
1
-0
/
+9
*
Update lingering uses of deprecated association dependency options (closes #4...
David Heinemeier Hansson
2006-03-18
1
-4
/
+4
*
fixed has_many :conditions sanitizing (closes #4278) [hakuja@hakuja.net]
Rick Olson
2006-03-18
1
-1
/
+1
*
Fixed that reflections would bleed across class boundaries in single-table in...
David Heinemeier Hansson
2006-02-25
1
-0
/
+2
*
Added option inheritance for find calls on has_and_belongs_to_many and has_ma...
David Heinemeier Hansson
2005-12-13
1
-0
/
+1
*
r3095@asus: jeremy | 2005-11-15 22:40:51 -0800
Jeremy Kemper
2005-11-16
1
-1
/
+3
*
Adds :nullify option to :depends. Closes #2015 (Robby Russell)
Tobias Lütke
2005-10-15
1
-1
/
+7
*
r3653@asus: jeremy | 2005-09-28 00:23:49 -0700
Jeremy Kemper
2005-09-28
1
-0
/
+16
*
Made Oracle a first-class connection adapter by adhering closer to idiomatic ...
David Heinemeier Hansson
2005-07-24
1
-0
/
+1
*
Eager loading of dependent has_one associations won't delete the association ...
Jamis Buck
2005-06-10
1
-1
/
+1
*
Fixed counter_sql when no records exist in database for PostgreSQL (would giv...
David Heinemeier Hansson
2005-04-07
1
-0
/
+3
*
Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Fixed dependency reloading by switching to a remove_const approach where all ...
David Heinemeier Hansson
2005-01-25
1
-2
/
+2
*
Added support for associating unsaved objects #402 [Tim Bates]
David Heinemeier Hansson
2005-01-15
1
-0
/
+2
*
Added counter_sql option for has_many associations [bitsweat]
David Heinemeier Hansson
2004-12-07
1
-0
/
+6
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+37