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
/
author.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that the :uniq option for has_many :through associations retains the o...
Rick Olson
2007-12-11
1
-0
/
+2
*
Dynamic finders on association collections respect association :limit. Closes...
Jeremy Kemper
2007-11-21
1
-0
/
+1
*
Make Dynamic Finders on Association Collections Respect Association :order [p...
Michael Koziarski
2007-11-21
1
-0
/
+1
*
Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...
Rick Olson
2007-11-11
1
-0
/
+1
*
Refactor association create and build so before & after callbacks behave cons...
Jeremy Kemper
2007-10-16
1
-5
/
+5
*
Make sure has_many associations honour :include when counting. Closes #9167 [...
Michael Koziarski
2007-08-16
1
-0
/
+1
*
Don't call unsupported methods on associated objects when using :include, :me...
Michael Koziarski
2007-06-30
1
-0
/
+4
*
Fix has_many :through to add the appropriate conditions when going through an...
Rick Olson
2006-10-15
1
-1
/
+9
*
Removes the ability for eager loaded conditions to be interpolated, since the...
Rick Olson
2006-10-09
1
-2
/
+1
*
has_many :through conditions are sanitized by the associating class. Closes #...
Jeremy Kemper
2006-09-01
1
-0
/
+2
*
Provide Association Extensions access to the instance that the association is...
Rick Olson
2006-05-28
1
-0
/
+11
*
Allow :uniq => true with has_many :through associations.
Jeremy Kemper
2006-05-06
1
-1
/
+4
*
Added descriptive error messages for invalid has_many :through associations: ...
Rick Olson
2006-04-05
1
-0
/
+5
*
Change has_many :through to use the :source option to specify the source asso...
Rick Olson
2006-03-24
1
-1
/
+1
*
add self referential has_many :through example [Rick]
Rick Olson
2006-03-21
1
-1
/
+9
*
Don't classify the has_one class when eager loading, it is already singular. ...
Rick Olson
2006-03-19
1
-0
/
+6
*
Allow has_many :through associations to find the source association by settin...
Rick Olson
2006-03-19
1
-0
/
+1
*
Allow has_many :through to work on has_many associations (closes #3864) [sco@...
Rick Olson
2006-03-19
1
-0
/
+1
*
Fixed has_many :through to include :conditions set on the :through associatio...
Rick Olson
2006-03-18
1
-9
/
+10
*
Nicer error message on has_many :through when :through reflection can not be ...
David Heinemeier Hansson
2006-03-18
1
-0
/
+2
*
Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl...
Rick Olson
2006-03-16
1
-0
/
+3
*
Added tests for join models and fixed a bug #3177
David Heinemeier Hansson
2005-12-11
1
-0
/
+3
*
Add :order option to Author.posts_with_comments_and_categories so that tests ...
Jeremy Kemper
2005-11-08
1
-30
/
+30
*
Added :include as an option for association declarations [DHH]
David Heinemeier Hansson
2005-11-06
1
-0
/
+4
*
Added callback hooks to association collections #1549 [Florian Weber]
David Heinemeier Hansson
2005-07-04
1
-0
/
+39
*
Made eager loading work even more
David Heinemeier Hansson
2005-04-03
1
-1
/
+1
*
Added new Base.find API and deprecated find_all, find_first. Added preliminar...
David Heinemeier Hansson
2005-04-03
1
-0
/
+3