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
/
cases
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate implicit eager loading. Closes #950.
Jon Leighton
2011-12-29
10
-64
/
+84
*
allow reorder to affect eager loading correctly
Matt Jones + Scott Walker
2011-12-28
1
-0
/
+10
*
remove requires of core_ext/array/random_access that no longer exists
lest
2011-12-21
1
-1
/
+0
*
More tests deep including through habtm
Arun Agrawal
2011-12-21
1
-0
/
+7
*
No Ruby 1.8 stuff. No more checks in code.
Arun Agrawal
2011-12-21
1
-10
/
+0
*
bypass preloading for ids_reader
Sergey Nartimov
2011-12-18
1
-0
/
+6
*
Delete obsolete comment
Jon Leighton
2011-12-16
1
-1
/
+0
*
Cache columns at the model level.
Jon Leighton
2011-12-16
1
-2
/
+2
*
Remove that there copy/pasted code :bomb:
Jon Leighton
2011-12-14
1
-5
/
+0
*
Don't try to autosave nested assocs. Fixes #2961.
Jon Leighton
2011-12-14
1
-0
/
+14
*
Use `table_exists?` from the schema cache.
Aaron Patterson
2011-12-09
1
-3
/
+3
*
Fix #3890. (Calling proxy_association in scope chain.)
Jon Leighton
2011-12-08
1
-0
/
+6
*
reintroduce patch from #726 to handle nested eager loading via associations
Jay Levitt
2011-11-30
1
-0
/
+35
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
3
-7
/
+7
*
Merge pull request #3636 from joshsusser/master
Jon Leighton
2011-11-29
1
-1
/
+21
|
\
|
*
use GeneratedFeatureMethods module for associations
Josh Susser
2011-11-27
1
-1
/
+21
*
|
load has_many associations keyed off a custom primary key if that key is pres...
Brian Samson
2011-11-25
1
-1
/
+28
|
/
*
Merge pull request #3507 from jmazzi/issue-3503
Jeremy Kemper
2011-11-03
1
-0
/
+15
*
Remove all revelant through records.
Jon Leighton
2011-11-03
1
-0
/
+15
*
Fix adding multiple instances of the same record to a has_many :through.
Jon Leighton
2011-11-03
1
-0
/
+10
*
Fix #3247.
Jon Leighton
2011-11-03
1
-0
/
+5
*
Fixed failed test under 1.8.7 as map.keys order in indeterminable
Rocky Jaiswal
2011-09-28
2
-2
/
+2
*
Merge pull request #3030 from htanata/fix_habtm_select_query_method
Jon Leighton
2011-09-26
2
-0
/
+16
*
Fix belongs_to polymorphic with custom primary key on target.
Jon Leighton
2011-09-26
1
-0
/
+8
*
CollectionProxy#replace should change the DB records rather than just mutatin...
Jon Leighton
2011-09-26
1
-0
/
+11
*
Don't include any of includes, preload, joins, eager_load in the through asso...
Jon Leighton
2011-09-07
1
-3
/
+5
*
Nested through associations: preloads from the default scope of a through mod...
Jon Leighton
2011-09-06
1
-0
/
+9
*
Ensure we are not comparing a string with a symbol in HasManyAssociation#inve...
Jon Leighton
2011-09-06
1
-0
/
+10
*
Disable active record marshalling tests on Ruby 1.8.7 on Travis CI, as they h...
Jon Leighton
2011-09-06
1
-0
/
+10
*
Don't find belongs_to target when the foreign_key is NULL. Fixes #2828
Georg Friedrich
2011-09-05
1
-0
/
+6
*
The join_nodes must be passed to the JoinDependency initializer and therefore...
Jon Leighton
2011-08-29
1
-0
/
+4
*
Ensure empty has_many :through association preloaded via joins is marked as l...
Jon Leighton
2011-08-15
1
-0
/
+8
*
Work around for lolruby bug. (Read on for explanation.)
Jon Leighton
2011-08-13
1
-2
/
+6
*
Fix test for Rubinius
Santiago Pastorino
2011-08-05
1
-1
/
+1
*
ActiveRecord: Fix eager loading so that giving a blank order clause generates...
Elliot Winkler
2011-07-18
1
-0
/
+12
*
Fix exception if old and new targets are both nil. Fixes #1471.
Jon Leighton
2011-07-12
1
-0
/
+9
*
Foo.joins(:bar).includes(:bar) should result in a single query with :bar as a...
Jon Leighton
2011-07-09
1
-0
/
+8
*
Ensure that the foreign key gets set when doing record.create_association or ...
Jon Leighton
2011-07-08
1
-0
/
+14
*
Fix bug in collection_singular_ids on has many through association with condi...
Anatoliy Lysenko
2011-07-06
1
-0
/
+5
*
Merge pull request #1968 from bogdan/associations_find_array_compatibility2
Santiago Pastorino
2011-07-05
1
-0
/
+4
|
\
|
*
Fixed CollectionAssociation#find to be compatible with Array#find
Bogdan Gusiev
2011-07-05
1
-0
/
+4
*
|
Only call set_owner_attributes for has_one association if target exists.
Dieter Komendera
2011-07-04
1
-0
/
+11
|
/
*
Assign the association attributes to the associated record before the before_...
Jon Leighton
2011-06-30
2
-0
/
+14
*
Make assert_no_queries literally enforce that there are no queries. As in, no...
Jon Leighton
2011-06-12
1
-15
/
+0
*
Refactor tests to be less brittle
Jon Leighton
2011-06-12
1
-25
/
+58
*
Don't wrap operations on collection associations in transactions when they ar...
benedikt
2011-06-12
1
-0
/
+45
*
Do not hardcode :id as it was ignored by mass assignment filter
Raimonds Simanovskis
2011-06-08
1
-2
/
+2
*
Allow polymorphic has_one to work when the association is set before the owne...
Jon Leighton
2011-06-08
1
-0
/
+11
*
When you add a record to a polymorphic has_one, you should be able to access ...
Jon Leighton
2011-06-08
1
-1
/
+4
*
Merge pull request #1474 from ganeshkumar/update_column_changes
José Valim
2011-06-07
1
-0
/
+9
|
\
[next]