activerecord 3.2.22.1 → 3.2.22.2
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.
- data/lib/active_record/version.rb +1 -1
- metadata +41 -28
- checksums.yaml +0 -7
metadata
CHANGED
@@ -1,69 +1,78 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerecord
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.22.
|
4
|
+
version: 3.2.22.2
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- David Heinemeier Hansson
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2016-
|
12
|
+
date: 2016-02-29 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: activesupport
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
19
|
- - '='
|
18
20
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.2.22.
|
21
|
+
version: 3.2.22.2
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
27
|
- - '='
|
25
28
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.2.22.
|
29
|
+
version: 3.2.22.2
|
27
30
|
- !ruby/object:Gem::Dependency
|
28
31
|
name: activemodel
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
30
34
|
requirements:
|
31
35
|
- - '='
|
32
36
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.2.22.
|
37
|
+
version: 3.2.22.2
|
34
38
|
type: :runtime
|
35
39
|
prerelease: false
|
36
40
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
37
42
|
requirements:
|
38
43
|
- - '='
|
39
44
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.2.22.
|
45
|
+
version: 3.2.22.2
|
41
46
|
- !ruby/object:Gem::Dependency
|
42
47
|
name: arel
|
43
48
|
requirement: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
44
50
|
requirements:
|
45
|
-
- -
|
51
|
+
- - ~>
|
46
52
|
- !ruby/object:Gem::Version
|
47
53
|
version: 3.0.2
|
48
54
|
type: :runtime
|
49
55
|
prerelease: false
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
51
58
|
requirements:
|
52
|
-
- -
|
59
|
+
- - ~>
|
53
60
|
- !ruby/object:Gem::Version
|
54
61
|
version: 3.0.2
|
55
62
|
- !ruby/object:Gem::Dependency
|
56
63
|
name: tzinfo
|
57
64
|
requirement: !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
58
66
|
requirements:
|
59
|
-
- -
|
67
|
+
- - ~>
|
60
68
|
- !ruby/object:Gem::Version
|
61
69
|
version: 0.3.29
|
62
70
|
type: :runtime
|
63
71
|
prerelease: false
|
64
72
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
65
74
|
requirements:
|
66
|
-
- -
|
75
|
+
- - ~>
|
67
76
|
- !ruby/object:Gem::Version
|
68
77
|
version: 0.3.29
|
69
78
|
description: Databases on Rails. Build a persistent domain model by mapping database
|
@@ -81,9 +90,7 @@ files:
|
|
81
90
|
- examples/associations.png
|
82
91
|
- examples/performance.rb
|
83
92
|
- examples/simple.rb
|
84
|
-
- lib/active_record.rb
|
85
93
|
- lib/active_record/aggregations.rb
|
86
|
-
- lib/active_record/associations.rb
|
87
94
|
- lib/active_record/associations/alias_tracker.rb
|
88
95
|
- lib/active_record/associations/association.rb
|
89
96
|
- lib/active_record/associations/association_scope.rb
|
@@ -103,12 +110,11 @@ files:
|
|
103
110
|
- lib/active_record/associations/has_many_through_association.rb
|
104
111
|
- lib/active_record/associations/has_one_association.rb
|
105
112
|
- lib/active_record/associations/has_one_through_association.rb
|
106
|
-
- lib/active_record/associations/join_dependency.rb
|
107
113
|
- lib/active_record/associations/join_dependency/join_association.rb
|
108
114
|
- lib/active_record/associations/join_dependency/join_base.rb
|
109
115
|
- lib/active_record/associations/join_dependency/join_part.rb
|
116
|
+
- lib/active_record/associations/join_dependency.rb
|
110
117
|
- lib/active_record/associations/join_helper.rb
|
111
|
-
- lib/active_record/associations/preloader.rb
|
112
118
|
- lib/active_record/associations/preloader/association.rb
|
113
119
|
- lib/active_record/associations/preloader/belongs_to.rb
|
114
120
|
- lib/active_record/associations/preloader/collection_association.rb
|
@@ -119,10 +125,11 @@ files:
|
|
119
125
|
- lib/active_record/associations/preloader/has_one_through.rb
|
120
126
|
- lib/active_record/associations/preloader/singular_association.rb
|
121
127
|
- lib/active_record/associations/preloader/through_association.rb
|
128
|
+
- lib/active_record/associations/preloader.rb
|
122
129
|
- lib/active_record/associations/singular_association.rb
|
123
130
|
- lib/active_record/associations/through_association.rb
|
131
|
+
- lib/active_record/associations.rb
|
124
132
|
- lib/active_record/attribute_assignment.rb
|
125
|
-
- lib/active_record/attribute_methods.rb
|
126
133
|
- lib/active_record/attribute_methods/before_type_cast.rb
|
127
134
|
- lib/active_record/attribute_methods/deprecated_underscore_read.rb
|
128
135
|
- lib/active_record/attribute_methods/dirty.rb
|
@@ -132,6 +139,7 @@ files:
|
|
132
139
|
- lib/active_record/attribute_methods/serialization.rb
|
133
140
|
- lib/active_record/attribute_methods/time_zone_conversion.rb
|
134
141
|
- lib/active_record/attribute_methods/write.rb
|
142
|
+
- lib/active_record/attribute_methods.rb
|
135
143
|
- lib/active_record/autosave_association.rb
|
136
144
|
- lib/active_record/base.rb
|
137
145
|
- lib/active_record/callbacks.rb
|
@@ -161,8 +169,8 @@ files:
|
|
161
169
|
- lib/active_record/errors.rb
|
162
170
|
- lib/active_record/explain.rb
|
163
171
|
- lib/active_record/explain_subscriber.rb
|
164
|
-
- lib/active_record/fixtures.rb
|
165
172
|
- lib/active_record/fixtures/file.rb
|
173
|
+
- lib/active_record/fixtures.rb
|
166
174
|
- lib/active_record/identity_map.rb
|
167
175
|
- lib/active_record/inheritance.rb
|
168
176
|
- lib/active_record/integration.rb
|
@@ -170,8 +178,8 @@ files:
|
|
170
178
|
- lib/active_record/locking/optimistic.rb
|
171
179
|
- lib/active_record/locking/pessimistic.rb
|
172
180
|
- lib/active_record/log_subscriber.rb
|
173
|
-
- lib/active_record/migration.rb
|
174
181
|
- lib/active_record/migration/command_recorder.rb
|
182
|
+
- lib/active_record/migration.rb
|
175
183
|
- lib/active_record/model_schema.rb
|
176
184
|
- lib/active_record/nested_attributes.rb
|
177
185
|
- lib/active_record/observer.rb
|
@@ -185,7 +193,6 @@ files:
|
|
185
193
|
- lib/active_record/railties/jdbcmysql_error.rb
|
186
194
|
- lib/active_record/readonly_attributes.rb
|
187
195
|
- lib/active_record/reflection.rb
|
188
|
-
- lib/active_record/relation.rb
|
189
196
|
- lib/active_record/relation/batches.rb
|
190
197
|
- lib/active_record/relation/calculations.rb
|
191
198
|
- lib/active_record/relation/delegation.rb
|
@@ -193,13 +200,14 @@ files:
|
|
193
200
|
- lib/active_record/relation/predicate_builder.rb
|
194
201
|
- lib/active_record/relation/query_methods.rb
|
195
202
|
- lib/active_record/relation/spawn_methods.rb
|
203
|
+
- lib/active_record/relation.rb
|
196
204
|
- lib/active_record/result.rb
|
197
205
|
- lib/active_record/sanitization.rb
|
198
206
|
- lib/active_record/schema.rb
|
199
207
|
- lib/active_record/schema_dumper.rb
|
200
|
-
- lib/active_record/scoping.rb
|
201
208
|
- lib/active_record/scoping/default.rb
|
202
209
|
- lib/active_record/scoping/named.rb
|
210
|
+
- lib/active_record/scoping.rb
|
203
211
|
- lib/active_record/serialization.rb
|
204
212
|
- lib/active_record/serializers/xml_serializer.rb
|
205
213
|
- lib/active_record/session_store.rb
|
@@ -208,14 +216,14 @@ files:
|
|
208
216
|
- lib/active_record/timestamp.rb
|
209
217
|
- lib/active_record/transactions.rb
|
210
218
|
- lib/active_record/translation.rb
|
211
|
-
- lib/active_record/validations.rb
|
212
219
|
- lib/active_record/validations/associated.rb
|
213
220
|
- lib/active_record/validations/uniqueness.rb
|
221
|
+
- lib/active_record/validations.rb
|
214
222
|
- lib/active_record/version.rb
|
215
|
-
- lib/
|
216
|
-
- lib/rails/generators/active_record/migration.rb
|
223
|
+
- lib/active_record.rb
|
217
224
|
- lib/rails/generators/active_record/migration/migration_generator.rb
|
218
225
|
- lib/rails/generators/active_record/migration/templates/migration.rb
|
226
|
+
- lib/rails/generators/active_record/migration.rb
|
219
227
|
- lib/rails/generators/active_record/model/model_generator.rb
|
220
228
|
- lib/rails/generators/active_record/model/templates/migration.rb
|
221
229
|
- lib/rails/generators/active_record/model/templates/model.rb
|
@@ -224,30 +232,35 @@ files:
|
|
224
232
|
- lib/rails/generators/active_record/observer/templates/observer.rb
|
225
233
|
- lib/rails/generators/active_record/session_migration/session_migration_generator.rb
|
226
234
|
- lib/rails/generators/active_record/session_migration/templates/migration.rb
|
235
|
+
- lib/rails/generators/active_record.rb
|
227
236
|
homepage: http://www.rubyonrails.org
|
228
237
|
licenses:
|
229
238
|
- MIT
|
230
|
-
metadata: {}
|
231
239
|
post_install_message:
|
232
240
|
rdoc_options:
|
233
|
-
-
|
241
|
+
- --main
|
234
242
|
- README.rdoc
|
235
243
|
require_paths:
|
236
244
|
- lib
|
237
245
|
required_ruby_version: !ruby/object:Gem::Requirement
|
246
|
+
none: false
|
238
247
|
requirements:
|
239
|
-
- -
|
248
|
+
- - ! '>='
|
240
249
|
- !ruby/object:Gem::Version
|
241
250
|
version: 1.8.7
|
242
251
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
252
|
+
none: false
|
243
253
|
requirements:
|
244
|
-
- -
|
254
|
+
- - ! '>='
|
245
255
|
- !ruby/object:Gem::Version
|
246
256
|
version: '0'
|
257
|
+
segments:
|
258
|
+
- 0
|
259
|
+
hash: 1374331061943944725
|
247
260
|
requirements: []
|
248
261
|
rubyforge_project:
|
249
|
-
rubygems_version:
|
262
|
+
rubygems_version: 1.8.23.2
|
250
263
|
signing_key:
|
251
|
-
specification_version:
|
264
|
+
specification_version: 3
|
252
265
|
summary: Object-relational mapper framework (part of Rails).
|
253
266
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 0c7de371a9ff4f1930ac4112f73318b22f6f2cb0
|
4
|
-
data.tar.gz: 9d913b96cfe2ff711bd42ba9eebee48a636489ba
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 11af7f6f9567b67ea0bbaee3e7ee2e4ac009404c2f710b8a5cbf09272df259428cd13f3e1e326c8eb40fca12f27426315f0b615233a123f268ad657affe27c17
|
7
|
-
data.tar.gz: 6a7935255cf664ee6509e57c1256f07781270e9b1bdb6b6bfab9ddea0283f63d2f69c876df9418e42118964cd238e201cbba37ecdc3c0eca55a9064f9266be21
|