erroneous 0.0.7 → 0.0.8

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.
Files changed (26) hide show
  1. data/lib/erroneous/railtie.rb +1 -1
  2. data/lib/erroneous/version.rb +1 -1
  3. data/test/dummy/db/development.sqlite3 +0 -0
  4. data/test/dummy/db/test.sqlite3 +0 -0
  5. data/test/dummy/log/development.log +134 -10
  6. data/test/dummy/log/test.log +197 -23
  7. data/test/dummy/tmp/cache/assets/C7E/4A0/sprockets%2F80684416a4e6815bdae5306d295b9024 +0 -0
  8. data/test/dummy/tmp/cache/assets/CC4/F50/sprockets%2Fb84b903597039697e3e76b6178af6ab3 +0 -0
  9. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  10. data/test/dummy/tmp/cache/assets/D06/B40/sprockets%2F25fca4643219052b0d5c66cf2c71f72f +0 -0
  11. data/test/dummy/tmp/cache/assets/D26/080/sprockets%2F14492c596885cafe7932045e4e7efd3f +0 -0
  12. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  13. data/test/dummy/tmp/cache/assets/D3D/A50/sprockets%2F3022f155dee643c76e97fbbab090438d +0 -0
  14. data/test/dummy/tmp/cache/assets/D44/670/sprockets%2Fc49eb38f70357e0024a346a934fffc9b +0 -0
  15. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  16. data/test/dummy/tmp/cache/assets/D58/1E0/sprockets%2Fdd863e40bd669f77bb549b257d88d6b5 +0 -0
  17. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  18. data/test/dummy/tmp/cache/assets/D73/9B0/sprockets%2Ff6eeb33602682bd6ff6d1f177f6b142d +0 -0
  19. data/test/dummy/tmp/cache/assets/D98/5D0/sprockets%2Fb05ff97cdfa9ad0f51f60b3604d07c80 +0 -0
  20. data/test/dummy/tmp/cache/assets/DA7/530/sprockets%2Fe36b8fcf5914a3a6bf058abfe7367b19 +0 -0
  21. data/test/dummy/tmp/cache/assets/DB7/6C0/sprockets%2F386e9196dd0f9efdce6f92ce93a6d107 +0 -0
  22. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  23. data/test/dummy/tmp/cache/assets/DF7/B60/sprockets%2Fd4e54c5507a31ff288be0c5fa21dbedf +0 -0
  24. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  25. data/test/dummy/tmp/pids/server.pid +1 -0
  26. metadata +42 -4
@@ -4,7 +4,7 @@ require 'rails'
4
4
  module Erroneous
5
5
  class Railtie < Rails::Railtie
6
6
  initializer 'erroneous.initialize' do
7
- ActionView::Helpers.send :include, Erroneous
7
+ ActionView::Base.send :include, Erroneous
8
8
  end
9
9
  end
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module Erroneous
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
Binary file
Binary file
@@ -1,18 +1,142 @@
1
1
  Connecting to database specified by database.yml
2
-  (1.3ms) select sqlite_version(*)
3
-  (1.6ms) 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
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
+  (1.7ms) select sqlite_version(*)
3
+  (1.3ms) 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
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
5
5
   (0.0ms) PRAGMA index_list("schema_migrations")
6
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7
7
   (0.1ms) SELECT version FROM "schema_migrations"
8
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20110109192118')
9
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
8
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20110109192118')
9
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
10
10
  Connecting to database specified by database.yml
11
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
11
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
12
12
   (0.3ms) select sqlite_version(*)
13
-  (1.2ms) 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) 
13
+  (1.7ms) 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) 
14
14
   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
15
15
   (0.0ms) PRAGMA index_list("schema_migrations")
16
-  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17
17
   (0.1ms) SELECT version FROM "schema_migrations"
18
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20110109192118')
18
+  (1.1ms) 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
+ Person Load (0.1ms) SELECT "people".* FROM "people" 
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
+  (0.1ms) begin transaction
86
+  (0.1ms) rollback transaction
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
+ Person Load (0.5ms) SELECT "people".* FROM "people" 
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)
@@ -1,76 +1,250 @@
1
1
  Connecting to database specified by database.yml
