hashie_rails 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 14fe876b9705ba716c71ea006bfce20df5b96772
4
- data.tar.gz: 2696a279478d104c3eca6a0cfe34ba90412b43af
3
+ metadata.gz: a45d11d68768428d9eca1e84be7f5d14a539c09e
4
+ data.tar.gz: c7ddfeaa2ef1241190589c7657e2cade96f936e4
5
5
  SHA512:
6
- metadata.gz: e5d64d663b0d53cef38b5801b5fb52d67e48492642049524e25b8fa97c737aaf186260afa3a8dfdd0ac63abd08b160c581495badc99eb68ff2e3c13b523b190c
7
- data.tar.gz: 34dd8ec427b9767d744763bc8a490ef62957ad478840c7b97f9240e345871d04729c4cb0231ffeb9f1f72d7a8164d8c8f53d8bbc5285e7c483308a7c79732d43
6
+ metadata.gz: c04886c111e9a8b19762b72f93280938aad894251255d962f3c3d84ac4fc8f510c9cf051d36fcefd7b6e39a7e8e1d5564dc2b43ad981abb81527c2fcb831f5a2
7
+ data.tar.gz: 9b82fccffed400000ed1907755683460db2e85f96a6fbcd39455194b15735c636ec05f3723286ccf1c170783eb887467239c6f94f753b6f6979d9dc8fb89dd2e
@@ -1,3 +1,4 @@
1
1
  require 'hashie_rails/hashie/mash'
2
+ warn '[DEPRECATION] This gem has been renamed to hashie-forbidden_attributes and will no longer be supported. Please switch to hashie-forbidden_attributes as soon as possible.'
2
3
  module HashieRails
3
4
  end
@@ -1,3 +1,3 @@
1
1
  module HashieRails
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.4'
3
3
  end
