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
*
Relation#readonly(false) should toggle the readonly flag
Pratik Naik
2009-12-28
1
-1
/
+1
*
Remove unused construct_finder_sql
Pratik Naik
2009-12-28
1
-14
/
+14
*
Add Model.from and association_collection#from finder methods
Pratik Naik
2009-12-28
1
-8
/
+1
*
Add new finder methods to association collection.
Pratik Naik
2009-12-27
1
-4
/
+4
*
Forgot to revert tests from that last commit
Joshua Peek
2009-12-12
1
-8
/
+0
*
Revert "Fix instance_eval calls to association proxies"
Joshua Peek
2009-12-12
1
-1
/
+0
*
Fix postgresql AR test failure
John Pignata
2009-12-11
1
-2
/
+2
*
Fix instance_eval calls to association proxies
Mat Brown
2009-12-02
1
-0
/
+8
*
Revert "Revert "Assert primary key does not exist in habtm when the associati...
Jeremy Kemper
2009-11-23
1
-14
/
+2
*
Insert generated association members in the same order they are specified whe...
Gabe da Silveira
2009-11-17
1
-0
/
+22
*
delete correct records for a has_many with :primary_key and :dependent => :de...
Matt Jones
2009-11-10
1
-0
/
+12
*
Merge branch 'associations_2'
Emilio Tagua
2009-10-05
1
-1
/
+1
|
\
|
*
Added eager loading support to Relation and ActiveRecord#all.
Emilio Tagua
2009-10-05
1
-1
/
+1
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-10-02
1
-0
/
+18
|
\
\
|
*
|
Make has_one with :conditions hash scope build or creation of the associated ...
Luciano G Panaro
2009-09-28
1
-0
/
+18
*
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-14
1
-0
/
+9
|
\
|
|
|
*
|
Fix has_one with foreign_key and primary_key association bug which caused the...
Graeme Porteous
2009-09-12
1
-0
/
+9
*
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-08
1
-1
/
+1
|
\
|
|
|
*
|
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-1
/
+1
*
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-08
1
-2
/
+14
|
\
|
|
|
*
|
Revert "Assert primary key does not exist in habtm when the association is de...
Jeremy Kemper
2009-09-02
1
-2
/
+14
*
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-01
1
-14
/
+2
|
\
|
|
|
|
/
|
/
|
|
*
Assert primary key does not exist in habtm when the association is defined, i...
José Valim
2009-09-01
1
-14
/
+2
*
|
Use finder options as relation method names to provide more familiar
Emilio Tagua
2009-08-18
1
-5
/
+5
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-17
1
-1
/
+1
|
\
|
|
*
Fix test_has_many_through_polymorphic_has_one on sqlite2 [#3054 state:resolved]
Jay Pignata
2009-08-15
1
-1
/
+1
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-11
1
-0
/
+18
|
\
|
|
*
Add tests for hm:t#push failures
Pratik Naik
2009-08-11
1
-0
/
+18
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-10
1
-12
/
+8
|
\
|
|
*
Rewrite hm:t#create tests using assert_no_difference and assert_difference
Pratik Naik
2009-08-10
1
-12
/
+8
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-10
6
-25
/
+171
|
\
|
|
*
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
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-10
1
-0
/
+7
|
\
|
|
*
Ensure hm:t#create/create! throws ActiveRecord::RecordNotSaved when the owner...
Pratik Naik
2009-08-08
1
-0
/
+7
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-08
5
-46
/
+63
|
\
|
|
*
added :order option to find :first methods and associations as otherwise Orac...
Raimonds Simanovskis
2009-08-06
5
-46
/
+63
*
|
More work on removing plain SQL from associations and use ARel instead.
Emilio Tagua
2009-08-07
1
-4
/
+4
*
|
Don't use local vars before testing its conditional.
Emilio Tagua
2009-08-03
1
-2
/
+0
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-07-16
1
-0
/
+98
|
\
|
|
*
Add primary_key option to belongs_to association
Szymon Nowak
2009-07-15
1
-0
/
+98
[next]