user_stamp 3.0.1 → 3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 436b22980ba3939a5cb4526b5cf1066ecfd95859
4
- data.tar.gz: 6953eb4ca4dc199154fedf99ea82d7fab0e3ea42
3
+ metadata.gz: b2c34152f3a9152e9c37d24b2d478b765e3bccd2
4
+ data.tar.gz: 479f56b5cde5eb1da12e6674997269c9b3c4f1c7
5
5
  SHA512:
6
- metadata.gz: 605475fe6ecee3d873a7df1dfbc9d355bbfd7f3e1f3c2e1879d70e07fec2f3f3ec1ea28f529ba4a7928480bef818e679dbaf4daeeae4fb29ba5dfdd5b775fa7a
7
- data.tar.gz: ea654d71f21987d8302792f17309dd6126f34433689443367ec67504f6cac982ec325d9d022988b2a8c9f7eb524cdad72b640bb4993f236ab631cf5f342b7026
6
+ metadata.gz: 532d3005133c08e0f5bed74c32b587108b9b0786c55bbb45cc658c7a24c119b80dd07b8bdb4408cc22a2ed22216171f0b89c953b890bf1a05ce71160fdd79eb2
7
+ data.tar.gz: 834359f3875a6ea6c9030aba4fc0d34b734b3a58308fb7096f122e6e50ebae7a398fd52bb9955056735d02a26f481984565aae71869ab5f6a84320377be0c219
@@ -25,5 +25,5 @@
25
25
  # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26
26
 
27
27
  module UserStamp
28
- VERSION = "3.0.1"
28
+ VERSION = "3.0.2"
29
29
  end
Binary file
@@ -1,124 +1,119 @@
1
-  (0.3ms) begin transaction
2
- -------------------------
3
- UserStampTest: test_truth
4
- -------------------------
5
-  (0.2ms) rollback transaction
6
1
  Connecting to database specified by database.yml
7
-  (0.3ms) begin transaction
8
-  (0.0ms) rollback transaction
9
-  (0.0ms) begin transaction
10
-  (0.0ms) rollback transaction
11
-  (0.0ms) begin transaction
12
-  (0.0ms) rollback transaction
2
+  (0.8ms) begin transaction
3
+  (0.1ms) rollback transaction
13
4
   (0.1ms) begin transaction
14
5
   (0.0ms) rollback transaction
15
-  (0.0ms) begin transaction
16
-  (0.0ms) rollback transaction
17
-  (0.0ms) begin transaction
18
-  (0.0ms) rollback transaction
19
-  (0.0ms) begin transaction
20
-  (0.0ms) rollback transaction
6
+  (0.1ms) begin transaction
7
+  (0.1ms) rollback transaction
8
+  (0.1ms) begin transaction
9
+  (0.1ms) rollback transaction
10
+  (0.1ms) begin transaction
11
+  (0.1ms) rollback transaction
21
12
   (0.1ms) begin transaction
22
13
   (0.0ms) rollback transaction
23
-  (0.0ms) begin transaction
24
-  (0.0ms) rollback transaction
25
-  (0.0ms) begin transaction
26
-  (0.0ms) rollback transaction
27
-  (0.0ms) begin transaction
28
-  (0.0ms) rollback transaction
29
-  (0.0ms) begin transaction
30
-  (0.0ms) rollback transaction
31
-  (0.0ms) begin transaction
32
-  (0.0ms) rollback transaction
33
-  (0.0ms) begin transaction
34
-  (0.0ms) rollback transaction
35
-  (0.0ms) begin transaction
14
+  (0.1ms) begin transaction
15
+  (0.1ms) rollback transaction
16
+  (0.1ms) begin transaction
17
+  (0.1ms) rollback transaction
18
+  (0.1ms) begin transaction
36
19
   (0.0ms) rollback transaction
20
+  (0.1ms) begin transaction
21
+  (0.1ms) rollback transaction
22
+  (0.1ms) begin transaction
23
+  (0.1ms) rollback transaction
24
+  (0.1ms) begin transaction
25
+  (0.1ms) rollback transaction
26
+  (0.1ms) begin transaction
27
+  (0.1ms) rollback transaction
28
+  (0.1ms) begin transaction
29
+  (0.1ms) rollback transaction
30
+  (0.1ms) begin transaction
31
+  (0.1ms) rollback transaction
37
32
  Connecting to database specified by database.yml