Binary file
@@ -1,17 +1,104 @@
1
-  (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2
-  (0.4ms) select sqlite_version(*)
1
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
+  (0.1ms) select sqlite_version(*)
3
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
+ Migrating to CreateBirds (20140531031058)
6
+  (0.0ms) begin transaction
7
+  (0.2ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)
8
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140531031058"]]
9
+  (0.7ms) commit transaction
10
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11
+  (1.2ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
12
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
13
+  (0.1ms) select sqlite_version(*)
14
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
15
+  (0.1ms) SELECT version FROM "schema_migrations"
16
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
17
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
19
+  (0.9ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
20
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
21
+  (0.1ms) select sqlite_version(*)
22
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
23
+  (0.1ms) SELECT version FROM "schema_migrations"
24
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
25
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
26
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27
+  (1.1ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
28
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
29
+  (0.0ms) select sqlite_version(*)
30
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
31
+  (0.1ms) SELECT version FROM "schema_migrations"
32
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
33
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
34
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
35
+  (1.1ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
36
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
37
+  (0.0ms) select sqlite_version(*)
38
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
39
+  (0.1ms) SELECT version FROM "schema_migrations"
40
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
41
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
42
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
43
+  (1.0ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
44
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
45
+  (0.0ms) select sqlite_version(*)
46
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
47
+  (0.1ms) SELECT version FROM "schema_migrations"
48
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
49
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
50
+  (0.1ms) select sqlite_version(*)
3
51
   (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
52
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
53
  Migrating to CreateBirds (20140531031058)
6
54
   (0.1ms) begin transaction
7
- DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/dblock/source/hashie_rails/master/test/dummy/db/migrate/20140531031058_create_birds.rb:6)
8
-  (0.8ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime, "updated_at" datetime)
9
- SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140531031058"]]
10
-  (1.0ms) commit transaction
11
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
12
-  (1.1ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime, "updated_at" datetime)
13
-  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
14
-  (0.0ms) select sqlite_version(*)
15
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
55
+  (0.3ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)
56
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140531031058"]]
57
+  (0.7ms) commit transaction
58
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
59
+  (0.8ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)
60
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
61
+  (0.1ms) select sqlite_version(*)
62
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16
63
   (0.1ms) SELECT version FROM "schema_migrations"
17
-  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
64
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
65
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
66
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
67
+  (11.0ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
68
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
69
+  (0.0ms) select sqlite_version(*)
70
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
71
+  (0.1ms) SELECT version FROM "schema_migrations"
72
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
73
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
74
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
75
+  (1.0ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
76
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
77
+  (0.0ms) select sqlite_version(*)
78
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
79
+  (0.1ms) SELECT version FROM "schema_migrations"
80
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
81
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
82
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
83
+  (1.0ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
84
+  (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
85
+  (0.0ms) select sqlite_version(*)
86
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
87
+  (0.1ms) SELECT version FROM "schema_migrations"
88
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
89
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
90
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
91
+  (1.1ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
92
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
93
+  (0.0ms) select sqlite_version(*)
94
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
95
+  (0.1ms) SELECT version FROM "schema_migrations"
96
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
97
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
98
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
99
+  (1.0ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
100
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
101
+  (0.0ms) select sqlite_version(*)
102
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
103
+  (0.1ms) SELECT version FROM "schema_migrations"
104
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
@@ -1,12 +1,455 @@
1
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
2
-  (6.9ms) CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime, "updated_at" datetime) 
3
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
4
-  (0.1ms) select sqlite_version(*)
5
-  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6
-  (0.1ms) SELECT version FROM "schema_migrations"
7
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
8
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9
-  (0.2ms) begin transaction
1
+  (0.1ms) begin transaction
2
+ ---------------------------
3
+ HashieRailsTest: test_truth
4
+ ---------------------------
5
+  (0.0ms) rollback transaction
6
+  (0.1ms) begin transaction
7
+ ---------------------------
8
+ HashieRailsTest: test_truth
9
+ ---------------------------
10
+  (0.0ms) rollback transaction
11
+  (0.1ms) begin transaction
12
+ ---------------------------------------------------------------
13
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
14
+ ---------------------------------------------------------------
15
+  (0.1ms) rollback transaction
16
+  (0.1ms) begin transaction
17
+ ---------------------------
18
+ HashieRailsTest: test_truth
19
+ ---------------------------
20
+  (0.0ms) rollback transaction
21
+  (0.1ms) begin transaction
22
+ ---------------------------------------------------------------
23
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
24
+ ---------------------------------------------------------------
25
+  (0.0ms) rollback transaction
26
+  (0.1ms) begin transaction
27
+ ---------------------------
28
+ HashieRailsTest: test_truth
29
+ ---------------------------
30
+  (0.0ms) rollback transaction
31
+  (0.1ms) begin transaction
32
+ ---------------------------------------------------------------
33
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
34
+ ---------------------------------------------------------------
35
+  (0.0ms) rollback transaction
36
+  (0.1ms) begin transaction
37
+ ---------------------------
38
+ HashieRailsTest: test_truth
39
+ ---------------------------
40
+  (0.0ms) rollback transaction
41
+  (0.1ms) begin transaction
42
+ ---------------------------------------------------------------
43
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
44
+ ---------------------------------------------------------------
45
+  (0.1ms) rollback transaction
46
+  (0.1ms) begin transaction
47
+ ---------------------------------------------------------------
48
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
49
+ ---------------------------------------------------------------
50
+  (0.1ms) rollback transaction
51
+  (0.1ms) begin transaction
52
+ ---------------------------------------------------------------
53
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
54
+ ---------------------------------------------------------------
55
+  (0.1ms) rollback transaction
56
+  (0.1ms) begin transaction
57
+ ---------------------------------------------------------------
58
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
59
+ ---------------------------------------------------------------
60
+  (0.0ms) rollback transaction
61
+  (0.1ms) begin transaction
62
+ ---------------------------------------------------------------
63
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
64
+ ---------------------------------------------------------------
65
+  (0.2ms) rollback transaction
66
+  (0.1ms) begin transaction
67
+ ---------------------------------------------------------------
68
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
69
+ ---------------------------------------------------------------
70
+  (0.0ms) rollback transaction
71
+  (0.1ms) begin transaction
72
+ ---------------------------------------------------------------
73
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
74
+ ---------------------------------------------------------------
75
+  (0.0ms) rollback transaction
76
+  (0.1ms) begin transaction
77
+ ---------------------------------------------------------------
78
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
79
+ ---------------------------------------------------------------
80
+  (0.0ms) rollback transaction
81
+  (0.1ms) begin transaction
82
+ ---------------------------------------------------------------
83
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
84
+ ---------------------------------------------------------------
85
+  (0.0ms) rollback transaction
86
+  (0.1ms) begin transaction
87
+ ---------------------------------------------------------------
88
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
89
+ ---------------------------------------------------------------
90
+  (0.0ms) rollback transaction
91
+  (0.1ms) begin transaction
92
+ ---------------------------------------------------------------
93
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
94
+ ---------------------------------------------------------------
95
+  (0.1ms) rollback transaction
96
+  (0.1ms) begin transaction
97
+ ---------------------------------------------------------------
98
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
99
+ ---------------------------------------------------------------
100
+  (0.1ms) rollback transaction
101
+  (0.1ms) begin transaction
102
+ ---------------------------------------------------------------
103
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
104
+ ---------------------------------------------------------------
105
+  (0.1ms) rollback transaction
106
+  (0.1ms) begin transaction
107
+ ---------------------------------------------------------------
108
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
109
+ ---------------------------------------------------------------
110
+  (0.1ms) rollback transaction
111
+  (0.1ms) begin transaction
112
+ ---------------------------------------------------------------
113
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
114
+ ---------------------------------------------------------------
115
+  (0.1ms) rollback transaction
116
+  (0.1ms) begin transaction
117
+ ---------------------------------------------------------------
118
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
119
+ ---------------------------------------------------------------
120
+  (0.1ms) rollback transaction
121
+  (0.1ms) begin transaction
122
+ ---------------------------------------------------------------
123
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
124
+ ---------------------------------------------------------------
125
+  (0.1ms) rollback transaction
126
+  (0.1ms) begin transaction
127
+ ---------------------------------------------------------------
128
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
129
+ ---------------------------------------------------------------
130
+  (0.1ms) rollback transaction
131
+  (0.1ms) begin transaction
132
+ ---------------------------------------------------------------
133
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
134
+ ---------------------------------------------------------------
135
+  (0.1ms) rollback transaction
136
+  (0.1ms) begin transaction
137
+ ---------------------------------------------------------------
138
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
139
+ ---------------------------------------------------------------
140
+  (0.1ms) rollback transaction
141
+  (0.1ms) begin transaction
142
+ ---------------------------------------------------------------
143
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
144
+ ---------------------------------------------------------------
145
+  (0.1ms) rollback transaction
146
+  (0.1ms) begin transaction
147
+ ---------------------------------------------------------------
148
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
149
+ ---------------------------------------------------------------
150
+  (0.1ms) rollback transaction
151
+  (0.1ms) begin transaction
152
+ ---------------------------------------------------------------
153
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
154
+ ---------------------------------------------------------------
155
+  (0.1ms) rollback transaction
156
+  (0.1ms) begin transaction
157
+ ---------------------------------------------------------------
158
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
159
+ ---------------------------------------------------------------
160
+  (0.1ms) rollback transaction
161
+  (0.1ms) begin transaction
162
+ ---------------------------------------------------------------
163
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
164
+ ---------------------------------------------------------------
165
+  (0.1ms) rollback transaction
166
+  (0.1ms) begin transaction
167
+ ---------------------------------------------------------------
168
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
169
+ ---------------------------------------------------------------
170
+  (0.0ms) rollback transaction
171
+  (0.1ms) begin transaction
172
+ ---------------------------------------------------------------
173
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
174
+ ---------------------------------------------------------------
175
+  (0.0ms) rollback transaction
176
+  (0.1ms) begin transaction
177
+ ---------------------------------------------------------------
178
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
179
+ ---------------------------------------------------------------
180
+  (0.0ms) rollback transaction
181
+  (0.1ms) begin transaction
182
+ ---------------------------------------------------------------
183
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
184
+ ---------------------------------------------------------------
185
+  (0.0ms) rollback transaction
186
+  (0.1ms) begin transaction
187
+ ---------------------------------------------------------------
188
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
189
+ ---------------------------------------------------------------
190
+  (0.1ms) rollback transaction
191
+  (0.1ms) begin transaction
192
+ ---------------------------------------------------------------
193
+ HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
194
+ ---------------------------------------------------------------
195
+  (0.0ms) rollback transaction
196
+  (0.1ms) begin transaction
197
+ -----------------------------------------------------
198
+ HashieRailsTest: test_mash_does_not_handle_permitted?
199
+ -----------------------------------------------------
200
+  (0.0ms) rollback transaction
201
+  (0.0ms) begin transaction
202
+ ---------------------------------------------------------
203
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
204
+ ---------------------------------------------------------
205
+  (0.0ms) rollback transaction
206
+  (0.1ms) begin transaction
207
+ -----------------------------------------------------
208
+ HashieRailsTest: test_mash_does_not_handle_permitted?
209
+ -----------------------------------------------------
210
+  (0.0ms) rollback transaction
211
+  (0.0ms) begin transaction
212
+ ---------------------------------------------------------
213
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
214
+ ---------------------------------------------------------
215
+  (0.0ms) rollback transaction
216
+  (0.1ms) begin transaction
217
+ ------------------------------------------------------------
218
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
219
+ ------------------------------------------------------------
220
+  (0.0ms) rollback transaction
221
+  (0.1ms) begin transaction
222
+ ---------------------------------------------------------
223
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
224
+ ---------------------------------------------------------
225
+  (0.0ms) rollback transaction
226
+  (0.1ms) begin transaction
227
+ ------------------------------------------------------------
228
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
229
+ ------------------------------------------------------------
230
+  (0.0ms) rollback transaction
231
+  (0.1ms) begin transaction
232
+ ---------------------------------------------------------
233
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
234
+ ---------------------------------------------------------
235
+  (0.1ms) rollback transaction
236
+  (0.1ms) begin transaction
237
+ ------------------------------------------------------------
238
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
239
+ ------------------------------------------------------------
240
+  (0.0ms) rollback transaction
241
+  (0.1ms) begin transaction
242
+ ---------------------------------------------------------
243
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
244
+ ---------------------------------------------------------
245
+  (0.1ms) rollback transaction
246
+  (0.1ms) begin transaction
247
+ --------------------------------------------------------------
248
+ HashieMashWithActiveRecord: test_bird_can_be_created_with_mash
249
+ --------------------------------------------------------------
250
+  (0.0ms) rollback transaction
251
+  (0.0ms) begin transaction
252
+ ------------------------------------------------------------
253
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
254
+ ------------------------------------------------------------
255
+  (0.0ms) rollback transaction
256
+  (0.0ms) begin transaction
257
+ ---------------------------------------------------------
258
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
259
+ ---------------------------------------------------------
260
+  (0.1ms) rollback transaction
261
+  (0.1ms) begin transaction
262
+ ------------------------------------------------------------
263
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
264
+ ------------------------------------------------------------
265
+  (0.0ms) rollback transaction
266
+  (0.0ms) begin transaction
267
+ ---------------------------------------------------------
268
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
269
+ ---------------------------------------------------------
270
+  (0.1ms) rollback transaction
271
+  (0.0ms) begin transaction
272
+ ------------------------------------------------------------------
273
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
274
+ ------------------------------------------------------------------
275
+  (0.0ms) rollback transaction
276
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
277
+  (0.1ms) begin transaction
278
+ ------------------------------------------------------------------
279
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
280
+ ------------------------------------------------------------------
281
+  (0.1ms) SELECT COUNT(*) FROM "birds"
282
+ Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:19:53 +1000
283
+  (0.1ms) rollback transaction
284
+  (0.0ms) begin transaction
285
+ ------------------------------------------------------------
286
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
287
+ ------------------------------------------------------------
288
+  (0.0ms) rollback transaction
289
+  (0.0ms) begin transaction
290
+ ---------------------------------------------------------
291
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
292
+ ---------------------------------------------------------
293
+  (0.1ms) rollback transaction
294
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
295
+  (0.1ms) begin transaction
296
+ ------------------------------------------------------------
297
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
298
+ ------------------------------------------------------------
299
+  (0.0ms) rollback transaction
300
+  (0.0ms) begin transaction
301
+ ---------------------------------------------------------
302
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
303
+ ---------------------------------------------------------
304
+  (0.0ms) rollback transaction
305
+  (0.0ms) begin transaction
306
+ ------------------------------------------------------------------
307
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
308
+ ------------------------------------------------------------------
309
+  (0.1ms) SELECT COUNT(*) FROM "birds"
310
+ Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:20:23 +1000
311
+  (0.1ms) rollback transaction
312
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
313
+  (0.1ms) begin transaction
314
+ ------------------------------------------------------------
315
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
316
+ ------------------------------------------------------------
317
+  (0.0ms) rollback transaction
318
+  (0.0ms) begin transaction
319
+ ---------------------------------------------------------
320
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
321
+ ---------------------------------------------------------
322
+  (0.0ms) rollback transaction
323
+  (0.0ms) begin transaction
324
+ ------------------------------------------------------------------
325
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
326
+ ------------------------------------------------------------------
327
+  (0.1ms) SELECT COUNT(*) FROM "birds"
328
+ Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:21:35 +1000
329
+  (0.1ms) SAVEPOINT active_record_1
330
+ SQL (0.8ms) INSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-31 03:21:35.823798"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:21:35.823798"]]
331
+  (0.1ms) RELEASE SAVEPOINT active_record_1
332
+  (0.1ms) SELECT COUNT(*) FROM "birds"
333
+  (0.5ms) rollback transaction
334
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
335
+  (0.1ms) begin transaction
336
+ ------------------------------------------------------------
337
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
338
+ ------------------------------------------------------------
339
+  (0.0ms) rollback transaction
340
+  (0.0ms) begin transaction
341
+ ---------------------------------------------------------
342
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
343
+ ---------------------------------------------------------
344
+  (0.2ms) rollback transaction
345
+  (0.0ms) begin transaction
346
+ ------------------------------------------------------------------
347
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
348
+ ------------------------------------------------------------------
349
+  (0.1ms) SELECT COUNT(*) FROM "birds"
350
+ Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:21:52 +1000
351
+  (0.1ms) rollback transaction
352
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
353
+  (0.1ms) begin transaction
354
+ ------------------------------------------------------------------
355
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
356
+ ------------------------------------------------------------------
357
+  (0.1ms) SELECT COUNT(*) FROM "birds"
358
+ Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:22:01 +1000
359
+  (0.1ms) SAVEPOINT active_record_1
360
+ SQL (0.4ms) INSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-31 03:22:01.529273"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:22:01.529273"]]
361
+  (0.0ms) RELEASE SAVEPOINT active_record_1
362
+  (0.1ms) SELECT COUNT(*) FROM "birds"
363
+  (1.6ms) rollback transaction
364
+  (0.0ms) begin transaction
365
+ ------------------------------------------------------------
366
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
367
+ ------------------------------------------------------------
368
+  (0.0ms) rollback transaction
369
+  (0.0ms) begin transaction
370
+ ---------------------------------------------------------
371
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
372
+ ---------------------------------------------------------
373
+  (0.0ms) rollback transaction
374
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
375
+  (0.1ms) begin transaction
376
+ ------------------------------------------------------------
377
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
378
+ ------------------------------------------------------------
379
+  (0.0ms) rollback transaction
380
+  (0.0ms) begin transaction
381
+ ---------------------------------------------------------
382
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
383
+ ---------------------------------------------------------
384
+  (0.0ms) rollback transaction
385
+  (0.0ms) begin transaction
386
+ ------------------------------------------------------------------
387
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
388
+ ------------------------------------------------------------------
389
+  (0.1ms) SELECT COUNT(*) FROM "birds"
390
+ Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:22:59 +1000
391
+  (0.1ms) SAVEPOINT active_record_1
392
+ SQL (0.4ms) INSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-31 03:22:59.287102"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:22:59.287102"]]
393
+  (0.0ms) RELEASE SAVEPOINT active_record_1
394
+  (0.1ms) SELECT COUNT(*) FROM "birds"
395
+  (1.8ms) rollback transaction
396
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
397
+  (0.1ms) begin transaction
398
+ ------------------------------------------------------------
399
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
400
+ ------------------------------------------------------------
401
+  (0.0ms) rollback transaction
402
+  (0.0ms) begin transaction
403
+ ---------------------------------------------------------
404
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
405
+ ---------------------------------------------------------
406
+  (0.0ms) rollback transaction
407
+  (0.0ms) begin transaction
408
+ ------------------------------------------------------------------
409
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
410
+ ------------------------------------------------------------------
411
+  (0.1ms) SELECT COUNT(*) FROM "birds"
412
+ Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:26:59 +1000
413
+  (0.1ms) SAVEPOINT active_record_1
414
+ SQL (0.3ms) INSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-31 03:26:59.527998"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:26:59.527998"]]
415
+  (0.0ms) RELEASE SAVEPOINT active_record_1
416
+  (0.1ms) SELECT COUNT(*) FROM "birds"
417
+  (1.7ms) rollback transaction
418
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
419
+  (0.1ms) begin transaction
420
+ ------------------------------------------------------------------
421
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
422
+ ------------------------------------------------------------------
423
+  (0.1ms) SELECT COUNT(*) FROM "birds"
424
+ Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:27:14 +1000
425
+  (0.1ms) SAVEPOINT active_record_1
426
+ SQL (0.3ms) INSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-31 03:27:14.500410"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:27:14.500410"]]
427
+  (0.0ms) RELEASE SAVEPOINT active_record_1
428
+  (0.1ms) SELECT COUNT(*) FROM "birds"
429
+  (2.0ms) rollback transaction
430
+  (0.1ms) begin transaction
431
+ ------------------------------------------------------------
432
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
433
+ ------------------------------------------------------------
434
+  (0.0ms) rollback transaction
435
+  (0.0ms) begin transaction
436
+ ---------------------------------------------------------
437
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
438
+ ---------------------------------------------------------
439
+  (0.1ms) rollback transaction
440
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
441
+  (0.1ms) begin transaction
442
+ ------------------------------------------------------------------
443
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
444
+ ------------------------------------------------------------------
445
+  (0.1ms) SELECT COUNT(*) FROM "birds"
446
+ Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:27:18 +1000
447
+  (0.1ms) SAVEPOINT active_record_1
448
+ SQL (0.5ms) INSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-31 03:27:18.245748"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:27:18.245748"]]
449
+  (0.1ms) RELEASE SAVEPOINT active_record_1
450
+  (0.1ms) SELECT COUNT(*) FROM "birds"
451
+  (1.8ms) rollback transaction
452
+  (0.1ms) begin transaction
10
453
  ------------------------------------------------------------
