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
*
Assert primary key does not exist in habtm when the association is defined, i...
José Valim
2009-09-01
1
-14
/
+2
*
Fix test_has_many_through_polymorphic_has_one on sqlite2 [#3054 state:resolved]
Jay Pignata
2009-08-15
1
-1
/
+1
*
Add tests for hm:t#push failures
Pratik Naik
2009-08-11
1
-0
/
+18
*
Rewrite hm:t#create tests using assert_no_difference and assert_difference
Pratik Naik
2009-08-10
1
-12
/
+8
*
raises an exception on habtm join table inserts if join table contains a prim...
Jaime Bellmyer
2009-08-09
1
-1
/
+12
*
raises exception (ActiveRecord::ConfigurationError with message) on habtm ass...
Jaime Bellmyer
2009-08-09
1
-0
/
+45
*
Fix test dependency on taggings
Jeremy Kemper
2009-08-09
1
-1
/
+2
*
Fix that counter_cache breaks with has_many :dependent => :nullify.
Gabe da Silveira
2009-08-09
2
-3
/
+28
*
has_many :through create should not raise validation errors
railsbob
2009-08-09
1
-1
/
+28
*
Allow ho:through#build when the owner is a new record [#1749 state:resolved]
Tristan Dunn
2009-08-10
1
-0
/
+10
*
Enable has_many :through for going through a has_one association on the join ...
Gabe da Silveira
2009-08-10
3
-2
/
+14
*
Removed duplicated tests [#3026 state:resolved]
Arthur Zapparoli
2009-08-10
1
-18
/
+0
*
Make sure association conditions work with :include and :joins [#358 state:re...
Vladimir Meremyanin
2009-08-09
1
-0
/
+6
*
Added back support for destroying an association's object by id. [#2306 statu...
Joshua Nichols
2009-08-09
1
-0
/
+22
*
Ensure hm:t#find does not assign nil to :include [#1845 state:resolved]
railsbob
2009-08-09
1
-0
/
+5
*
Ensure hm:t#create/create! throws ActiveRecord::RecordNotSaved when the owner...
Pratik Naik
2009-08-08
1
-0
/
+7
*
added :order option to find :first methods and associations as otherwise Orac...
Raimonds Simanovskis
2009-08-06
5
-46
/
+63
*
Add primary_key option to belongs_to association
Szymon Nowak
2009-07-15
1
-0
/
+98
*
Optimize <association>_ids for hm:t with belongs_to source
Pratik Naik
2009-07-13
1
-2
/
+6
*
Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...
Pratik Naik
2009-07-01
2
-0
/
+12
*
Revert "Generate proper :counter_sql from :finder_sql when there is a newline...
Yehuda Katz + Carl Lerche
2009-06-22
2
-10
/
+0
*
Generate proper :counter_sql from :finder_sql when there is a newline charact...
Patrick Joyce
2009-06-21
2
-0
/
+10
*
Ensure hm:t#create respects source associations hash conditions [#2090 state:...
mattbauer
2009-06-21
1
-0
/
+6
*
Merge branch 'master' into active_model
Joshua Peek
2009-05-29
7
-38
/
+420
|
\
|
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
|
*
Fix eager association test related to different ordering on sqlite
Chad Woolley
2009-05-21
1
-1
/
+1
|
*
Add missing models and fixtures [#2673 state:resolved]
Emilio Tagua
2009-05-19
1
-23
/
+23
|
*
Ensure HasManyThroughAssociation#destroy delete orphan records [#2251 state:r...
Luca Guidi
2009-05-18
1
-2
/
+8
|
*
Fixed limited eager loading associations with numbers in the name [#2668 stat...
Benjamin Floering
2009-05-18
1
-0
/
+4
|
*
Implement #many? for NamedScope and AssociationCollection using #size [#1500 ...
Chris Kampmeier
2009-05-17
1
-0
/
+39
|
*
has_one :through should not create a new association when assigned nil [#698 ...
Daniel Guettler
2009-05-17
1
-1
/
+8
|
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
2
-0
/
+2
|
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-7
/
+6
|
*
Revert "Fixed bug with polymorphic has_one :as pointing to an STI record"
Jeremy Kemper
2009-05-11
1
-8
/
+1
|
*
Fixed eager load error on find with include => [:table_name] and hash conditi...
Anthony Crumley
2009-05-10
1
-0
/
+12
|
*
honour :inverse_of for joins based include
Frederick Cheung
2009-05-10
1
-0
/
+28
|
*
honour inverse_of when preloading associations
Frederick Cheung
2009-05-10
1
-0
/
+33
|
*
Providing support for :inverse_of as an option to associations.
Murray Steele
2009-05-04
1
-0
/
+252
|
*
Fixed bug with polymorphic has_one :as pointing to an STI record
Ruy Asan
2009-05-01
1
-1
/
+8
|
*
Fix models load order to be able to run unit tests.
Emilio Tagua
2009-04-23
1
-5
/
+5
*
|
Merge branch 'master' into active_model
Pratik Naik
2009-04-22
2
-0
/
+11
|
\
|
|
*
Ensure :dependent => :delete_all works for association with hash conditions
Pratik Naik
2009-04-20
1
-0
/
+6
|
*
Ensure JoinAssociation uses aliased table name when multiple associations hav...
Pratik Naik
2009-04-20
1
-0
/
+5
*
|
Deprecate Error#on(attribute) in favour of Errors#[attribute]
Pratik Naik
2009-03-20
1
-2
/
+2
|
/
*
Ensure AutosaveAssociation runs remove callbacks [#2146 state:resolved]
Luca Guidi
2009-03-12
3
-0
/
+69
*
Ensure NoMethodError isn't raised when some of the nested eager loaded associ...
Murray Steele
2009-03-12
1
-0
/
+29
*
Fixed autosave checks on objects with hm:t in :include [#2213 state:resolved]
Will Bryant
2009-03-12
3
-0
/
+48
*
Add tests for AssociationCollection#find_each and AssociationCollection#find_...
Pratik Naik
2009-03-11
1
-0
/
+39
*
Ensure has_many :through works with changed primary keys [#736 state:resolved]
Jim Remsik and Tim Pope
2009-03-09
1
-1
/
+8
*
Fix find_by_last when order is given [#2127 state:committed]
Jan De Poorter
2009-03-09
1
-0
/
+4
[next]