robot_catcher 0.1.2 → 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.
@@ -1,2722 +0,0 @@
1
- Connecting to database specified by database.yml
2
-
3
-
4
- Started GET "/" for 127.0.0.1 at 2015-11-11 09:58:21 +0100
5
- Processing by ArticlesController#index as HTML
6
- Completed 500 Internal Server Error in 32.6ms
7
-
8
- ActiveRecord::StatementInvalid (Could not find table 'articles'):
9
- app/controllers/articles_controller.rb:5:in `index'
10
-
11
-
12
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
13
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
14
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.7ms)
15
- Connecting to database specified by database.yml
16
-  (0.1ms) select sqlite_version(*)
17
-  (11.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
18
-  (10.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
19
-  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
20
- Connecting to database specified by database.yml
21
-  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
22
-  (0.1ms) select sqlite_version(*)
23
-  (16.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
24
-  (10.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
25
-  (0.1ms) SELECT version FROM "schema_migrations"
26
-  (10.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
27
- Connecting to database specified by database.yml
28
-
29
-
30
- Started GET "/" for 127.0.0.1 at 2015-11-11 09:58:47 +0100
31
- Processing by ArticlesController#index as HTML
32
- Completed 500 Internal Server Error in 30.9ms
33
-
34
- ActiveRecord::StatementInvalid (Could not find table 'articles'):
35
- app/controllers/articles_controller.rb:5:in `index'
36
-
37
-
38
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms)
39
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (11.3ms)
40
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.7ms)
41
- Connecting to database specified by database.yml
42
-  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
43
- Migrating to CreateArticles (0)
44
-  (0.0ms) select sqlite_version(*)
45
-  (0.0ms) begin transaction
46
-  (0.3ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
47
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('0')
48
-  (20.7ms) commit transaction
49
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
50
- Connecting to database specified by database.yml
51
-  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
52
-  (0.1ms) select sqlite_version(*)
53
-  (11.0ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
54
-  (10.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
55
-  (10.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
56
-  (0.0ms) SELECT version FROM "schema_migrations"
57
-  (10.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
58
- Connecting to database specified by database.yml
59
-
60
-
61
- Started GET "/" for 127.0.0.1 at 2015-11-11 10:01:29 +0100
62
- Processing by ArticlesController#index as HTML
63
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
64
- Rendered articles/index.html.erb within layouts/application (1.6ms)
65
- Compiled application.css (0ms) (pid 8972)
66
- Compiled jquery.js (1ms) (pid 8972)
67
- Compiled jquery_ujs.js (0ms) (pid 8972)
68
- Compiled application.js (23ms) (pid 8972)
69
- Completed 200 OK in 84.1ms (Views: 53.4ms | ActiveRecord: 11.2ms)
70
-
71
-
72
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 10:01:29 +0100
73
- Served asset /application.css - 200 OK (1ms)
74
-
75
-
76
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 10:01:29 +0100
77
- Served asset /jquery.js - 200 OK (1ms)
78
-
79
-
80
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 10:01:29 +0100
81
- Served asset /jquery_ujs.js - 200 OK (1ms)
82
-
83
-
84
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 10:01:29 +0100
85
- Served asset /application.js - 200 OK (2ms)
86
-
87
-
88
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 10:01:33 +0100
89
- Processing by ArticlesController#new as HTML
90
- Rendered articles/_form.html.erb (18.3ms)
91
- Rendered articles/new.html.erb within layouts/application (21.4ms)
92
- Completed 500 Internal Server Error in 26.2ms
93
-
94
- ActionView::Template::Error (undefined method `model_name_from_record_or_class' for #<#<Class:0x00000001c6b9b0>:0x007fc6a8aa2c08>):
95
- 1: <%= rc_form_for(@article, ip: request.remote_ip) do |f| %>
96
- 2: <% if @article.errors.any? %>
97
- 3: <div id="error_explanation">
98
- 4: <h2><%= pluralize(@article.errors.count, "error") %> prohibited this article from being saved:</h2>
99
- app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb__490490352089798316_70245567102660'
100
- app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb__4343968083575924127_70245604986000'
101
- app/controllers/articles_controller.rb:29:in `new'
102
-
103
-
104
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
105
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
106
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.5ms)
107
-
108
-
109
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 10:04:56 +0100
110
- Processing by ArticlesController#new as HTML
111
- Rendered articles/_form.html.erb (4.1ms)
112
- Rendered articles/new.html.erb within layouts/application (4.4ms)
113
- Completed 500 Internal Server Error in 5.4ms
114
-
115
- ActionView::Template::Error (undefined method `model_name_from_record_or_class' for #<#<Class:0x00000001c6b9b0>:0x007fc6a416cd40>):
116
- 1: <%= rc_form_for(Article.new, ip: request.remote_ip) do |f| %>
117
- 2: <% if @article.errors.any? %>
118
- 3: <div id="error_explanation">
119
- 4: <h2><%= pluralize(@article.errors.count, "error") %> prohibited this article from being saved:</h2>
120
- app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb__490490352089798316_70245566831000'
121
- app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb__4343968083575924127_70245604986000'
122
- app/controllers/articles_controller.rb:29:in `new'
123
-
124
-
125
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
126
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
127
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.3ms)
128
- Connecting to database specified by database.yml
129
-
130
-
131
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 10:07:14 +0100
132
- Processing by ArticlesController#new as HTML
133
- Rendered articles/_form.html.erb (5.2ms)
134
- Rendered articles/new.html.erb within layouts/application (18.7ms)
135
- Completed 500 Internal Server Error in 56.2ms
136
-
137
- ActionView::Template::Error (undefined method `model_name_from_record_or_class' for #<#<Class:0x00000003c7bcc8>:0x00000003c7e900>):
138
- 1: <%= rc_form_for(@article, ip: request.remote_ip) do |f| %>
139
- 2: <% if @article.errors.any? %>
140
- 3: <div id="error_explanation">
141
- 4: <h2><%= pluralize(@article.errors.count, "error") %> prohibited this article from being saved:</h2>
142
- app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb___206659350197011487_28885620'
143
- app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb__556998270894200589_32271820'
144
- app/controllers/articles_controller.rb:29:in `new'
145
-
146
-
147
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms)
148
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.4ms)
149
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.7ms)
150
- Connecting to database specified by database.yml
151
-
152
-
153
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 10:08:35 +0100
154
- Processing by ArticlesController#new as HTML
155
- Rendered articles/_form.html.erb (2.3ms)
156
- Rendered articles/new.html.erb within layouts/application (16.2ms)
157
- Completed 500 Internal Server Error in 52.7ms
158
-
159
- ActionView::Template::Error (wrong number of arguments (3 for 2)):
160
- 1: <%= rc_form_for(@article, ip: request.remote_ip) do |f| %>
161
- 2: <% if @article.errors.any? %>
162
- 3: <div id="error_explanation">
163
- 4: <h2><%= pluralize(@article.errors.count, "error") %> prohibited this article from being saved:</h2>
164
- app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb___2033000510010382778_33062180'
165
- app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb___792844335726213921_36258840'
166
- app/controllers/articles_controller.rb:29:in `new'
167
-
168
-
169
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms)
170
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.4ms)
171
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.5ms)
172
- Connecting to database specified by database.yml
173
-
174
-
175
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 10:10:22 +0100
176
- Processing by ArticlesController#new as HTML
177
- Rendered articles/_form.html.erb (3.2ms)
178
- Rendered articles/new.html.erb within layouts/application (16.5ms)
179
- Completed 500 Internal Server Error in 53.7ms
180
-
181
- ActionView::Template::Error (wrong number of arguments (5 for 4)):
182
- 1: <%= rc_form_for(@article, ip: request.remote_ip) do |f| %>
183
- 2: <% if @article.errors.any? %>
184
- 3: <div id="error_explanation">
185
- 4: <h2><%= pluralize(@article.errors.count, "error") %> prohibited this article from being saved:</h2>
186
- app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb___3379622309281467375_26865160'
187
- app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb___802802735360546606_24629300'
188
- app/controllers/articles_controller.rb:29:in `new'
189
-
190
-
191
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms)
192
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
193
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.8ms)
194
- Connecting to database specified by database.yml
195
-
196
-
197
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 10:12:58 +0100
198
- Processing by ArticlesController#new as HTML
199
- Rendered articles/_form.html.erb (3.4ms)
200
- Rendered articles/new.html.erb within layouts/application (16.8ms)
201
- Completed 500 Internal Server Error in 54.8ms
202
-
203
- ActionView::Template::Error (wrong number of arguments (4 for 5)):
204
- 1: <%= rc_form_for(@article, ip: request.remote_ip) do |f| %>
205
- 2: <% if @article.errors.any? %>
206
- 3: <div id="error_explanation">
207
- 4: <h2><%= pluralize(@article.errors.count, "error") %> prohibited this article from being saved:</h2>
208
- app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb___1502994103646995631_36035640'
209
- app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb__1528748935950364114_40190460'
210
- app/controllers/articles_controller.rb:29:in `new'
211
-
212
-
213
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms)
214
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
215
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.6ms)
216
- Connecting to database specified by database.yml
217
-
218
-
219
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 10:17:19 +0100
220
- Processing by ArticlesController#new as HTML
221
- Rendered articles/_form.html.erb (5.3ms)
222
- Rendered articles/new.html.erb within layouts/application (19.0ms)
223
- Completed 200 OK in 62.8ms (Views: 28.2ms | ActiveRecord: 1.1ms)
224
-
225
-
226
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 10:17:19 +0100
227
- Served asset /application.css - 304 Not Modified (1ms)
228
-
229
-
230
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 10:17:19 +0100
231
- Served asset /jquery.js - 304 Not Modified (2ms)
232
-
233
-
234
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 10:17:19 +0100
235
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
236
-
237
-
238
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 10:17:19 +0100
239
- Served asset /application.js - 304 Not Modified (2ms)
240
- Connecting to database specified by database.yml
241
- Connecting to database specified by database.yml
242
-
243
-
244
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 10:19:37 +0100
245
- Processing by ArticlesController#new as HTML
246
- Rendered articles/_form.html.erb (4.3ms)
247
- Rendered articles/new.html.erb within layouts/application (18.6ms)
248
- Completed 200 OK in 63.7ms (Views: 27.9ms | ActiveRecord: 1.1ms)
249
-
250
-
251
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 10:19:37 +0100
252
- Served asset /application.css - 304 Not Modified (1ms)
253
-
254
-
255
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 10:19:37 +0100
256
- Served asset /jquery.js - 304 Not Modified (4ms)
257
-
258
-
259
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 10:19:37 +0100
260
- Served asset /application.js - 304 Not Modified (17ms)
261
-
262
-
263
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 10:19:37 +0100
264
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
265
- Connecting to database specified by database.yml
266
-
267
-
268
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 10:19:56 +0100
269
- Processing by ArticlesController#new as HTML
270
- Rendered articles/_form.html.erb (4.2ms)
271
- Rendered articles/new.html.erb within layouts/application (18.6ms)
272
- Completed 200 OK in 62.4ms (Views: 28.7ms | ActiveRecord: 11.7ms)
273
-
274
-
275
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 10:19:56 +0100
276
- Served asset /application.css - 304 Not Modified (1ms)
277
-
278
-
279
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 10:19:56 +0100
280
- Served asset /jquery.js - 304 Not Modified (1ms)
281
-
282
-
283
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 10:19:56 +0100
284
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
285
-
286
-
287
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 10:19:56 +0100
288
- Served asset /application.js - 304 Not Modified (15ms)
289
- Connecting to database specified by database.yml
290
-
291
-
292
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 10:20:20 +0100
293
- Processing by ArticlesController#new as HTML
294
- Rendered articles/_form.html.erb (4.1ms)
295
- Rendered articles/new.html.erb within layouts/application (17.8ms)
296
- Completed 200 OK in 61.4ms (Views: 27.4ms | ActiveRecord: 1.1ms)
297
-
298
-
299
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 10:20:21 +0100
300
- Served asset /application.css - 304 Not Modified (1ms)
301
-
302
-
303
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 10:20:21 +0100
304
- Served asset /jquery.js - 304 Not Modified (1ms)
305
-
306
-
307
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 10:20:21 +0100
308
- Served asset /jquery_ujs.js - 304 Not Modified (12ms)
309
-
310
-
311
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 10:20:21 +0100
312
- Served asset /application.js - 304 Not Modified (2ms)
313
-
314
-
315
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 10:20:37 +0100
316
- Processing by ArticlesController#create as HTML
317
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"DKWrufQW2N/sn3XdZACbnNzOfLF5Ly+VVShKTmlxhyo=", "timestamp"=>"1447233621", "spinner"=>"d6095a0c43777adca3b06a72fc619e28", "33cbf2ba71e909c5f14b2dfda36af742"=>"", "Article"=>{"title"=>"Test", "text"=>"Dit is een test"}, "7f777029b6957d499f9b0e94ff197f2c"=>"", "commit"=>"Create Article"}
318
- Redirected to http://localhost:3000/articles
319
- Completed 302 Found in 1.0ms (ActiveRecord: 0.0ms)
320
-
321
-
322
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 10:20:37 +0100
323
- Processing by ArticlesController#index as HTML
324
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
325
- Rendered articles/index.html.erb within layouts/application (0.5ms)
326
- Completed 200 OK in 3.5ms (Views: 2.7ms | ActiveRecord: 0.1ms)
327
-
328
-
329
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 10:20:37 +0100
330
- Served asset /application.css - 304 Not Modified (0ms)
331
-
332
-
333
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 10:20:37 +0100
334
- Served asset /jquery.js - 304 Not Modified (0ms)
335
-
336
-
337
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 10:20:37 +0100
338
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
339
-
340
-
341
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 10:20:37 +0100
342
- Served asset /application.js - 304 Not Modified (0ms)
343
- Connecting to database specified by database.yml
344
-
345
-
346
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 10:22:37 +0100
347
- Processing by ArticlesController#index as HTML
348
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
349
- Rendered articles/index.html.erb within layouts/application (1.6ms)
350
- Completed 200 OK in 45.7ms (Views: 24.0ms | ActiveRecord: 1.1ms)
351
-
352
-
353
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 10:22:37 +0100
354
- Served asset /application.css - 304 Not Modified (1ms)
355
-
356
-
357
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 10:22:37 +0100
358
- Served asset /jquery.js - 304 Not Modified (2ms)
359
-
360
-
361
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 10:22:37 +0100
362
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
363
-
364
-
365
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 10:22:37 +0100
366
- Served asset /application.js - 304 Not Modified (2ms)
367
-
368
-
369
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 10:22:39 +0100
370
- Processing by ArticlesController#new as HTML
371
- Rendered articles/_form.html.erb (4.1ms)
372
- Rendered articles/new.html.erb within layouts/application (19.3ms)
373
- Completed 200 OK in 24.5ms (Views: 21.6ms | ActiveRecord: 0.0ms)
374
-
375
-
376
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 10:22:39 +0100
377
- Served asset /application.css - 304 Not Modified (0ms)
378
-
379
-
380
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 10:22:39 +0100
381
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
382
-
383
-
384
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 10:22:39 +0100
385
- Served asset /jquery.js - 304 Not Modified (0ms)
386
-
387
-
388
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 10:22:39 +0100
389
- Served asset /application.js - 304 Not Modified (0ms)
390
-
391
-
392
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 10:22:42 +0100
393
- Processing by ArticlesController#create as HTML
394
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"DKWrufQW2N/sn3XdZACbnNzOfLF5Ly+VVShKTmlxhyo=", "timestamp"=>"1447233759", "spinner"=>"4bca71a109176af300c6cf4d89643448", "1ead3f121547d98ce41190b3ea7561ca"=>"", "Article"=>{"title"=>"Woo", "text"=>"weeee"}, "cd5e2ef28c164b4bb3a9323da80970a1"=>"", "commit"=>"Create Article"}
395
- Redirected to http://localhost:3000/articles
396
- Completed 302 Found in 0.8ms (ActiveRecord: 0.0ms)
397
-
398
-
399
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 10:22:42 +0100
400
- Processing by ArticlesController#index as HTML
401
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
402
- Rendered articles/index.html.erb within layouts/application (0.2ms)
403
- Completed 200 OK in 2.7ms (Views: 2.2ms | ActiveRecord: 0.1ms)
404
-
405
-
406
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 10:22:42 +0100
407
- Served asset /application.css - 304 Not Modified (0ms)
408
-
409
-
410
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 10:22:42 +0100
411
- Served asset /jquery.js - 304 Not Modified (1ms)
412
-
413
-
414
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 10:22:42 +0100
415
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
416
-
417
-
418
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 10:22:42 +0100
419
- Served asset /application.js - 304 Not Modified (0ms)
420
- Connecting to database specified by database.yml
421
-
422
-
423
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 10:24:34 +0100
424
- Processing by ArticlesController#index as HTML
425
- Article Load (0.0ms) SELECT "articles".* FROM "articles" 
426
- Rendered articles/index.html.erb within layouts/application (1.5ms)
427
- Completed 200 OK in 42.4ms (Views: 22.3ms | ActiveRecord: 1.0ms)
428
-
429
-
430
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 10:24:35 +0100
431
- Served asset /application.css - 304 Not Modified (1ms)
432
-
433
-
434
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 10:24:35 +0100
435
- Served asset /jquery.js - 304 Not Modified (1ms)
436
-
437
-
438
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 10:24:35 +0100
439
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
440
-
441
-
442
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 10:24:35 +0100
443
- Served asset /application.js - 304 Not Modified (2ms)
444
-
445
-
446
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 10:24:35 +0100
447
- Processing by ArticlesController#new as HTML
448
- Rendered articles/_form.html.erb (4.2ms)
449
- Rendered articles/new.html.erb within layouts/application (19.9ms)
450
- Completed 200 OK in 25.4ms (Views: 22.2ms | ActiveRecord: 0.0ms)
451
-
452
-
453
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 10:24:36 +0100
454
- Served asset /application.css - 304 Not Modified (0ms)
455
-
456
-
457
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 10:24:36 +0100
458
- Served asset /jquery.js - 304 Not Modified (1ms)
459
-
460
-
461
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 10:24:36 +0100
462
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
463
-
464
-
465
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 10:24:36 +0100
466
- Served asset /application.js - 304 Not Modified (0ms)
467
-
468
-
469
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 10:24:41 +0100
470
- Processing by ArticlesController#create as HTML
471
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"DKWrufQW2N/sn3XdZACbnNzOfLF5Ly+VVShKTmlxhyo=", "timestamp"=>"1447233876", "spinner"=>"150f385215de666af43c9e0b27a48af9", "2b2a96059ee767ad3f6670b29703a6c0"=>"", "Article"=>{"title"=>"Yoyo!", "text"=>"This is good\r\n"}, "b2aa91ba6169eabee926372e15ca7238"=>"", "commit"=>"Create Article"}
472
-  (0.1ms) begin transaction
473
- SQL (4.6ms) INSERT INTO "articles" ("created_at", "text", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 11 Nov 2015 09:24:41 UTC +00:00], ["text", nil], ["title", nil], ["updated_at", Wed, 11 Nov 2015 09:24:41 UTC +00:00]]
474
-  (27.4ms) commit transaction
475
- Redirected to http://localhost:3000/articles/1
476
- Completed 302 Found in 35.4ms (ActiveRecord: 32.1ms)
477
-
478
-
479
- Started GET "/articles/1" for 127.0.0.1 at 2015-11-11 10:24:41 +0100
480
- Processing by ArticlesController#show as HTML
481
- Parameters: {"id"=>"1"}
482
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]]
483
- Rendered articles/show.html.erb within layouts/application (0.7ms)
484
- Completed 200 OK in 4.4ms (Views: 2.9ms | ActiveRecord: 0.1ms)
485
-
486
-
487
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 10:24:41 +0100
488
- Served asset /application.css - 304 Not Modified (0ms)
489
-
490
-
491
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 10:24:41 +0100
492
- Served asset /jquery.js - 304 Not Modified (2ms)
493
-
494
-
495
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 10:24:41 +0100
496
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
497
-
498
-
499
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 10:24:41 +0100
500
- Served asset /application.js - 304 Not Modified (0ms)
501
-
502
-
503
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 10:25:41 +0100
504
- Processing by ArticlesController#index as HTML
505
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
506
- Rendered articles/index.html.erb within layouts/application (0.9ms)
507
- Completed 200 OK in 4.7ms (Views: 3.8ms | ActiveRecord: 0.1ms)
508
-
509
-
510
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 10:25:41 +0100
511
- Served asset /application.css - 304 Not Modified (0ms)
512
-
513
-
514
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 10:25:41 +0100
515
- Served asset /jquery.js - 304 Not Modified (0ms)
516
-
517
-
518
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 10:25:41 +0100
519
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
520
-
521
-
522
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 10:25:41 +0100
523
- Served asset /application.js - 304 Not Modified (0ms)
524
-
525
-
526
- Started GET "/articles++" for 127.0.0.1 at 2015-11-11 10:34:27 +0100
527
-
528
- ActionController::RoutingError (No route matches [GET] "/articles++"):
529
- actionpack (3.2.22) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
530
- actionpack (3.2.22) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
531
- railties (3.2.22) lib/rails/rack/logger.rb:32:in `call_app'
532
- railties (3.2.22) lib/rails/rack/logger.rb:16:in `block in call'
533
- activesupport (3.2.22) lib/active_support/tagged_logging.rb:22:in `tagged'
534
- railties (3.2.22) lib/rails/rack/logger.rb:16:in `call'
535
- actionpack (3.2.22) lib/action_dispatch/middleware/request_id.rb:22:in `call'
536
- rack (1.4.7) lib/rack/methodoverride.rb:21:in `call'
537
- rack (1.4.7) lib/rack/runtime.rb:17:in `call'
538
- activesupport (3.2.22) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
539
- rack (1.4.7) lib/rack/lock.rb:15:in `call'
540
- actionpack (3.2.22) lib/action_dispatch/middleware/static.rb:83:in `call'
541
- railties (3.2.22) lib/rails/engine.rb:484:in `call'
542
- railties (3.2.22) lib/rails/application.rb:231:in `call'
543
- rack (1.4.7) lib/rack/content_length.rb:14:in `call'
544
- railties (3.2.22) lib/rails/rack/log_tailer.rb:17:in `call'
545
- rack (1.4.7) lib/rack/handler/webrick.rb:59:in `service'
546
- /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
547
- /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
548
- /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
549
-
550
-
551
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
552
- Connecting to database specified by database.yml
553
-
554
-
555
- Started GET "/" for 127.0.0.1 at 2015-11-11 14:12:59 +0100
556
- Processing by ArticlesController#index as HTML
557
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
558
- Rendered articles/index.html.erb within layouts/application (14.3ms)
559
- Completed 200 OK in 66.4ms (Views: 29.1ms | ActiveRecord: 12.6ms)
560
-
561
-
562
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:12:59 +0100
563
- Served asset /application.css - 304 Not Modified (1ms)
564
-
565
-
566
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:12:59 +0100
567
- Served asset /jquery.js - 304 Not Modified (3ms)
568
-
569
-
570
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:12:59 +0100
571
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
572
-
573
-
574
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:12:59 +0100
575
- Served asset /application.js - 304 Not Modified (3ms)
576
-
577
-
578
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:13:27 +0100
579
- Processing by ArticlesController#new as HTML
580
- Rendered articles/_form.html.erb (7.2ms)
581
- Rendered articles/new.html.erb within layouts/application (27.5ms)
582
- Completed 200 OK in 31.3ms (Views: 30.6ms | ActiveRecord: 0.0ms)
583
-
584
-
585
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:13:27 +0100
586
- Served asset /application.css - 304 Not Modified (0ms)
587
-
588
-
589
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:13:27 +0100
590
- Served asset /jquery.js - 304 Not Modified (2ms)
591
-
592
-
593
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:13:27 +0100
594
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
595
-
596
-
597
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:13:27 +0100
598
- Served asset /application.js - 304 Not Modified (0ms)
599
-
600
-
601
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:13:36 +0100
602
- Processing by ArticlesController#create as HTML
603
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447247607", "spinner"=>"7ed96c99765a794a8da0145961452fb9", "e4f9c98730d52870b9aa1d9603b0944e"=>"", "Article"=>{"title"=>"Test", "text"=>"Dette er en test."}, "b7539e0280b255d2c97af28dfb0eb946"=>"", "commit"=>"Create Article"}
604
-  (0.0ms) begin transaction
605
- SQL (6.2ms) INSERT INTO "articles" ("created_at", "text", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 11 Nov 2015 13:13:36 UTC +00:00], ["text", nil], ["title", nil], ["updated_at", Wed, 11 Nov 2015 13:13:36 UTC +00:00]]
606
-  (10.5ms) commit transaction
607
- Redirected to http://localhost:3000/articles/2
608
- Completed 302 Found in 19.4ms (ActiveRecord: 16.7ms)
609
-
610
-
611
- Started GET "/articles/2" for 127.0.0.1 at 2015-11-11 14:13:36 +0100
612
- Processing by ArticlesController#show as HTML
613
- Parameters: {"id"=>"2"}
614
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]]
615
- Rendered articles/show.html.erb within layouts/application (0.9ms)
616
- Completed 200 OK in 4.8ms (Views: 3.3ms | ActiveRecord: 0.1ms)
617
-
618
-
619
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:13:36 +0100
620
- Served asset /application.css - 304 Not Modified (0ms)
621
-
622
-
623
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:13:36 +0100
624
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
625
-
626
-
627
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:13:36 +0100
628
- Served asset /application.js - 304 Not Modified (0ms)
629
-
630
-
631
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:13:36 +0100
632
- Served asset /jquery.js - 304 Not Modified (13ms)
633
- Connecting to database specified by database.yml
634
-
635
-
636
- Started GET "/articles/2" for 127.0.0.1 at 2015-11-11 14:16:14 +0100
637
- Processing by ArticlesController#show as HTML
638
- Parameters: {"id"=>"2"}
639
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]]
640
- Rendered articles/show.html.erb within layouts/application (1.6ms)
641
- Completed 200 OK in 45.3ms (Views: 21.9ms | ActiveRecord: 1.0ms)
642
-
643
-
644
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:16:14 +0100
645
- Served asset /application.css - 304 Not Modified (1ms)
646
-
647
-
648
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:14 +0100
649
- Served asset /jquery.js - 304 Not Modified (1ms)
650
-
651
-
652
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:14 +0100
653
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
654
-
655
-
656
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:14 +0100
657
- Served asset /application.js - 304 Not Modified (2ms)
658
-
659
-
660
- Started GET "/articles/" for 127.0.0.1 at 2015-11-11 14:16:18 +0100
661
- Processing by ArticlesController#index as HTML
662
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
663
- Rendered articles/index.html.erb within layouts/application (2.0ms)
664
- Completed 200 OK in 5.3ms (Views: 4.4ms | ActiveRecord: 0.1ms)
665
-
666
-
667
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:16:18 +0100
668
- Served asset /application.css - 304 Not Modified (0ms)
669
-
670
-
671
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:18 +0100
672
- Served asset /jquery.js - 304 Not Modified (0ms)
673
-
674
-
675
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:18 +0100
676
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
677
-
678
-
679
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:18 +0100
680
- Served asset /application.js - 304 Not Modified (0ms)
681
-
682
-
683
- Started DELETE "/articles/2" for 127.0.0.1 at 2015-11-11 14:16:20 +0100
684
- Processing by ArticlesController#destroy as HTML
685
- Parameters: {"authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "id"=>"2"}
686
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]]
687
-  (0.0ms) begin transaction
688
- SQL (2.3ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 2]]
689
-  (10.8ms) commit transaction
690
- Redirected to http://localhost:3000/articles
691
- Completed 302 Found in 15.5ms (ActiveRecord: 13.2ms)
692
-
693
-
694
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:16:20 +0100
695
- Processing by ArticlesController#index as HTML
696
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
697
- Rendered articles/index.html.erb within layouts/application (0.6ms)
698
- Completed 200 OK in 3.6ms (Views: 2.8ms | ActiveRecord: 0.1ms)
699
-
700
-
701
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:16:20 +0100
702
- Served asset /application.css - 304 Not Modified (0ms)
703
-
704
-
705
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:20 +0100
706
- Served asset /jquery.js - 304 Not Modified (2ms)
707
-
708
-
709
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:20 +0100
710
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
711
-
712
-
713
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:20 +0100
714
- Served asset /application.js - 304 Not Modified (0ms)
715
-
716
-
717
- Started DELETE "/articles/1" for 127.0.0.1 at 2015-11-11 14:16:22 +0100
718
- Processing by ArticlesController#destroy as HTML
719
- Parameters: {"authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "id"=>"1"}
720
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]]
721
-  (0.0ms) begin transaction
722
- SQL (0.1ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 1]]
723
-  (13.2ms) commit transaction
724
- Redirected to http://localhost:3000/articles
725
- Completed 302 Found in 14.9ms (ActiveRecord: 13.4ms)
726
-
727
-
728
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:16:22 +0100
729
- Processing by ArticlesController#index as HTML
730
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
731
- Rendered articles/index.html.erb within layouts/application (0.2ms)
732
- Completed 200 OK in 2.8ms (Views: 2.2ms | ActiveRecord: 0.1ms)
733
-
734
-
735
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:16:22 +0100
736
- Served asset /application.css - 304 Not Modified (0ms)
737
-
738
-
739
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:22 +0100
740
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
741
-
742
-
743
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:22 +0100
744
- Served asset /application.js - 304 Not Modified (0ms)
745
-
746
-
747
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:22 +0100
748
- Served asset /jquery.js - 304 Not Modified (0ms)
749
-
750
-
751
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:16:23 +0100
752
- Processing by ArticlesController#new as HTML
753
- Rendered articles/_form.html.erb (3.4ms)
754
- Rendered articles/new.html.erb within layouts/application (20.5ms)
755
- Completed 200 OK in 23.5ms (Views: 23.0ms | ActiveRecord: 0.0ms)
756
-
757
-
758
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:16:23 +0100
759
- Served asset /application.css - 304 Not Modified (1ms)
760
-
761
-
762
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:23 +0100
763
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
764
-
765
-
766
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:23 +0100
767
- Served asset /jquery.js - 304 Not Modified (0ms)
768
-
769
-
770
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:16:23 +0100
771
- Served asset /application.js - 304 Not Modified (0ms)
772
-
773
-
774
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:16:29 +0100
775
- Processing by ArticlesController#create as HTML
776
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447247783", "spinner"=>"6fa3cf3a6ed936f56e885a5fff2a8b04", "6166757e994b5ca725f97ecc0917f989"=>"", "Article"=>{"title"=>"Test", "text"=>"Dit is een testje."}, "ef799a75c4737eb6feac23348c201c8c"=>"", "commit"=>"Create Article"}
777
- Completed 500 Internal Server Error in 0.5ms
778
-
779
- NoMethodError (undefined method `names' for #<Class:0x007f8690617380>):
780
- app/controllers/articles_controller.rb:45:in `create'
781
-
782
-
783
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms)
784
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
785
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.9ms)
786
-
787
-
788
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:17:00 +0100
789
- Processing by ArticlesController#index as HTML
790
- Article Load (0.0ms) SELECT "articles".* FROM "articles" 
791
- Rendered articles/index.html.erb within layouts/application (0.2ms)
792
- Completed 200 OK in 3.3ms (Views: 2.4ms | ActiveRecord: 0.3ms)
793
-
794
-
795
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:17:00 +0100
796
- Served asset /application.css - 304 Not Modified (0ms)
797
-
798
-
799
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:00 +0100
800
- Served asset /jquery.js - 304 Not Modified (2ms)
801
-
802
-
803
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:00 +0100
804
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
805
-
806
-
807
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:00 +0100
808
- Served asset /application.js - 304 Not Modified (0ms)
809
-
810
-
811
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:17:02 +0100
812
- Processing by ArticlesController#new as HTML
813
- Rendered articles/_form.html.erb (1.3ms)
814
- Rendered articles/new.html.erb within layouts/application (1.7ms)
815
- Completed 200 OK in 3.9ms (Views: 3.6ms | ActiveRecord: 0.0ms)
816
-
817
-
818
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:17:02 +0100
819
- Served asset /application.css - 304 Not Modified (0ms)
820
-
821
-
822
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:02 +0100
823
- Served asset /jquery.js - 304 Not Modified (2ms)
824
-
825
-
826
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:02 +0100
827
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
828
-
829
-
830
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:02 +0100
831
- Served asset /application.js - 304 Not Modified (0ms)
832
-
833
-
834
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:17:06 +0100
835
- Processing by ArticlesController#create as HTML
836
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447247822", "spinner"=>"510ea0639f6be02f83c496e12c85a1cd", "a854333f0b19f90d8a79c29a759732f1"=>"", "Article"=>{"title"=>"Woo", "text"=>"Dit is een testje,"}, "a77ee195e00a55a13439071b4d18f439"=>"", "commit"=>"Create Article"}
837
- Completed 500 Internal Server Error in 0.5ms
838
-
839
- NoMethodError (undefined method `names' for #<Class:0x007f8690617380>):
840
- app/controllers/articles_controller.rb:45:in `create'
841
-
842
-
843
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
844
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
845
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.4ms)
846
- Connecting to database specified by database.yml
847
-
848
-
849
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:17:16 +0100
850
- Processing by ArticlesController#index as HTML
851
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
852
- Rendered articles/index.html.erb within layouts/application (2.0ms)
853
- Completed 200 OK in 60.0ms (Views: 25.2ms | ActiveRecord: 12.3ms)
854
-
855
-
856
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:17:16 +0100
857
- Served asset /application.css - 304 Not Modified (1ms)
858
-
859
-
860
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:16 +0100
861
- Served asset /jquery.js - 304 Not Modified (2ms)
862
-
863
-
864
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:16 +0100
865
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
866
-
867
-
868
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:16 +0100
869
- Served asset /application.js - 304 Not Modified (3ms)
870
-
871
-
872
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:17:17 +0100
873
- Processing by ArticlesController#new as HTML
874
- Rendered articles/_form.html.erb (3.9ms)
875
- Rendered articles/new.html.erb within layouts/application (18.1ms)
876
- Completed 200 OK in 23.3ms (Views: 20.5ms | ActiveRecord: 0.0ms)
877
-
878
-
879
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:17:17 +0100
880
- Served asset /application.css - 304 Not Modified (0ms)
881
-
882
-
883
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:17 +0100
884
- Served asset /jquery.js - 304 Not Modified (0ms)
885
-
886
-
887
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:17 +0100
888
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
889
-
890
-
891
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:17 +0100
892
- Served asset /application.js - 304 Not Modified (0ms)
893
-
894
-
895
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:17:22 +0100
896
- Processing by ArticlesController#create as HTML
897
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447247837", "spinner"=>"1aa4b4dbb064013326aff72ed616c166", "549525d0fce5273434c56d57700b6cf7"=>"", "Article"=>{"title"=>"Test", "text"=>"Ditis een teste."}, "9dd49bd7309853bdaf927b4ffb9afde5"=>"", "commit"=>"Create Article"}
898
-  (0.0ms) begin transaction
899
- SQL (2.6ms) INSERT INTO "articles" ("created_at", "text", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 11 Nov 2015 13:17:22 UTC +00:00], ["text", nil], ["title", nil], ["updated_at", Wed, 11 Nov 2015 13:17:22 UTC +00:00]]
900
-  (25.4ms) commit transaction
901
- Redirected to http://localhost:3000/articles/3
902
- Completed 302 Found in 30.8ms (ActiveRecord: 28.1ms)
903
-
904
-
905
- Started GET "/articles/3" for 127.0.0.1 at 2015-11-11 14:17:22 +0100
906
- Processing by ArticlesController#show as HTML
907
- Parameters: {"id"=>"3"}
908
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "3"]]
909
- Rendered articles/show.html.erb within layouts/application (0.6ms)
910
- Completed 200 OK in 4.0ms (Views: 2.7ms | ActiveRecord: 0.1ms)
911
-
912
-
913
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:17:22 +0100
914
- Served asset /application.css - 304 Not Modified (0ms)
915
-
916
-
917
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:22 +0100
918
- Served asset /application.js - 304 Not Modified (0ms)
919
-
920
-
921
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:22 +0100
922
- Served asset /jquery.js - 304 Not Modified (0ms)
923
-
924
-
925
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:22 +0100
926
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
927
-
928
-
929
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:17:24 +0100
930
- Processing by ArticlesController#index as HTML
931
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
932
- Rendered articles/index.html.erb within layouts/application (0.7ms)
933
- Completed 200 OK in 3.7ms (Views: 3.0ms | ActiveRecord: 0.1ms)
934
-
935
-
936
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:17:24 +0100
937
- Served asset /application.css - 304 Not Modified (0ms)
938
-
939
-
940
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:24 +0100
941
- Served asset /jquery.js - 304 Not Modified (2ms)
942
-
943
-
944
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:24 +0100
945
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
946
-
947
-
948
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:17:24 +0100
949
- Served asset /application.js - 304 Not Modified (0ms)
950
-
951
-
952
- Started DELETE "/articles/3" for 127.0.0.1 at 2015-11-11 14:20:36 +0100
953
- Processing by ArticlesController#destroy as HTML
954
- Parameters: {"authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "id"=>"3"}
955
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "3"]]
956
-  (0.0ms) begin transaction
957
- SQL (0.1ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 3]]
958
-  (15.6ms) commit transaction
959
- Redirected to http://localhost:3000/articles
960
- Completed 302 Found in 20.7ms (ActiveRecord: 16.1ms)
961
-
962
-
963
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:20:36 +0100
964
- Processing by ArticlesController#index as HTML
965
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
966
- Rendered articles/index.html.erb within layouts/application (0.2ms)
967
- Completed 200 OK in 3.2ms (Views: 2.5ms | ActiveRecord: 0.1ms)
968
-
969
-
970
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:20:37 +0100
971
- Served asset /application.css - 304 Not Modified (0ms)
972
-
973
-
974
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:20:37 +0100
975
- Served asset /jquery.js - 304 Not Modified (1ms)
976
-
977
-
978
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:20:37 +0100
979
- Served asset /application.js - 304 Not Modified (1ms)
980
-
981
-
982
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:20:37 +0100
983
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
984
-
985
-
986
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:20:39 +0100
987
- Processing by ArticlesController#index as HTML
988
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
989
- Rendered articles/index.html.erb within layouts/application (0.2ms)
990
- Completed 200 OK in 3.0ms (Views: 2.4ms | ActiveRecord: 0.1ms)
991
-
992
-
993
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:20:39 +0100
994
- Served asset /application.css - 304 Not Modified (0ms)
995
-
996
-
997
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:20:39 +0100
998
- Served asset /jquery.js - 304 Not Modified (0ms)
999
-
1000
-
1001
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:20:39 +0100
1002
- Served asset /application.js - 304 Not Modified (0ms)
1003
-
1004
-
1005
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:20:39 +0100
1006
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1007
-
1008
-
1009
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:20:40 +0100
1010
- Processing by ArticlesController#new as HTML
1011
- Rendered articles/_form.html.erb (4.8ms)
1012
- Rendered articles/new.html.erb within layouts/application (5.8ms)
1013
- Completed 200 OK in 12.1ms (Views: 11.1ms | ActiveRecord: 0.0ms)
1014
-
1015
-
1016
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:20:40 +0100
1017
- Served asset /application.css - 304 Not Modified (0ms)
1018
-
1019
-
1020
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:20:40 +0100
1021
- Served asset /jquery.js - 304 Not Modified (0ms)
1022
-
1023
-
1024
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:20:40 +0100
1025
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1026
-
1027
-
1028
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:20:40 +0100
1029
- Served asset /application.js - 304 Not Modified (1ms)
1030
-
1031
-
1032
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:20:46 +0100
1033
- Processing by ArticlesController#create as HTML
1034
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447248040", "spinner"=>"03788d2de284a8e61232b1667e437887", "9c747f75bb15a42722b06570a97cc94b"=>"", "Article"=>{"title"=>"Test", "text"=>"Dette er en test."}, "04b126b85b2d8a1e2bf8a0263e71f786"=>"", "commit"=>"Create Article"}
1035
-  (0.0ms) begin transaction
1036
- SQL (0.3ms) INSERT INTO "articles" ("created_at", "text", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 11 Nov 2015 13:20:46 UTC +00:00], ["text", nil], ["title", nil], ["updated_at", Wed, 11 Nov 2015 13:20:46 UTC +00:00]]
1037
-  (27.2ms) commit transaction
1038
- Redirected to http://localhost:3000/articles/4
1039
- Completed 302 Found in 30.2ms (ActiveRecord: 27.6ms)
1040
-
1041
-
1042
- Started GET "/articles/4" for 127.0.0.1 at 2015-11-11 14:20:46 +0100
1043
- Processing by ArticlesController#show as HTML
1044
- Parameters: {"id"=>"4"}
1045
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "4"]]
1046
- Rendered articles/show.html.erb within layouts/application (0.4ms)
1047
- Completed 200 OK in 3.5ms (Views: 2.6ms | ActiveRecord: 0.1ms)
1048
-
1049
-
1050
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:20:46 +0100
1051
- Served asset /application.css - 304 Not Modified (1ms)
1052
-
1053
-
1054
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:20:46 +0100
1055
- Served asset /jquery.js - 304 Not Modified (0ms)
1056
-
1057
-
1058
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:20:46 +0100
1059
- Served asset /application.js - 304 Not Modified (0ms)
1060
-
1061
-
1062
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:20:46 +0100
1063
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1064
- Connecting to database specified by database.yml
1065
-
1066
-
1067
- Started GET "/" for 127.0.0.1 at 2015-11-11 14:21:16 +0100
1068
- Processing by ArticlesController#index as HTML
1069
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
1070
- Rendered articles/index.html.erb within layouts/application (13.5ms)
1071
- Completed 200 OK in 57.2ms (Views: 22.7ms | ActiveRecord: 11.8ms)
1072
-
1073
-
1074
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:21:16 +0100
1075
- Served asset /application.css - 304 Not Modified (3ms)
1076
-
1077
-
1078
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:21:16 +0100
1079
- Served asset /jquery.js - 304 Not Modified (1ms)
1080
-
1081
-
1082
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:21:16 +0100
1083
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1084
-
1085
-
1086
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:21:16 +0100
1087
- Served asset /application.js - 304 Not Modified (2ms)
1088
-
1089
-
1090
- Started DELETE "/articles/4" for 127.0.0.1 at 2015-11-11 14:21:18 +0100
1091
- Processing by ArticlesController#destroy as HTML
1092
- Parameters: {"authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "id"=>"4"}
1093
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "4"]]
1094
-  (0.0ms) begin transaction
1095
- SQL (2.2ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 4]]
1096
-  (13.8ms) commit transaction
1097
- Redirected to http://localhost:3000/articles
1098
- Completed 302 Found in 18.7ms (ActiveRecord: 16.1ms)
1099
-
1100
-
1101
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:21:18 +0100
1102
- Processing by ArticlesController#index as HTML
1103
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
1104
- Rendered articles/index.html.erb within layouts/application (0.2ms)
1105
- Completed 200 OK in 2.9ms (Views: 2.3ms | ActiveRecord: 0.1ms)
1106
-
1107
-
1108
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:21:18 +0100
1109
- Served asset /application.css - 304 Not Modified (1ms)
1110
-
1111
-
1112
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:21:18 +0100
1113
- Served asset /jquery.js - 304 Not Modified (1ms)
1114
-
1115
-
1116
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:21:18 +0100
1117
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1118
-
1119
-
1120
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:21:18 +0100
1121
- Served asset /application.js - 304 Not Modified (0ms)
1122
-
1123
-
1124
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:21:19 +0100
1125
- Processing by ArticlesController#new as HTML
1126
- Rendered articles/_form.html.erb (3.4ms)
1127
- Rendered articles/new.html.erb within layouts/application (5.3ms)
1128
- Completed 200 OK in 7.7ms (Views: 7.3ms | ActiveRecord: 0.0ms)
1129
-
1130
-
1131
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:21:19 +0100
1132
- Served asset /application.css - 304 Not Modified (0ms)
1133
-
1134
-
1135
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:21:19 +0100
1136
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1137
-
1138
-
1139
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:21:19 +0100
1140
- Served asset /jquery.js - 304 Not Modified (0ms)
1141
-
1142
-
1143
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:21:19 +0100
1144
- Served asset /application.js - 304 Not Modified (0ms)
1145
-
1146
-
1147
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:21:22 +0100
1148
- Processing by ArticlesController#create as HTML
1149
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447248079", "spinner"=>"4015d9ec27ecdd6dcace60aa0a21a582", "3117cb93a7293c4d3f7d85be95fb8155"=>"", "Article"=>{"title"=>"Woo", "text"=>"eeee"}, "b2d4edf8e06ff16c0f863a45055e9e9d"=>"", "commit"=>"Create Article"}
1150
-  (0.0ms) begin transaction
1151
- SQL (0.8ms) INSERT INTO "articles" ("created_at", "text", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 11 Nov 2015 13:21:22 UTC +00:00], ["text", nil], ["title", nil], ["updated_at", Wed, 11 Nov 2015 13:21:22 UTC +00:00]]
1152
-  (10.5ms) commit transaction
1153
- Redirected to http://localhost:3000/articles/5
1154
- Completed 302 Found in 13.9ms (ActiveRecord: 11.3ms)
1155
-
1156
-
1157
- Started GET "/articles/5" for 127.0.0.1 at 2015-11-11 14:21:22 +0100
1158
- Processing by ArticlesController#show as HTML
1159
- Parameters: {"id"=>"5"}
1160
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "5"]]
1161
- Rendered articles/show.html.erb within layouts/application (0.7ms)
1162
- Completed 200 OK in 4.0ms (Views: 3.0ms | ActiveRecord: 0.1ms)
1163
-
1164
-
1165
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:21:22 +0100
1166
- Served asset /application.css - 304 Not Modified (0ms)
1167
-
1168
-
1169
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:21:22 +0100
1170
- Served asset /jquery.js - 304 Not Modified (1ms)
1171
-
1172
-
1173
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:21:22 +0100
1174
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1175
-
1176
-
1177
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:21:22 +0100
1178
- Served asset /application.js - 304 Not Modified (0ms)
1179
-
1180
-
1181
- Started GET "/" for 127.0.0.1 at 2015-11-11 14:25:54 +0100
1182
- Processing by ArticlesController#index as HTML
1183
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
1184
- Rendered articles/index.html.erb within layouts/application (0.6ms)
1185
- Completed 200 OK in 3.5ms (Views: 2.8ms | ActiveRecord: 0.1ms)
1186
-
1187
-
1188
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:25:54 +0100
1189
- Served asset /application.css - 304 Not Modified (0ms)
1190
-
1191
-
1192
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:25:54 +0100
1193
- Served asset /jquery.js - 304 Not Modified (0ms)
1194
-
1195
-
1196
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:25:54 +0100
1197
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1198
-
1199
-
1200
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:25:54 +0100
1201
- Served asset /application.js - 304 Not Modified (0ms)
1202
-
1203
-
1204
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:25:56 +0100
1205
- Processing by ArticlesController#new as HTML
1206
- Rendered articles/_form.html.erb (2.7ms)
1207
- Rendered articles/new.html.erb within layouts/application (3.4ms)
1208
- Completed 200 OK in 6.4ms (Views: 6.0ms | ActiveRecord: 0.0ms)
1209
-
1210
-
1211
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:25:56 +0100
1212
- Served asset /application.css - 304 Not Modified (0ms)
1213
-
1214
-
1215
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:25:56 +0100
1216
- Served asset /jquery.js - 304 Not Modified (0ms)
1217
-
1218
-
1219
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:25:56 +0100
1220
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1221
-
1222
-
1223
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:25:56 +0100
1224
- Served asset /application.js - 304 Not Modified (0ms)
1225
-
1226
-
1227
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:25:59 +0100
1228
- Processing by ArticlesController#create as HTML
1229
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "article"=>{"title"=>"heysann", "text"=>"heieieie"}, "commit"=>"Create Article"}
1230
- Redirected to http://localhost:3000/articles
1231
- Completed 302 Found in 0.7ms (ActiveRecord: 0.0ms)
1232
-
1233
-
1234
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:25:59 +0100
1235
- Processing by ArticlesController#index as HTML
1236
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
1237
- Rendered articles/index.html.erb within layouts/application (0.7ms)
1238
- Completed 200 OK in 3.5ms (Views: 2.8ms | ActiveRecord: 0.1ms)
1239
-
1240
-
1241
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:25:59 +0100
1242
- Served asset /application.css - 304 Not Modified (0ms)
1243
-
1244
-
1245
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:25:59 +0100
1246
- Served asset /jquery.js - 304 Not Modified (0ms)
1247
-
1248
-
1249
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:25:59 +0100
1250
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1251
-
1252
-
1253
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:25:59 +0100
1254
- Served asset /application.js - 304 Not Modified (0ms)
1255
- Connecting to database specified by database.yml
1256
-
1257
-
1258
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:27:43 +0100
1259
- Processing by ArticlesController#index as HTML
1260
- Article Load (0.0ms) SELECT "articles".* FROM "articles" 
1261
- Rendered articles/index.html.erb within layouts/application (2.6ms)
1262
- Completed 200 OK in 48.8ms (Views: 23.5ms | ActiveRecord: 0.9ms)
1263
-
1264
-
1265
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:27:43 +0100
1266
- Served asset /application.css - 304 Not Modified (2ms)
1267
-
1268
-
1269
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:27:43 +0100
1270
- Served asset /jquery.js - 304 Not Modified (1ms)
1271
-
1272
-
1273
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:27:43 +0100
1274
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1275
-
1276
-
1277
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:27:43 +0100
1278
- Served asset /application.js - 304 Not Modified (3ms)
1279
-
1280
-
1281
- Started DELETE "/articles/5" for 127.0.0.1 at 2015-11-11 14:27:45 +0100
1282
- Processing by ArticlesController#destroy as HTML
1283
- Parameters: {"authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "id"=>"5"}
1284
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "5"]]
1285
-  (0.0ms) begin transaction
1286
- SQL (2.3ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 5]]
1287
-  (10.9ms) commit transaction
1288
- Redirected to http://localhost:3000/articles
1289
- Completed 302 Found in 16.4ms (ActiveRecord: 13.3ms)
1290
-
1291
-
1292
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:27:45 +0100
1293
- Processing by ArticlesController#index as HTML
1294
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
1295
- Rendered articles/index.html.erb within layouts/application (0.2ms)
1296
- Completed 200 OK in 3.0ms (Views: 2.5ms | ActiveRecord: 0.1ms)
1297
-
1298
-
1299
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:27:45 +0100
1300
- Served asset /application.css - 304 Not Modified (0ms)
1301
-
1302
-
1303
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:27:45 +0100
1304
- Served asset /jquery.js - 304 Not Modified (0ms)
1305
-
1306
-
1307
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:27:45 +0100
1308
- Served asset /application.js - 304 Not Modified (1ms)
1309
-
1310
-
1311
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:27:45 +0100
1312
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1313
-
1314
-
1315
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:27:46 +0100
1316
- Processing by ArticlesController#new as HTML
1317
- Rendered articles/_form.html.erb (4.3ms)
1318
- Rendered articles/new.html.erb within layouts/application (6.8ms)
1319
- Completed 200 OK in 9.7ms (Views: 9.3ms | ActiveRecord: 0.0ms)
1320
-
1321
-
1322
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:27:46 +0100
1323
- Served asset /application.css - 304 Not Modified (0ms)
1324
-
1325
-
1326
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:27:46 +0100
1327
- Served asset /jquery.js - 304 Not Modified (0ms)
1328
-
1329
-
1330
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:27:46 +0100
1331
- Served asset /application.js - 304 Not Modified (0ms)
1332
-
1333
-
1334
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:27:46 +0100
1335
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1336
-
1337
-
1338
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:39:37 +0100
1339
- Processing by ArticlesController#create as HTML
1340
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447248466", "spinner"=>"1dfd4c481960af043c788e5728afb4de", "f67083d09dc42889d2c704ee23238cd2"=>"", "article"=>{"title"=>"test", "text"=>"nå er det gått "}, "3d2aa7ee00c3caa85056f50faed5265d"=>"", "commit"=>"Create Article"}
1341
- Redirected to http://localhost:3000/articles
1342
- Completed 302 Found in 0.8ms (ActiveRecord: 0.0ms)
1343
-
1344
-
1345
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:39:37 +0100
1346
- Processing by ArticlesController#index as HTML
1347
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
1348
- Rendered articles/index.html.erb within layouts/application (0.3ms)
1349
- Completed 200 OK in 16.9ms (Views: 16.2ms | ActiveRecord: 0.1ms)
1350
-
1351
-
1352
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:39:37 +0100
1353
- Served asset /application.css - 304 Not Modified (0ms)
1354
-
1355
-
1356
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:39:37 +0100
1357
- Served asset /application.js - 304 Not Modified (0ms)
1358
-
1359
-
1360
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:39:37 +0100
1361
- Served asset /jquery.js - 304 Not Modified (0ms)
1362
-
1363
-
1364
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:39:37 +0100
1365
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1366
-
1367
-
1368
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:39:38 +0100
1369
- Processing by ArticlesController#new as HTML
1370
- Rendered articles/_form.html.erb (3.9ms)
1371
- Rendered articles/new.html.erb within layouts/application (4.9ms)
1372
- Completed 200 OK in 10.9ms (Views: 10.2ms | ActiveRecord: 0.0ms)
1373
-
1374
-
1375
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:39:38 +0100
1376
- Served asset /application.css - 304 Not Modified (0ms)
1377
-
1378
-
1379
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:39:38 +0100
1380
- Served asset /jquery.js - 304 Not Modified (0ms)
1381
-
1382
-
1383
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:39:38 +0100
1384
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1385
-
1386
-
1387
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:39:38 +0100
1388
- Served asset /application.js - 304 Not Modified (0ms)
1389
- Connecting to database specified by database.yml
1390
-
1391
-
1392
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:39:54 +0100
1393
- Processing by ArticlesController#index as HTML
1394
- Article Load (0.0ms) SELECT "articles".* FROM "articles" 
1395
- Rendered articles/index.html.erb within layouts/application (1.6ms)
1396
- Completed 200 OK in 48.7ms (Views: 24.0ms | ActiveRecord: 1.5ms)
1397
-
1398
-
1399
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:39:54 +0100
1400
- Served asset /application.css - 304 Not Modified (1ms)
1401
-
1402
-
1403
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:39:54 +0100
1404
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1405
-
1406
-
1407
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:39:54 +0100
1408
- Served asset /jquery.js - 304 Not Modified (2ms)
1409
-
1410
-
1411
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:39:54 +0100
1412
- Served asset /application.js - 304 Not Modified (2ms)
1413
-
1414
-
1415
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:39:56 +0100
1416
- Processing by ArticlesController#new as HTML
1417
- Rendered articles/_form.html.erb (3.8ms)
1418
- Rendered articles/new.html.erb within layouts/application (19.1ms)
1419
- Completed 200 OK in 24.5ms (Views: 21.6ms | ActiveRecord: 0.0ms)
1420
-
1421
-
1422
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:39:56 +0100
1423
- Served asset /application.css - 304 Not Modified (0ms)
1424
-
1425
-
1426
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:39:56 +0100
1427
- Served asset /jquery.js - 304 Not Modified (0ms)
1428
-
1429
-
1430
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:39:56 +0100
1431
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1432
-
1433
-
1434
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:39:56 +0100
1435
- Served asset /application.js - 304 Not Modified (0ms)
1436
-
1437
-
1438
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:40:00 +0100
1439
- Processing by ArticlesController#create as HTML
1440
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447249196", "spinner"=>"2c41067e9e591dccba26fa42f7bb9b15", "94870eeb4b52f55b07376bed434ab37b"=>"", "article"=>{"title"=>"test", "text"=>"Hei det er greit!"}, "1a0e11e44b0742dceab9d14af41c7418"=>"", "commit"=>"Create Article"}
1441
- Redirected to http://localhost:3000/articles
1442
- Completed 302 Found in 0.9ms (ActiveRecord: 0.0ms)
1443
-
1444
-
1445
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:40:00 +0100
1446
- Processing by ArticlesController#index as HTML
1447
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
1448
- Rendered articles/index.html.erb within layouts/application (0.2ms)
1449
- Completed 200 OK in 3.2ms (Views: 2.6ms | ActiveRecord: 0.1ms)
1450
-
1451
-
1452
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:40:01 +0100
1453
- Served asset /application.css - 304 Not Modified (0ms)
1454
-
1455
-
1456
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:40:01 +0100
1457
- Served asset /jquery.js - 304 Not Modified (1ms)
1458
-
1459
-
1460
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:40:01 +0100
1461
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1462
-
1463
-
1464
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:40:01 +0100
1465
- Served asset /application.js - 304 Not Modified (0ms)
1466
- Connecting to database specified by database.yml
1467
-
1468
-
1469
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:40:44 +0100
1470
- Processing by ArticlesController#index as HTML
1471
- Article Load (0.0ms) SELECT "articles".* FROM "articles" 
1472
- Rendered articles/index.html.erb within layouts/application (2.2ms)
1473
- Completed 200 OK in 46.2ms (Views: 23.1ms | ActiveRecord: 1.0ms)
1474
-
1475
-
1476
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:40:44 +0100
1477
- Served asset /application.css - 304 Not Modified (1ms)
1478
-
1479
-
1480
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:40:44 +0100
1481
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1482
-
1483
-
1484
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:40:44 +0100
1485
- Served asset /jquery.js - 304 Not Modified (2ms)
1486
-
1487
-
1488
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:40:44 +0100
1489
- Served asset /application.js - 304 Not Modified (2ms)
1490
-
1491
-
1492
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:40:45 +0100
1493
- Processing by ArticlesController#new as HTML
1494
- Rendered articles/_form.html.erb (4.2ms)
1495
- Rendered articles/new.html.erb within layouts/application (6.6ms)
1496
- Completed 200 OK in 23.9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
1497
-
1498
-
1499
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:40:45 +0100
1500
- Served asset /application.css - 304 Not Modified (0ms)
1501
-
1502
-
1503
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:40:45 +0100
1504
- Served asset /jquery.js - 304 Not Modified (0ms)
1505
-
1506
-
1507
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:40:45 +0100
1508
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1509
-
1510
-
1511
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:40:45 +0100
1512
- Served asset /application.js - 304 Not Modified (0ms)
1513
-
1514
-
1515
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:40:49 +0100
1516
- Processing by ArticlesController#create as HTML
1517
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447249245", "spinner"=>"773b90e3cfcce9daecef27e29cd2dff0", "e51c4a85a65456e9bd9ddb6cf1174cb9"=>"", "article"=>{"title"=>"test", "text"=>"Heisann!"}, "96e8f1027dbceea408454ba603f880e6"=>"", "commit"=>"Create Article"}
1518
- Redirected to http://localhost:3000/articles
1519
- Completed 302 Found in 1.3ms (ActiveRecord: 0.0ms)
1520
-
1521
-
1522
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:40:49 +0100
1523
- Processing by ArticlesController#index as HTML
1524
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
1525
- Rendered articles/index.html.erb within layouts/application (0.2ms)
1526
- Completed 200 OK in 3.1ms (Views: 2.5ms | ActiveRecord: 0.1ms)
1527
-
1528
-
1529
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:40:49 +0100
1530
- Served asset /application.css - 304 Not Modified (0ms)
1531
-
1532
-
1533
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:40:49 +0100
1534
- Served asset /jquery.js - 304 Not Modified (1ms)
1535
-
1536
-
1537
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:40:49 +0100
1538
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1539
-
1540
-
1541
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:40:49 +0100
1542
- Served asset /application.js - 304 Not Modified (0ms)
1543
- Connecting to database specified by database.yml
1544
-
1545
-
1546
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:41:42 +0100
1547
- Processing by ArticlesController#index as HTML
1548
- Article Load (0.0ms) SELECT "articles".* FROM "articles" 
1549
- Rendered articles/index.html.erb within layouts/application (1.5ms)
1550
- Completed 200 OK in 43.0ms (Views: 22.3ms | ActiveRecord: 0.9ms)
1551
-
1552
-
1553
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:41:42 +0100
1554
- Served asset /application.css - 304 Not Modified (1ms)
1555
-
1556
-
1557
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:41:42 +0100
1558
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1559
-
1560
-
1561
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:41:42 +0100
1562
- Served asset /application.js - 304 Not Modified (3ms)
1563
-
1564
-
1565
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:41:42 +0100
1566
- Served asset /jquery.js - 304 Not Modified (1ms)
1567
-
1568
-
1569
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:41:43 +0100
1570
- Processing by ArticlesController#new as HTML
1571
- Rendered articles/_form.html.erb (5.5ms)
1572
- Rendered articles/new.html.erb within layouts/application (8.9ms)
1573
- Completed 200 OK in 26.6ms (Views: 11.4ms | ActiveRecord: 0.0ms)
1574
-
1575
-
1576
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:41:43 +0100
1577
- Served asset /application.css - 304 Not Modified (0ms)
1578
-
1579
-
1580
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:41:43 +0100
1581
- Served asset /jquery.js - 304 Not Modified (1ms)
1582
-
1583
-
1584
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:41:43 +0100
1585
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1586
-
1587
-
1588
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:41:43 +0100
1589
- Served asset /application.js - 304 Not Modified (0ms)
1590
-
1591
-
1592
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:41:55 +0100
1593
- Processing by ArticlesController#create as HTML
1594
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447249303", "spinner"=>"b6e41c87c213080923ca0976673f9b85", "ff8f2fcb91a8b919ef42e18d69fa6b0b"=>"", "article"=>{"title"=>"test", "text"=>"Test heisann går det bra med deg?"}, "b8efc1259150414b0bbf16177ff084d9"=>"", "commit"=>"Create Article"}
1595
- Redirected to http://localhost:3000/articles
1596
- Completed 302 Found in 1.3ms (ActiveRecord: 0.0ms)
1597
-
1598
-
1599
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:41:55 +0100
1600
- Processing by ArticlesController#index as HTML
1601
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
1602
- Rendered articles/index.html.erb within layouts/application (0.2ms)
1603
- Completed 200 OK in 2.9ms (Views: 2.3ms | ActiveRecord: 0.1ms)
1604
-
1605
-
1606
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:41:55 +0100
1607
- Served asset /application.css - 304 Not Modified (0ms)
1608
-
1609
-
1610
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:41:55 +0100
1611
- Served asset /jquery.js - 304 Not Modified (0ms)
1612
-
1613
-
1614
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:41:55 +0100
1615
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1616
-
1617
-
1618
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:41:55 +0100
1619
- Served asset /application.js - 304 Not Modified (0ms)
1620
- Connecting to database specified by database.yml
1621
-
1622
-
1623
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:42:21 +0100
1624
- Processing by ArticlesController#index as HTML
1625
- Article Load (0.0ms) SELECT "articles".* FROM "articles" 
1626
- Rendered articles/index.html.erb within layouts/application (1.7ms)
1627
- Completed 200 OK in 54.8ms (Views: 22.2ms | ActiveRecord: 1.1ms)
1628
-
1629
-
1630
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:42:21 +0100
1631
- Served asset /application.css - 304 Not Modified (1ms)
1632
-
1633
-
1634
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:42:21 +0100
1635
- Served asset /jquery.js - 304 Not Modified (1ms)
1636
-
1637
-
1638
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:42:21 +0100
1639
- Served asset /application.js - 304 Not Modified (3ms)
1640
-
1641
-
1642
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:42:21 +0100
1643
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1644
-
1645
-
1646
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:42:22 +0100
1647
- Processing by ArticlesController#new as HTML
1648
- Rendered articles/_form.html.erb (4.0ms)
1649
- Rendered articles/new.html.erb within layouts/application (19.4ms)
1650
- Completed 200 OK in 24.7ms (Views: 21.7ms | ActiveRecord: 0.0ms)
1651
-
1652
-
1653
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:42:22 +0100
1654
- Served asset /application.css - 304 Not Modified (0ms)
1655
-
1656
-
1657
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:42:22 +0100
1658
- Served asset /jquery.js - 304 Not Modified (0ms)
1659
-
1660
-
1661
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:42:22 +0100
1662
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1663
-
1664
-
1665
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:42:22 +0100
1666
- Served asset /application.js - 304 Not Modified (0ms)
1667
-
1668
-
1669
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:42:31 +0100
1670
- Processing by ArticlesController#create as HTML
1671
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447249342", "spinner"=>"573db8bba30af2a9282f5af23e51bde7", "bbf3a35881045cf419f0bd7094e35671"=>"", "article"=>{"title"=>"test", "text"=>"Hei går det bra med deg ja det går bra med deg "}, "36be7261d3527b34cb97f238a97c55ef"=>"", "commit"=>"Create Article"}
1672
-  (0.1ms) begin transaction
1673
- SQL (3.4ms) INSERT INTO "articles" ("created_at", "text", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 11 Nov 2015 13:42:31 UTC +00:00], ["text", "Hei går det bra med deg ja det går bra med deg "], ["title", "test"], ["updated_at", Wed, 11 Nov 2015 13:42:31 UTC +00:00]]
1674
-  (15.3ms) commit transaction
1675
- Redirected to http://localhost:3000/articles/6
1676
- Completed 302 Found in 21.9ms (ActiveRecord: 18.7ms)
1677
-
1678
-
1679
- Started GET "/articles/6" for 127.0.0.1 at 2015-11-11 14:42:31 +0100
1680
- Processing by ArticlesController#show as HTML
1681
- Parameters: {"id"=>"6"}
1682
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "6"]]
1683
- Rendered articles/show.html.erb within layouts/application (0.7ms)
1684
- Completed 200 OK in 4.3ms (Views: 2.9ms | ActiveRecord: 0.1ms)
1685
-
1686
-
1687
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:42:31 +0100
1688
- Served asset /application.css - 304 Not Modified (0ms)
1689
-
1690
-
1691
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:42:31 +0100
1692
- Served asset /jquery.js - 304 Not Modified (0ms)
1693
-
1694
-
1695
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:42:31 +0100
1696
- Served asset /application.js - 304 Not Modified (0ms)
1697
-
1698
-
1699
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:42:31 +0100
1700
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1701
-
1702
-
1703
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:43:06 +0100
1704
- Processing by ArticlesController#index as HTML
1705
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
1706
- Rendered articles/index.html.erb within layouts/application (0.6ms)
1707
- Completed 200 OK in 3.6ms (Views: 2.9ms | ActiveRecord: 0.1ms)
1708
-
1709
-
1710
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:43:06 +0100
1711
- Served asset /application.css - 304 Not Modified (0ms)
1712
-
1713
-
1714
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:43:06 +0100
1715
- Served asset /jquery.js - 304 Not Modified (0ms)
1716
-
1717
-
1718
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:43:06 +0100
1719
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1720
-
1721
-
1722
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:43:06 +0100
1723
- Served asset /application.js - 304 Not Modified (13ms)
1724
-
1725
-
1726
- Started GET "/articles/6/edit" for 127.0.0.1 at 2015-11-11 14:43:10 +0100
1727
- Processing by ArticlesController#edit as HTML
1728
- Parameters: {"id"=>"6"}
1729
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "6"]]
1730
- Rendered articles/_form.html.erb (1.7ms)
1731
- Rendered articles/edit.html.erb within layouts/application (2.7ms)
1732
- Completed 200 OK in 6.0ms (Views: 5.2ms | ActiveRecord: 0.1ms)
1733
-
1734
-
1735
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:43:10 +0100
1736
- Served asset /application.css - 304 Not Modified (0ms)
1737
-
1738
-
1739
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:43:10 +0100
1740
- Served asset /jquery.js - 304 Not Modified (0ms)
1741
-
1742
-
1743
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:43:10 +0100
1744
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1745
-
1746
-
1747
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:43:10 +0100
1748
- Served asset /application.js - 304 Not Modified (0ms)
1749
-
1750
-
1751
- Started PUT "/articles/6" for 127.0.0.1 at 2015-11-11 14:43:13 +0100
1752
- Processing by ArticlesController#update as HTML
1753
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447249390", "spinner"=>"1da3aa61905d01aaae46794c9e2eb130", "67cf646ae88792eccbcf589809360532"=>"", "article"=>{"title"=>"test", "text"=>"Hei går det bra med deg ja det går bra med deg kjempe"}, "55e4914616dc12ccf08c66ce5764b245"=>"", "commit"=>"Update Article", "id"=>"6"}
1754
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "6"]]
1755
-  (0.0ms) begin transaction
1756
-  (0.2ms) UPDATE "articles" SET "text" = 'Hei går det bra med deg ja det går bra med deg kjempe', "updated_at" = '2015-11-11 13:43:13.948342' WHERE "articles"."id" = 6
1757
-  (15.5ms) commit transaction
1758
- Redirected to http://localhost:3000/articles/6
1759
- Completed 302 Found in 19.2ms (ActiveRecord: 15.8ms)
1760
-
1761
-
1762
- Started GET "/articles/6" for 127.0.0.1 at 2015-11-11 14:43:13 +0100
1763
- Processing by ArticlesController#show as HTML
1764
- Parameters: {"id"=>"6"}
1765
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "6"]]
1766
- Rendered articles/show.html.erb within layouts/application (0.3ms)
1767
- Completed 200 OK in 3.2ms (Views: 2.5ms | ActiveRecord: 0.1ms)
1768
-
1769
-
1770
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:43:14 +0100
1771
- Served asset /application.css - 304 Not Modified (0ms)
1772
-
1773
-
1774
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:43:14 +0100
1775
- Served asset /jquery.js - 304 Not Modified (0ms)
1776
-
1777
-
1778
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:43:14 +0100
1779
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1780
-
1781
-
1782
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:43:14 +0100
1783
- Served asset /application.js - 304 Not Modified (0ms)
1784
-
1785
-
1786
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:43:15 +0100
1787
- Processing by ArticlesController#index as HTML
1788
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
1789
- Rendered articles/index.html.erb within layouts/application (0.7ms)
1790
- Completed 200 OK in 3.7ms (Views: 3.1ms | ActiveRecord: 0.1ms)
1791
-
1792
-
1793
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:43:15 +0100
1794
- Served asset /application.css - 304 Not Modified (0ms)
1795
-
1796
-
1797
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:43:15 +0100
1798
- Served asset /jquery.js - 304 Not Modified (0ms)
1799
-
1800
-
1801
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:43:15 +0100
1802
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1803
-
1804
-
1805
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:43:15 +0100
1806
- Served asset /application.js - 304 Not Modified (0ms)
1807
- Connecting to database specified by database.yml
1808
-
1809
-
1810
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:44:25 +0100
1811
- Processing by ArticlesController#index as HTML
1812
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
1813
- Rendered articles/index.html.erb within layouts/application (13.1ms)
1814
- Completed 200 OK in 57.5ms (Views: 23.2ms | ActiveRecord: 1.1ms)
1815
-
1816
-
1817
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:44:25 +0100
1818
- Served asset /application.css - 304 Not Modified (1ms)
1819
-
1820
-
1821
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:44:25 +0100
1822
- Served asset /jquery.js - 304 Not Modified (2ms)
1823
-
1824
-
1825
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:44:25 +0100
1826
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1827
-
1828
-
1829
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:44:25 +0100
1830
- Served asset /application.js - 304 Not Modified (15ms)
1831
-
1832
-
1833
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:44:26 +0100
1834
- Processing by ArticlesController#new as HTML
1835
- Rendered articles/_form.html.erb (3.4ms)
1836
- Rendered articles/new.html.erb within layouts/application (5.8ms)
1837
- Completed 500 Internal Server Error in 6.9ms
1838
-
1839
- ActionView::Template::Error (wrong number of arguments (1 for 2)):
1840
- 12: <% end %>
1841
- 13:
1842
- 14: <div>
1843
- 15: <%= label 'title' %><br>
1844
- 16: <%= rc_text_field_tag 'title' %>
1845
- 17: </div>
1846
- 18:
1847
- app/views/articles/_form.html.erb:15:in `block in _app_views_articles__form_html_erb__14692872845951899_35864840'
1848
- app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb__14692872845951899_35864840'
1849
- app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb___3854625711923155645_34138040'
1850
- app/controllers/articles_controller.rb:29:in `new'
1851
-
1852
-
1853
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
1854
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
1855
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.4ms)
1856
-
1857
-
1858
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:44:38 +0100
1859
- Processing by ArticlesController#new as HTML
1860
- Rendered articles/_form.html.erb (0.9ms)
1861
- Rendered articles/new.html.erb within layouts/application (1.5ms)
1862
- Completed 200 OK in 4.2ms (Views: 3.9ms | ActiveRecord: 0.0ms)
1863
-
1864
-
1865
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:44:38 +0100
1866
- Served asset /application.css - 304 Not Modified (0ms)
1867
-
1868
-
1869
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:44:38 +0100
1870
- Served asset /jquery.js - 304 Not Modified (0ms)
1871
-
1872
-
1873
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:44:38 +0100
1874
- Served asset /application.js - 304 Not Modified (1ms)
1875
-
1876
-
1877
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:44:38 +0100
1878
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1879
-
1880
-
1881
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:45:06 +0100
1882
- Processing by ArticlesController#create as HTML
1883
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447249478", "spinner"=>"64f0f1af253dec02c0acd1136cc4f4f2", "9f7d359d6c6b16f1c212021f6b6b4552"=>"", "title"=>"Det går så bra", "4c8ee03c847fcba1f54f1d14e4085958"=>"", "text"=>"Jepp det ggjør det", "commit"=>"Save changes"}
1884
-  (0.1ms) begin transaction
1885
- SQL (4.7ms) INSERT INTO "articles" ("created_at", "text", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 11 Nov 2015 13:45:06 UTC +00:00], ["text", nil], ["title", nil], ["updated_at", Wed, 11 Nov 2015 13:45:06 UTC +00:00]]
1886
-  (15.8ms) commit transaction
1887
- Redirected to http://localhost:3000/articles/7
1888
- Completed 302 Found in 24.1ms (ActiveRecord: 20.6ms)
1889
-
1890
-
1891
- Started GET "/articles/7" for 127.0.0.1 at 2015-11-11 14:45:06 +0100
1892
- Processing by ArticlesController#show as HTML
1893
- Parameters: {"id"=>"7"}
1894
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "7"]]
1895
- Rendered articles/show.html.erb within layouts/application (0.7ms)
1896
- Completed 200 OK in 4.3ms (Views: 3.0ms | ActiveRecord: 0.1ms)
1897
-
1898
-
1899
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:45:06 +0100
1900
- Served asset /application.css - 304 Not Modified (1ms)
1901
-
1902
-
1903
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:45:06 +0100
1904
- Served asset /jquery.js - 304 Not Modified (0ms)
1905
-
1906
-
1907
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:45:06 +0100
1908
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1909
-
1910
-
1911
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:45:06 +0100
1912
- Served asset /application.js - 304 Not Modified (0ms)
1913
- Connecting to database specified by database.yml
1914
-
1915
-
1916
- Started GET "/" for 127.0.0.1 at 2015-11-11 14:46:29 +0100
1917
- Processing by ArticlesController#index as HTML
1918
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
1919
- Rendered articles/index.html.erb within layouts/application (14.2ms)
1920
- Completed 200 OK in 58.7ms (Views: 24.1ms | ActiveRecord: 11.6ms)
1921
-
1922
-
1923
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:46:30 +0100
1924
- Served asset /application.css - 304 Not Modified (1ms)
1925
-
1926
-
1927
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:46:30 +0100
1928
- Served asset /jquery.js - 304 Not Modified (1ms)
1929
-
1930
-
1931
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:46:30 +0100
1932
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1933
-
1934
-
1935
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:46:30 +0100
1936
- Served asset /application.js - 304 Not Modified (2ms)
1937
-
1938
-
1939
- Started DELETE "/articles/7" for 127.0.0.1 at 2015-11-11 14:46:32 +0100
1940
- Processing by ArticlesController#destroy as HTML
1941
- Parameters: {"authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "id"=>"7"}
1942
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "7"]]
1943
-  (0.0ms) begin transaction
1944
- SQL (2.1ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 7]]
1945
-  (10.0ms) commit transaction
1946
- Redirected to http://localhost:3000/articles
1947
- Completed 302 Found in 15.6ms (ActiveRecord: 12.3ms)
1948
-
1949
-
1950
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:46:32 +0100
1951
- Processing by ArticlesController#index as HTML
1952
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
1953
- Rendered articles/index.html.erb within layouts/application (0.7ms)
1954
- Completed 200 OK in 3.8ms (Views: 3.1ms | ActiveRecord: 0.1ms)
1955
-
1956
-
1957
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:46:32 +0100
1958
- Served asset /application.css - 304 Not Modified (0ms)
1959
-
1960
-
1961
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:46:32 +0100
1962
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1963
-
1964
-
1965
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:46:32 +0100
1966
- Served asset /jquery.js - 304 Not Modified (0ms)
1967
-
1968
-
1969
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:46:32 +0100
1970
- Served asset /application.js - 304 Not Modified (0ms)
1971
-
1972
-
1973
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:46:33 +0100
1974
- Processing by ArticlesController#new as HTML
1975
- Rendered articles/_form.html.erb (1.1ms)
1976
- Rendered articles/new.html.erb within layouts/application (3.8ms)
1977
- Completed 200 OK in 6.9ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1978
-
1979
-
1980
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:46:33 +0100
1981
- Served asset /application.css - 304 Not Modified (0ms)
1982
-
1983
-
1984
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:46:33 +0100
1985
- Served asset /jquery.js - 304 Not Modified (1ms)
1986
-
1987
-
1988
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:46:33 +0100
1989
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1990
-
1991
-
1992
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:46:33 +0100
1993
- Served asset /application.js - 304 Not Modified (0ms)
1994
-
1995
-
1996
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:46:50 +0100
1997
- Processing by ArticlesController#create as HTML
1998
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447249593", "spinner"=>"40957d1bef9d88de24ebe43672e91c89", "a59966e20d39e1a47824b04538ba6ce4"=>"", "title"=>"Hei ja går det bra nå?", "79aab5e27129e39d42d562edc28a287e"=>"", "text"=>"Jepp det gjør nok det!", "commit"=>"Save changes"}
1999
-  (0.1ms) begin transaction
2000
- SQL (0.8ms) INSERT INTO "articles" ("created_at", "text", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 11 Nov 2015 13:46:50 UTC +00:00], ["text", nil], ["title", nil], ["updated_at", Wed, 11 Nov 2015 13:46:50 UTC +00:00]]
2001
-  (25.3ms) commit transaction
2002
- Redirected to http://localhost:3000/articles/8
2003
- Completed 302 Found in 28.8ms (ActiveRecord: 26.2ms)
2004
-
2005
-
2006
- Started GET "/articles/8" for 127.0.0.1 at 2015-11-11 14:46:50 +0100
2007
- Processing by ArticlesController#show as HTML
2008
- Parameters: {"id"=>"8"}
2009
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "8"]]
2010
- Rendered articles/show.html.erb within layouts/application (0.7ms)
2011
- Completed 200 OK in 3.9ms (Views: 3.0ms | ActiveRecord: 0.1ms)
2012
-
2013
-
2014
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:46:50 +0100
2015
- Served asset /application.css - 304 Not Modified (0ms)
2016
-
2017
-
2018
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:46:50 +0100
2019
- Served asset /jquery.js - 304 Not Modified (0ms)
2020
-
2021
-
2022
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:46:50 +0100
2023
- Served asset /application.js - 304 Not Modified (0ms)
2024
-
2025
-
2026
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:46:50 +0100
2027
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2028
- Connecting to database specified by database.yml
2029
-
2030
-
2031
- Started GET "/" for 127.0.0.1 at 2015-11-11 14:48:35 +0100
2032
-
2033
- SyntaxError (/home/mike/projects/sandbox/robot_catcher/test/dummy/app/controllers/articles_controller.rb:43: syntax error, unexpected ']', expecting ')'
2034
- @article = Article.new(params])
2035
- ^):
2036
- activesupport (3.2.22) lib/active_support/dependencies.rb:469:in `load'
2037
- activesupport (3.2.22) lib/active_support/dependencies.rb:469:in `block in load_file'
2038
- activesupport (3.2.22) lib/active_support/dependencies.rb:639:in `new_constants_in'
2039
- activesupport (3.2.22) lib/active_support/dependencies.rb:468:in `load_file'
2040
- activesupport (3.2.22) lib/active_support/dependencies.rb:353:in `require_or_load'
2041
- activesupport (3.2.22) lib/active_support/dependencies.rb:502:in `load_missing_constant'
2042
- activesupport (3.2.22) lib/active_support/dependencies.rb:192:in `block in const_missing'
2043
- activesupport (3.2.22) lib/active_support/dependencies.rb:190:in `each'
2044
- activesupport (3.2.22) lib/active_support/dependencies.rb:190:in `const_missing'
2045
- activesupport (3.2.22) lib/active_support/inflector/methods.rb:230:in `block in constantize'
2046
- activesupport (3.2.22) lib/active_support/inflector/methods.rb:229:in `each'
2047
- activesupport (3.2.22) lib/active_support/inflector/methods.rb:229:in `constantize'
2048
- activesupport (3.2.22) lib/active_support/dependencies.rb:554:in `get'
2049
- actionpack (3.2.22) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
2050
- actionpack (3.2.22) lib/action_dispatch/routing/route_set.rb:54:in `controller'
2051
- actionpack (3.2.22) lib/action_dispatch/routing/route_set.rb:32:in `call'
2052
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2053
- journey (1.0.4) lib/journey/router.rb:56:in `each'
2054
- journey (1.0.4) lib/journey/router.rb:56:in `call'
2055
- actionpack (3.2.22) lib/action_dispatch/routing/route_set.rb:608:in `call'
2056
- actionpack (3.2.22) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2057
- rack (1.4.7) lib/rack/etag.rb:23:in `call'
2058
- rack (1.4.7) lib/rack/conditionalget.rb:25:in `call'
2059
- actionpack (3.2.22) lib/action_dispatch/middleware/head.rb:14:in `call'
2060
- actionpack (3.2.22) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2061
- actionpack (3.2.22) lib/action_dispatch/middleware/flash.rb:242:in `call'
2062
- rack (1.4.7) lib/rack/session/abstract/id.rb:210:in `context'
2063
- rack (1.4.7) lib/rack/session/abstract/id.rb:205:in `call'
2064
- actionpack (3.2.22) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2065
- activerecord (3.2.22) lib/active_record/query_cache.rb:64:in `call'
2066
- activerecord (3.2.22) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2067
- actionpack (3.2.22) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2068
- activesupport (3.2.22) lib/active_support/callbacks.rb:405:in `_run__2977571361479225793__call__4203942808211414861__callbacks'
2069
- activesupport (3.2.22) lib/active_support/callbacks.rb:405:in `__run_callback'
2070
- activesupport (3.2.22) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2071
- activesupport (3.2.22) lib/active_support/callbacks.rb:81:in `run_callbacks'
2072
- actionpack (3.2.22) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2073
- actionpack (3.2.22) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2074
- actionpack (3.2.22) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2075
- actionpack (3.2.22) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2076
- actionpack (3.2.22) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2077
- railties (3.2.22) lib/rails/rack/logger.rb:32:in `call_app'
2078
- railties (3.2.22) lib/rails/rack/logger.rb:16:in `block in call'
2079
- activesupport (3.2.22) lib/active_support/tagged_logging.rb:22:in `tagged'
2080
- railties (3.2.22) lib/rails/rack/logger.rb:16:in `call'
2081
- actionpack (3.2.22) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2082
- rack (1.4.7) lib/rack/methodoverride.rb:21:in `call'
2083
- rack (1.4.7) lib/rack/runtime.rb:17:in `call'
2084
- activesupport (3.2.22) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2085
- rack (1.4.7) lib/rack/lock.rb:15:in `call'
2086
- actionpack (3.2.22) lib/action_dispatch/middleware/static.rb:83:in `call'
2087
- railties (3.2.22) lib/rails/engine.rb:484:in `call'
2088
- railties (3.2.22) lib/rails/application.rb:231:in `call'
2089
- rack (1.4.7) lib/rack/content_length.rb:14:in `call'
2090
- railties (3.2.22) lib/rails/rack/log_tailer.rb:17:in `call'
2091
- rack (1.4.7) lib/rack/handler/webrick.rb:59:in `service'
2092
- /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2093
- /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2094
- /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2095
-
2096
-
2097
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
2098
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
2099
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.8ms)
2100
-
2101
-
2102
- Started GET "/" for 127.0.0.1 at 2015-11-11 14:49:10 +0100
2103
- Processing by ArticlesController#index as HTML
2104
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
2105
- Rendered articles/index.html.erb within layouts/application (1.6ms)
2106
- Completed 200 OK in 44.8ms (Views: 7.8ms | ActiveRecord: 12.3ms)
2107
-
2108
-
2109
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:49:10 +0100
2110
- Served asset /application.css - 304 Not Modified (1ms)
2111
-
2112
-
2113
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:49:10 +0100
2114
- Served asset /jquery.js - 304 Not Modified (15ms)
2115
-
2116
-
2117
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:49:10 +0100
2118
- Served asset /application.js - 304 Not Modified (2ms)
2119
-
2120
-
2121
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:49:10 +0100
2122
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
2123
-
2124
-
2125
- Started DELETE "/articles/8" for 127.0.0.1 at 2015-11-11 14:49:13 +0100
2126
- Processing by ArticlesController#destroy as HTML
2127
- Parameters: {"authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "id"=>"8"}
2128
- Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "8"]]
2129
-  (0.0ms) begin transaction
2130
- SQL (3.6ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 8]]
2131
-  (10.4ms) commit transaction
2132
- Redirected to http://localhost:3000/articles
2133
- Completed 302 Found in 18.0ms (ActiveRecord: 14.3ms)
2134
-
2135
-
2136
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:49:13 +0100
2137
- Processing by ArticlesController#index as HTML
2138
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
2139
- Rendered articles/index.html.erb within layouts/application (0.6ms)
2140
- Completed 200 OK in 3.5ms (Views: 2.7ms | ActiveRecord: 0.1ms)
2141
-
2142
-
2143
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:49:13 +0100
2144
- Served asset /application.css - 304 Not Modified (0ms)
2145
-
2146
-
2147
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:49:13 +0100
2148
- Served asset /jquery.js - 304 Not Modified (2ms)
2149
-
2150
-
2151
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:49:13 +0100
2152
- Served asset /application.js - 304 Not Modified (0ms)
2153
-
2154
-
2155
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:49:13 +0100
2156
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2157
-
2158
-
2159
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:49:14 +0100
2160
- Processing by ArticlesController#new as HTML
2161
- Rendered articles/_form.html.erb (1.1ms)
2162
- Rendered articles/new.html.erb within layouts/application (3.4ms)
2163
- Completed 200 OK in 6.3ms (Views: 5.7ms | ActiveRecord: 0.0ms)
2164
-
2165
-
2166
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:49:14 +0100
2167
- Served asset /application.css - 304 Not Modified (0ms)
2168
-
2169
-
2170
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:49:14 +0100
2171
- Served asset /jquery.js - 304 Not Modified (0ms)
2172
-
2173
-
2174
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:49:14 +0100
2175
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2176
-
2177
-
2178
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:49:14 +0100
2179
- Served asset /application.js - 304 Not Modified (14ms)
2180
-
2181
-
2182
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:49:29 +0100
2183
- Processing by ArticlesController#create as HTML
2184
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447249754", "spinner"=>"6886fffb5fa16bfd25669169dbcbb7d1", "766dda64b8400107e9617097e5d09819"=>"", "title"=>"tst2", "d2257db291bf8581ced5112a53a4b531"=>"", "text"=>"Ja det går fortsatt veldig bra!", "commit"=>"Save changes"}
2185
- Completed 500 Internal Server Error in 0.4ms
2186
-
2187
- ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: utf8, authenticity_token, timestamp, spinner, 766dda64b8400107e9617097e5d09819, d2257db291bf8581ced5112a53a4b531, commit, action, controller):
2188
- app/controllers/articles_controller.rb:43:in `new'
2189
- app/controllers/articles_controller.rb:43:in `create'
2190
-
2191
-
2192
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms)
2193
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
2194
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.3ms)
2195
- Connecting to database specified by database.yml
2196
-
2197
-
2198
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:50:35 +0100
2199
- Processing by ArticlesController#index as HTML
2200
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
2201
- Rendered articles/index.html.erb within layouts/application (14.0ms)
2202
- Completed 200 OK in 61.7ms (Views: 24.5ms | ActiveRecord: 1.2ms)
2203
-
2204
-
2205
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:50:36 +0100
2206
- Served asset /application.css - 304 Not Modified (1ms)
2207
-
2208
-
2209
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:50:36 +0100
2210
- Served asset /jquery.js - 304 Not Modified (1ms)
2211
-
2212
-
2213
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:50:36 +0100
2214
- Served asset /application.js - 304 Not Modified (2ms)
2215
-
2216
-
2217
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:50:36 +0100
2218
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
2219
-
2220
-
2221
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-11 14:50:37 +0100
2222
- Processing by ArticlesController#new as HTML
2223
- Rendered articles/_form.html.erb (1.0ms)
2224
- Rendered articles/new.html.erb within layouts/application (16.3ms)
2225
- Completed 200 OK in 19.2ms (Views: 18.8ms | ActiveRecord: 0.0ms)
2226
-
2227
-
2228
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:50:37 +0100
2229
- Served asset /application.css - 304 Not Modified (1ms)
2230
-
2231
-
2232
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:50:37 +0100
2233
- Served asset /jquery.js - 304 Not Modified (1ms)
2234
-
2235
-
2236
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:50:37 +0100
2237
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2238
-
2239
-
2240
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:50:37 +0100
2241
- Served asset /application.js - 304 Not Modified (0ms)
2242
-
2243
-
2244
- Started POST "/articles" for 127.0.0.1 at 2015-11-11 14:50:41 +0100
2245
- Processing by ArticlesController#create as HTML
2246
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"jE/JT6AWyxjGL/HBHmv/a/FSLtAbQPXaqpLdJx1PFeU=", "timestamp"=>"1447249837", "spinner"=>"12b19825d09641bcee88d8be8fa0e069", "81ebd5875c1b47f67b3e45616c527910"=>"", "title"=>"tst2", "8e311fa531308c06d08021b334c61cbd"=>"", "text"=>"Jepppp", "commit"=>"Save changes"}
2247
-  (0.0ms) begin transaction
2248
- SQL (3.8ms) INSERT INTO "articles" ("created_at", "text", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 11 Nov 2015 13:50:41 UTC +00:00], ["text", "Jepppp"], ["title", "tst2"], ["updated_at", Wed, 11 Nov 2015 13:50:41 UTC +00:00]]
2249
-  (24.8ms) commit transaction
2250
- Redirected to http://localhost:3000/articles/9
2251
- Completed 302 Found in 32.1ms (ActiveRecord: 28.7ms)
2252
-
2253
-
2254
- Started GET "/articles/9" for 127.0.0.1 at 2015-11-11 14:50:41 +0100
2255
- Processing by ArticlesController#show as HTML
2256
- Parameters: {"id"=>"9"}
2257
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "9"]]
2258
- Rendered articles/show.html.erb within layouts/application (0.6ms)
2259
- Completed 200 OK in 4.4ms (Views: 3.0ms | ActiveRecord: 0.1ms)
2260
-
2261
-
2262
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:50:41 +0100
2263
- Served asset /application.css - 304 Not Modified (0ms)
2264
-
2265
-
2266
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:50:41 +0100
2267
- Served asset /jquery.js - 304 Not Modified (0ms)
2268
-
2269
-
2270
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:50:41 +0100
2271
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2272
-
2273
-
2274
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:50:41 +0100
2275
- Served asset /application.js - 304 Not Modified (0ms)
2276
-
2277
-
2278
- Started GET "/articles" for 127.0.0.1 at 2015-11-11 14:50:43 +0100
2279
- Processing by ArticlesController#index as HTML
2280
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
2281
- Rendered articles/index.html.erb within layouts/application (0.9ms)
2282
- Completed 200 OK in 17.7ms (Views: 16.9ms | ActiveRecord: 0.1ms)
2283
-
2284
-
2285
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-11 14:50:43 +0100
2286
- Served asset /application.css - 304 Not Modified (0ms)
2287
-
2288
-
2289
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-11 14:50:43 +0100
2290
- Served asset /jquery.js - 304 Not Modified (0ms)
2291
-
2292
-
2293
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-11 14:50:43 +0100
2294
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2295
-
2296
-
2297
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-11 14:50:43 +0100
2298
- Served asset /application.js - 304 Not Modified (0ms)
2299
- Connecting to database specified by database.yml
2300
-
2301
-
2302
- Started GET "/assets/rails.png" for 127.0.0.1 at 2015-11-13 10:36:44 +0100
2303
- Served asset /rails.png - 404 Not Found (0ms)
2304
-
2305
- ActionController::RoutingError (No route matches [GET] "/assets/rails.png"):
2306
- actionpack (3.2.22) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2307
- actionpack (3.2.22) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2308
- railties (3.2.22) lib/rails/rack/logger.rb:32:in `call_app'
2309
- railties (3.2.22) lib/rails/rack/logger.rb:16:in `block in call'
2310
- activesupport (3.2.22) lib/active_support/tagged_logging.rb:22:in `tagged'
2311
- railties (3.2.22) lib/rails/rack/logger.rb:16:in `call'
2312
- actionpack (3.2.22) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2313
- rack (1.4.7) lib/rack/methodoverride.rb:21:in `call'
2314
- rack (1.4.7) lib/rack/runtime.rb:17:in `call'
2315
- activesupport (3.2.22) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2316
- rack (1.4.7) lib/rack/lock.rb:15:in `call'
2317
- actionpack (3.2.22) lib/action_dispatch/middleware/static.rb:83:in `call'
2318
- railties (3.2.22) lib/rails/engine.rb:484:in `call'
2319
- railties (3.2.22) lib/rails/application.rb:231:in `call'
2320
- rack (1.4.7) lib/rack/content_length.rb:14:in `call'
2321
- railties (3.2.22) lib/rails/rack/log_tailer.rb:17:in `call'
2322
- rack (1.4.7) lib/rack/handler/webrick.rb:59:in `service'
2323
- /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2324
- /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2325
- /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2326
-
2327
-
2328
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (13.5ms)
2329
-
2330
-
2331
- Started GET "/assets/rails.png" for 127.0.0.1 at 2015-11-13 10:36:47 +0100
2332
- Served asset /rails.png - 404 Not Found (0ms)
2333
-
2334
- ActionController::RoutingError (No route matches [GET] "/assets/rails.png"):
2335
- actionpack (3.2.22) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2336
- actionpack (3.2.22) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2337
- railties (3.2.22) lib/rails/rack/logger.rb:32:in `call_app'
2338
- railties (3.2.22) lib/rails/rack/logger.rb:16:in `block in call'
2339
- activesupport (3.2.22) lib/active_support/tagged_logging.rb:22:in `tagged'
2340
- railties (3.2.22) lib/rails/rack/logger.rb:16:in `call'
2341
- actionpack (3.2.22) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2342
- rack (1.4.7) lib/rack/methodoverride.rb:21:in `call'
2343
- rack (1.4.7) lib/rack/runtime.rb:17:in `call'
2344
- activesupport (3.2.22) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2345
- rack (1.4.7) lib/rack/lock.rb:15:in `call'
2346
- actionpack (3.2.22) lib/action_dispatch/middleware/static.rb:83:in `call'
2347
- railties (3.2.22) lib/rails/engine.rb:484:in `call'
2348
- railties (3.2.22) lib/rails/application.rb:231:in `call'
2349
- rack (1.4.7) lib/rack/content_length.rb:14:in `call'
2350
- railties (3.2.22) lib/rails/rack/log_tailer.rb:17:in `call'
2351
- rack (1.4.7) lib/rack/handler/webrick.rb:59:in `service'
2352
- /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2353
- /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2354
- /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2355
-
2356
-
2357
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
2358
- Connecting to database specified by database.yml
2359
-
2360
-
2361
- Started GET "/articles" for 127.0.0.1 at 2015-11-13 10:38:06 +0100
2362
- Processing by ArticlesController#index as HTML
2363
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
2364
- Rendered articles/index.html.erb within layouts/application (2.6ms)
2365
- Completed 200 OK in 52.2ms (Views: 27.9ms | ActiveRecord: 1.0ms)
2366
-
2367
-
2368
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-13 10:38:06 +0100
2369
- Served asset /application.css - 200 OK (1ms)
2370
-
2371
-
2372
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:06 +0100
2373
- Served asset /jquery.js - 200 OK (1ms)
2374
-
2375
-
2376
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:06 +0100
2377
- Served asset /jquery_ujs.js - 200 OK (0ms)
2378
-
2379
-
2380
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:06 +0100
2381
- Served asset /application.js - 200 OK (2ms)
2382
-
2383
-
2384
- Started GET "/articles" for 127.0.0.1 at 2015-11-13 10:38:18 +0100
2385
- Processing by ArticlesController#index as HTML
2386
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
2387
- Rendered articles/index.html.erb within layouts/application (1.4ms)
2388
- Completed 200 OK in 5.1ms (Views: 4.1ms | ActiveRecord: 0.1ms)
2389
-
2390
-
2391
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-13 10:38:18 +0100
2392
- Served asset /application.css - 304 Not Modified (0ms)
2393
-
2394
-
2395
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:18 +0100
2396
- Served asset /jquery.js - 304 Not Modified (2ms)
2397
-
2398
-
2399
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:18 +0100
2400
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2401
-
2402
-
2403
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:18 +0100
2404
- Served asset /application.js - 304 Not Modified (0ms)
2405
-
2406
-
2407
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-13 10:38:24 +0100
2408
- Processing by ArticlesController#new as HTML
2409
- Rendered articles/_form.html.erb (0.9ms)
2410
- Rendered articles/new.html.erb within layouts/application (15.7ms)
2411
- Completed 200 OK in 19.0ms (Views: 18.5ms | ActiveRecord: 0.0ms)
2412
-
2413
-
2414
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-13 10:38:24 +0100
2415
- Served asset /application.css - 304 Not Modified (0ms)
2416
-
2417
-
2418
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:24 +0100
2419
- Served asset /jquery.js - 304 Not Modified (0ms)
2420
-
2421
-
2422
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:24 +0100
2423
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2424
-
2425
-
2426
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:24 +0100
2427
- Served asset /application.js - 304 Not Modified (0ms)
2428
-
2429
-
2430
- Started POST "/articles" for 127.0.0.1 at 2015-11-13 10:38:40 +0100
2431
- Processing by ArticlesController#create as HTML
2432
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"eW0IwW2F1bbnS/zyh8H9+5pMwj+eYBfMJ9hV8E004y8=", "timestamp"=>"1447407504", "spinner"=>"43275b4af47d5a74a00c9f359394023f", "da1969ba6fe08e9d700f9c5640a5e1af"=>"", "title"=>"Det går så bra", "d1c8c534513adbf2d555d039ee1f505c"=>"", "text"=>"Jepp det gkør det selvfølgelig", "commit"=>"Save changes"}
2433
-  (0.0ms) begin transaction
2434
- SQL (5.7ms) INSERT INTO "articles" ("created_at", "text", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Nov 2015 09:38:40 UTC +00:00], ["text", "Jepp det gkør det selvfølgelig"], ["title", "Det går så bra"], ["updated_at", Fri, 13 Nov 2015 09:38:40 UTC +00:00]]
2435
-  (10.3ms) commit transaction
2436
- Redirected to http://localhost:3000/articles/10
2437
- Completed 302 Found in 18.7ms (ActiveRecord: 16.0ms)
2438
-
2439
-
2440
- Started GET "/articles/10" for 127.0.0.1 at 2015-11-13 10:38:40 +0100
2441
- Processing by ArticlesController#show as HTML
2442
- Parameters: {"id"=>"10"}
2443
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "10"]]
2444
- Rendered articles/show.html.erb within layouts/application (0.7ms)
2445
- Completed 200 OK in 4.8ms (Views: 3.3ms | ActiveRecord: 0.1ms)
2446
-
2447
-
2448
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-13 10:38:40 +0100
2449
- Served asset /application.css - 304 Not Modified (1ms)
2450
-
2451
-
2452
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:40 +0100
2453
- Served asset /jquery.js - 304 Not Modified (0ms)
2454
-
2455
-
2456
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:40 +0100
2457
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2458
-
2459
-
2460
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:40 +0100
2461
- Served asset /application.js - 304 Not Modified (0ms)
2462
-
2463
-
2464
- Started GET "/articles" for 127.0.0.1 at 2015-11-13 10:38:42 +0100
2465
- Processing by ArticlesController#index as HTML
2466
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
2467
- Rendered articles/index.html.erb within layouts/application (1.2ms)
2468
- Completed 200 OK in 3.9ms (Views: 3.2ms | ActiveRecord: 0.1ms)
2469
-
2470
-
2471
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-13 10:38:42 +0100
2472
- Served asset /application.css - 304 Not Modified (0ms)
2473
-
2474
-
2475
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:42 +0100
2476
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2477
-
2478
-
2479
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:42 +0100
2480
- Served asset /jquery.js - 304 Not Modified (0ms)
2481
-
2482
-
2483
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-13 10:38:42 +0100
2484
- Served asset /application.js - 304 Not Modified (0ms)
2485
-
2486
-
2487
- Started GET "/articles" for 127.0.0.1 at 2015-11-13 10:39:18 +0100
2488
- Processing by ArticlesController#index as HTML
2489
- Article Load (0.1ms) SELECT "articles".* FROM "articles"
2490
- Rendered articles/index.html.erb within layouts/application (1.3ms)
2491
- Completed 200 OK in 4.0ms (Views: 3.4ms | ActiveRecord: 0.1ms)
2492
-
2493
-
2494
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-13 10:39:18 +0100
2495
- Served asset /application.css - 304 Not Modified (0ms)
2496
-
2497
-
2498
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-13 10:39:18 +0100
2499
- Served asset /jquery.js - 304 Not Modified (1ms)
2500
-
2501
-
2502
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-13 10:39:18 +0100
2503
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2504
-
2505
-
2506
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-13 10:39:18 +0100
2507
- Served asset /application.js - 304 Not Modified (0ms)
2508
-
2509
-
2510
- Started GET "/articles" for 127.0.0.1 at 2015-11-13 10:39:19 +0100
2511
- Processing by ArticlesController#index as HTML
2512
- Article Load (0.1ms) SELECT "articles".* FROM "articles" 
2513
- Rendered articles/index.html.erb within layouts/application (1.4ms)
2514
- Completed 200 OK in 4.4ms (Views: 3.6ms | ActiveRecord: 0.1ms)
2515
-
2516
-
2517
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-13 10:39:19 +0100
2518
- Served asset /application.css - 304 Not Modified (0ms)
2519
-
2520
-
2521
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-13 10:39:19 +0100
2522
- Served asset /jquery.js - 304 Not Modified (2ms)
2523
-
2524
-
2525
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-13 10:39:19 +0100
2526
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2527
-
2528
-
2529
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-13 10:39:19 +0100
2530
- Served asset /application.js - 304 Not Modified (0ms)
2531
-
2532
-
2533
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-13 10:39:21 +0100
2534
- Processing by ArticlesController#new as HTML
2535
- Rendered articles/_form.html.erb (2.8ms)
2536
- Rendered articles/new.html.erb within layouts/application (3.1ms)
2537
- Completed 500 Internal Server Error in 3.9ms
2538
-
2539
- ActionView::Template::Error (Spinner is not initialized!):
2540
- 1: <%= rc_text_field_tag 'title' %>
2541
- 2:
2542
- 3: <%= rc_form_tag('/articles', ip: request.remote_ip) do |f| %>
2543
- 4: <% if @article.errors.any? %>
2544
- app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb__3470080839496884443_69848888768240'
2545
- app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb___2497236748857333980_69848852512920'
2546
- app/controllers/articles_controller.rb:29:in `new'
2547
-
2548
-
2549
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms)
2550
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
2551
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.7ms)
2552
-
2553
-
2554
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-13 10:40:37 +0100
2555
- Processing by ArticlesController#new as HTML
2556
- Rendered articles/_form.html.erb (0.3ms)
2557
- Rendered articles/new.html.erb within layouts/application (0.6ms)
2558
- Completed 500 Internal Server Error in 1.5ms
2559
-
2560
- ActionView::Template::Error (Spinner is not initialized!):
2561
- 1: <%= rc_text_field_tag 'title' %>
2562
- 2:
2563
- 3: <%= rc_form_tag('/articles', ip: request.remote_ip) do |f| %>
2564
- 4: <% if @article.errors.any? %>
2565
- app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb__3470080839496884443_69848888768240'
2566
- app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb___2497236748857333980_69848852512920'
2567
- app/controllers/articles_controller.rb:29:in `new'
2568
-
2569
-
2570
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
2571
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
2572
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.2ms)
2573
- Connecting to database specified by database.yml
2574
-
2575
-
2576
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-13 10:40:44 +0100
2577
- Processing by ArticlesController#new as HTML
2578
- Rendered articles/_form.html.erb (14.2ms)
2579
- Rendered articles/new.html.erb within layouts/application (16.8ms)
2580
- Completed 500 Internal Server Error in 56.7ms
2581
-
2582
- ActionView::Template::Error (Form has no start! (use rc_form_tag)):
2583
- 1: <%= rc_text_field_tag 'title' %>
2584
- 2:
2585
- 3: <%= rc_form_tag('/articles', ip: request.remote_ip) do |f| %>
2586
- 4: <% if @article.errors.any? %>
2587
- app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb___3314963864237826812_69849356201000'
2588
- app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb___3685632013457168614_34935400'
2589
- app/controllers/articles_controller.rb:29:in `new'
2590
-
2591
-
2592
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms)
2593
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.4ms)
2594
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.7ms)
2595
-
2596
-
2597
- Started GET "/articles/new%5C" for 127.0.0.1 at 2015-11-13 10:41:02 +0100
2598
- Processing by ArticlesController#show as HTML
2599
- Parameters: {"id"=>"new\\"}
2600
- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "new\\"]]
2601
- Completed 404 Not Found in 1.6ms
2602
-
2603
- ActiveRecord::RecordNotFound (Couldn't find Article with id=new\):
2604
- app/controllers/articles_controller.rb:16:in `show'
2605
-
2606
-
2607
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms)
2608
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
2609
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (3.8ms)
2610
- Connecting to database specified by database.yml
2611
-
2612
-
2613
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-13 10:41:07 +0100
2614
- Processing by ArticlesController#new as HTML
2615
- Rendered articles/_form.html.erb (14.8ms)
2616
- Rendered articles/new.html.erb within layouts/application (17.5ms)
2617
- Completed 500 Internal Server Error in 56.2ms
2618
-
2619
- ActionView::Template::Error (Form has not been initialized properly! (use rc_form_tag)):
2620
- 1: <%= rc_text_field_tag 'title' %>
2621
- 2:
2622
- 3: <%= rc_form_tag('/articles', ip: request.remote_ip) do |f| %>
2623
- 4: <% if @article.errors.any? %>
2624
- app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb__2476902136958297025_70143460797280'
2625
- app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb__620378877406669547_26794960'
2626
- app/controllers/articles_controller.rb:29:in `new'
2627
-
2628
-
2629
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms)
2630
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.4ms)
2631
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.7ms)
2632
-
2633
-
2634
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-13 10:45:05 +0100
2635
- Processing by ArticlesController#new as HTML
2636
- Rendered articles/_form.html.erb (0.9ms)
2637
- Rendered articles/new.html.erb within layouts/application (1.5ms)
2638
- Completed 200 OK in 7.6ms (Views: 7.4ms | ActiveRecord: 0.0ms)
2639
-
2640
-
2641
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-13 10:45:05 +0100
2642
- Served asset /application.css - 304 Not Modified (0ms)
2643
-
2644
-
2645
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-13 10:45:05 +0100
2646
- Served asset /jquery.js - 304 Not Modified (3ms)
2647
-
2648
-
2649
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-13 10:45:05 +0100
2650
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2651
-
2652
-
2653
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-13 10:45:05 +0100
2654
- Served asset /application.js - 304 Not Modified (3ms)
2655
- Connecting to database specified by database.yml
2656
-
2657
-
2658
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-13 10:45:21 +0100
2659
- Processing by ArticlesController#new as HTML
2660
- Rendered articles/_form.html.erb (0.9ms)
2661
- Rendered articles/new.html.erb within layouts/application (3.9ms)
2662
- Completed 200 OK in 60.9ms (Views: 37.7ms | ActiveRecord: 0.9ms)
2663
-
2664
-
2665
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-13 10:45:22 +0100
2666
- Served asset /application.css - 304 Not Modified (1ms)
2667
-
2668
-
2669
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-13 10:45:22 +0100
2670
- Served asset /jquery.js - 304 Not Modified (3ms)
2671
-
2672
-
2673
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-13 10:45:22 +0100
2674
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2675
-
2676
-
2677
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-13 10:45:22 +0100
2678
- Served asset /application.js - 304 Not Modified (2ms)
2679
-
2680
-
2681
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-13 10:45:55 +0100
2682
- Processing by ArticlesController#new as HTML
2683
- Rendered articles/_form.html.erb (3.6ms)
2684
- Rendered articles/new.html.erb within layouts/application (4.0ms)
2685
- Completed 500 Internal Server Error in 4.9ms
2686
-
2687
- ActionView::Template::Error (Form has not been initialized properly! (use rc_form_tag)):
2688
- 1: <%= rc_hash_tag(:test) %>
2689
- 2:
2690
- 3: <%= rc_form_tag('/articles', ip: request.remote_ip) do |f| %>
2691
- 4: <%= rc_hash_tag(:test) %>
2692
- app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb__2321002298422042751_70125542163820'
2693
- app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb__161863085645621876_35845780'
2694
- app/controllers/articles_controller.rb:29:in `new'
2695
-
2696
-
2697
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms)
2698
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms)
2699
- Rendered /home/mike/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/actionpack-3.2.22/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.0ms)
2700
-
2701
-
2702
- Started GET "/articles/new" for 127.0.0.1 at 2015-11-13 10:46:00 +0100
2703
- Processing by ArticlesController#new as HTML
2704
- Rendered articles/_form.html.erb (1.0ms)
2705
- Rendered articles/new.html.erb within layouts/application (1.6ms)
2706
- Completed 200 OK in 4.0ms (Views: 3.7ms | ActiveRecord: 0.0ms)
2707
-
2708
-
2709
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-11-13 10:46:00 +0100
2710
- Served asset /application.css - 304 Not Modified (0ms)
2711
-
2712
-
2713
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-11-13 10:46:00 +0100
2714
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2715
-
2716
-
2717
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-11-13 10:46:00 +0100
2718
- Served asset /jquery.js - 304 Not Modified (0ms)
2719
-
2720
-
2721
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-11-13 10:46:00 +0100
2722
- Served asset /application.js - 304 Not Modified (0ms)