11
454
  HashieRailsTest: test_mash_does_not_handle_permitted?_method
12
455
  ------------------------------------------------------------
@@ -16,14 +459,172 @@ HashieRailsTest: test_mash_does_not_handle_permitted?_method
16
459
  HashieRailsTest: test_mash_does_not_respond_to_permitted?
17
460
  ---------------------------------------------------------
18
461
   (0.1ms) rollback transaction
462
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
463
+  (0.1ms) begin transaction
464
+ ------------------------------------------------------------------
465
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
466
+ ------------------------------------------------------------------
467
+  (0.1ms) SELECT COUNT(*) FROM "birds"
468
+ Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:27:47 +1000
469
+  (0.1ms) SAVEPOINT active_record_1
470
+ SQL (0.3ms) INSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-31 03:27:47.800489"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:27:47.800489"]]
471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
472
+  (0.1ms) SELECT COUNT(*) FROM "birds"
473
+  (1.7ms) rollback transaction
474
+  (0.0ms) begin transaction
475
+ ------------------------------------------------------------
476
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
477
+ ------------------------------------------------------------
478
+  (0.0ms) rollback transaction
479
+  (0.0ms) begin transaction
480
+ ---------------------------------------------------------
481
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
482
+ ---------------------------------------------------------
483
+  (0.0ms) rollback transaction
19
484
   (0.1ms) begin transaction
