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
...
*
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
*
Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180]
Jeremy Kemper
2008-02-27
1
-1
/
+4
*
Make dynamic finders respect the :include on HasManyThrough associations. Cl...
Michael Koziarski
2008-02-18
1
-0
/
+5
*
Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...
Jeremy Kemper
2008-02-02
1
-0
/
+7
*
Fixed preloading belongs_to associations which reference a custom foreign key...
Jeremy Kemper
2008-01-31
2
-0
/
+21
*
Make sure that belongs_to counter decrements when assigning nil Closes #10804...
Michael Koziarski
2008-01-26
1
-0
/
+1
*
Add missing author_addresses.yml fixture. Closes #10592.
Jeremy Kemper
2008-01-21
1
-0
/
+5
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-0
/
+1
*
belongs_to supports :dependent => :destroy and :delete. Closes #10592.
Jeremy Kemper
2008-01-19
1
-0
/
+2
*
move schema
Jeremy Kemper
2008-01-18
34
-2939
/
+0
*
move migrations
Jeremy Kemper
2008-01-18
12
-130
/
+0
*
move assets and models
Jeremy Kemper
2008-01-18
47
-788
/
+0
*
Fixtures: removed support for the ancient pre-YAML file format. Closes #10736.
Jeremy Kemper
2008-01-08
11
-21
/
+7
*
More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...
Jeremy Kemper
2008-01-05
3
-0
/
+12
*
Eager belongs_to :include infers the foreign key from the association name ra...
Jeremy Kemper
2007-12-21
1
-1
/
+1
*
Ensure that the :uniq option for has_many :through associations retains the o...
Rick Olson
2007-12-11
1
-0
/
+2
[prev]
[next]