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
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...
Jeremy Kemper
2008-01-05
1
-7
/
+7
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
7
-8
/
+8
*
Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...
Jeremy Kemper
2007-12-28
1
-1
/
+1
*
Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...
Jeremy Kemper
2007-12-22
2
-4
/
+4
*
Eager belongs_to :include infers the foreign key from the association name ra...
Jeremy Kemper
2007-12-21
1
-0
/
+5
*
Ensure that the :uniq option for has_many :through associations retains the o...
Rick Olson
2007-12-11
1
-0
/
+6
*
Remove empty ar_joins_test
Jeremy Kemper
2007-12-10
1
-0
/
+0
*
Fix eager association test. Closes #10381 [alexey]
Jeremy Kemper
2007-12-05
1
-1
/
+2
*
Try again
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Fix that options[:from] table names should never be quoted [DHH]
David Heinemeier Hansson
2007-12-05
1
-0
/
+11
*
Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...
Rick Olson
2007-11-11
1
-0
/
+6
*
Ensure that column names are quoted. Closes #10134 [wesley.moxam]
Michael Koziarski
2007-11-10
1
-7
/
+7
*
Address shortcomings of changeset [8054] [protocool]
David Heinemeier Hansson
2007-11-07
2
-158
/
+88
*
Introduce finder :joins with associations. Same :include syntax but with inne...
Jeremy Kemper
2007-10-29
1
-0
/
+158
*
Fix has_many :through delete with custom foreign keys. Closes #6466.
Jeremy Kemper
2007-10-27
1
-1
/
+17
*
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
Jeremy Kemper
2007-10-26
1
-2
/
+2
*
Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ...
Marcel Molina
2007-10-23
1
-0
/
+9
*
Refactor association create and build so before & after callbacks behave cons...
Jeremy Kemper
2007-10-16
1
-0
/
+34
*
Alias association #build to #new so it behaves predictably. Closes #8787.
Jeremy Kemper
2007-10-15
1
-0
/
+1
*
Uncomment test for join model method_missing. Closes #8707 [Giles Bowkett, Jo...
Jeremy Kemper
2007-10-15
1
-2
/
+2
*
Make size for has_many :through use counter cache if it exists. Closes #9734...
Rick Olson
2007-09-30
1
-0
/
+9
*
Associations macros accept extension blocks alongside modules. Closes #9346.
Jeremy Kemper
2007-09-17
1
-1
/
+6
*
Eager loading respects explicit :joins. Closes #9496.
Jeremy Kemper
2007-09-15
1
-0
/
+5
*
OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748.
Jeremy Kemper
2007-09-13
1
-2
/
+12
*
Kill lingering acts
Jeremy Kemper
2007-09-11
1
-1
/
+0
*
Moved acts_as_tree into a plugin of the same name on the official Rails svn (...
David Heinemeier Hansson
2007-09-11
1
-27
/
+0
*
Don't clobber :includes passed to count on has_many association. Closes #9175...
Michael Koziarski
2007-08-16
1
-0
/
+6
*
Make sure has_many associations honour :include when counting. Closes #9167 [...
Michael Koziarski
2007-08-16
1
-0
/
+7
*
Ensure that has_many :through associations use a count query instead of loadi...
Rick Olson
2007-07-25
1
-0
/
+6
*
Fix #count on a has_many :through association so that it recognizes the :uniq...
Rick Olson
2007-07-20
1
-1
/
+10
*
Make create! on a has_many :through association return the association objec...
Michael Koziarski
2007-07-11
1
-1
/
+1
*
Fix polymorphic has_one associations declared in an abstract class. Closes #8...
Jeremy Kemper
2007-06-25
1
-2
/
+11
*
Update tests' use of fixtures for the new collections api. Closes #8726.
Jeremy Kemper
2007-06-22
3
-12
/
+12
*
Remove deprecated push_with_attributes.
Jeremy Kemper
2007-06-11
1
-30
/
+17
*
Allow a polymorphic :source for has_many :through associations. Closes #7143...
Rick Olson
2007-03-13
1
-0
/
+12
*
forgot to add tests for #7044
Rick Olson
2007-03-13
1
-0
/
+145
*
Fix has_many :through << with custom foreign keys. Closes #6466, #7153.
Jeremy Kemper
2007-03-05
1
-1
/
+6
*
PostgreSQL: use a subselect to correctly perform eager finds with :limit and ...
Jeremy Kemper
2007-01-12
1
-0
/
+10
*
Sybase adapter fixes. Closes #6926 [jsheets]
Michael Koziarski
2007-01-05
1
-1
/
+1
*
Oracle: resolve test failures, use prefetched primary key for inserts, check ...
Jeremy Kemper
2006-11-01
1
-3
/
+4
*
Fix has_many :through to add the appropriate conditions when going through an...
Rick Olson
2006-10-15
2
-1
/
+20
*
Restore eager condition interpolation, document it's differences [Rick]
Rick Olson
2006-10-11
1
-0
/
+7
*
Add #delete support to has_many :through associations. Closes #6049 [Martin ...
Rick Olson
2006-10-09
1
-0
/
+33
*
Removes the ability for eager loaded conditions to be interpolated, since the...
Rick Olson
2006-10-09
1
-1
/
+1
*
The has_many create method works with polymorphic associations. Closes #6361.
Jeremy Kemper
2006-10-08
1
-0
/
+7
*
organize associations tests
Jeremy Kemper
2006-09-25
5
-0
/
+1102