485
+ ------------------------------------------------------------
486
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
487
+ ------------------------------------------------------------
488
+  (0.0ms) rollback transaction
489
+  (0.0ms) begin transaction
490
+ ---------------------------------------------------------
491
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
492
+ ---------------------------------------------------------
493
+  (0.0ms) rollback transaction
494
+  (0.0ms) begin transaction
495
+ ------------------------------------------------------------------
496
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
497
+ ------------------------------------------------------------------
498
+  (0.0ms) rollback transaction
499
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
500
+  (0.1ms) begin transaction
501
+ ------------------------------------------------------------
502
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
503
+ ------------------------------------------------------------
504
+  (0.0ms) rollback transaction
505
+  (0.0ms) begin transaction
506
+ ---------------------------------------------------------
507
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
508
+ ---------------------------------------------------------
509
+  (0.0ms) rollback transaction
510
+  (0.0ms) begin transaction
511
+ ------------------------------------------------------------------
512
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
513
+ ------------------------------------------------------------------
514
+  (0.1ms) SELECT COUNT(*) FROM "birds"
515
+ Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:28:29 +1000
516
+  (0.1ms) SAVEPOINT active_record_1
517
+ SQL (0.4ms) INSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-31 03:28:29.322493"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:28:29.322493"]]
518
+  (0.1ms) RELEASE SAVEPOINT active_record_1
519
+  (0.1ms) SELECT COUNT(*) FROM "birds"
520
+  (1.7ms) rollback transaction
521
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
522
+  (0.1ms) begin transaction
523
+ ------------------------------------------------------------------
524
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
525
+ ------------------------------------------------------------------
526
+  (0.1ms) SELECT COUNT(*) FROM "birds"
527
+ Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:43:03 +1000
528
+  (0.1ms) SAVEPOINT active_record_1
529
+ SQL (0.3ms) INSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-31 03:43:03.490867"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:43:03.490867"]]
530
+  (0.0ms) RELEASE SAVEPOINT active_record_1
531
+  (0.1ms) SELECT COUNT(*) FROM "birds"
532
+  (1.9ms) rollback transaction
533
+  (0.1ms) begin transaction
534
+ ------------------------------------------------------------
535
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
536
+ ------------------------------------------------------------
537
+  (0.0ms) rollback transaction
538
+  (0.0ms) begin transaction
539
+ ---------------------------------------------------------
540
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
541
+ ---------------------------------------------------------
542
+  (0.0ms) rollback transaction
543
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
544
+  (0.1ms) begin transaction
545
+ ------------------------------------------------------------
546
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
547
+ ------------------------------------------------------------
548
+  (0.0ms) rollback transaction
549
+  (0.1ms) begin transaction
550
+ ---------------------------------------------------------
551
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
552
+ ---------------------------------------------------------
553
+  (0.0ms) rollback transaction
554
+  (0.0ms) begin transaction
555
+ ------------------------------------------------------------------
556
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
557
+ ------------------------------------------------------------------
558
+  (0.1ms) SELECT COUNT(*) FROM "birds"
559
+ Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:43:07 +1000
560
+  (0.1ms) SAVEPOINT active_record_1
561
+ SQL (0.3ms) INSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-31 03:43:07.923120"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:43:07.923120"]]
562
+  (0.0ms) RELEASE SAVEPOINT active_record_1
563
+  (0.1ms) SELECT COUNT(*) FROM "birds"
564
+  (1.7ms) rollback transaction
565
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
566
+  (0.1ms) begin transaction
567
+ ------------------------------------------------------------
568
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
569
+ ------------------------------------------------------------
570
+  (0.0ms) rollback transaction
571
+  (0.0ms) begin transaction
572
+ ---------------------------------------------------------
573
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
574
+ ---------------------------------------------------------
575
+  (0.0ms) rollback transaction
576
+  (0.0ms) begin transaction
577
+ ------------------------------------------------------------------
578
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
579
+ ------------------------------------------------------------------
580
+  (0.1ms) SELECT COUNT(*) FROM "birds"
581
+ Started POST "/birds" for 127.0.0.1 at 2014-06-04 11:50:44 +1000
582
+  (0.1ms) SAVEPOINT active_record_1
583
+ SQL (0.4ms) INSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 01:50:44.319876"], ["name", "Birdie"], ["updated_at", "2014-06-04 01:50:44.319876"]]
584
+  (0.0ms) RELEASE SAVEPOINT active_record_1
585
+  (0.1ms) SELECT COUNT(*) FROM "birds"
586
+  (0.3ms) rollback transaction
587
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
588
+  (0.1ms) begin transaction
589
+ ------------------------------------------------------------------
590
+ HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
591
+ ------------------------------------------------------------------
592
+  (0.1ms) SELECT COUNT(*) FROM "birds"
593
+ Started POST "/birds" for 127.0.0.1 at 2015-03-19 17:06:28 +1100
594
+  (0.1ms) SAVEPOINT active_record_1
595
+ SQL (0.5ms) INSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-19 06:06:28.557235"], ["name", "Birdie"], ["updated_at", "2015-03-19 06:06:28.557235"]]
596
+  (0.1ms) RELEASE SAVEPOINT active_record_1
597
+  (0.1ms) SELECT COUNT(*) FROM "birds"
598
+  (0.5ms) rollback transaction
599
+  (0.0ms) begin transaction
600
+ ------------------------------------------------------------
601
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
602
+ ------------------------------------------------------------
603
+  (0.0ms) rollback transaction
604
+  (0.0ms) begin transaction
605
+ ---------------------------------------------------------
606
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
607
+ ---------------------------------------------------------
608
+  (0.0ms) rollback transaction
609
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
610
+  (0.1ms) begin transaction
611
+ ------------------------------------------------------------
612
+ HashieRailsTest: test_mash_does_not_handle_permitted?_method
613
+ ------------------------------------------------------------
614
+  (0.0ms) rollback transaction
615
+  (0.0ms) begin transaction
616
+ ---------------------------------------------------------
617
+ HashieRailsTest: test_mash_does_not_respond_to_permitted?
618
+ ---------------------------------------------------------
619
+  (0.0ms) rollback transaction
620
+  (0.0ms) begin transaction
20
621
  ------------------------------------------------------------------
