activerecord 3.0.8.rc1 → 3.0.8.rc2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of activerecord might be problematic. Click here for more details.
@@ -37,7 +37,9 @@ module ActiveRecord
|
|
37
37
|
elsif reflection.macro == :belongs_to
|
38
38
|
{ reflection.klass.primary_key => @owner.class.quote_value(@owner[reflection.primary_key_name]) }
|
39
39
|
else
|
40
|
-
|
40
|
+
column = @owner.class.columns_hash[reflection.active_record_primary_key]
|
41
|
+
|
42
|
+
{ reflection.primary_key_name => @owner.class.quote_value(@owner[reflection.active_record_primary_key], column) }
|
41
43
|
end
|
42
44
|
end
|
43
45
|
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerecord
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15424049
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
9
|
- 8
|
10
10
|
- rc
|
11
|
-
-
|
12
|
-
version: 3.0.8.
|
11
|
+
- 2
|
12
|
+
version: 3.0.8.rc2
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- David Heinemeier Hansson
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2011-05-
|
20
|
+
date: 2011-05-27 00:00:00 Z
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
23
23
|
name: activesupport
|
@@ -27,14 +27,14 @@ dependencies:
|
|
27
27
|
requirements:
|
28
28
|
- - "="
|
29
29
|
- !ruby/object:Gem::Version
|
30
|
-
hash:
|
30
|
+
hash: 15424049
|
31
31
|
segments:
|
32
32
|
- 3
|
33
33
|
- 0
|
34
34
|
- 8
|
35
35
|
- rc
|
36
|
-
-
|
37
|
-
version: 3.0.8.
|
36
|
+
- 2
|
37
|
+
version: 3.0.8.rc2
|
38
38
|
type: :runtime
|
39
39
|
version_requirements: *id001
|
40
40
|
- !ruby/object:Gem::Dependency
|
@@ -45,14 +45,14 @@ dependencies:
|
|
45
45
|
requirements:
|
46
46
|
- - "="
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
hash:
|
48
|
+
hash: 15424049
|
49
49
|
segments:
|
50
50
|
- 3
|
51
51
|
- 0
|
52
52
|
- 8
|
53
53
|
- rc
|
54
|
-
-
|
55
|
-
version: 3.0.8.
|
54
|
+
- 2
|
55
|
+
version: 3.0.8.rc2
|
56
56
|
type: :runtime
|
57
57
|
version_requirements: *id002
|
58
58
|
- !ruby/object:Gem::Dependency
|