erroneous 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/erroneous/railtie.rb +1 -1
- data/lib/erroneous/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 +134 -10
- data/test/dummy/log/test.log +197 -23
- data/test/dummy/tmp/cache/assets/C7E/4A0/sprockets%2F80684416a4e6815bdae5306d295b9024 +0 -0
- data/test/dummy/tmp/cache/assets/CC4/F50/sprockets%2Fb84b903597039697e3e76b6178af6ab3 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/D06/B40/sprockets%2F25fca4643219052b0d5c66cf2c71f72f +0 -0
- data/test/dummy/tmp/cache/assets/D26/080/sprockets%2F14492c596885cafe7932045e4e7efd3f +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D3D/A50/sprockets%2F3022f155dee643c76e97fbbab090438d +0 -0
- data/test/dummy/tmp/cache/assets/D44/670/sprockets%2Fc49eb38f70357e0024a346a934fffc9b +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D58/1E0/sprockets%2Fdd863e40bd669f77bb549b257d88d6b5 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D73/9B0/sprockets%2Ff6eeb33602682bd6ff6d1f177f6b142d +0 -0
- data/test/dummy/tmp/cache/assets/D98/5D0/sprockets%2Fb05ff97cdfa9ad0f51f60b3604d07c80 +0 -0
- data/test/dummy/tmp/cache/assets/DA7/530/sprockets%2Fe36b8fcf5914a3a6bf058abfe7367b19 +0 -0
- data/test/dummy/tmp/cache/assets/DB7/6C0/sprockets%2F386e9196dd0f9efdce6f92ce93a6d107 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/DF7/B60/sprockets%2Fd4e54c5507a31ff288be0c5fa21dbedf +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +42 -4
data/lib/erroneous/railtie.rb
CHANGED
data/lib/erroneous/version.rb
CHANGED
Binary file
|
data/test/dummy/db/test.sqlite3
CHANGED
Binary file
|
@@ -1,18 +1,142 @@
|
|
1
1
|
Connecting to database specified by database.yml
|
2
|
-
[1m[36m (1.
|
3
|
-
[1m[35m (1.
|
4
|
-
[1m[36m (1.
|
2
|
+
[1m[36m (1.7ms)[0m [1mselect sqlite_version(*)[0m
|
3
|
+
[1m[35m (1.3ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "url" varchar(255), "email" varchar(255), "phone" varchar(255), "created_at" datetime, "updated_at" datetime)
|
4
|
+
[1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
5
5
|
[1m[35m (0.0ms)[0m PRAGMA index_list("schema_migrations")
|
6
|
-
[1m[36m (
|
6
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
7
7
|
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
8
|
-
[1m[36m (
|
9
|
-
[1m[35m (0.
|
8
|
+
[1m[36m (1.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20110109192118')[0m
|
9
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
10
10
|
Connecting to database specified by database.yml
|
11
|
-
[1m[36m (0.
|
11
|
+
[1m[36m (0.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
12
12
|
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
13
|
-
[1m[36m (1.
|
13
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "url" varchar(255), "email" varchar(255), "phone" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
14
14
|
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
15
15
|
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
16
|
-
[1m[35m (0.
|
16
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
17
17
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
18
|
-
[1m[35m (
|
18
|
+
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20110109192118')
|
19
|
+
|
20
|
+
|
21
|
+
Started GET "/" for 127.0.0.1 at 2012-10-27 15:17:39 -0700
|
22
|
+
Connecting to database specified by database.yml
|
23
|
+
Processing by MainController#index as HTML
|
24
|
+
Rendered main/index.html.erb within layouts/application (3.2ms)
|
25
|
+
Compiled main.css (0ms) (pid 43630)
|
26
|
+
Compiled people.css (0ms) (pid 43630)
|
27
|
+
Compiled application.css (77ms) (pid 43630)
|
28
|
+
Compiled jquery.js (8ms) (pid 43630)
|
29
|
+
Compiled jquery_ujs.js (0ms) (pid 43630)
|
30
|
+
Compiled main.js (0ms) (pid 43630)
|
31
|
+
Compiled people.js (0ms) (pid 43630)
|
32
|
+
Compiled application.js (116ms) (pid 43630)
|
33
|
+
Completed 200 OK in 311ms (Views: 310.5ms | ActiveRecord: 0.0ms)
|
34
|
+
|
35
|
+
|
36
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-27 15:17:39 -0700
|
37
|
+
Served asset /application.css - 200 OK (7ms)
|
38
|
+
|
39
|
+
|
40
|
+
Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
41
|
+
Served asset /main.css - 200 OK (2ms)
|
42
|
+
|
43
|
+
|
44
|
+
Started GET "/assets/people.css?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
45
|
+
Served asset /people.css - 200 OK (2ms)
|
46
|
+
|
47
|
+
|
48
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
49
|
+
Served asset /jquery.js - 200 OK (3ms)
|
50
|
+
|
51
|
+
|
52
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
53
|
+
Served asset /jquery_ujs.js - 200 OK (3ms)
|
54
|
+
|
55
|
+
|
56
|
+
Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
57
|
+
Served asset /main.js - 200 OK (3ms)
|
58
|
+
|
59
|
+
|
60
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
61
|
+
Served asset /application.js - 200 OK (10ms)
|
62
|
+
|
63
|
+
|
64
|
+
Started GET "/assets/people.js?body=1" for 127.0.0.1 at 2012-10-27 15:17:40 -0700
|
65
|
+
Served asset /people.js - 200 OK (2ms)
|
66
|
+
|
67
|
+
|
68
|
+
Started GET "/people" for 127.0.0.1 at 2012-10-27 15:17:42 -0700
|
69
|
+
Processing by PeopleController#index as HTML
|
70
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" [0m
|
71
|
+
Rendered people/index.html.erb within layouts/application (1.4ms)
|
72
|
+
Completed 200 OK in 38ms (Views: 8.4ms | ActiveRecord: 2.3ms)
|
73
|
+
|
74
|
+
|
75
|
+
Started GET "/people/new" for 127.0.0.1 at 2012-10-27 15:17:44 -0700
|
76
|
+
Processing by PeopleController#new as HTML
|
77
|
+
Rendered people/_form.html.erb (12.3ms)
|
78
|
+
Rendered people/new.html.erb within layouts/application (16.7ms)
|
79
|
+
Completed 200 OK in 36ms (Views: 23.3ms | ActiveRecord: 0.0ms)
|
80
|
+
|
81
|
+
|
82
|
+
Started POST "/people" for 127.0.0.1 at 2012-10-27 15:17:47 -0700
|
83
|
+
Processing by PeopleController#create as HTML
|
84
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DsruS9bhklmkFmoSmTEZDA1bQHWPbZScurfkjgPgTVA=", "person"=>{"name"=>"", "url"=>"", "email"=>"", "phone"=>""}, "commit"=>"Create Person"}
|
85
|
+
[1m[35m (0.1ms)[0m begin transaction
|
86
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
87
|
+
Rendered people/_form.html.erb (4.0ms)
|
88
|
+
Rendered people/new.html.erb within layouts/application (4.9ms)
|
89
|
+
Completed 200 OK in 62ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
90
|
+
|
91
|
+
|
92
|
+
Started GET "/" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
93
|
+
Connecting to database specified by database.yml
|
94
|
+
Processing by MainController#index as HTML
|
95
|
+
Rendered main/index.html.erb within layouts/application (3.5ms)
|
96
|
+
Completed 200 OK in 86ms (Views: 84.9ms | ActiveRecord: 0.0ms)
|
97
|
+
|
98
|
+
|
99
|
+
Started GET "/assets/main.css?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
100
|
+
Served asset /main.css - 200 OK (13ms)
|
101
|
+
|
102
|
+
|
103
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
104
|
+
Served asset /application.css - 200 OK (10ms)
|
105
|
+
|
106
|
+
|
107
|
+
Started GET "/assets/people.css?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
108
|
+
Served asset /people.css - 200 OK (2ms)
|
109
|
+
|
110
|
+
|
111
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
112
|
+
Served asset /jquery_ujs.js - 200 OK (3ms)
|
113
|
+
|
114
|
+
|
115
|
+
Started GET "/assets/main.js?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
116
|
+
Served asset /main.js - 200 OK (36ms)
|
117
|
+
|
118
|
+
|
119
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
120
|
+
Served asset /jquery.js - 200 OK (5ms)
|
121
|
+
|
122
|
+
|
123
|
+
Started GET "/assets/people.js?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
124
|
+
Served asset /people.js - 200 OK (2ms)
|
125
|
+
|
126
|
+
|
127
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-27 15:39:35 -0700
|
128
|
+
Served asset /application.js - 200 OK (12ms)
|
129
|
+
|
130
|
+
|
131
|
+
Started GET "/people" for 127.0.0.1 at 2012-10-27 15:39:37 -0700
|
132
|
+
Processing by PeopleController#index as HTML
|
133
|
+
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "people".* FROM "people" [0m
|
134
|
+
Rendered people/index.html.erb within layouts/application (1.7ms)
|
135
|
+
Completed 200 OK in 47ms (Views: 12.5ms | ActiveRecord: 2.5ms)
|
136
|
+
|
137
|
+
|
138
|
+
Started GET "/people/new" for 127.0.0.1 at 2012-10-27 15:39:38 -0700
|
139
|
+
Processing by PeopleController#new as HTML
|
140
|
+
Rendered people/_form.html.erb (12.3ms)
|
141
|
+
Rendered people/new.html.erb within layouts/application (52.0ms)
|
142
|
+
Completed 200 OK in 72ms (Views: 60.3ms | ActiveRecord: 0.0ms)
|
data/test/dummy/log/test.log
CHANGED
@@ -1,76 +1,250 @@
|
|
1
1
|
Connecting to database specified by database.yml
|
2
2
|
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
3
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5
|
+
Processing by MainController#index as HTML
|
6
|
+
Rendered main/index.html.erb within layouts/application (6.1ms)
|
7
|
+
Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.0ms)
|
8
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
10
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3
14
|
[1m[35m (0.0ms)[0m rollback transaction
|
4
15
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
17
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
18
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
19
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23
|
+
Connecting to database specified by database.yml
|
24
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
25
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5
27
|
Processing by MainController#index as HTML
|
6
|
-
Rendered main/index.html.erb within layouts/application (
|
7
|
-
Completed 200 OK in
|
28
|
+
Rendered main/index.html.erb within layouts/application (4.5ms)
|
29
|
+
Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.0ms)
|
8
30
|
[1m[35m (0.1ms)[0m rollback transaction
|
9
31
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10
|
-
[1m[35mFixture Delete (0.
|
11
|
-
[1m[36mFixture Insert (0.2ms)[0m [1mINSERT INTO "people" ("name", "url", "email", "phone", "created_at", "updated_at", "id") VALUES ('Kevin', 'http://ksylvest.com/', 'info@ksylvest.com', '(555) 555-5555', '2012-
|
12
|
-
[1m[35m (0.
|
13
|
-
[1m[36m (0.
|
32
|
+
[1m[35mFixture Delete (0.4ms)[0m DELETE FROM "people"
|
33
|
+
[1m[36mFixture Insert (0.2ms)[0m [1mINSERT INTO "people" ("name", "url", "email", "phone", "created_at", "updated_at", "id") VALUES ('Kevin', 'http://ksylvest.com/', 'info@ksylvest.com', '(555) 555-5555', '2012-10-27 22:11:26', '2012-10-27 22:11:26', 712064548)[0m
|
34
|
+
[1m[35m (0.8ms)[0m commit transaction
|
35
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14
36
|
[1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
|
15
37
|
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "people" [0m
|
16
38
|
Processing by PeopleController#create as HTML
|
17
|
-
Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2012-
|
39
|
+
Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2012-10-27 22:11:26 UTC", "updated_at"=>"2012-10-27 22:11:26 UTC"}}
|
18
40
|
WARNING: Can't mass-assign protected attributes: id
|
19
|
-
[1m[35m (0.
|
20
|
-
[1m[36mSQL (0.
|
41
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
42
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "people" ("created_at", "email", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 27 Oct 2012 22:11:26 UTC +00:00], ["email", "info@ksylvest.com"], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", Sat, 27 Oct 2012 22:11:26 UTC +00:00], ["url", "http://ksylvest.com/"]]
|
21
43
|
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22
44
|
Redirected to http://test.host/people/712064549
|
23
|
-
Completed 302 Found in
|
45
|
+
Completed 302 Found in 20ms (ActiveRecord: 0.0ms)
|
24
46
|
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "people" [0m
|
25
|
-
[1m[35m (
|
47
|
+
[1m[35m (1.2ms)[0m rollback transaction
|
26
48
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
27
49
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
|
28
50
|
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "people" [0m
|
29
51
|
Processing by PeopleController#destroy as HTML
|
30
52
|
Parameters: {"id"=>"712064548"}
|
31
53
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
|
32
|
-
[1m[36m (0.
|
54
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
33
55
|
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 712064548]]
|
34
56
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
35
57
|
Redirected to http://test.host/people
|
36
|
-
Completed 302 Found in
|
58
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
|
37
59
|
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "people"
|
38
|
-
[1m[36m (0.
|
60
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
39
61
|
[1m[35m (0.1ms)[0m begin transaction
|
40
62
|
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 712064548]]
|
41
63
|
Processing by PeopleController#edit as HTML
|
42
64
|
Parameters: {"id"=>"712064548"}
|
43
65
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
|
44
|
-
Rendered people/_form.html.erb (
|
45
|
-
Completed 200 OK in
|
66
|
+
Rendered people/_form.html.erb (13.6ms)
|
67
|
+
Completed 200 OK in 66ms (Views: 64.4ms | ActiveRecord: 0.1ms)
|
46
68
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
47
69
|
[1m[35m (0.0ms)[0m begin transaction
|
48
70
|
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 712064548]]
|
49
71
|
Processing by PeopleController#index as HTML
|
50
|
-
[1m[35mPerson Load (0.
|
51
|
-
Completed 200 OK in
|
72
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
|
73
|
+
Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.1ms)
|
52
74
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
53
75
|
[1m[35m (0.0ms)[0m begin transaction
|
54
76
|
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 712064548]]
|
55
77
|
Processing by PeopleController#new as HTML
|
56
|
-
Rendered people/_form.html.erb (
|
57
|
-
Completed 200 OK in
|
78
|
+
Rendered people/_form.html.erb (3.8ms)
|
79
|
+
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
58
80
|
[1m[35m (0.1ms)[0m rollback transaction
|
59
81
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
60
82
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
|
61
83
|
Processing by PeopleController#show as HTML
|
62
84
|
Parameters: {"id"=>"712064548"}
|
63
85
|
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", "712064548"]]
|
64
|
-
Completed 200 OK in
|
86
|
+
Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)
|
65
87
|
[1m[35m (0.1ms)[0m rollback transaction
|
66
88
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
67
89
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
|
68
90
|
Processing by PeopleController#update as HTML
|
69
|
-
Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2012-
|
91
|
+
Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2012-10-27 22:11:26 UTC", "updated_at"=>"2012-10-27 22:11:26 UTC"}, "id"=>"712064548"}
|
92
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", "712064548"]]
|
93
|
+
WARNING: Can't mass-assign protected attributes: id
|
94
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
95
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
96
|
+
Redirected to http://test.host/people/712064548
|
97
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
|
98
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
99
|
+
Connecting to database specified by database.yml
|
100
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
101
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
102
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
103
|
+
Processing by MainController#index as HTML
|
104
|
+
Rendered main/index.html.erb within layouts/application (4.1ms)
|
105
|
+
Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms)
|
106
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
107
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
108
|
+
[1m[35mFixture Delete (0.4ms)[0m DELETE FROM "people"
|
109
|
+
[1m[36mFixture Insert (0.4ms)[0m [1mINSERT INTO "people" ("name", "url", "email", "phone", "created_at", "updated_at", "id") VALUES ('Kevin', 'http://ksylvest.com/', 'info@ksylvest.com', '(555) 555-5555', '2012-10-27 22:42:11', '2012-10-27 22:42:11', 712064548)[0m
|
110
|
+
[1m[35m (0.8ms)[0m commit transaction
|
111
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
112
|
+
[1m[35mPerson Load (0.6ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
|
113
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "people" [0m
|
114
|
+
Processing by PeopleController#create as HTML
|
115
|
+
Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2012-10-27 22:42:11 UTC", "updated_at"=>"2012-10-27 22:42:11 UTC"}}
|
116
|
+
WARNING: Can't mass-assign protected attributes: id
|
117
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
118
|
+
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "people" ("created_at", "email", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 27 Oct 2012 22:42:11 UTC +00:00], ["email", "info@ksylvest.com"], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", Sat, 27 Oct 2012 22:42:11 UTC +00:00], ["url", "http://ksylvest.com/"]]
|
119
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
120
|
+
Redirected to http://test.host/people/712064549
|
121
|
+
Completed 302 Found in 35ms (ActiveRecord: 0.0ms)
|
122
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "people" [0m
|
123
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
124
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
125
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
|
126
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "people" [0m
|
127
|
+
Processing by PeopleController#destroy as HTML
|
128
|
+
Parameters: {"id"=>"712064548"}
|
129
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
|
130
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
131
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 712064548]]
|
132
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
133
|
+
Redirected to http://test.host/people
|
134
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
|
135
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "people"
|
136
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
137
|
+
[1m[35m (0.1ms)[0m begin transaction
|
138
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 712064548]]
|
139
|
+
Processing by PeopleController#edit as HTML
|
140
|
+
Parameters: {"id"=>"712064548"}
|
141
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
|
142
|
+
Rendered people/_form.html.erb (18.2ms)
|
143
|
+
Completed 200 OK in 34ms (Views: 31.1ms | ActiveRecord: 0.2ms)
|
144
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
145
|
+
[1m[35m (0.1ms)[0m begin transaction
|
146
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 712064548]]
|
147
|
+
Processing by PeopleController#index as HTML
|
148
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
149
|
+
Completed 200 OK in 57ms (Views: 54.2ms | ActiveRecord: 0.2ms)
|
150
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
151
|
+
[1m[35m (0.1ms)[0m begin transaction
|
152
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 712064548]]
|
153
|
+
Processing by PeopleController#new as HTML
|
154
|
+
Rendered people/_form.html.erb (7.0ms)
|
155
|
+
Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms)
|
156
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
157
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
158
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
|
159
|
+
Processing by PeopleController#show as HTML
|
160
|
+
Parameters: {"id"=>"712064548"}
|
161
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", "712064548"]]
|
162
|
+
Completed 200 OK in 13ms (Views: 9.9ms | ActiveRecord: 0.2ms)
|
163
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
164
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
165
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
|
166
|
+
Processing by PeopleController#update as HTML
|
167
|
+
Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2012-10-27 22:42:11 UTC", "updated_at"=>"2012-10-27 22:42:11 UTC"}, "id"=>"712064548"}
|
168
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", "712064548"]]
|
169
|
+
WARNING: Can't mass-assign protected attributes: id
|
170
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
171
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
172
|
+
Redirected to http://test.host/people/712064548
|
173
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
174
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
175
|
+
Connecting to database specified by database.yml
|
176
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
177
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
178
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
179
|
+
Processing by MainController#index as HTML
|
180
|
+
Rendered main/index.html.erb within layouts/application (3.9ms)
|
181
|
+
Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.0ms)
|
182
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
183
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
184
|
+
[1m[35mFixture Delete (0.4ms)[0m DELETE FROM "people"
|
185
|
+
[1m[36mFixture Insert (0.2ms)[0m [1mINSERT INTO "people" ("name", "url", "email", "phone", "created_at", "updated_at", "id") VALUES ('Kevin', 'http://ksylvest.com/', 'info@ksylvest.com', '(555) 555-5555', '2012-10-27 22:42:32', '2012-10-27 22:42:32', 712064548)[0m
|
186
|
+
[1m[35m (0.8ms)[0m commit transaction
|
187
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
188
|
+
[1m[35mPerson Load (0.5ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
|
189
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "people" [0m
|
190
|
+
Processing by PeopleController#create as HTML
|
191
|
+
Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2012-10-27 22:42:32 UTC", "updated_at"=>"2012-10-27 22:42:32 UTC"}}
|
192
|
+
WARNING: Can't mass-assign protected attributes: id
|
193
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
194
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "people" ("created_at", "email", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 27 Oct 2012 22:42:32 UTC +00:00], ["email", "info@ksylvest.com"], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", Sat, 27 Oct 2012 22:42:32 UTC +00:00], ["url", "http://ksylvest.com/"]]
|
195
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
196
|
+
Redirected to http://test.host/people/712064549
|
197
|
+
Completed 302 Found in 32ms (ActiveRecord: 0.0ms)
|
198
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "people" [0m
|
199
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
200
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
201
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
|
202
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "people" [0m
|
203
|
+
Processing by PeopleController#destroy as HTML
|
204
|
+
Parameters: {"id"=>"712064548"}
|
205
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
|
206
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
207
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 712064548]]
|
208
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
209
|
+
Redirected to http://test.host/people
|
210
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
|
211
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "people"
|
212
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
213
|
+
[1m[35m (0.1ms)[0m begin transaction
|
214
|
+
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 712064548]]
|
215
|
+
Processing by PeopleController#edit as HTML
|
216
|
+
Parameters: {"id"=>"712064548"}
|
217
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
|
218
|
+
Rendered people/_form.html.erb (12.0ms)
|
219
|
+
Completed 200 OK in 22ms (Views: 19.8ms | ActiveRecord: 0.1ms)
|
220
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
221
|
+
[1m[35m (0.0ms)[0m begin transaction
|
222
|
+
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 712064548]]
|
223
|
+
Processing by PeopleController#index as HTML
|
224
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
|
225
|
+
Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms)
|
226
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
227
|
+
[1m[35m (0.0ms)[0m begin transaction
|
228
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 712064548]]
|
229
|
+
Processing by PeopleController#new as HTML
|
230
|
+
Rendered people/_form.html.erb (6.2ms)
|
231
|
+
Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.0ms)
|
232
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
233
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
234
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
|
235
|
+
Processing by PeopleController#show as HTML
|
236
|
+
Parameters: {"id"=>"712064548"}
|
70
237
|
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", "712064548"]]
|
238
|
+
Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.1ms)
|
239
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
240
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
241
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
|
242
|
+
Processing by PeopleController#update as HTML
|
243
|
+
Parameters: {"person"=>{"id"=>"712064548", "name"=>"Kevin", "url"=>"http://ksylvest.com/", "email"=>"info@ksylvest.com", "phone"=>"(555) 555-5555", "created_at"=>"2012-10-27 22:42:32 UTC", "updated_at"=>"2012-10-27 22:42:32 UTC"}, "id"=>"712064548"}
|
244
|
+
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", "712064548"]]
|
71
245
|
WARNING: Can't mass-assign protected attributes: id
|
72
246
|
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
73
247
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
74
248
|
Redirected to http://test.host/people/712064548
|
75
|
-
Completed 302 Found in
|
249
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
|
76
250
|
[1m[35m (0.1ms)[0m rollback transaction
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
53005
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: erroneous
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-10-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -103,6 +103,25 @@ files:
|
|
103
103
|
- test/dummy/test/unit/helpers/main_helper_test.rb
|
104
104
|
- test/dummy/test/unit/helpers/people_helper_test.rb
|
105
105
|
- test/dummy/test/unit/person_test.rb
|
106
|
+
- test/dummy/tmp/cache/assets/C7E/4A0/sprockets%2F80684416a4e6815bdae5306d295b9024
|
107
|
+
- test/dummy/tmp/cache/assets/CC4/F50/sprockets%2Fb84b903597039697e3e76b6178af6ab3
|
108
|
+
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
109
|
+
- test/dummy/tmp/cache/assets/D06/B40/sprockets%2F25fca4643219052b0d5c66cf2c71f72f
|
110
|
+
- test/dummy/tmp/cache/assets/D26/080/sprockets%2F14492c596885cafe7932045e4e7efd3f
|
111
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
112
|
+
- test/dummy/tmp/cache/assets/D3D/A50/sprockets%2F3022f155dee643c76e97fbbab090438d
|
113
|
+
- test/dummy/tmp/cache/assets/D44/670/sprockets%2Fc49eb38f70357e0024a346a934fffc9b
|
114
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
115
|
+
- test/dummy/tmp/cache/assets/D58/1E0/sprockets%2Fdd863e40bd669f77bb549b257d88d6b5
|
116
|
+
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
117
|
+
- test/dummy/tmp/cache/assets/D73/9B0/sprockets%2Ff6eeb33602682bd6ff6d1f177f6b142d
|
118
|
+
- test/dummy/tmp/cache/assets/D98/5D0/sprockets%2Fb05ff97cdfa9ad0f51f60b3604d07c80
|
119
|
+
- test/dummy/tmp/cache/assets/DA7/530/sprockets%2Fe36b8fcf5914a3a6bf058abfe7367b19
|
120
|
+
- test/dummy/tmp/cache/assets/DB7/6C0/sprockets%2F386e9196dd0f9efdce6f92ce93a6d107
|
121
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
122
|
+
- test/dummy/tmp/cache/assets/DF7/B60/sprockets%2Fd4e54c5507a31ff288be0c5fa21dbedf
|
123
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
124
|
+
- test/dummy/tmp/pids/server.pid
|
106
125
|
- test/erroneous_test.rb
|
107
126
|
- test/test_helper.rb
|
108
127
|
homepage: http://github.com/ksylvest/erroneous
|
@@ -119,7 +138,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
119
138
|
version: '0'
|
120
139
|
segments:
|
121
140
|
- 0
|
122
|
-
hash:
|
141
|
+
hash: 2838365154925177918
|
123
142
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
124
143
|
none: false
|
125
144
|
requirements:
|
@@ -128,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
147
|
version: '0'
|
129
148
|
segments:
|
130
149
|
- 0
|
131
|
-
hash:
|
150
|
+
hash: 2838365154925177918
|
132
151
|
requirements: []
|
133
152
|
rubyforge_project:
|
134
153
|
rubygems_version: 1.8.24
|
@@ -182,5 +201,24 @@ test_files:
|
|
182
201
|
- test/dummy/test/unit/helpers/main_helper_test.rb
|
183
202
|
- test/dummy/test/unit/helpers/people_helper_test.rb
|
184
203
|
- test/dummy/test/unit/person_test.rb
|
204
|
+
- test/dummy/tmp/cache/assets/C7E/4A0/sprockets%2F80684416a4e6815bdae5306d295b9024
|
205
|
+
- test/dummy/tmp/cache/assets/CC4/F50/sprockets%2Fb84b903597039697e3e76b6178af6ab3
|
206
|
+
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
207
|
+
- test/dummy/tmp/cache/assets/D06/B40/sprockets%2F25fca4643219052b0d5c66cf2c71f72f
|
208
|
+
- test/dummy/tmp/cache/assets/D26/080/sprockets%2F14492c596885cafe7932045e4e7efd3f
|
209
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
210
|
+
- test/dummy/tmp/cache/assets/D3D/A50/sprockets%2F3022f155dee643c76e97fbbab090438d
|
211
|
+
- test/dummy/tmp/cache/assets/D44/670/sprockets%2Fc49eb38f70357e0024a346a934fffc9b
|
212
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
213
|
+
- test/dummy/tmp/cache/assets/D58/1E0/sprockets%2Fdd863e40bd669f77bb549b257d88d6b5
|
214
|
+
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
215
|
+
- test/dummy/tmp/cache/assets/D73/9B0/sprockets%2Ff6eeb33602682bd6ff6d1f177f6b142d
|
216
|
+
- test/dummy/tmp/cache/assets/D98/5D0/sprockets%2Fb05ff97cdfa9ad0f51f60b3604d07c80
|
217
|
+
- test/dummy/tmp/cache/assets/DA7/530/sprockets%2Fe36b8fcf5914a3a6bf058abfe7367b19
|
218
|
+
- test/dummy/tmp/cache/assets/DB7/6C0/sprockets%2F386e9196dd0f9efdce6f92ce93a6d107
|
219
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
220
|
+
- test/dummy/tmp/cache/assets/DF7/B60/sprockets%2Fd4e54c5507a31ff288be0c5fa21dbedf
|
221
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
222
|
+
- test/dummy/tmp/pids/server.pid
|
185
223
|
- test/erroneous_test.rb
|
186
224
|
- test/test_helper.rb
|