21
622
  HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
22
623
  ------------------------------------------------------------------
23
-  (0.1ms) SELECT COUNT(*) FROM "birds"
24
- Started POST "/birds" for 127.0.0.1 at 2015-02-26 06:52:46 -0500
25
-  (0.4ms) SAVEPOINT active_record_1
26
- SQL (0.6ms) INSERT INTO "birds" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Birdie"], ["created_at", "2015-02-26 11:52:46.554410"], ["updated_at", "2015-02-26 11:52:46.554410"]]
27
-  (0.0ms) RELEASE SAVEPOINT active_record_1
28
-  (0.1ms) SELECT COUNT(*) FROM "birds"
29
-  (1.0ms) rollback transaction
624
+  (0.1ms) SELECT COUNT(*) FROM "birds"
625
+ Started POST "/birds" for 127.0.0.1 at 2015-03-21 10:45:57 +1100
626
+  (0.1ms) SAVEPOINT active_record_1
627
+ SQL (0.4ms) INSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-20 23:45:57.824301"], ["name", "Birdie"], ["updated_at", "2015-03-20 23:45:57.824301"]]
628
+  (0.0ms) RELEASE SAVEPOINT active_record_1
629
+  (0.1ms) SELECT COUNT(*) FROM "birds"
630
+  (0.4ms) rollback transaction
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hashie_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxim-Filimonov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-27 00:00:00.000000000 Z
11
+ date: 2015-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: activesupport
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '4.0'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: '4.0'
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: hashie
29
15
  requirement: !ruby/object:Gem::Requirement
@@ -154,7 +140,10 @@ homepage: https://github.com/Maxim-Filimonov/hashie_rails
154
140
  licenses:
155
141
  - MIT
156
142
  metadata: {}
157
- post_install_message:
143
+ post_install_message: |
144
+ ! The 'hashie_rails' gem has been deprecated and has been replaced by 'hashie-forbidden_attributes'.
145
+ ! See: https://rubygems.org/gems/hashie-forbidden_attributes
146
+ ! And: https://github.com/Maxim-Filimonov/hashie-hashie-forbidden_attributes
158
147
  rdoc_options: []
159
148
  require_paths:
160
149
  - lib