2
2
   (0.4ms) begin transaction
3
+  (0.1ms) rollback transaction
4
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
9
+  (0.2ms) begin transaction
10
+  (0.1ms) rollback transaction
11
+  (0.1ms) begin transaction
12
+  (0.1ms) rollback transaction
13
+  (0.1ms) begin transaction
3
14
   (0.0ms) rollback transaction
4
15
   (0.0ms) begin transaction
16
+  (0.0ms) rollback transaction
17
+  (0.1ms) begin transaction
18
+  (0.0ms) rollback transaction
19
+  (0.0ms) begin transaction
20
+  (0.0ms) rollback transaction
21
+  (0.1ms) begin transaction
22
+  (0.0ms) rollback transaction
23
+ Connecting to database specified by database.yml
24
+  (0.4ms) begin transaction
25
+  (0.1ms) rollback transaction
26
+  (0.1ms) begin transaction
5
27
  Processing by MainController#index as HTML
6
- Rendered main/index.html.erb within layouts/application (2.5ms)
7
- Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)
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
   (0.1ms) rollback transaction
9
31
   (0.1ms) begin transaction
10
- Fixture Delete (0.3ms) DELETE FROM "people"
11
- Fixture Insert (0.2ms) INSERT INTO "people" ("name", "url", "email", "phone", "created_at", "updated_at", "id") VALUES ('Kevin', 'http://ksylvest.com/', 'info@ksylvest.com', '(555) 555-5555', '2012-07-16 05:40:52', '2012-07-16 05:40:52', 712064548)
12
-  (0.7ms) commit transaction
13
-  (0.0ms) begin transaction
32
+ Fixture Delete (0.4ms) DELETE FROM "people"
33
+ Fixture Insert (0.2ms) INSERT 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)
34
+  (0.8ms) commit transaction
35
+  (0.1ms) begin transaction
14
36
  Person Load (0.3ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
15
37
   (0.2ms) SELECT COUNT(*) FROM "people" 
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-07-16 05:40:52 UTC", "updated_at"=>"2012-07-16 05:40:52 UTC"}}
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
-  (0.4ms) SAVEPOINT active_record_1
20
- SQL (0.6ms) INSERT INTO "people" ("created_at", "email", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 16 Jul 2012 05:40:52 UTC +00:00], ["email", "info@ksylvest.com"], ["name", "Kevin"], ["phone", "(555) 555-5555"], ["updated_at", Mon, 16 Jul 2012 05:40:52 UTC +00:00], ["url", "http://ksylvest.com/"]]
41
+  (0.1ms) SAVEPOINT active_record_1
42
+ SQL (0.7ms) INSERT INTO "people" ("created_at", "email", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?) [["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
   (0.0ms) RELEASE SAVEPOINT active_record_1
22
44
  Redirected to http://test.host/people/712064549
23
- Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
45
+ Completed 302 Found in 20ms (ActiveRecord: 0.0ms)
24
46
   (0.1ms) SELECT COUNT(*) FROM "people" 
25
-  (0.4ms) rollback transaction
47
+  (1.2ms) rollback transaction
26
48
   (0.1ms) begin transaction
27
49
  Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
28
50
   (0.1ms) SELECT COUNT(*) FROM "people" 
29
51
  Processing by PeopleController#destroy as HTML
30
52
  Parameters: {"id"=>"712064548"}
31
53
  Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
32
-  (0.0ms) SAVEPOINT active_record_1
54
+  (0.1ms) SAVEPOINT active_record_1
33
55
  SQL (0.3ms) DELETE FROM "people" WHERE "people"."id" = ? [["id", 712064548]]
34
56
   (0.0ms) RELEASE SAVEPOINT active_record_1
35
57
  Redirected to http://test.host/people
36
- Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
58
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
37
59
   (0.1ms) SELECT COUNT(*) FROM "people"
38
-  (0.3ms) rollback transaction
60
+  (0.4ms) rollback transaction
39
61
   (0.1ms) begin transaction
40
62
  Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
41
63
  Processing by PeopleController#edit as HTML
42
64
  Parameters: {"id"=>"712064548"}
43
65
  Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
44
- Rendered people/_form.html.erb (10.6ms)
45
- Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.1ms)
66
+ Rendered people/_form.html.erb (13.6ms)
67
+ Completed 200 OK in 66ms (Views: 64.4ms | ActiveRecord: 0.1ms)
46
68
   (0.1ms) rollback transaction
47
69
   (0.0ms) begin transaction
48
70
  Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
49
71
  Processing by PeopleController#index as HTML
50
- Person Load (0.2ms) SELECT "people".* FROM "people"
51
- Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)
72
+ Person Load (0.1ms) SELECT "people".* FROM "people"
73
+ Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.1ms)
52
74
   (0.1ms) rollback transaction
