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
*
Merge pull request #8154 from bogdan/has_one_association_performance
Carlos Antonio da Silva
2012-11-12
1
-0
/
+6
*
Ensure calling first/last with options correctly set inverse association
Carlos Antonio da Silva
2012-11-01
1
-0
/
+8
*
Fix issue with collection associations and first(n)/last(n)
Carlos Antonio da Silva
2012-11-01
1
-0
/
+12
*
Fix has_many assocation w/select load after create
Ernie Miller
2012-10-12
1
-0
/
+8
*
Merge pull request #6978 from frodsan/count_nosql_unsaved_parent
Rafael Mendonça França
2012-10-04
3
-0
/
+18
*
Revert "backport fair connection pool 02b2335563 to 3-2-stable"
Rafael Mendonça França
2012-09-20
2
-8
/
+0
*
Cache columns metadata to avoid extra while testing
Rafael Mendonça França
2012-09-18
2
-0
/
+8
*
Merge pull request #7661 from ernie/build-join-records-on-unsaved-hmt
Rafael Mendonça França
2012-09-17
1
-0
/
+5
*
Merge pull request #7666 from kennyj/fix_9fa3f102813eeeec440abd75870dfa7b2383...
Rafael Mendonça França
2012-09-17
1
-1
/
+1
*
Merge pull request #7651 from steveklabnik/issue_3956
Rafael Mendonça França
2012-09-16
1
-1
/
+31
*
ConnectionAdapters::Column.type_cast_code should always convert values to int...
Thiago Pradi
2012-09-09
1
-0
/
+6
*
Ensure association preloading properly merges default scope and association c...
Pratik Naik
2012-08-28
1
-0
/
+12
*
Merge pull request #7377 from brainopia/use_inversed_parent_for_first_and_las...
Carlos Antonio da Silva
2012-08-21
1
-0
/
+6
*
Merge pull request #7286 from kennyj/fix_7191
Rafael Mendonça França
2012-08-10
1
-0
/
+13
*
Revert "Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql."
Jon Leighton
2012-08-01
2
-40
/
+9
*
Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.
Jon Leighton
2012-07-20
2
-9
/
+40
*
Make test cover previous reversion
Jon Leighton
2012-06-07
1
-0
/
+1
*
Revert "Perf: Don't load the association for #delete_all."
Jon Leighton
2012-06-07
1
-12
/
+0
*
Restore behavior of Active Record 3.2.3 scopes
Andrew White
2012-06-01
1
-24
/
+0
*
Ensure that CollectionAssociation#replace returns proper target
Piotr Sarnacki
2012-05-19
1
-2
/
+2
*
fix #delete_all with habtm with :delete_sql
Jon Leighton
2012-05-18
1
-0
/
+6
*
Perf: Don't load the association for #delete_all.
Jon Leighton
2012-05-18
1
-0
/
+12
*
Fix CollectionAssociation#replace to return new target (closes #6231)
Piotr Sarnacki
2012-05-16
1
-0
/
+12
*
Add extra order clause to fix failing test on Ruby 1.8.7
Carlos Antonio da Silva
2012-04-24
1
-1
/
+1
*
Adds test to check that circular preloading does not modify Model.unscoped (a...
Benedikt Deicke
2012-04-19
1
-0
/
+24
*
Revert "Fix #5667. Preloading should ignore scoping."
Jeremy Kemper
2012-04-18
1
-11
/
+0
*
Fix #5667. Preloading should ignore scoping.
Jon Leighton
2012-03-30
1
-0
/
+11
*
Change the order argument from ('id') to ('taggings.id')
Yasuo Honda
2012-03-28
1
-1
/
+1
*
Add order to tests that rely on db ordering, to fix failing tests on pg
Carlos Antonio da Silva
2012-03-22
3
-17
/
+16
*
Not need to pass join attributes to association build
Rafael Mendonça França
2012-03-08
1
-3
/
+2
*
Add test case to has_many through association when mass_assignment_sanitizer is
Rafael Mendonça França
2012-03-08
1
-4
/
+21
*
Add tests to test that through associations are not readonly, and we can upda...
kuahyeow
2012-03-08
1
-0
/
+11
*
Fix #5069 - Protect foreign key from mass assignment throught association bui...
Jean Boussier
2012-03-05
2
-0
/
+38
*
Merge pull request #4543 from jdelStrother/find_or_init
Jon Leighton
2012-02-01
1
-0
/
+12
*
Fix broken tests added by 85c724d59
Rafael Mendonça França
2012-01-31
1
-10
/
+10
*
Merge pull request #4783 from gregolsen/ids_reader_fix
Jon Leighton
2012-01-31
1
-0
/
+4
*
Merge pull request #4216 from edgecase/master_fix_reorder_with_limited_ids
Aaron Patterson
2011-12-28
1
-0
/
+10
*
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
[next]