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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add some tests for functionality in JoinAssociation which already exists but ...
Jon Leighton
2010-10-13
1
-0
/
+6
*
|
Support the :primary_key option on a through reflection in a nested through a...
Jon Leighton
2010-10-19
1
-0
/
+2
*
|
Support for :primary_key option on the source reflection of a through associa...
Jon Leighton
2010-10-19
2
-1
/
+2
*
|
Respect the :primary_key option on the through_reflection of (non-nested) thr...
Jon Leighton
2010-10-19
1
-0
/
+6
*
|
Properly support conditions on any of the reflections involved in a nested th...
Jon Leighton
2010-10-19
3
-0
/
+46
*
|
Add test_has_one_through_has_one_through_with_belongs_to_source_reflection
Jon Leighton
2010-10-14
3
-1
/
+13
*
|
Added test_has_many_through_has_many_with_has_many_through_habtm_source_refle...
Jon Leighton
2010-10-14
1
-0
/
+6
*
|
First bit of support for habtm in through assocs - test_has_many_through_has_...
Jon Leighton
2010-10-13
2
-2
/
+7
*
|
Add a commented, failing test for using a habtm in a has many through associa...
Jon Leighton
2010-10-12
1
-0
/
+8
*
|
Adding test_has_many_through_has_one_with_has_many_through_source_reflection ...
Jon Leighton
2010-10-12
1
-0
/
+5
*
|
Support has_one through assocs as the source association
Jon Leighton
2010-10-12
4
-6
/
+14
*
|
Add support for nested through associations in JoinAssociation. Hence Foo.joi...
Jon Leighton
2010-10-09
1
-0
/
+14
*
|
Refactoring JoinDependency and friends. This improves the code (IMO) includin...
Jon Leighton
2010-10-06
1
-0
/
+6
*
|
Add support for table aliasing, with a test that needs aliasing in order to w...
Jon Leighton
2010-10-02
4
-1
/
+31
*
|
Initial nested_has_many_through support [#1152]
Bodaniel Jeanes
2010-09-26
1
-0
/
+2
|
/
*
order should always be concatenated.
Neeraj Singh
2010-09-05
1
-0
/
+5
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
7
-12
/
+11
*
test and fix collection_singular_ids= with string primary keys [#5125 state:r...
Robert Pankowecki
2010-08-02
1
-1
/
+1
*
update_attribute should not update readonly attributes
Neeraj Singh
2010-07-21
1
-0
/
+1
*
string IDs are now quoted correctly [#5064 state:resolved]
Will St. Clair + Neeraj Singh
2010-07-13
3
-0
/
+11
*
reset_counter should work with non-traditional belongs_to and polymorphic bel...
Neeraj Singh
2010-07-08
1
-0
/
+4
*
Test for concatenated orders added
Santiago Pastorino
2010-06-26
1
-1
/
+1
*
Support fixtures for namespaced models [#2965 state:resolved]
Andrew White
2010-04-25
2
-0
/
+9
*
fixing invalid yaml [#4424 state:resolved]
Aaron Patterson
2010-04-17
1
-1
/
+2
*
Refactor compute_type to handle situations where the correct class is already...
Andrew White
2010-04-12
3
-0
/
+11
*
Add inverse polymorphic association support. [#3520 state:resolved]
George Ogata
2009-12-28
2
-1
/
+9
*
Revert "Revert "Assert primary key does not exist in habtm when the associati...
Jeremy Kemper
2009-11-23
1
-2
/
+1
*
Fix has_one with foreign_key and primary_key association bug which caused the...
Graeme Porteous
2009-09-12
1
-0
/
+1
*
Revert "Assert primary key does not exist in habtm when the association is de...
Jeremy Kemper
2009-09-02
1
-1
/
+2
*
Assert primary key does not exist in habtm when the association is defined, i...
José Valim
2009-09-01
1
-2
/
+1
*
Fix that counter_cache breaks with has_many :dependent => :nullify.
Gabe da Silveira
2009-08-09
1
-0
/
+3
*
Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...
Pratik Naik
2009-07-01
1
-0
/
+8
*
Revert "Generate proper :counter_sql from :finder_sql when there is a newline...
Yehuda Katz + Carl Lerche
2009-06-22
1
-8
/
+0
*
Generate proper :counter_sql from :finder_sql when there is a newline charact...
Patrick Joyce
2009-06-21
1
-0
/
+8
*
Fixed limited eager loading associations with numbers in the name [#2668 stat...
Benjamin Floering
2009-05-18
1
-1
/
+4
*
Revert "Fixed bug with polymorphic has_one :as pointing to an STI record"
Jeremy Kemper
2009-05-11
2
-6
/
+2
*
Providing support for :inverse_of as an option to associations.
Murray Steele
2009-05-04
4
-0
/
+46
*
Fixed bug with polymorphic has_one :as pointing to an STI record
Ruy Asan
2009-05-01
2
-2
/
+6
*
Ensure has_many :through works with changed primary keys [#736 state:resolved]
Jim Remsik and Tim Pope
2009-03-09
1
-0
/
+4
*
Preload uses exclusive scope [#643 state:resolved]
Frederick Cheung
2008-12-26
1
-1
/
+10
*
Fix preloading of has_one :through associations on belongs_to [#1507 state:re...
Matt Jones
2008-12-18
2
-1
/
+9
*
fix assignment to has_one :through associations.
Matt Jones
2008-11-15
1
-0
/
+5
*
Added :constructor and :converter options to composed_of and deprecated the c...
Rob Anderton
2008-09-10
1
-1
/
+10
*
Add has_many :primary_key option to allow setting the primary key on a has ma...
Andre Arko
2008-07-06
1
-0
/
+1
*
Added missing files
David Heinemeier Hansson
2008-05-01
1
-0
/
+12
*
Ensure table names are quoted by the association preloading code.
Frederick Cheung
2008-04-26
2
-0
/
+24
*
Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]
Rick Olson
2008-03-24
1
-2
/
+22
*
has_one :through supports :source_type. Fix up some tests. References #4756.
Jeremy Kemper
2008-03-22
1
-1
/
+7
*
Add has_one :through support, finally. Closes #4756 [thechrisoshow]
Rick Olson
2008-03-21
4
-0
/
+33
*
Fix that batched :include would pull in duplicate records in some cases. Clos...
Jeremy Kemper
2008-02-28
1
-1
/
+4
[prev]
[next]