activerecord 4.1.0 → 4.1.1
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/CHANGELOG.md +7 -0
- data/lib/active_record/gem_version.rb +1 -1
- metadata +34 -26
- checksums.yaml +0 -7
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,55 +1,62 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerecord
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.
|
4
|
+
version: 4.1.1
|
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: 2014-
|
12
|
+
date: 2014-05-06 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: 4.1.
|
21
|
+
version: 4.1.1
|
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: 4.1.
|
29
|
+
version: 4.1.1
|
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: 4.1.
|
37
|
+
version: 4.1.1
|
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: 4.1.
|
45
|
+
version: 4.1.1
|
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: 5.0.0
|
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: 5.0.0
|
55
62
|
description: Databases on Rails. Build a persistent domain model by mapping database
|
@@ -66,10 +73,8 @@ files:
|
|
66
73
|
- README.rdoc
|
67
74
|
- examples/performance.rb
|
68
75
|
- examples/simple.rb
|
69
|
-
- lib/active_record.rb
|
70
76
|
- lib/active_record/aggregations.rb
|
71
77
|
- lib/active_record/association_relation.rb
|
72
|
-
- lib/active_record/associations.rb
|
73
78
|
- lib/active_record/associations/alias_tracker.rb
|
74
79
|
- lib/active_record/associations/association.rb
|
75
80
|
- lib/active_record/associations/association_scope.rb
|
@@ -88,11 +93,10 @@ files:
|
|
88
93
|
- lib/active_record/associations/has_many_through_association.rb
|
89
94
|
- lib/active_record/associations/has_one_association.rb
|
90
95
|
- lib/active_record/associations/has_one_through_association.rb
|
91
|
-
- lib/active_record/associations/join_dependency.rb
|
92
96
|
- lib/active_record/associations/join_dependency/join_association.rb
|
93
97
|
- lib/active_record/associations/join_dependency/join_base.rb
|
94
98
|
- lib/active_record/associations/join_dependency/join_part.rb
|
95
|
-
- lib/active_record/associations/
|
99
|
+
- lib/active_record/associations/join_dependency.rb
|
96
100
|
- lib/active_record/associations/preloader/association.rb
|
97
101
|
- lib/active_record/associations/preloader/belongs_to.rb
|
98
102
|
- lib/active_record/associations/preloader/collection_association.rb
|
@@ -102,10 +106,11 @@ files:
|
|
102
106
|
- lib/active_record/associations/preloader/has_one_through.rb
|
103
107
|
- lib/active_record/associations/preloader/singular_association.rb
|
104
108
|
- lib/active_record/associations/preloader/through_association.rb
|
109
|
+
- lib/active_record/associations/preloader.rb
|
105
110
|
- lib/active_record/associations/singular_association.rb
|
106
111
|
- lib/active_record/associations/through_association.rb
|
112
|
+
- lib/active_record/associations.rb
|
107
113
|
- lib/active_record/attribute_assignment.rb
|
108
|
-
- lib/active_record/attribute_methods.rb
|
109
114
|
- lib/active_record/attribute_methods/before_type_cast.rb
|
110
115
|
- lib/active_record/attribute_methods/dirty.rb
|
111
116
|
- lib/active_record/attribute_methods/primary_key.rb
|
@@ -114,6 +119,7 @@ files:
|
|
114
119
|
- lib/active_record/attribute_methods/serialization.rb
|
115
120
|
- lib/active_record/attribute_methods/time_zone_conversion.rb
|
116
121
|
- lib/active_record/attribute_methods/write.rb
|
122
|
+
- lib/active_record/attribute_methods.rb
|
117
123
|
- lib/active_record/autosave_association.rb
|
118
124
|
- lib/active_record/base.rb
|
119
125
|
- lib/active_record/callbacks.rb
|
@@ -164,9 +170,9 @@ files:
|
|
164
170
|
- lib/active_record/locking/optimistic.rb
|
165
171
|
- lib/active_record/locking/pessimistic.rb
|
166
172
|
- lib/active_record/log_subscriber.rb
|
167
|
-
- lib/active_record/migration.rb
|
168
173
|
- lib/active_record/migration/command_recorder.rb
|
169
174
|
- lib/active_record/migration/join_table.rb
|
175
|
+
- lib/active_record/migration.rb
|
170
176
|
- lib/active_record/model_schema.rb
|
171
177
|
- lib/active_record/nested_attributes.rb
|
172
178
|
- lib/active_record/no_touching.rb
|
@@ -181,26 +187,26 @@ files:
|
|
181
187
|
- lib/active_record/railties/jdbcmysql_error.rb
|
182
188
|
- lib/active_record/readonly_attributes.rb
|
183
189
|
- lib/active_record/reflection.rb
|
184
|
-
- lib/active_record/relation.rb
|
185
190
|
- lib/active_record/relation/batches.rb
|
186
191
|
- lib/active_record/relation/calculations.rb
|
187
192
|
- lib/active_record/relation/delegation.rb
|
188
193
|
- lib/active_record/relation/finder_methods.rb
|
189
194
|
- lib/active_record/relation/merger.rb
|
190
|
-
- lib/active_record/relation/predicate_builder.rb
|
191
195
|
- lib/active_record/relation/predicate_builder/array_handler.rb
|
192
196
|
- lib/active_record/relation/predicate_builder/relation_handler.rb
|
197
|
+
- lib/active_record/relation/predicate_builder.rb
|
193
198
|
- lib/active_record/relation/query_methods.rb
|
194
199
|
- lib/active_record/relation/spawn_methods.rb
|
200
|
+
- lib/active_record/relation.rb
|
195
201
|
- lib/active_record/result.rb
|
196
202
|
- lib/active_record/runtime_registry.rb
|
197
203
|
- lib/active_record/sanitization.rb
|
198
204
|
- lib/active_record/schema.rb
|
199
205
|
- lib/active_record/schema_dumper.rb
|
200
206
|
- lib/active_record/schema_migration.rb
|
201
|
-
- lib/active_record/scoping.rb
|
202
207
|
- lib/active_record/scoping/default.rb
|
203
208
|
- lib/active_record/scoping/named.rb
|
209
|
+
- lib/active_record/scoping.rb
|
204
210
|
- lib/active_record/serialization.rb
|
205
211
|
- lib/active_record/serializers/xml_serializer.rb
|
206
212
|
- lib/active_record/statement_cache.rb
|
@@ -212,43 +218,45 @@ files:
|
|
212
218
|
- lib/active_record/timestamp.rb
|
213
219
|
- lib/active_record/transactions.rb
|
214
220
|
- lib/active_record/translation.rb
|
215
|
-
- lib/active_record/validations.rb
|
216
221
|
- lib/active_record/validations/associated.rb
|
217
222
|
- lib/active_record/validations/presence.rb
|
218
223
|
- lib/active_record/validations/uniqueness.rb
|
224
|
+
- lib/active_record/validations.rb
|
219
225
|
- lib/active_record/version.rb
|
220
|
-
- lib/
|
221
|
-
- lib/rails/generators/active_record/migration.rb
|
226
|
+
- lib/active_record.rb
|
222
227
|
- lib/rails/generators/active_record/migration/migration_generator.rb
|
223
228
|
- lib/rails/generators/active_record/migration/templates/create_table_migration.rb
|
224
229
|
- lib/rails/generators/active_record/migration/templates/migration.rb
|
230
|
+
- lib/rails/generators/active_record/migration.rb
|
225
231
|
- lib/rails/generators/active_record/model/model_generator.rb
|
226
232
|
- lib/rails/generators/active_record/model/templates/model.rb
|
227
233
|
- lib/rails/generators/active_record/model/templates/module.rb
|
234
|
+
- lib/rails/generators/active_record.rb
|
228
235
|
homepage: http://www.rubyonrails.org
|
229
236
|
licenses:
|
230
237
|
- MIT
|
231
|
-
metadata: {}
|
232
238
|
post_install_message:
|
233
239
|
rdoc_options:
|
234
|
-
-
|
240
|
+
- --main
|
235
241
|
- README.rdoc
|
236
242
|
require_paths:
|
237
243
|
- lib
|
238
244
|
required_ruby_version: !ruby/object:Gem::Requirement
|
245
|
+
none: false
|
239
246
|
requirements:
|
240
|
-
- -
|
247
|
+
- - ! '>='
|
241
248
|
- !ruby/object:Gem::Version
|
242
249
|
version: 1.9.3
|
243
250
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
251
|
+
none: false
|
244
252
|
requirements:
|
245
|
-
- -
|
253
|
+
- - ! '>='
|
246
254
|
- !ruby/object:Gem::Version
|
247
255
|
version: '0'
|
248
256
|
requirements: []
|
249
257
|
rubyforge_project:
|
250
|
-
rubygems_version:
|
258
|
+
rubygems_version: 1.8.23.2
|
251
259
|
signing_key:
|
252
|
-
specification_version:
|
260
|
+
specification_version: 3
|
253
261
|
summary: Object-relational mapper framework (part of Rails).
|
254
262
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: c715939fa3096f11569bb71814eb862c37e3d867
|
4
|
-
data.tar.gz: 715864fbf80ff9ea42f1f0ebaf440e70ed36d20d
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 2c9b80fd916e8bda4351846bb9aea10068df857f59c56a22c38c41f713eb2226e52a2f100696bd0927b7d40e109e2c5d5d87e8504efc6e3ac96198168029276e
|
7
|
-
data.tar.gz: b52925316b715e276d48d60aece84bb0e8de1e0cfcd17191c9cabeb76730f43fe73a5203b3e83fb5bbc3a14899451205809f1301c6bc924c43d7501d17f15193
|