38
-  (0.1ms) select sqlite_version(*)
39
-  (96.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
40
-  (108.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
41
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
33
+  (0.3ms) select sqlite_version(*)
34
+  (111.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
35
+  (111.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
36
+  (3.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
42
37
  Migrating to DeviseCreateUsers (20150418012302)
43
-  (0.0ms) begin transaction
44
-  (11.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "login_name" varchar(255), "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
45
-  (0.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
46
-  (0.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
47
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20150418012302')
48
-  (106.4ms) commit transaction
38
+  (0.1ms) begin transaction
39
+  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "login_name" varchar(255), "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
40
+  (0.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
41
+  (0.3ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
42
+  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20150418012302')
43
+  (102.3ms) commit transaction
49
44
  Migrating to CreateProducts (20150418013334)
50
45
   (0.1ms) begin transaction
51
-  (6.4ms) CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "deleted" boolean DEFAULT 'f', "created_user" varchar(255), "updated_user" varchar(255), "destroy_user" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
52
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20150418013334')
53
-  (107.8ms) commit transaction
46
+  (0.7ms) CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "deleted" boolean DEFAULT 'f', "created_user" varchar(255), "updated_user" varchar(255), "destroy_user" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
47
+  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20150418013334')
48
+  (106.7ms) commit transaction
54
49
  Migrating to CreateMaterials (20150420023321)
55
50
   (0.1ms) begin transaction
56
-  (5.5ms) CREATE TABLE "materials" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "deleted" boolean DEFAULT 'f', "created_user" integer, "updated_user" integer, "destroy_user" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
57
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20150420023321')
58
-  (107.5ms) commit transaction
59
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
51
+  (0.8ms) CREATE TABLE "materials" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "deleted" boolean DEFAULT 'f', "created_user" integer, "updated_user" integer, "destroy_user" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
52
+  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20150420023321')
53
+  (140.3ms) commit transaction
54
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
60
55
  Connecting to database specified by database.yml
61
-  (0.4ms) begin transaction
62
- Fixture Delete (0.3ms) DELETE FROM "materials"
63
- Fixture Insert (0.1ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (1, 'Lumber', 'f', 1, 1, NULL, '2015-04-26 16:32:02', '2015-04-26 16:32:02')
64
- Fixture Insert (0.1ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (2, 'Brick', 'f', 1, NULL, NULL, '2015-04-26 16:32:02', '2015-04-26 16:32:02')
65
- Fixture Insert (0.1ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (3, 'Nails', 'f', 1, NULL, NULL, '2015-04-26 16:32:02', '2015-04-26 16:32:02')
66
- Fixture Delete (0.0ms) DELETE FROM "products"
67
- Fixture Insert (0.1ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (1, 'Apple', 'f', 'admin', NULL, NULL, '2015-04-26 16:32:02', '2015-04-26 16:32:02')
68
- Fixture Insert (0.0ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (2, 'Bannana', 'f', 'admin', 'admin', NULL, '2015-04-26 16:32:02', '2015-04-26 16:32:02')
69
- Fixture Insert (0.0ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (3, 'Pears', 'f', 'admin', 'admin', 'admin', '2015-04-26 16:32:02', '2015-04-26 16:32:02')
70
- Fixture Delete (0.1ms) DELETE FROM "users"
71
- Fixture Insert (0.1ms) INSERT INTO "users" ("id", "email", "login_name", "encrypted_password", "created_at", "updated_at") VALUES (1, 'admin@domain.com', 'admin', '$2a$10$QayP0kUmLS54d20cHXLf4eX/gjqxPC6SyBVOy.q1GnfHoCYSOQl4S', '2015-04-26 16:32:02', '2015-04-26 16:32:02')
72
- Fixture Insert (0.1ms) INSERT INTO "users" ("id", "email", "login_name", "encrypted_password", "created_at", "updated_at") VALUES (2, 'user@domain.com', 'user', '$2a$10$QayP0kUmLS54d20cHXLf4eX/gjqxPC6SyBVOy.q1GnfHoCYSOQl4S', '2015-04-26 16:32:02', '2015-04-26 16:32:02')
73
-  (123.8ms) commit transaction
74
-  (0.0ms) begin transaction
75
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
76
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
77
- Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
78
-  (0.1ms) SELECT COUNT(*) FROM "materials"
56
+  (1.0ms) begin transaction
57
+ Fixture Delete (0.7ms) DELETE FROM "materials"
58
+ Fixture Insert (0.4ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (1, 'Lumber', 'f', 1, 1, NULL, '2015-04-27 16:58:28', '2015-04-27 16:58:28')
59
+ Fixture Insert (0.1ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (2, 'Brick', 'f', 1, NULL, NULL, '2015-04-27 16:58:28', '2015-04-27 16:58:28')
60
+ Fixture Insert (0.1ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (3, 'Nails', 'f', 1, NULL, NULL, '2015-04-27 16:58:28', '2015-04-27 16:58:28')
61
+ Fixture Delete (0.1ms) DELETE FROM "products"
62
+ Fixture Insert (0.1ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (1, 'Apple', 'f', 'admin', NULL, NULL, '2015-04-27 16:58:28', '2015-04-27 16:58:28')
63
+ Fixture Insert (0.1ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (2, 'Bannana', 'f', 'admin', 'admin', NULL, '2015-04-27 16:58:28', '2015-04-27 16:58:28')
64
+ Fixture Insert (0.1ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (3, 'Pears', 'f', 'admin', 'admin', 'admin', '2015-04-27 16:58:28', '2015-04-27 16:58:28')
65
+ Fixture Delete (0.2ms) DELETE FROM "users"
66
+ Fixture Insert (0.1ms) INSERT INTO "users" ("id", "email", "login_name", "encrypted_password", "created_at", "updated_at") VALUES (1, 'admin@domain.com', 'admin', '$2a$10$QayP0kUmLS54d20cHXLf4eX/gjqxPC6SyBVOy.q1GnfHoCYSOQl4S', '2015-04-27 16:58:28', '2015-04-27 16:58:28')
67
+ Fixture Insert (0.1ms) INSERT INTO "users" ("id", "email", "login_name", "encrypted_password", "created_at", "updated_at") VALUES (2, 'user@domain.com', 'user', '$2a$10$QayP0kUmLS54d20cHXLf4eX/gjqxPC6SyBVOy.q1GnfHoCYSOQl4S', '2015-04-27 16:58:28', '2015-04-27 16:58:28')
68
+  (142.6ms) commit transaction
69
+  (0.1ms) begin transaction
70
+ User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
71
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
72
+ Material Load (0.2ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
73
+  (0.2ms) SELECT COUNT(*) FROM "materials"
79
74
  Processing by MaterialsController#create as HTML
80
75
  Parameters: {"material"=>{"name"=>"Lumber"}}
81
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
82
-  (0.0ms) SAVEPOINT active_record_1
83
- SQL (5.1ms) INSERT INTO "materials" ("created_at", "created_user", "deleted", "destroy_user", "name", "updated_at", "updated_user") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 26 Apr 2015 16:32:02 UTC +00:00], ["created_user", 1], ["deleted", false], ["destroy_user", nil], ["name", "Lumber"], ["updated_at", Sun, 26 Apr 2015 16:32:02 UTC +00:00], ["updated_user", 1]]
76
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
77
+  (0.1ms) SAVEPOINT active_record_1
78
+ SQL (2.8ms) INSERT INTO "materials" ("created_at", "created_user", "deleted", "destroy_user", "name", "updated_at", "updated_user") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 27 Apr 2015 16:58:29 UTC +00:00], ["created_user", 1], ["deleted", false], ["destroy_user", nil], ["name", "Lumber"], ["updated_at", Mon, 27 Apr 2015 16:58:29 UTC +00:00], ["updated_user", 1]]
84
79
   (0.1ms) RELEASE SAVEPOINT active_record_1
85
80
  Redirected to http://test.host/materials/4
86
- Completed 302 Found in 10.4ms (ActiveRecord: 5.4ms)
87
-  (0.1ms) SELECT COUNT(*) FROM "materials" 
88
-  (0.2ms) rollback transaction
89
-  (0.0ms) begin transaction
90
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
91
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
92
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
93
-  (0.1ms) SELECT COUNT(*) FROM "materials" WHERE "materials"."deleted" = 'f'
81
+ Completed 302 Found in 11.8ms (ActiveRecord: 3.3ms)
82
+  (0.2ms) SELECT COUNT(*) FROM "materials" 
83
+  (0.3ms) rollback transaction
84
+  (0.1ms) begin transaction
85
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
86
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
87
+ Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
88
+  (0.3ms) SELECT COUNT(*) FROM "materials" WHERE "materials"."deleted" = 'f'
94
89
  Processing by MaterialsController#destroy as HTML
95
90
  Parameters: {"id"=>"1"}
96
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
97
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
98
- SQL (6.8ms) UPDATE "materials" SET "deleted" = 't' WHERE "materials"."id" = 1
91
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
92
+ Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
93
+ SQL (0.5ms) UPDATE "materials" SET "deleted" = 't' WHERE "materials"."id" = 1
99
94
  Redirected to http://test.host/materials
100
- Completed 302 Found in 9.2ms (ActiveRecord: 6.9ms)
101
-  (0.1ms) SELECT COUNT(*) FROM "materials" WHERE "materials"."deleted" = 'f'
102
-  (0.1ms) rollback transaction
103
-  (0.0ms) begin transaction
95
+ Completed 302 Found in 7.0ms (ActiveRecord: 0.9ms)
96
+  (0.2ms) SELECT COUNT(*) FROM "materials" WHERE "materials"."deleted" = 'f'
97
+  (0.2ms) rollback transaction
98
+  (0.1ms) begin transaction
104
99
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
105
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
106
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
100
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
101
+ Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
107
102
  Processing by MaterialsController#edit as HTML
108
103
  Parameters: {"id"=>"1"}
109
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
110
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
111
- Rendered materials/_form.html.erb (35.0ms)
112
- Completed 200 OK in 50.2ms (Views: 48.8ms | ActiveRecord: 0.1ms)
104
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
105
+ Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
106
+ Rendered materials/_form.html.erb (19.9ms)
107
+ Completed 200 OK in 112.7ms (Views: 107.9ms | ActiveRecord: 0.5ms)
113
108
   (0.2ms) rollback transaction
114
109
   (0.1ms) begin transaction
115
- User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
110
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
116
111
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
117
112
  Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
118
113
  Processing by MaterialsController#index as HTML
119
114
  User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
120
- Material Load (0.3ms) SELECT "materials".* FROM "materials" 
121
- Completed 200 OK in 18.0ms (Views: 12.9ms | ActiveRecord: 0.6ms)
115
+ Material Load (0.2ms) SELECT "materials".* FROM "materials" 
116
+ Completed 200 OK in 13.3ms (Views: 9.2ms | ActiveRecord: 0.5ms)
122
117
   (0.1ms) rollback transaction
123
118
   (0.1ms) begin transaction
124
119
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
@@ -126,48 +121,48 @@ Completed 200 OK in 18.0ms (Views: 12.9ms | ActiveRecord: 0.6ms)
126
121
  Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
127
122
  Processing by MaterialsController#new as HTML
128
123
  User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
129
- Rendered materials/_form.html.erb (7.3ms)
130
- Completed 200 OK in 17.3ms (Views: 13.7ms | ActiveRecord: 0.3ms)
131
-  (0.1ms) rollback transaction
124
+ Rendered materials/_form.html.erb (5.2ms)
125
+ Completed 200 OK in 69.7ms (Views: 66.3ms | ActiveRecord: 0.3ms)
126
+  (0.2ms) rollback transaction
132
127
   (0.1ms) begin transaction
133
128
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
134
129
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
135
130
  Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
136
131
  Processing by MaterialsController#show as HTML
137
132
  Parameters: {"id"=>"1"}
138
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
133
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
139
134
  Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
140
- Completed 200 OK in 7.0ms (Views: 4.1ms | ActiveRecord: 0.3ms)
135
+ Completed 200 OK in 9.8ms (Views: 5.5ms | ActiveRecord: 0.5ms)
141
136
   (0.1ms) rollback transaction
142
137
   (0.1ms) begin transaction
143
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
138
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
144
139
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
145
140
  Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
146
141
  Processing by MaterialsController#update as HTML
147
142
  Parameters: {"material"=>{"name"=>"Lumber"}, "id"=>"1"}
148
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1
143
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1
149
144
  Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
150
145
   (0.1ms) SAVEPOINT active_record_1
151
-  (17.4ms) UPDATE "materials" SET "created_user" = 2, "updated_user" = 2, "updated_at" = '2015-04-26 16:32:02.850083' WHERE "materials"."id" = 1
152
-  (0.2ms) RELEASE SAVEPOINT active_record_1
146
+  (0.5ms) UPDATE "materials" SET "updated_user" = 2, "updated_at" = '2015-04-27 16:58:29.529971' WHERE "materials"."id" = 1
147
+  (0.1ms) RELEASE SAVEPOINT active_record_1
153
148
  Redirected to http://test.host/materials/1
154
- Completed 302 Found in 25.9ms (ActiveRecord: 17.9ms)
155
-  (0.4ms) rollback transaction
149
+ Completed 302 Found in 10.9ms (ActiveRecord: 1.1ms)
150
+  (0.2ms) rollback transaction
156
151
   (0.1ms) begin transaction
157
152
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
158
153
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
159
- Product Load (0.3ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
154
+ Product Load (0.2ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
160
155
   (0.2ms) SELECT COUNT(*) FROM "products"
161
156
  Processing by ProductsController#create as HTML
162
157
  Parameters: {"product"=>{"name"=>"Apple"}}
163
158
  User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
164
159
   (0.1ms) SAVEPOINT active_record_1
165
- SQL (6.6ms) INSERT INTO "products" ("created_at", "created_user", "deleted", "destroy_user", "name", "updated_at", "updated_user") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 26 Apr 2015 16:32:02 UTC +00:00], ["created_user", "admin"], ["deleted", false], ["destroy_user", nil], ["name", "Apple"], ["updated_at", Sun, 26 Apr 2015 16:32:02 UTC +00:00], ["updated_user", "admin"]]
160
+ SQL (0.8ms) INSERT INTO "products" ("created_at", "created_user", "deleted", "destroy_user", "name", "updated_at", "updated_user") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 27 Apr 2015 16:58:29 UTC +00:00], ["created_user", "admin"], ["deleted", false], ["destroy_user", nil], ["name", "Apple"], ["updated_at", Mon, 27 Apr 2015 16:58:29 UTC +00:00], ["updated_user", "admin"]]
166
161
   (0.1ms) RELEASE SAVEPOINT active_record_1
167
162
  Redirected to http://test.host/products/4
168
- Completed 302 Found in 17.7ms (ActiveRecord: 7.1ms)
169
-  (0.2ms) SELECT COUNT(*) FROM "products" 
170
-  (0.4ms) rollback transaction
163
+ Completed 302 Found in 8.8ms (ActiveRecord: 1.2ms)
164
+  (0.1ms) SELECT COUNT(*) FROM "products" 
165
+  (0.3ms) rollback transaction
171
166
   (0.1ms) begin transaction
172
167
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
173
168
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
@@ -177,11 +172,11 @@ Processing by ProductsController#destroy as HTML
177
172
  Parameters: {"id"=>"1"}
178
173
  User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
179
174
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
180
- SQL (5.5ms) UPDATE "products" SET "deleted" = 't' WHERE "products"."id" = 1
175
+ SQL (0.5ms) UPDATE "products" SET "deleted" = 't' WHERE "products"."id" = 1
181
176
  Redirected to http://test.host/products
182
- Completed 302 Found in 13.4ms (ActiveRecord: 6.0ms)
177
+ Completed 302 Found in 7.1ms (ActiveRecord: 0.9ms)
183
178
   (0.2ms) SELECT COUNT(*) FROM "products" WHERE "products"."deleted" = 'f'
184
-  (0.4ms) rollback transaction
179
+  (0.2ms) rollback transaction
185
180
   (0.1ms) begin transaction
186
181
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
187
182
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
@@ -190,94 +185,94 @@ Processing by ProductsController#edit as HTML
190
185
  Parameters: {"id"=>"1"}
191
186
  User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
192
187
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
193
- Rendered products/_form.html.erb (13.0ms)
194
- Completed 200 OK in 28.9ms (Views: 24.2ms | ActiveRecord: 0.4ms)
195
-  (0.1ms) rollback transaction
188
+ Rendered products/_form.html.erb (8.5ms)
189
+ Completed 200 OK in 19.3ms (Views: 15.5ms | ActiveRecord: 0.4ms)
190
+  (0.2ms) rollback transaction
196
191
   (0.1ms) begin transaction
197
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
192
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
198
193
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
199
- Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
194
+ Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
200
195
  Processing by ProductsController#index as HTML
201
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
202
- Product Load (0.1ms) SELECT "products".* FROM "products" 
203
- Completed 200 OK in 9.9ms (Views: 7.1ms | ActiveRecord: 0.3ms)
204
-  (0.1ms) rollback transaction
196
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
197
+ Product Load (0.2ms) SELECT "products".* FROM "products" 
198
+ Completed 200 OK in 12.9ms (Views: 9.0ms | ActiveRecord: 0.4ms)
199
+  (0.2ms) rollback transaction
205
200
   (0.1ms) begin transaction
206
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
201
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
207
202
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
208
203
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
209
204
  Processing by ProductsController#new as HTML
210
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
211
- Rendered products/_form.html.erb (4.3ms)
212
- Completed 200 OK in 10.0ms (Views: 8.0ms | ActiveRecord: 0.2ms)
205
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
206
+ Rendered products/_form.html.erb (4.9ms)
207
+ Completed 200 OK in 12.5ms (Views: 9.5ms | ActiveRecord: 0.3ms)
213
208
   (0.1ms) rollback transaction
214
209
   (0.1ms) begin transaction
215
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
210
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
216
211
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
217
212
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
218
213
  Processing by ProductsController#show as HTML
219
214
  Parameters: {"id"=>"1"}
220
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
215
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
221
216
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
222
- Completed 200 OK in 7.1ms (Views: 4.3ms | ActiveRecord: 0.2ms)
217
+ Completed 200 OK in 9.5ms (Views: 5.2ms | ActiveRecord: 0.4ms)
223
218
   (0.1ms) rollback transaction
224
219
   (0.1ms) begin transaction
225
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
220
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
226
221
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
227
- Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
222
+ Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
228
223
  Processing by ProductsController#update as HTML
229
224
  Parameters: {"product"=>{"name"=>"Apple"}, "id"=>"1"}
230
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1
225
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1
231
226
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
232
227
   (0.1ms) SAVEPOINT active_record_1
233
-  (24.9ms) UPDATE "products" SET "created_user" = 'user', "updated_user" = 'user', "updated_at" = '2015-04-26 16:32:03.068753' WHERE "products"."id" = 1
228
+  (0.5ms) UPDATE "products" SET "updated_user" = 'user', "updated_at" = '2015-04-27 16:58:29.704280' WHERE "products"."id" = 1
234
229
   (0.1ms) RELEASE SAVEPOINT active_record_1
235
230
  Redirected to http://test.host/products/1
236
- Completed 302 Found in 30.8ms (ActiveRecord: 25.3ms)
237
-  (0.2ms) rollback transaction
238
-  (0.0ms) begin transaction
239
-  (0.0ms) rollback transaction
231
+ Completed 302 Found in 8.7ms (ActiveRecord: 1.0ms)
232
+  (0.3ms) rollback transaction
233
+  (0.1ms) begin transaction
234
+  (0.1ms) rollback transaction
240
235
  Connecting to database specified by database.yml
241
-  (0.4ms) begin transaction
242
- Fixture Delete (0.4ms) DELETE FROM "materials"
243
- Fixture Insert (0.1ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (1, 'Lumber', 'f', 1, 1, NULL, '2015-04-26 16:35:35', '2015-04-26 16:35:35')
244
- Fixture Insert (0.1ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (2, 'Brick', 'f', 1, NULL, NULL, '2015-04-26 16:35:35', '2015-04-26 16:35:35')
245
- Fixture Insert (0.1ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (3, 'Nails', 'f', 1, NULL, NULL, '2015-04-26 16:35:35', '2015-04-26 16:35:35')
236
+  (1.0ms) begin transaction
237
+ Fixture Delete (0.7ms) DELETE FROM "materials"
238
+ Fixture Insert (0.3ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (1, 'Lumber', 'f', 1, 1, NULL, '2015-04-27 17:00:46', '2015-04-27 17:00:46')
239
+ Fixture Insert (0.1ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (2, 'Brick', 'f', 1, NULL, NULL, '2015-04-27 17:00:46', '2015-04-27 17:00:46')
240
+ Fixture Insert (0.1ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (3, 'Nails', 'f', 1, NULL, NULL, '2015-04-27 17:00:46', '2015-04-27 17:00:46')
246
241
  Fixture Delete (0.1ms) DELETE FROM "products"
247
- Fixture Insert (0.1ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (1, 'Apple', 'f', 'admin', NULL, NULL, '2015-04-26 16:35:35', '2015-04-26 16:35:35')
248
- Fixture Insert (0.1ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (2, 'Bannana', 'f', 'admin', 'admin', NULL, '2015-04-26 16:35:35', '2015-04-26 16:35:35')
249
- Fixture Insert (0.0ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (3, 'Pears', 'f', 'admin', 'admin', 'admin', '2015-04-26 16:35:35', '2015-04-26 16:35:35')
250
- Fixture Delete (0.1ms) DELETE FROM "users"
251
- Fixture Insert (0.1ms) INSERT INTO "users" ("id", "email", "login_name", "encrypted_password", "created_at", "updated_at") VALUES (1, 'admin@domain.com', 'admin', '$2a$10$QayP0kUmLS54d20cHXLf4eX/gjqxPC6SyBVOy.q1GnfHoCYSOQl4S', '2015-04-26 16:35:35', '2015-04-26 16:35:35')
252
- Fixture Insert (0.1ms) INSERT INTO "users" ("id", "email", "login_name", "encrypted_password", "created_at", "updated_at") VALUES (2, 'user@domain.com', 'user', '$2a$10$QayP0kUmLS54d20cHXLf4eX/gjqxPC6SyBVOy.q1GnfHoCYSOQl4S', '2015-04-26 16:35:35', '2015-04-26 16:35:35')
253
-  (102.8ms) commit transaction
254
-  (0.2ms) begin transaction
255
- User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
242
+ Fixture Insert (0.1ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (1, 'Apple', 'f', 'admin', NULL, NULL, '2015-04-27 17:00:46', '2015-04-27 17:00:46')
243
+ Fixture Insert (0.1ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (2, 'Bannana', 'f', 'admin', 'admin', NULL, '2015-04-27 17:00:46', '2015-04-27 17:00:46')
244
+ Fixture Insert (0.1ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (3, 'Pears', 'f', 'admin', 'admin', 'admin', '2015-04-27 17:00:46', '2015-04-27 17:00:46')
245
+ Fixture Delete (0.2ms) DELETE FROM "users"
246
+ Fixture Insert (0.2ms) INSERT INTO "users" ("id", "email", "login_name", "encrypted_password", "created_at", "updated_at") VALUES (1, 'admin@domain.com', 'admin', '$2a$10$QayP0kUmLS54d20cHXLf4eX/gjqxPC6SyBVOy.q1GnfHoCYSOQl4S', '2015-04-27 17:00:46', '2015-04-27 17:00:46')
247
+ Fixture Insert (0.1ms) INSERT INTO "users" ("id", "email", "login_name", "encrypted_password", "created_at", "updated_at") VALUES (2, 'user@domain.com', 'user', '$2a$10$QayP0kUmLS54d20cHXLf4eX/gjqxPC6SyBVOy.q1GnfHoCYSOQl4S', '2015-04-27 17:00:46', '2015-04-27 17:00:46')
248
+  (86.3ms) commit transaction
249
+  (0.1ms) begin transaction
250
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
256
251
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
257
- Material Load (0.3ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
258
-  (0.1ms) SELECT COUNT(*) FROM "materials"
252
+ Material Load (0.2ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
253
+  (0.2ms) SELECT COUNT(*) FROM "materials"
259
254
  Processing by MaterialsController#create as HTML
260
255
  Parameters: {"material"=>{"name"=>"Lumber"}}
261
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
256
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
262
257
   (0.1ms) SAVEPOINT active_record_1
263
- SQL (7.7ms) INSERT INTO "materials" ("created_at", "created_user", "deleted", "destroy_user", "name", "updated_at", "updated_user") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 26 Apr 2015 16:35:35 UTC +00:00], ["created_user", 1], ["deleted", false], ["destroy_user", nil], ["name", "Lumber"], ["updated_at", Sun, 26 Apr 2015 16:35:35 UTC +00:00], ["updated_user", 1]]
258
+ SQL (2.0ms) INSERT INTO "materials" ("created_at", "created_user", "deleted", "destroy_user", "name", "updated_at", "updated_user") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 27 Apr 2015 17:00:47 UTC +00:00], ["created_user", 1], ["deleted", false], ["destroy_user", nil], ["name", "Lumber"], ["updated_at", Mon, 27 Apr 2015 17:00:47 UTC +00:00], ["updated_user", 1]]
264
259
   (0.1ms) RELEASE SAVEPOINT active_record_1
265
260
  Redirected to http://test.host/materials/4
266
- Completed 302 Found in 15.0ms (ActiveRecord: 8.0ms)
261
+ Completed 302 Found in 10.4ms (ActiveRecord: 2.5ms)
267
262
   (0.1ms) SELECT COUNT(*) FROM "materials" 
268
263
   (0.2ms) rollback transaction
269
264
   (0.1ms) begin transaction
270
265
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
271
266
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
272
267
  Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
273
-  (0.1ms) SELECT COUNT(*) FROM "materials" WHERE "materials"."deleted" = 'f'
268
+  (0.3ms) SELECT COUNT(*) FROM "materials" WHERE "materials"."deleted" = 'f'
274
269
  Processing by MaterialsController#destroy as HTML
275
270
  Parameters: {"id"=>"1"}
276
271
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
277
272
  Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
278
- SQL (7.7ms) UPDATE "materials" SET "deleted" = 't' WHERE "materials"."id" = 1
273
+ SQL (0.4ms) UPDATE "materials" SET "deleted" = 't' WHERE "materials"."id" = 1
279
274
  Redirected to http://test.host/materials
280
- Completed 302 Found in 12.5ms (ActiveRecord: 7.9ms)
275
+ Completed 302 Found in 6.1ms (ActiveRecord: 0.8ms)
281
276
   (0.1ms) SELECT COUNT(*) FROM "materials" WHERE "materials"."deleted" = 'f'
282
277
   (0.2ms) rollback transaction
283
278
   (0.1ms) begin transaction
@@ -286,10 +281,10 @@ Completed 302 Found in 12.5ms (ActiveRecord: 7.9ms)
286
281
  Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
287
282
  Processing by MaterialsController#edit as HTML
288
283
  Parameters: {"id"=>"1"}
289
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
284
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
290
285
  Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
291
- Rendered materials/_form.html.erb (19.0ms)
292
- Completed 200 OK in 39.6ms (Views: 36.8ms | ActiveRecord: 0.2ms)
286
+ Rendered materials/_form.html.erb (38.3ms)
287
+ Completed 200 OK in 62.4ms (Views: 58.6ms | ActiveRecord: 0.4ms)
293
288
   (0.1ms) rollback transaction
294
289
   (0.1ms) begin transaction
295
290
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
@@ -297,112 +292,112 @@ Completed 200 OK in 39.6ms (Views: 36.8ms | ActiveRecord: 0.2ms)
297
292
  Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
298
293
  Processing by MaterialsController#index as HTML
299
294
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
300
- Material Load (0.1ms) SELECT "materials".* FROM "materials" 
301
- Completed 200 OK in 10.3ms (Views: 7.4ms | ActiveRecord: 0.3ms)
295
+ Material Load (0.2ms) SELECT "materials".* FROM "materials" 
296
+ Completed 200 OK in 11.8ms (Views: 8.5ms | ActiveRecord: 0.4ms)
302
297
   (0.1ms) rollback transaction
303
298
   (0.1ms) begin transaction
304
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
299
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
305
300
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
306
301
  Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
307
302
  Processing by MaterialsController#new as HTML
308
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
309
- Rendered materials/_form.html.erb (4.2ms)
310
- Completed 200 OK in 10.0ms (Views: 7.9ms | ActiveRecord: 0.2ms)
303
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
304
+ Rendered materials/_form.html.erb (4.9ms)
305
+ Completed 200 OK in 12.4ms (Views: 9.4ms | ActiveRecord: 0.3ms)
311
306
   (0.1ms) rollback transaction
312
-  (0.0ms) begin transaction
313
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
314
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
315
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
307
+  (0.1ms) begin transaction
308
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
309
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
310
+ Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
316
311
  Processing by MaterialsController#show as HTML
317
312
  Parameters: {"id"=>"1"}
318
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
319
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
320
- Completed 200 OK in 4.9ms (Views: 2.9ms | ActiveRecord: 0.2ms)
313
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
314
+ Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
315
+ Completed 200 OK in 8.0ms (Views: 4.9ms | ActiveRecord: 0.3ms)
321
316
   (0.1ms) rollback transaction
322
-  (0.0ms) begin transaction
323
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
324
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
325
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
317
+  (0.1ms) begin transaction
318
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
319
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
320
+ Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
326
321
  Processing by MaterialsController#update as HTML
327
322
  Parameters: {"material"=>{"name"=>"Lumber"}, "id"=>"1"}
328
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1
329
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
330
-  (0.0ms) SAVEPOINT active_record_1
331
-  (11.0ms) UPDATE "materials" SET "updated_user" = 2, "updated_at" = '2015-04-26 16:35:35.326813' WHERE "materials"."id" = 1
332
-  (0.0ms) RELEASE SAVEPOINT active_record_1
323
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1
324
+ Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
325
+  (0.1ms) SAVEPOINT active_record_1
326
+  (0.5ms) UPDATE "materials" SET "updated_user" = 2, "updated_at" = '2015-04-27 17:00:47.268528' WHERE "materials"."id" = 1
327
+  (0.1ms) RELEASE SAVEPOINT active_record_1
333
328
  Redirected to http://test.host/materials/1
334
- Completed 302 Found in 16.3ms (ActiveRecord: 11.3ms)
329
+ Completed 302 Found in 8.9ms (ActiveRecord: 1.0ms)
335
330
   (0.2ms) rollback transaction
336
-  (0.0ms) begin transaction
337
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
338
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
339
- Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
331
+  (0.1ms) begin transaction
332
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
333
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
334
+ Product Load (0.2ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
340
335
   (0.1ms) SELECT COUNT(*) FROM "products"
341
336
  Processing by ProductsController#create as HTML
342
337
  Parameters: {"product"=>{"name"=>"Apple"}}
343
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
344
-  (0.0ms) SAVEPOINT active_record_1
345
- SQL (3.9ms) INSERT INTO "products" ("created_at", "created_user", "deleted", "destroy_user", "name", "updated_at", "updated_user") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 26 Apr 2015 16:35:35 UTC +00:00], ["created_user", "admin"], ["deleted", false], ["destroy_user", nil], ["name", "Apple"], ["updated_at", Sun, 26 Apr 2015 16:35:35 UTC +00:00], ["updated_user", "admin"]]
338
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
339
+  (0.1ms) SAVEPOINT active_record_1
340
+ SQL (0.8ms) INSERT INTO "products" ("created_at", "created_user", "deleted", "destroy_user", "name", "updated_at", "updated_user") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 27 Apr 2015 17:00:47 UTC +00:00], ["created_user", "admin"], ["deleted", false], ["destroy_user", nil], ["name", "Apple"], ["updated_at", Mon, 27 Apr 2015 17:00:47 UTC +00:00], ["updated_user", "admin"]]
346
341
   (0.1ms) RELEASE SAVEPOINT active_record_1
347
342
  Redirected to http://test.host/products/4
348
- Completed 302 Found in 8.5ms (ActiveRecord: 4.2ms)
343
+ Completed 302 Found in 7.9ms (ActiveRecord: 1.2ms)
349
344
   (0.1ms) SELECT COUNT(*) FROM "products" 
350
345
   (0.2ms) rollback transaction
351
-  (0.0ms) begin transaction
346
+  (0.1ms) begin transaction
352
347
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
353
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
354
- Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
355
-  (0.1ms) SELECT COUNT(*) FROM "products" WHERE "products"."deleted" = 'f'
348
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
349
+ Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
350
+  (0.2ms) SELECT COUNT(*) FROM "products" WHERE "products"."deleted" = 'f'
356
351
  Processing by ProductsController#destroy as HTML
357
352
  Parameters: {"id"=>"1"}
358
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
359
- Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
360
- SQL (5.2ms) UPDATE "products" SET "deleted" = 't' WHERE "products"."id" = 1
353
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
354
+ Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
355
+ SQL (0.4ms) UPDATE "products" SET "deleted" = 't' WHERE "products"."id" = 1
361
356
  Redirected to http://test.host/products
362
- Completed 302 Found in 9.4ms (ActiveRecord: 5.4ms)
357
+ Completed 302 Found in 6.2ms (ActiveRecord: 0.8ms)
363
358
   (0.2ms) SELECT COUNT(*) FROM "products" WHERE "products"."deleted" = 'f'
364
-  (0.4ms) rollback transaction
359
+  (0.3ms) rollback transaction
365
360
   (0.1ms) begin transaction
366
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
361
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
367
362
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
368
363
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
369
364
  Processing by ProductsController#edit as HTML
370
365
  Parameters: {"id"=>"1"}
371
- User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
366
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
372
367
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
373
- Rendered products/_form.html.erb (12.9ms)
374
- Completed 200 OK in 28.7ms (Views: 23.9ms | ActiveRecord: 0.4ms)
375
-  (0.1ms) rollback transaction
368
+ Rendered products/_form.html.erb (9.0ms)
369
+ Completed 200 OK in 19.5ms (Views: 16.6ms | ActiveRecord: 0.3ms)
370
+  (0.2ms) rollback transaction
376
371
   (0.1ms) begin transaction
377
372
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
378
373
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
379
374
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
380
375
  Processing by ProductsController#index as HTML
381
- User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
382
- Product Load (0.3ms) SELECT "products".* FROM "products" 
383
- Completed 200 OK in 17.3ms (Views: 12.5ms | ActiveRecord: 0.6ms)
376
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
377
+ Product Load (0.1ms) SELECT "products".* FROM "products" 
378
+ Completed 200 OK in 11.3ms (Views: 8.3ms | ActiveRecord: 0.4ms)
384
379
   (0.1ms) rollback transaction
385
380
   (0.1ms) begin transaction
386
381
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
387
382
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
388
383
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
389
384
  Processing by ProductsController#new as HTML
390
- User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
391
- Rendered products/_form.html.erb (7.5ms)
392
- Completed 200 OK in 17.6ms (Views: 14.0ms | ActiveRecord: 0.3ms)
393
-  (0.2ms) rollback transaction
385
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
386
+ Rendered products/_form.html.erb (5.0ms)
387
+ Completed 200 OK in 11.8ms (Views: 9.4ms | ActiveRecord: 0.2ms)
388
+  (0.1ms) rollback transaction
394
389
   (0.1ms) begin transaction
395
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
390
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
396
391
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
397
392
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
398
393
  Processing by ProductsController#show as HTML
399
394
  Parameters: {"id"=>"1"}
400
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
395
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
401
396
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
402
- Completed 200 OK in 7.1ms (Views: 4.3ms | ActiveRecord: 0.2ms)
397
+ Completed 200 OK in 8.9ms (Views: 5.5ms | ActiveRecord: 0.4ms)
403
398
   (0.1ms) rollback transaction
404
399
   (0.1ms) begin transaction
405
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
400
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
406
401
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
407
402
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
408
403
  Processing by ProductsController#update as HTML
@@ -410,190 +405,10 @@ Processing by ProductsController#update as HTML
410
405
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1
411
406
  Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
412
407
   (0.1ms) SAVEPOINT active_record_1
413
-  (7.6ms) UPDATE "products" SET "updated_user" = 'user', "updated_at" = '2015-04-26 16:35:35.514313' WHERE "products"."id" = 1
408
+  (0.4ms) UPDATE "products" SET "updated_user" = 'user', "updated_at" = '2015-04-27 17:00:47.429685' WHERE "products"."id" = 1
414
409
   (0.1ms) RELEASE SAVEPOINT active_record_1
415
410
  Redirected to http://test.host/products/1
416
- Completed 302 Found in 13.6ms (ActiveRecord: 8.0ms)
411
+ Completed 302 Found in 7.0ms (ActiveRecord: 0.9ms)
417
412
   (0.2ms) rollback transaction
418
413
   (0.1ms) begin transaction
419
-  (0.1ms) rollback transaction
420
- Connecting to database specified by database.yml
421
-  (0.5ms) begin transaction
422
- Fixture Delete (0.3ms) DELETE FROM "materials"
423
- Fixture Insert (0.1ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (1, 'Lumber', 'f', 1, 1, NULL, '2015-04-26 16:36:54', '2015-04-26 16:36:54')
424
- Fixture Insert (0.1ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (2, 'Brick', 'f', 1, NULL, NULL, '2015-04-26 16:36:54', '2015-04-26 16:36:54')
425
- Fixture Insert (0.0ms) INSERT INTO "materials" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (3, 'Nails', 'f', 1, NULL, NULL, '2015-04-26 16:36:54', '2015-04-26 16:36:54')
426
- Fixture Delete (0.0ms) DELETE FROM "products"
427
- Fixture Insert (0.1ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (1, 'Apple', 'f', 'admin', NULL, NULL, '2015-04-26 16:36:54', '2015-04-26 16:36:54')
428
- Fixture Insert (0.0ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (2, 'Bannana', 'f', 'admin', 'admin', NULL, '2015-04-26 16:36:54', '2015-04-26 16:36:54')
429
- Fixture Insert (0.0ms) INSERT INTO "products" ("id", "name", "deleted", "created_user", "updated_user", "destroy_user", "created_at", "updated_at") VALUES (3, 'Pears', 'f', 'admin', 'admin', 'admin', '2015-04-26 16:36:54', '2015-04-26 16:36:54')
430
- Fixture Delete (0.1ms) DELETE FROM "users"
431
- Fixture Insert (0.1ms) INSERT INTO "users" ("id", "email", "login_name", "encrypted_password", "created_at", "updated_at") VALUES (1, 'admin@domain.com', 'admin', '$2a$10$QayP0kUmLS54d20cHXLf4eX/gjqxPC6SyBVOy.q1GnfHoCYSOQl4S', '2015-04-26 16:36:54', '2015-04-26 16:36:54')
432
- Fixture Insert (0.1ms) INSERT INTO "users" ("id", "email", "login_name", "encrypted_password", "created_at", "updated_at") VALUES (2, 'user@domain.com', 'user', '$2a$10$QayP0kUmLS54d20cHXLf4eX/gjqxPC6SyBVOy.q1GnfHoCYSOQl4S', '2015-04-26 16:36:54', '2015-04-26 16:36:54')
433
-  (103.7ms) commit transaction
434
-  (0.0ms) begin transaction
435
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
436
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
437
- Material Load (0.1ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
438
-  (0.1ms) SELECT COUNT(*) FROM "materials"
439
- Processing by MaterialsController#create as HTML
440
- Parameters: {"material"=>{"name"=>"Lumber"}}
441
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
442
-  (0.0ms) SAVEPOINT active_record_1
443
- SQL (5.9ms) INSERT INTO "materials" ("created_at", "created_user", "deleted", "destroy_user", "name", "updated_at", "updated_user") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 26 Apr 2015 16:36:54 UTC +00:00], ["created_user", 1], ["deleted", false], ["destroy_user", nil], ["name", "Lumber"], ["updated_at", Sun, 26 Apr 2015 16:36:54 UTC +00:00], ["updated_user", 1]]
444
-  (0.0ms) RELEASE SAVEPOINT active_record_1
445
- Redirected to http://test.host/materials/4
446
- Completed 302 Found in 9.7ms (ActiveRecord: 6.1ms)
447
-  (0.0ms) SELECT COUNT(*) FROM "materials" 
448
-  (0.1ms) rollback transaction
449
-  (0.0ms) begin transaction
450
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
451
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
452
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
453
-  (0.1ms) SELECT COUNT(*) FROM "materials" WHERE "materials"."deleted" = 'f'
454
- Processing by MaterialsController#destroy as HTML
455
- Parameters: {"id"=>"1"}
456
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
457
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
458
- SQL (7.7ms) UPDATE "materials" SET "deleted" = 't' WHERE "materials"."id" = 1
459
- Redirected to http://test.host/materials
460
- Completed 302 Found in 10.2ms (ActiveRecord: 7.8ms)
461
-  (0.1ms) SELECT COUNT(*) FROM "materials" WHERE "materials"."deleted" = 'f'
462
-  (0.1ms) rollback transaction
463
-  (0.0ms) begin transaction
464
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
465
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
466
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
467
- Processing by MaterialsController#edit as HTML
468
- Parameters: {"id"=>"1"}
469
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
470
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
471
- Rendered materials/_form.html.erb (9.6ms)
472
- Completed 200 OK in 19.9ms (Views: 18.5ms | ActiveRecord: 0.1ms)
473
-  (0.1ms) rollback transaction
474
-  (0.0ms) begin transaction
475
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
476
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
477
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
478
- Processing by MaterialsController#index as HTML
479
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
480
- Material Load (0.1ms) SELECT "materials".* FROM "materials" 
481
- Completed 200 OK in 5.3ms (Views: 3.7ms | ActiveRecord: 0.2ms)
482
-  (0.0ms) rollback transaction
483
-  (0.0ms) begin transaction
484
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
485
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
486
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
487
- Processing by MaterialsController#new as HTML
488
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
489
- Rendered materials/_form.html.erb (2.1ms)
490
- Completed 200 OK in 5.0ms (Views: 3.9ms | ActiveRecord: 0.1ms)
491
-  (0.0ms) rollback transaction
492
-  (0.0ms) begin transaction
493
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
494
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
495
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
496
- Processing by MaterialsController#show as HTML
497
- Parameters: {"id"=>"1"}
498
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
499
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
500
- Completed 200 OK in 3.6ms (Views: 2.2ms | ActiveRecord: 0.1ms)
501
-  (0.0ms) rollback transaction
502
-  (0.0ms) begin transaction
503
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
504
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
505
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", 1]]
506
- Processing by MaterialsController#update as HTML
507
- Parameters: {"material"=>{"name"=>"Lumber"}, "id"=>"1"}
508
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1
509
- Material Load (0.0ms) SELECT "materials".* FROM "materials" WHERE "materials"."id" = ? LIMIT 1 [["id", "1"]]
510
-  (0.0ms) SAVEPOINT active_record_1
511
-  (8.3ms) UPDATE "materials" SET "updated_user" = 2, "updated_at" = '2015-04-26 16:36:54.412981' WHERE "materials"."id" = 1
512
-  (0.0ms) RELEASE SAVEPOINT active_record_1
513
- Redirected to http://test.host/materials/1
514
- Completed 302 Found in 12.4ms (ActiveRecord: 8.5ms)
515
-  (0.1ms) rollback transaction
516
-  (0.0ms) begin transaction
517
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
518
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
519
- Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
520
-  (0.1ms) SELECT COUNT(*) FROM "products"
521
- Processing by ProductsController#create as HTML
522
- Parameters: {"product"=>{"name"=>"Apple"}}
523
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
524
-  (0.0ms) SAVEPOINT active_record_1
525
- SQL (9.8ms) INSERT INTO "products" ("created_at", "created_user", "deleted", "destroy_user", "name", "updated_at", "updated_user") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 26 Apr 2015 16:36:54 UTC +00:00], ["created_user", "admin"], ["deleted", false], ["destroy_user", nil], ["name", "Apple"], ["updated_at", Sun, 26 Apr 2015 16:36:54 UTC +00:00], ["updated_user", "admin"]]
526
-  (0.0ms) RELEASE SAVEPOINT active_record_1
527
- Redirected to http://test.host/products/4
528
- Completed 302 Found in 13.2ms (ActiveRecord: 9.9ms)
529
-  (0.0ms) SELECT COUNT(*) FROM "products" 
530
-  (0.1ms) rollback transaction
531
-  (0.0ms) begin transaction
532
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
533
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
534
- Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
535
-  (0.1ms) SELECT COUNT(*) FROM "products" WHERE "products"."deleted" = 'f'
536
- Processing by ProductsController#destroy as HTML
537
- Parameters: {"id"=>"1"}
538
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
539
- Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
540
- SQL (8.5ms) UPDATE "products" SET "deleted" = 't' WHERE "products"."id" = 1
541
- Redirected to http://test.host/products
542
- Completed 302 Found in 10.9ms (ActiveRecord: 8.6ms)
543
-  (0.1ms) SELECT COUNT(*) FROM "products" WHERE "products"."deleted" = 'f'
544
-  (0.1ms) rollback transaction
545
-  (0.0ms) begin transaction
546
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
547
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
548
- Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
549
- Processing by ProductsController#edit as HTML
550
- Parameters: {"id"=>"1"}
551
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
552
- Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
553
- Rendered products/_form.html.erb (3.8ms)
554
- Completed 200 OK in 8.4ms (Views: 7.0ms | ActiveRecord: 0.1ms)
555
-  (0.1ms) rollback transaction
556
-  (0.0ms) begin transaction
557
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
558
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
559
- Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
560
- Processing by ProductsController#index as HTML
561
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
562
- Product Load (0.1ms) SELECT "products".* FROM "products" 
563
- Completed 200 OK in 5.1ms (Views: 3.6ms | ActiveRecord: 0.2ms)
564
-  (0.0ms) rollback transaction
565
-  (0.0ms) begin transaction
566
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
567
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
568
- Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
569
- Processing by ProductsController#new as HTML
570
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
571
- Rendered products/_form.html.erb (2.2ms)
572
- Completed 200 OK in 5.4ms (Views: 4.3ms | ActiveRecord: 0.1ms)
573
-  (0.0ms) rollback transaction
574
-  (0.0ms) begin transaction
575
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
576
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
577
- Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
578
- Processing by ProductsController#show as HTML
579
- Parameters: {"id"=>"1"}
580
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
581
- Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
582
- Completed 200 OK in 3.5ms (Views: 2.1ms | ActiveRecord: 0.1ms)
583
-  (0.0ms) rollback transaction
584
-  (0.0ms) begin transaction
585
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
586
- User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
587
- Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", 1]]
588
- Processing by ProductsController#update as HTML
589
- Parameters: {"product"=>{"name"=>"Apple"}, "id"=>"1"}
590
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1
591
- Product Load (0.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
592
-  (0.0ms) SAVEPOINT active_record_1
593
-  (4.6ms) UPDATE "products" SET "updated_user" = 'user', "updated_at" = '2015-04-26 16:36:54.509131' WHERE "products"."id" = 1
594
-  (0.0ms) RELEASE SAVEPOINT active_record_1
595
- Redirected to http://test.host/products/1
596
- Completed 302 Found in 7.7ms (ActiveRecord: 4.8ms)
597
-  (0.1ms) rollback transaction
598
-  (0.0ms) begin transaction
599
414
   (0.0ms) rollback transaction
@@ -0,0 +1 @@
1
+ "%Ѱč@�����6H�uZoX�Z�gbh0W��V
@@ -0,0 +1 @@
1
+ "%�GmS�Ii�>Gb����d����=&i��]
@@ -0,0 +1 @@
1
+ "%��A�I8���߅�u7�!��H���j���\��|x
@@ -0,0 +1 @@
1
+ "%�W\�yho9S���ƫ˥��)|�~���(���
@@ -0,0 +1 @@
1
+ "%fc@l���7R�����2_?��?�=0�JW�
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: user_stamp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marty Petersen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-26 00:00:00.000000000 Z
11
+ date: 2015-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 3.2.21
19
+ version: 3.2.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 3.2.21
26
+ version: 3.2.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: devise
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -124,13 +124,11 @@ files:
124
124
  - test/dummy/config/locales/devise.en.yml
125
125
  - test/dummy/config/locales/en.yml
126
126
  - test/dummy/config/routes.rb
127
- - test/dummy/db/development.sqlite3
128
127
  - test/dummy/db/migrate/20150418012302_devise_create_users.rb
129
128
  - test/dummy/db/migrate/20150418013334_create_products.rb
130
129
  - test/dummy/db/migrate/20150420023321_create_materials.rb
131
130
  - test/dummy/db/schema.rb
132
131
  - test/dummy/db/test.sqlite3
133
- - test/dummy/log/development.log
134
132
  - test/dummy/log/test.log
135
133
  - test/dummy/public/404.html
136
134
  - test/dummy/public/422.html
@@ -144,6 +142,11 @@ files:
144
142
  - test/dummy/test/unit/material_test.rb
145
143
  - test/dummy/test/unit/product_test.rb
146
144
  - test/dummy/test/unit/user_test.rb
145
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/4bYdb_xuUCWDb-r0pgvZV_woU_nTM3ieYNRlEDbPqAw.cache
146
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/6t0TAPvIj278ba0uuUIRnTom9MnZyFIYnNjzCgyoUlg.cache
147
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/MKN5i0XJQpln2UWvrykF1Tyj5ZE1m39Kgh9C54frDAU.cache
148
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/PU-UnDM1T_k4O2VJDykWpEGgDSxEbsoLxFVqw98qzk4.cache
149
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/j7IVr_dwIGtpvmW3CDl1z-NB--lqMdKeKI1VjuYitFw.cache
147
150
  - test/fixtures/materials.yml
148
151
  - test/fixtures/products.yml
149
152
  - test/fixtures/users.yml
@@ -169,82 +172,85 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
172
  version: '0'
170
173
  requirements: []
171
174
  rubyforge_project:
172
- rubygems_version: 2.4.6
175
+ rubygems_version: 2.2.2
173
176
  signing_key:
174
177
  specification_version: 4
175
178
  summary: Provides the ability to stamp database records with the user name when creating,
176
179
  updating or destroying
177
180
  test_files:
178
- - test/integration/navigation_test.rb
179
- - test/dummy/app/assets/javascripts/application.js
181
+ - test/dummy/app/views/products/_form.html.erb
182
+ - test/dummy/app/views/products/show.html.erb
183
+ - test/dummy/app/views/products/new.html.erb
184
+ - test/dummy/app/views/products/edit.html.erb
185
+ - test/dummy/app/views/products/index.html.erb
186
+ - test/dummy/app/views/layouts/application.html.erb
187
+ - test/dummy/app/views/materials/_form.html.erb
188
+ - test/dummy/app/views/materials/show.html.erb
189
+ - test/dummy/app/views/materials/new.html.erb
190
+ - test/dummy/app/views/materials/edit.html.erb
191
+ - test/dummy/app/views/materials/index.html.erb
180
192
  - test/dummy/app/assets/javascripts/materials.js
181
193
  - test/dummy/app/assets/javascripts/products.js
182
- - test/dummy/app/assets/stylesheets/application.css
194
+ - test/dummy/app/assets/javascripts/application.js
183
195
  - test/dummy/app/assets/stylesheets/materials.css
196
+ - test/dummy/app/assets/stylesheets/application.css
184
197
  - test/dummy/app/assets/stylesheets/products.css
185
- - test/dummy/app/controllers/application_controller.rb
186
- - test/dummy/app/controllers/materials_controller.rb
187
- - test/dummy/app/controllers/products_controller.rb
188
198
  - test/dummy/app/helpers/application_helper.rb
189
- - test/dummy/app/helpers/materials_helper.rb
190
199
  - test/dummy/app/helpers/products_helper.rb
191
- - test/dummy/app/views/layouts/application.html.erb
192
- - test/dummy/app/views/materials/_form.html.erb
193
- - test/dummy/app/views/materials/edit.html.erb
194
- - test/dummy/app/views/materials/index.html.erb
195
- - test/dummy/app/views/materials/new.html.erb
196
- - test/dummy/app/views/materials/show.html.erb
197
- - test/dummy/app/views/products/_form.html.erb
198
- - test/dummy/app/views/products/edit.html.erb
199
- - test/dummy/app/views/products/index.html.erb
200
- - test/dummy/app/views/products/new.html.erb
201
- - test/dummy/app/views/products/show.html.erb
202
- - test/dummy/app/models/material.rb
200
+ - test/dummy/app/helpers/materials_helper.rb
201
+ - test/dummy/app/controllers/products_controller.rb
202
+ - test/dummy/app/controllers/materials_controller.rb
203
+ - test/dummy/app/controllers/application_controller.rb
203
204
  - test/dummy/app/models/product.rb
204
205
  - test/dummy/app/models/user.rb
206
+ - test/dummy/app/models/material.rb
207
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/MKN5i0XJQpln2UWvrykF1Tyj5ZE1m39Kgh9C54frDAU.cache
208
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/PU-UnDM1T_k4O2VJDykWpEGgDSxEbsoLxFVqw98qzk4.cache
209
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/j7IVr_dwIGtpvmW3CDl1z-NB--lqMdKeKI1VjuYitFw.cache
210
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/6t0TAPvIj278ba0uuUIRnTom9MnZyFIYnNjzCgyoUlg.cache
211
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/4bYdb_xuUCWDb-r0pgvZV_woU_nTM3ieYNRlEDbPqAw.cache
212
+ - test/dummy/config/routes.rb
213
+ - test/dummy/config/boot.rb
205
214
  - test/dummy/config/environments/development.rb
206
215
  - test/dummy/config/environments/production.rb
207
216
  - test/dummy/config/environments/test.rb
217
+ - test/dummy/config/application.rb
218
+ - test/dummy/config/environment.rb
219
+ - test/dummy/config/initializers/wrap_parameters.rb
220
+ - test/dummy/config/initializers/user_stamp.rb
221
+ - test/dummy/config/initializers/inflections.rb
208
222
  - test/dummy/config/initializers/backtrace_silencers.rb
209
223
  - test/dummy/config/initializers/devise.rb
210
- - test/dummy/config/initializers/inflections.rb
224
+ - test/dummy/config/initializers/session_store.rb
211
225
  - test/dummy/config/initializers/mime_types.rb
212
226
  - test/dummy/config/initializers/secret_token.rb
213
- - test/dummy/config/initializers/session_store.rb
214
- - test/dummy/config/initializers/user_stamp.rb
215
- - test/dummy/config/initializers/wrap_parameters.rb
216
227
  - test/dummy/config/locales/devise.en.yml
217
228
  - test/dummy/config/locales/en.yml
218
- - test/dummy/config/application.rb
219
- - test/dummy/config/boot.rb
220
229
  - test/dummy/config/database.yml
221
- - test/dummy/config/environment.rb
222
- - test/dummy/config/routes.rb
230
+ - test/dummy/script/rails
231
+ - test/dummy/Rakefile
232
+ - test/dummy/config.ru
233
+ - test/dummy/log/test.log
234
+ - test/dummy/README.rdoc
235
+ - test/dummy/test/unit/product_test.rb
236
+ - test/dummy/test/unit/user_test.rb
237
+ - test/dummy/test/unit/helpers/products_helper_test.rb
238
+ - test/dummy/test/unit/helpers/materials_helper_test.rb
239
+ - test/dummy/test/unit/material_test.rb
240
+ - test/dummy/test/functional/products_controller_test.rb
241
+ - test/dummy/test/functional/materials_controller_test.rb
242
+ - test/dummy/public/500.html
223
243
  - test/dummy/public/favicon.ico
224
- - test/dummy/public/404.html
225
244
  - test/dummy/public/422.html
226
- - test/dummy/public/500.html
227
- - test/dummy/log/test.log
228
- - test/dummy/log/development.log
245
+ - test/dummy/public/404.html
246
+ - test/dummy/db/schema.rb
229
247
  - test/dummy/db/test.sqlite3
248
+ - test/dummy/db/migrate/20150420023321_create_materials.rb
230
249
  - test/dummy/db/migrate/20150418012302_devise_create_users.rb
231
250
  - test/dummy/db/migrate/20150418013334_create_products.rb
232
- - test/dummy/db/migrate/20150420023321_create_materials.rb
233
- - test/dummy/db/schema.rb
234
- - test/dummy/db/development.sqlite3
235
- - test/dummy/README.rdoc
236
- - test/dummy/Rakefile
237
- - test/dummy/config.ru
238
- - test/dummy/script/rails
239
- - test/dummy/test/functional/materials_controller_test.rb
240
- - test/dummy/test/functional/products_controller_test.rb
241
- - test/dummy/test/unit/helpers/materials_helper_test.rb
242
- - test/dummy/test/unit/helpers/products_helper_test.rb
243
- - test/dummy/test/unit/material_test.rb
244
- - test/dummy/test/unit/product_test.rb
245
- - test/dummy/test/unit/user_test.rb
251
+ - test/test_helper.rb
252
+ - test/integration/navigation_test.rb
253
+ - test/user_stamp_test.rb
246
254
  - test/fixtures/materials.yml
247
255
  - test/fixtures/products.yml
248
256
  - test/fixtures/users.yml
249
- - test/test_helper.rb
250
- - test/user_stamp_test.rb
Binary file
@@ -1,23 +0,0 @@
1
- Connecting to database specified by database.yml
2
-  (0.1ms) select sqlite_version(*)
3
-  (122.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
4
-  (133.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
6
- Migrating to DeviseCreateUsers (20150418012302)
7
-  (0.0ms) begin transaction
8
-  (7.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "login_name" varchar(255), "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
9
-  (0.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
10
-  (0.2ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
11
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20150418012302')
12
-  (121.7ms) commit transaction
13
- Migrating to CreateProducts (20150418013334)
14
-  (0.1ms) begin transaction
15
-  (6.4ms) CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "deleted" boolean DEFAULT 'f', "created_user" varchar(255), "updated_user" varchar(255), "destroy_user" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
16
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20150418013334')
17
-  (116.1ms) commit transaction
18
- Migrating to CreateMaterials (20150420023321)
19
-  (0.1ms) begin transaction
20
-  (12.1ms) CREATE TABLE "materials" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "deleted" boolean DEFAULT 'f', "created_user" integer, "updated_user" integer, "destroy_user" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
21
-  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20150420023321')
22
-  (123.3ms) commit transaction
23
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"