hashie_rails 0.0.1 → 0.0.2
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 +4 -4
- data/MIT-LICENSE +1 -1
- data/lib/hashie_rails/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +12 -83
- data/test/dummy/log/test.log +16 -573
- metadata +24 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14fe876b9705ba716c71ea006bfce20df5b96772
|
|
4
|
+
data.tar.gz: 2696a279478d104c3eca6a0cfe34ba90412b43af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5d64d663b0d53cef38b5801b5fb52d67e48492642049524e25b8fa97c737aaf186260afa3a8dfdd0ac63abd08b160c581495badc99eb68ff2e3c13b523b190c
|
|
7
|
+
data.tar.gz: 34dd8ec427b9767d744763bc8a490ef62957ad478840c7b97f9240e345871d04729c4cb0231ffeb9f1f72d7a8164d8c8f53d8bbc5285e7c483308a7c79732d43
|
data/MIT-LICENSE
CHANGED
data/lib/hashie_rails/version.rb
CHANGED
|
Binary file
|
data/test/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
|
@@ -1,88 +1,17 @@
|
|
|
1
|
-
[1m[36m (
|
|
2
|
-
[1m[35m (0.
|
|
3
|
-
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
4
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
5
|
-
Migrating to CreateBirds (20140531031058)
|
|
6
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
7
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
8
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140531031058"]]
|
|
9
|
-
[1m[35m (0.7ms)[0m commit transaction
|
|
10
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11
|
-
[1m[36m (1.2ms)[0m [1mCREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
|
12
|
-
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
13
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
14
|
-
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
15
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
16
|
-
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
|
|
17
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
18
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
19
|
-
[1m[36m (0.9ms)[0m [1mCREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
|
20
|
-
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
21
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
22
|
-
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
23
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
24
|
-
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
|
|
25
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
26
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
27
|
-
[1m[36m (1.1ms)[0m [1mCREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
|
28
|
-
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
29
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
|
30
|
-
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
31
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
32
|
-
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
|
|
33
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
34
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
35
|
-
[1m[36m (1.1ms)[0m [1mCREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
|
36
|
-
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
37
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
|
38
|
-
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
39
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
40
|
-
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
|
|
41
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
42
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
43
|
-
[1m[36m (1.0ms)[0m [1mCREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
|
44
|
-
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
45
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
|
46
|
-
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
47
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
48
|
-
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
|
|
49
|
-
[1m[36m (2.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
50
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
1
|
+
[1m[36m (2.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
2
|
+
[1m[35m (0.4ms)[0m select sqlite_version(*)
|
|
51
3
|
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
52
4
|
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
53
5
|
Migrating to CreateBirds (20140531031058)
|
|
54
6
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
55
|
-
|
|
56
|
-
[1m[
|
|
57
|
-
[1m[
|
|
58
|
-
[1m[
|
|
59
|
-
[1m[
|
|
60
|
-
[1m[
|
|
61
|
-
[1m[
|
|
62
|
-
[1m[
|
|
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
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime, "updated_at" datetime)
|
|
9
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140531031058"]]
|
|
10
|
+
[1m[35m (1.0ms)[0m commit transaction
|
|
11
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
12
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime, "updated_at" datetime)
|
|
13
|
+
[1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
14
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
15
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
63
16
|
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
64
|
-
[1m[36m (
|
|
65
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
66
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
67
|
-
[1m[36m (11.0ms)[0m [1mCREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
|
68
|
-
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
69
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
|
70
|
-
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
71
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
72
|
-
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
|
|
73
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
74
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
75
|
-
[1m[36m (1.0ms)[0m [1mCREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
|
76
|
-
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
77
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
|
78
|
-
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
79
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
80
|
-
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
|
|
81
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
82
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
83
|
-
[1m[36m (1.0ms)[0m [1mCREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
|
84
|
-
[1m[35m (0.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
85
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
|
86
|
-
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
87
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
88
|
-
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
|
|
17
|
+
[1m[36m (1.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140531031058')[0m
|
data/test/dummy/log/test.log
CHANGED
|
@@ -1,586 +1,29 @@
|
|
|
1
|
-
[1m[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[1m[35m (0.
|
|
6
|
-
[1m[36m (0.1ms)[0m [
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
11
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12
|
-
---------------------------------------------------------------
|
|
13
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
14
|
-
---------------------------------------------------------------
|
|
15
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
16
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
17
|
-
---------------------------
|
|
18
|
-
HashieRailsTest: test_truth
|
|
19
|
-
---------------------------
|
|
20
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
21
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
22
|
-
---------------------------------------------------------------
|
|
23
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
24
|
-
---------------------------------------------------------------
|
|
25
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
26
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
27
|
-
---------------------------
|
|
28
|
-
HashieRailsTest: test_truth
|
|
29
|
-
---------------------------
|
|
30
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
31
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
32
|
-
---------------------------------------------------------------
|
|
33
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
34
|
-
---------------------------------------------------------------
|
|
35
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
36
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
37
|
-
---------------------------
|
|
38
|
-
HashieRailsTest: test_truth
|
|
39
|
-
---------------------------
|
|
40
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
41
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
42
|
-
---------------------------------------------------------------
|
|
43
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
44
|
-
---------------------------------------------------------------
|
|
45
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
46
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
47
|
-
---------------------------------------------------------------
|
|
48
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
49
|
-
---------------------------------------------------------------
|
|
50
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
51
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
52
|
-
---------------------------------------------------------------
|
|
53
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
54
|
-
---------------------------------------------------------------
|
|
55
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
56
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
57
|
-
---------------------------------------------------------------
|
|
58
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
59
|
-
---------------------------------------------------------------
|
|
60
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
61
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
62
|
-
---------------------------------------------------------------
|
|
63
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
64
|
-
---------------------------------------------------------------
|
|
65
|
-
[1m[35m (0.2ms)[0m rollback transaction
|
|
66
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
67
|
-
---------------------------------------------------------------
|
|
68
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
69
|
-
---------------------------------------------------------------
|
|
70
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
71
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
72
|
-
---------------------------------------------------------------
|
|
73
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
74
|
-
---------------------------------------------------------------
|
|
75
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
76
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
77
|
-
---------------------------------------------------------------
|
|
78
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
79
|
-
---------------------------------------------------------------
|
|
80
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
81
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
82
|
-
---------------------------------------------------------------
|
|
83
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
84
|
-
---------------------------------------------------------------
|
|
85
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
86
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
87
|
-
---------------------------------------------------------------
|
|
88
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
89
|
-
---------------------------------------------------------------
|
|
90
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
91
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
92
|
-
---------------------------------------------------------------
|
|
93
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
94
|
-
---------------------------------------------------------------
|
|
95
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
96
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
97
|
-
---------------------------------------------------------------
|
|
98
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
99
|
-
---------------------------------------------------------------
|
|
100
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
101
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
102
|
-
---------------------------------------------------------------
|
|
103
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
104
|
-
---------------------------------------------------------------
|
|
105
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
106
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
107
|
-
---------------------------------------------------------------
|
|
108
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
109
|
-
---------------------------------------------------------------
|
|
110
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
111
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
112
|
-
---------------------------------------------------------------
|
|
113
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
114
|
-
---------------------------------------------------------------
|
|
115
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
116
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
117
|
-
---------------------------------------------------------------
|
|
118
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
119
|
-
---------------------------------------------------------------
|
|
120
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
121
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
122
|
-
---------------------------------------------------------------
|
|
123
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
124
|
-
---------------------------------------------------------------
|
|
125
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
126
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
127
|
-
---------------------------------------------------------------
|
|
128
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
129
|
-
---------------------------------------------------------------
|
|
130
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
131
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
132
|
-
---------------------------------------------------------------
|
|
133
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
134
|
-
---------------------------------------------------------------
|
|
135
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
136
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
137
|
-
---------------------------------------------------------------
|
|
138
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
139
|
-
---------------------------------------------------------------
|
|
140
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
141
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
142
|
-
---------------------------------------------------------------
|
|
143
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
144
|
-
---------------------------------------------------------------
|
|
145
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
146
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
147
|
-
---------------------------------------------------------------
|
|
148
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
149
|
-
---------------------------------------------------------------
|
|
150
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
151
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
152
|
-
---------------------------------------------------------------
|
|
153
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
154
|
-
---------------------------------------------------------------
|
|
155
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
156
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
157
|
-
---------------------------------------------------------------
|
|
158
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
159
|
-
---------------------------------------------------------------
|
|
160
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
161
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
162
|
-
---------------------------------------------------------------
|
|
163
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
164
|
-
---------------------------------------------------------------
|
|
165
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
166
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
167
|
-
---------------------------------------------------------------
|
|
168
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
169
|
-
---------------------------------------------------------------
|
|
170
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
171
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
172
|
-
---------------------------------------------------------------
|
|
173
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
174
|
-
---------------------------------------------------------------
|
|
175
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
176
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
177
|
-
---------------------------------------------------------------
|
|
178
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
179
|
-
---------------------------------------------------------------
|
|
180
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
181
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
182
|
-
---------------------------------------------------------------
|
|
183
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
184
|
-
---------------------------------------------------------------
|
|
185
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
186
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
187
|
-
---------------------------------------------------------------
|
|
188
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
189
|
-
---------------------------------------------------------------
|
|
190
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
191
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
192
|
-
---------------------------------------------------------------
|
|
193
|
-
HashieRailsTest: test_makes_hashie_to_not_respond_to_permitted?
|
|
194
|
-
---------------------------------------------------------------
|
|
195
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
196
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
197
|
-
-----------------------------------------------------
|
|
198
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?
|
|
199
|
-
-----------------------------------------------------
|
|
200
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
201
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
202
|
-
---------------------------------------------------------
|
|
203
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
204
|
-
---------------------------------------------------------
|
|
205
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
206
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
207
|
-
-----------------------------------------------------
|
|
208
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?
|
|
209
|
-
-----------------------------------------------------
|
|
210
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
211
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
212
|
-
---------------------------------------------------------
|
|
213
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
214
|
-
---------------------------------------------------------
|
|
215
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
216
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
217
|
-
------------------------------------------------------------
|
|
218
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
219
|
-
------------------------------------------------------------
|
|
220
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
221
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
222
|
-
---------------------------------------------------------
|
|
223
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
224
|
-
---------------------------------------------------------
|
|
225
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
226
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
227
|
-
------------------------------------------------------------
|
|
228
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
229
|
-
------------------------------------------------------------
|
|
230
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
231
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
232
|
-
---------------------------------------------------------
|
|
233
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
234
|
-
---------------------------------------------------------
|
|
235
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
236
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
237
|
-
------------------------------------------------------------
|
|
238
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
239
|
-
------------------------------------------------------------
|
|
240
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
241
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
242
|
-
---------------------------------------------------------
|
|
243
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
244
|
-
---------------------------------------------------------
|
|
245
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
246
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
247
|
-
--------------------------------------------------------------
|
|
248
|
-
HashieMashWithActiveRecord: test_bird_can_be_created_with_mash
|
|
249
|
-
--------------------------------------------------------------
|
|
250
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
251
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
252
|
-
------------------------------------------------------------
|
|
253
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
254
|
-
------------------------------------------------------------
|
|
255
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
256
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
257
|
-
---------------------------------------------------------
|
|
258
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
259
|
-
---------------------------------------------------------
|
|
260
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
261
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
262
|
-
------------------------------------------------------------
|
|
263
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
264
|
-
------------------------------------------------------------
|
|
265
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
266
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
267
|
-
---------------------------------------------------------
|
|
268
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
269
|
-
---------------------------------------------------------
|
|
270
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
271
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
272
|
-
------------------------------------------------------------------
|
|
273
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
274
|
-
------------------------------------------------------------------
|
|
275
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
276
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
277
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
278
|
-
------------------------------------------------------------------
|
|
279
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
280
|
-
------------------------------------------------------------------
|
|
281
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
282
|
-
Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:19:53 +1000
|
|
283
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
284
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
285
|
-
------------------------------------------------------------
|
|
286
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
287
|
-
------------------------------------------------------------
|
|
288
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
289
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
290
|
-
---------------------------------------------------------
|
|
291
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
292
|
-
---------------------------------------------------------
|
|
293
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
294
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
295
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
1
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
2
|
+
[1m[36m (6.9ms)[0m [1mCREATE TABLE "birds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime, "updated_at" datetime) [0m
|
|
3
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
4
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
5
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
6
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
7
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140531031058')
|
|
8
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
9
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
296
10
|
------------------------------------------------------------
|
|
297
11
|
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
298
12
|
------------------------------------------------------------
|
|
299
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
300
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
301
|
-
---------------------------------------------------------
|
|
302
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
303
|
-
---------------------------------------------------------
|
|
304
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
305
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
306
|
-
------------------------------------------------------------------
|
|
307
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
308
|
-
------------------------------------------------------------------
|
|
309
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
310
|
-
Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:20:23 +1000
|
|
311
13
|
[1m[35m (0.1ms)[0m rollback transaction
|
|
312
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
313
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
314
|
-
------------------------------------------------------------
|
|
315
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
316
|
-
------------------------------------------------------------
|
|
317
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
318
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
319
|
-
---------------------------------------------------------
|
|
320
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
321
|
-
---------------------------------------------------------
|
|
322
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
323
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
324
|
-
------------------------------------------------------------------
|
|
325
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
326
|
-
------------------------------------------------------------------
|
|
327
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
328
|
-
Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:21:35 +1000
|
|
329
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
330
|
-
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2014-05-31 03:21:35.823798"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:21:35.823798"]]
|
|
331
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
332
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
333
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
|
334
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
335
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
336
|
-
------------------------------------------------------------
|
|
337
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
338
|
-
------------------------------------------------------------
|
|
339
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
340
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
341
|
-
---------------------------------------------------------
|
|
342
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
343
|
-
---------------------------------------------------------
|
|
344
|
-
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
|
345
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
346
|
-
------------------------------------------------------------------
|
|
347
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
348
|
-
------------------------------------------------------------------
|
|
349
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
350
|
-
Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:21:52 +1000
|
|
351
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
352
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
353
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
354
|
-
------------------------------------------------------------------
|
|
355
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
356
|
-
------------------------------------------------------------------
|
|
357
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
358
|
-
Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:22:01 +1000
|
|
359
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
360
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2014-05-31 03:22:01.529273"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:22:01.529273"]]
|
|
361
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
362
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
363
|
-
[1m[35m (1.6ms)[0m rollback transaction
|
|
364
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
365
|
-
------------------------------------------------------------
|
|
366
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
367
|
-
------------------------------------------------------------
|
|
368
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
369
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
370
|
-
---------------------------------------------------------
|
|
371
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
372
|
-
---------------------------------------------------------
|
|
373
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
374
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
375
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
376
|
-
------------------------------------------------------------
|
|
377
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
378
|
-
------------------------------------------------------------
|
|
379
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
380
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
381
|
-
---------------------------------------------------------
|
|
382
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
383
|
-
---------------------------------------------------------
|
|
384
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
385
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
386
|
-
------------------------------------------------------------------
|
|
387
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
388
|
-
------------------------------------------------------------------
|
|
389
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
390
|
-
Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:22:59 +1000
|
|
391
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
392
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2014-05-31 03:22:59.287102"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:22:59.287102"]]
|
|
393
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
394
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
395
|
-
[1m[35m (1.8ms)[0m rollback transaction
|
|
396
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
397
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
398
|
-
------------------------------------------------------------
|
|
399
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
400
|
-
------------------------------------------------------------
|
|
401
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
402
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
403
|
-
---------------------------------------------------------
|
|
404
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
405
|
-
---------------------------------------------------------
|
|
406
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
407
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
408
|
-
------------------------------------------------------------------
|
|
409
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
410
|
-
------------------------------------------------------------------
|
|
411
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
412
|
-
Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:26:59 +1000
|
|
413
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
414
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2014-05-31 03:26:59.527998"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:26:59.527998"]]
|
|
415
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
416
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
417
|
-
[1m[35m (1.7ms)[0m rollback transaction
|
|
418
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
419
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
420
|
-
------------------------------------------------------------------
|
|
421
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
422
|
-
------------------------------------------------------------------
|
|
423
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
424
|
-
Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:27:14 +1000
|
|
425
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
426
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2014-05-31 03:27:14.500410"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:27:14.500410"]]
|
|
427
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
428
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
429
|
-
[1m[35m (2.0ms)[0m rollback transaction
|
|
430
14
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
431
|
-
------------------------------------------------------------
|
|
432
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
433
|
-
------------------------------------------------------------
|
|
434
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
435
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
436
15
|
---------------------------------------------------------
|
|
437
16
|
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
438
17
|
---------------------------------------------------------
|
|
439
18
|
[1m[35m (0.1ms)[0m rollback transaction
|
|
440
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
441
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
442
|
-
------------------------------------------------------------------
|
|
443
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
444
|
-
------------------------------------------------------------------
|
|
445
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
446
|
-
Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:27:18 +1000
|
|
447
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
448
|
-
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2014-05-31 03:27:18.245748"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:27:18.245748"]]
|
|
449
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
450
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
451
|
-
[1m[35m (1.8ms)[0m rollback transaction
|
|
452
19
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
453
|
-
------------------------------------------------------------
|
|
454
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
455
|
-
------------------------------------------------------------
|
|
456
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
457
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
458
|
-
---------------------------------------------------------
|
|
459
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
460
|
-
---------------------------------------------------------
|
|
461
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
462
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
463
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
464
|
-
------------------------------------------------------------------
|
|
465
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
466
|
-
------------------------------------------------------------------
|
|
467
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
468
|
-
Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:27:47 +1000
|
|
469
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
470
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2014-05-31 03:27:47.800489"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:27:47.800489"]]
|
|
471
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
472
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
473
|
-
[1m[35m (1.7ms)[0m rollback transaction
|
|
474
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
475
|
-
------------------------------------------------------------
|
|
476
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
477
|
-
------------------------------------------------------------
|
|
478
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
479
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
480
|
-
---------------------------------------------------------
|
|
481
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
482
|
-
---------------------------------------------------------
|
|
483
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
484
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
485
|
-
------------------------------------------------------------
|
|
486
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
487
|
-
------------------------------------------------------------
|
|
488
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
489
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
490
|
-
---------------------------------------------------------
|
|
491
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
492
|
-
---------------------------------------------------------
|
|
493
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
494
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
495
|
-
------------------------------------------------------------------
|
|
496
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
497
|
-
------------------------------------------------------------------
|
|
498
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
499
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
500
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
501
|
-
------------------------------------------------------------
|
|
502
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
503
|
-
------------------------------------------------------------
|
|
504
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
505
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
506
|
-
---------------------------------------------------------
|
|
507
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
508
|
-
---------------------------------------------------------
|
|
509
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
510
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
511
|
-
------------------------------------------------------------------
|
|
512
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
513
|
-
------------------------------------------------------------------
|
|
514
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
515
|
-
Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:28:29 +1000
|
|
516
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
517
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2014-05-31 03:28:29.322493"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:28:29.322493"]]
|
|
518
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
519
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
520
|
-
[1m[35m (1.7ms)[0m rollback transaction
|
|
521
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
522
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
523
|
-
------------------------------------------------------------------
|
|
524
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
525
|
-
------------------------------------------------------------------
|
|
526
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
527
|
-
Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:43:03 +1000
|
|
528
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
529
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2014-05-31 03:43:03.490867"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:43:03.490867"]]
|
|
530
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
531
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
532
|
-
[1m[35m (1.9ms)[0m rollback transaction
|
|
533
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
534
|
-
------------------------------------------------------------
|
|
535
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
536
|
-
------------------------------------------------------------
|
|
537
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
538
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
539
|
-
---------------------------------------------------------
|
|
540
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
541
|
-
---------------------------------------------------------
|
|
542
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
|
543
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
544
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
545
|
-
------------------------------------------------------------
|
|
546
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
547
|
-
------------------------------------------------------------
|
|
548
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
549
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
550
|
-
---------------------------------------------------------
|
|
551
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
552
|
-
---------------------------------------------------------
|
|
553
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
554
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
555
|
-
------------------------------------------------------------------
|
|
556
|
-
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
557
|
-
------------------------------------------------------------------
|
|
558
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
559
|
-
Started POST "/birds" for 127.0.0.1 at 2014-05-31 13:43:07 +1000
|
|
560
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
561
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "birds" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2014-05-31 03:43:07.923120"], ["name", "Birdie"], ["updated_at", "2014-05-31 03:43:07.923120"]]
|
|
562
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
563
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "birds"[0m
|
|
564
|
-
[1m[35m (1.7ms)[0m rollback transaction
|
|
565
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
566
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
567
|
-
------------------------------------------------------------
|
|
568
|
-
HashieRailsTest: test_mash_does_not_handle_permitted?_method
|
|
569
|
-
------------------------------------------------------------
|
|
570
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
571
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
572
|
-
---------------------------------------------------------
|
|
573
|
-
HashieRailsTest: test_mash_does_not_respond_to_permitted?
|
|
574
|
-
---------------------------------------------------------
|
|
575
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
576
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
577
20
|
------------------------------------------------------------------
|
|
578
21
|
HashieMashWithActiveRecordTest: test_bird_can_be_created_with_mash
|
|
579
22
|
------------------------------------------------------------------
|
|
580
|
-
[1m[
|
|
581
|
-
Started POST "/birds" for 127.0.0.1 at
|
|
582
|
-
[1m[
|
|
583
|
-
[1m[
|
|
584
|
-
[1m[
|
|
585
|
-
[1m[
|
|
586
|
-
[1m[
|
|
23
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "birds"
|
|
24
|
+
Started POST "/birds" for 127.0.0.1 at 2015-02-26 06:52:46 -0500
|
|
25
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
26
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
28
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "birds"
|
|
29
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
metadata
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hashie_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maxim-Filimonov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
|
-
name:
|
|
14
|
+
name: activesupport
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
@@ -66,6 +66,20 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
+
- !ruby/object:Gem::Dependency
|
|
70
|
+
name: rails
|
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
|
72
|
+
requirements:
|
|
73
|
+
- - "~>"
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: '4.0'
|
|
76
|
+
type: :development
|
|
77
|
+
prerelease: false
|
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
80
|
+
- - "~>"
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: '4.0'
|
|
69
83
|
- !ruby/object:Gem::Dependency
|
|
70
84
|
name: grape
|
|
71
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -87,12 +101,14 @@ executables: []
|
|
|
87
101
|
extensions: []
|
|
88
102
|
extra_rdoc_files: []
|
|
89
103
|
files:
|
|
104
|
+
- MIT-LICENSE
|
|
105
|
+
- Rakefile
|
|
106
|
+
- lib/hashie_rails.rb
|
|
90
107
|
- lib/hashie_rails/hashie/mash.rb
|
|
91
108
|
- lib/hashie_rails/version.rb
|
|
92
|
-
- lib/hashie_rails.rb
|
|
93
109
|
- lib/tasks/hashie_rails_tasks.rake
|
|
94
|
-
-
|
|
95
|
-
- Rakefile
|
|
110
|
+
- test/dummy/README.rdoc
|
|
111
|
+
- test/dummy/Rakefile
|
|
96
112
|
- test/dummy/app/api/home_api.rb
|
|
97
113
|
- test/dummy/app/assets/javascripts/application.js
|
|
98
114
|
- test/dummy/app/assets/stylesheets/application.css
|
|
@@ -103,6 +119,7 @@ files:
|
|
|
103
119
|
- test/dummy/bin/bundle
|
|
104
120
|
- test/dummy/bin/rails
|
|
105
121
|
- test/dummy/bin/rake
|
|
122
|
+
- test/dummy/config.ru
|
|
106
123
|
- test/dummy/config/application.rb
|
|
107
124
|
- test/dummy/config/boot.rb
|
|
108
125
|
- test/dummy/config/database.yml
|
|
@@ -120,7 +137,6 @@ files:
|
|
|
120
137
|
- test/dummy/config/locales/en.yml
|
|
121
138
|
- test/dummy/config/routes.rb
|
|
122
139
|
- test/dummy/config/secrets.yml
|
|
123
|
-
- test/dummy/config.ru
|
|
124
140
|
- test/dummy/db/development.sqlite3
|
|
125
141
|
- test/dummy/db/migrate/20140531031058_create_birds.rb
|
|
126
142
|
- test/dummy/db/schema.rb
|
|
@@ -131,8 +147,6 @@ files:
|
|
|
131
147
|
- test/dummy/public/422.html
|
|
132
148
|
- test/dummy/public/500.html
|
|
133
149
|
- test/dummy/public/favicon.ico
|
|
134
|
-
- test/dummy/Rakefile
|
|
135
|
-
- test/dummy/README.rdoc
|
|
136
150
|
- test/hashie_rails_test.rb
|
|
137
151
|
- test/integration/hashie_mash_with_active_record_test.rb
|
|
138
152
|
- test/test_helper.rb
|
|
@@ -156,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
156
170
|
version: '0'
|
|
157
171
|
requirements: []
|
|
158
172
|
rubyforge_project:
|
|
159
|
-
rubygems_version: 2.
|
|
173
|
+
rubygems_version: 2.2.2
|
|
160
174
|
signing_key:
|
|
161
175
|
specification_version: 4
|
|
162
176
|
summary: Automatic strong parameter detection with Hashie and Rails 4.
|