53
75
   (0.0ms) begin transaction
54
76
  Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
55
77
  Processing by PeopleController#new as HTML
56
- Rendered people/_form.html.erb (2.5ms)
57
- Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
78
+ Rendered people/_form.html.erb (3.8ms)
79
+ Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
58
80
   (0.1ms) rollback transaction
59
81
   (0.0ms) begin transaction
60
82
  Person Load (0.1ms) 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
  Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
64
- Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms)
86
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)
65
87
   (0.1ms) rollback transaction
66
88
   (0.0ms) begin transaction
67
89
  Person Load (0.1ms) 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-07-16 05:40:52 UTC", "updated_at"=>"2012-07-16 05:40:52 UTC"}, "id"=>"712064548"}
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
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
93
+ WARNING: Can't mass-assign protected attributes: id
94
+  (0.1ms) SAVEPOINT active_record_1
95
+  (0.1ms) RELEASE SAVEPOINT active_record_1
96
+ Redirected to http://test.host/people/712064548
97
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
98
+  (0.1ms) rollback transaction
99
+ Connecting to database specified by database.yml
100
+  (0.4ms) begin transaction
101
+  (0.0ms) rollback transaction
102
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
107
+  (0.1ms) begin transaction
108
+ Fixture Delete (0.4ms) DELETE FROM "people"
109
+ Fixture Insert (0.4ms) INSERT 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)
110
+  (0.8ms) commit transaction
111
+  (0.1ms) begin transaction
112
+ Person Load (0.6ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
113
+  (0.2ms) SELECT COUNT(*) FROM "people" 
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
+  (0.1ms) SAVEPOINT active_record_1
118
+ SQL (1.3ms) INSERT INTO "people" ("created_at", "email", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?) [["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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
120
+ Redirected to http://test.host/people/712064549
121
+ Completed 302 Found in 35ms (ActiveRecord: 0.0ms)
122
+  (0.2ms) SELECT COUNT(*) FROM "people" 
123
+  (0.4ms) rollback transaction
124
+  (0.1ms) begin transaction
125
+ Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
126
+  (0.2ms) SELECT COUNT(*) FROM "people" 
127
+ Processing by PeopleController#destroy as HTML
128
+ Parameters: {"id"=>"712064548"}
129
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
130
+  (0.1ms) SAVEPOINT active_record_1
131
+ SQL (0.4ms) DELETE FROM "people" WHERE "people"."id" = ? [["id", 712064548]]
132
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133
+ Redirected to http://test.host/people
134
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
135
+  (0.2ms) SELECT COUNT(*) FROM "people"
136
+  (0.4ms) rollback transaction
137
+  (0.1ms) begin transaction
138
+ Person Load (0.3ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
139
+ Processing by PeopleController#edit as HTML
140
+ Parameters: {"id"=>"712064548"}
141
+ Person Load (0.2ms) 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
+  (0.2ms) rollback transaction
145
+  (0.1ms) begin transaction
146
+ Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
147
+ Processing by PeopleController#index as HTML
148
+ Person Load (0.2ms) SELECT "people".* FROM "people"
149
+ Completed 200 OK in 57ms (Views: 54.2ms | ActiveRecord: 0.2ms)
150
+  (0.1ms) rollback transaction
151
+  (0.1ms) begin transaction
152
+ Person Load (0.3ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["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
+  (0.1ms) rollback transaction
157
+  (0.1ms) begin transaction
158
+ Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
159
+ Processing by PeopleController#show as HTML
160
+ Parameters: {"id"=>"712064548"}
161
+ Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
162
+ Completed 200 OK in 13ms (Views: 9.9ms | ActiveRecord: 0.2ms)
163
+  (0.2ms) rollback transaction
164
+  (0.1ms) begin transaction
165
+ Person Load (0.2ms) 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
+ Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
169
+ WARNING: Can't mass-assign protected attributes: id
170
+  (0.1ms) SAVEPOINT active_record_1
171
+  (0.1ms) RELEASE SAVEPOINT active_record_1
172
+ Redirected to http://test.host/people/712064548
173
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
174
+  (0.1ms) rollback transaction
175
+ Connecting to database specified by database.yml
176
+  (0.5ms) begin transaction
177
+  (0.1ms) rollback transaction
178
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
183
+  (0.1ms) begin transaction
184
+ Fixture Delete (0.4ms) DELETE FROM "people"
185
+ Fixture Insert (0.2ms) INSERT 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)
186
+  (0.8ms) commit transaction
187
+  (0.0ms) begin transaction
188
+ Person Load (0.5ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
189
+  (0.2ms) SELECT COUNT(*) FROM "people" 
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
+  (0.1ms) SAVEPOINT active_record_1
194
+ SQL (0.9ms) INSERT INTO "people" ("created_at", "email", "name", "phone", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?) [["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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
196
+ Redirected to http://test.host/people/712064549
197
+ Completed 302 Found in 32ms (ActiveRecord: 0.0ms)
198
+  (0.2ms) SELECT COUNT(*) FROM "people" 
199
+  (0.5ms) rollback transaction
200
+  (0.1ms) begin transaction
201
+ Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
202
+  (0.2ms) SELECT COUNT(*) FROM "people" 
203
+ Processing by PeopleController#destroy as HTML
204
+ Parameters: {"id"=>"712064548"}
205
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
206
+  (0.1ms) SAVEPOINT active_record_1
207
+ SQL (0.4ms) DELETE FROM "people" WHERE "people"."id" = ? [["id", 712064548]]
208
+  (0.1ms) RELEASE SAVEPOINT active_record_1
209
+ Redirected to http://test.host/people
210
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
211
+  (0.2ms) SELECT COUNT(*) FROM "people"
212
+  (0.4ms) rollback transaction
213
+  (0.1ms) begin transaction
214
+ Person Load (0.3ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
215
+ Processing by PeopleController#edit as HTML
216
+ Parameters: {"id"=>"712064548"}
217
+ Person Load (0.1ms) 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
+  (0.1ms) rollback transaction
221
+  (0.0ms) begin transaction
222
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
223
+ Processing by PeopleController#index as HTML
224
+ Person Load (0.2ms) SELECT "people".* FROM "people"
225
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms)
226
+  (0.1ms) rollback transaction
227
+  (0.0ms) begin transaction
228
+ Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["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
+  (0.1ms) rollback transaction
233
+  (0.1ms) begin transaction
234
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 712064548]]
235
+ Processing by PeopleController#show as HTML
236
+ Parameters: {"id"=>"712064548"}
70
237
  Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
238
+ Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.1ms)
239
+  (0.1ms) rollback transaction
240
+  (0.1ms) begin transaction
241
+ Person Load (0.2ms) 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
+ Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", "712064548"]]
71
245
  WARNING: Can't mass-assign protected attributes: id
72
246
   (0.1ms) SAVEPOINT active_record_1
73
247
   (0.0ms) RELEASE SAVEPOINT active_record_1
74
248
  Redirected to http://test.host/people/712064548
75
- Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
249
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
76
250
   (0.1ms) rollback transaction
@@ -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.7
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-07-16 00:00:00.000000000 Z
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: -3448362181391292338
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: -3448362181391292338
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