left_side 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. data/README.md +30 -5
  2. data/Rakefile +5 -0
  3. data/left_side.gemspec +9 -0
  4. data/lib/assets/stylesheets/left-side.css.scss +55 -0
  5. data/lib/left_side/base.rb +3 -3
  6. data/lib/left_side/cells/left_side/base.html.erb +1 -1
  7. data/lib/left_side/cells/left_side_cell.rb +3 -2
  8. data/lib/left_side/rails.rb +2 -2
  9. data/lib/left_side/section.yml +3 -5
  10. data/lib/left_side/version.rb +1 -1
  11. data/spec/dummy/.sass-cache/77b12a84de3c9aab14bc1e241ef001cd6fe973e0/left-side.css.scssc +0 -0
  12. data/spec/dummy/Rakefile +7 -0
  13. data/spec/dummy/app/assets/images/rails.png +0 -0
  14. data/spec/dummy/app/assets/javascripts/application.js +12 -0
  15. data/spec/dummy/app/assets/stylesheets/application.css +13 -0
  16. data/spec/dummy/app/controllers/application_controller.rb +3 -0
  17. data/spec/dummy/app/controllers/tasks_controller.rb +7 -0
  18. data/spec/dummy/app/controllers/todos_controller.rb +7 -0
  19. data/spec/dummy/app/models/.gitkeep +0 -0
  20. data/spec/dummy/app/models/task.rb +3 -0
  21. data/spec/dummy/app/models/todo.rb +3 -0
  22. data/spec/dummy/app/views/layouts/application.html.erb +18 -0
  23. data/spec/dummy/app/views/tasks/index.html.erb +0 -0
  24. data/spec/dummy/app/views/tasks/new.html.erb +0 -0
  25. data/spec/dummy/app/views/todos/index.html.erb +0 -0
  26. data/spec/dummy/app/views/todos/new.html.erb +0 -0
  27. data/spec/dummy/config/application.rb +62 -0
  28. data/spec/dummy/config/boot.rb +8 -0
  29. data/spec/dummy/config/database.yml +25 -0
  30. data/spec/dummy/config/environment.rb +5 -0
  31. data/spec/dummy/config/environments/development.rb +37 -0
  32. data/spec/dummy/config/environments/production.rb +67 -0
  33. data/spec/dummy/config/environments/test.rb +37 -0
  34. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  35. data/spec/dummy/config/initializers/inflections.rb +15 -0
  36. data/spec/dummy/config/initializers/mime_types.rb +5 -0
  37. data/spec/dummy/config/initializers/secret_token.rb +7 -0
  38. data/spec/dummy/config/initializers/session_store.rb +8 -0
  39. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  40. data/spec/dummy/config/left_side/section.yml +6 -0
  41. data/spec/dummy/config/locales/en.yml +5 -0
  42. data/spec/dummy/config/routes.rb +5 -0
  43. data/spec/dummy/config.ru +4 -0
  44. data/spec/dummy/db/development.sqlite3 +0 -0
  45. data/spec/dummy/db/migrate/20130129091246_create_todos.rb +8 -0
  46. data/spec/dummy/db/migrate/20130204072342_create_tasks.rb +8 -0
  47. data/spec/dummy/db/schema.rb +21 -0
  48. data/spec/dummy/db/seeds.rb +7 -0
  49. data/spec/dummy/db/test.sqlite3 +0 -0
  50. data/spec/dummy/log/.gitkeep +0 -0
  51. data/spec/dummy/log/development.log +2269 -0
  52. data/spec/dummy/log/test.log +640 -0
  53. data/spec/dummy/public/404.html +26 -0
  54. data/spec/dummy/public/422.html +26 -0
  55. data/spec/dummy/public/500.html +25 -0
  56. data/spec/dummy/public/favicon.ico +0 -0
  57. data/spec/dummy/public/robots.txt +5 -0
  58. data/spec/dummy/script/rails +6 -0
  59. data/spec/left_side/feature/left_side_spec.rb +47 -0
  60. data/spec/spec_helper.rb +14 -0
  61. metadata +217 -4
  62. data/lib/assets/stylesheets/left-side.scss +0 -8
@@ -0,0 +1,2269 @@
1
+ Connecting to database specified by database.yml
2
+ Connecting to database specified by database.yml
3
+ Connecting to database specified by database.yml
4
+
5
+
6
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2013-02-04 14:05:20 +0800
7
+ Connecting to database specified by database.yml
8
+ Served asset /rails.png - 200 OK (21ms)
9
+
10
+
11
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2013-02-04 14:05:26 +0800
12
+ Served asset /rails.png - 200 OK (0ms)
13
+
14
+
15
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2013-02-04 14:05:31 +0800
16
+ Served asset /rails.png - 304 Not Modified (0ms)
17
+
18
+
19
+ Started GET "/" for 127.0.0.1 at 2013-02-04 14:06:28 +0800
20
+
21
+ ActionController::RoutingError (No route matches [GET] "/"):
22
+ actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
23
+ actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
24
+ railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
25
+ railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
26
+ activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
27
+ railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
28
+ actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
29
+ rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
30
+ rack (1.4.4) lib/rack/runtime.rb:17:in `call'
31
+ activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
32
+ rack (1.4.4) lib/rack/lock.rb:15:in `call'
33
+ actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
34
+ railties (3.2.11) lib/rails/engine.rb:479:in `call'
35
+ railties (3.2.11) lib/rails/application.rb:223:in `call'
36
+ rack (1.4.4) lib/rack/content_length.rb:14:in `call'
37
+ railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
38
+ rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
39
+ /home/soffolk/.rvm/rubies/ruby-1.9.3-p327-falcon/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
40
+ /home/soffolk/.rvm/rubies/ruby-1.9.3-p327-falcon/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
41
+ /home/soffolk/.rvm/rubies/ruby-1.9.3-p327-falcon/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
42
+
43
+
44
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (10.2ms)
45
+
46
+
47
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 14:06:36 +0800
48
+ Processing by TodosController#index as HTML
49
+ Completed 500 Internal Server Error in 81ms
50
+
51
+ ActiveRecord::StatementInvalid (Could not find table 'todos'):
52
+ app/controllers/todos_controller.rb:5:in `index'
53
+
54
+
55
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
56
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
57
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.3ms)
58
+ Connecting to database specified by database.yml
59
+  (0.1ms) select sqlite_version(*)
60
+  (134.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
61
+  (124.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
62
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
63
+ Migrating to CreateTodos (20130129091246)
64
+  (0.0ms) begin transaction
65
+  (0.3ms) CREATE TABLE "todos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
66
+  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130129091246')
67
+  (121.9ms) commit transaction
68
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
69
+
70
+
71
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 14:06:54 +0800
72
+ Processing by TodosController#index as HTML
73
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" 
74
+ Rendered todos/index.html.erb within layouts/application (0.7ms)
75
+ Compiled scaffolds.css (49ms) (pid 10604)
76
+ Compiled todos.css (0ms) (pid 10604)
77
+ Compiled application.css (86ms) (pid 10604)
78
+ Compiled jquery.js (3ms) (pid 10604)
79
+ Compiled jquery_ujs.js (0ms) (pid 10604)
80
+ Compiled todos.js (105ms) (pid 10604)
81
+ Compiled application.js (171ms) (pid 10604)
82
+ Completed 200 OK in 295ms (Views: 293.0ms | ActiveRecord: 0.5ms)
83
+
84
+
85
+ Started GET "/assets/todos.css?body=1" for 127.0.0.1 at 2013-02-04 14:06:55 +0800
86
+ Served asset /todos.css - 200 OK (4ms)
87
+
88
+
89
+ Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2013-02-04 14:06:55 +0800
90
+ Served asset /scaffolds.css - 200 OK (2ms)
91
+
92
+
93
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 14:06:55 +0800
94
+ Served asset /application.css - 200 OK (5ms)
95
+
96
+
97
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-04 14:06:55 +0800
98
+ Served asset /jquery.js - 200 OK (2ms)
99
+
100
+
101
+ Started GET "/assets/todos.js?body=1" for 127.0.0.1 at 2013-02-04 14:06:55 +0800
102
+ Served asset /todos.js - 200 OK (1ms)
103
+
104
+
105
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-04 14:06:55 +0800
106
+ Served asset /jquery_ujs.js - 200 OK (1ms)
107
+
108
+
109
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 14:06:55 +0800
110
+ Served asset /application.js - 200 OK (5ms)
111
+ Connecting to database specified by database.yml
112
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
113
+  (0.2ms) select sqlite_version(*)
114
+  (129.6ms) CREATE TABLE "todos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
115
+  (132.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
116
+  (141.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
117
+  (0.2ms) SELECT version FROM "schema_migrations"
118
+  (148.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130129091246')
119
+ Connecting to database specified by database.yml
120
+
121
+
122
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2013-02-04 16:07:24 +0800
123
+ Connecting to database specified by database.yml
124
+ Served asset /rails.png - 304 Not Modified (1ms)
125
+
126
+
127
+ Started GET "/" for 127.0.0.1 at 2013-02-04 16:07:26 +0800
128
+
129
+ ActionController::RoutingError (No route matches [GET] "/"):
130
+ actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
131
+ actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
132
+ railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
133
+ railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
134
+ activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
135
+ railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
136
+ actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
137
+ rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
138
+ rack (1.4.4) lib/rack/runtime.rb:17:in `call'
139
+ activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
140
+ rack (1.4.4) lib/rack/lock.rb:15:in `call'
141
+ actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
142
+ railties (3.2.11) lib/rails/engine.rb:479:in `call'
143
+ railties (3.2.11) lib/rails/application.rb:223:in `call'
144
+ rack (1.4.4) lib/rack/content_length.rb:14:in `call'
145
+ railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
146
+ rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
147
+ /home/soffolk/.rvm/rubies/ruby-1.9.3-p327-falcon/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
148
+ /home/soffolk/.rvm/rubies/ruby-1.9.3-p327-falcon/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
149
+ /home/soffolk/.rvm/rubies/ruby-1.9.3-p327-falcon/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
150
+
151
+
152
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
153
+
154
+
155
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:07:29 +0800
156
+ Processing by TodosController#index as HTML
157
+ Rendered todos/index.html.erb within layouts/application (0.4ms)
158
+ Compiled scaffold.css (0ms) (pid 17799)
159
+ Compiled tasks.css (0ms) (pid 17799)
160
+ Compiled application.css (10ms) (pid 17799)
161
+ Completed 500 Internal Server Error in 32ms
162
+
163
+ ActionView::Template::Error (couldn't find file 'jquery'
164
+ (in /mnt/soffolk/home/soffolk/work/mine/left_side/spec/dummy/app/assets/javascripts/application.js:13)):
165
+ 3: <head>
166
+ 4: <title>Dummy</title>
167
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
168
+ 6: <%= javascript_include_tag "application" %>
169
+ 7: <%= csrf_meta_tags %>
170
+ 8: </head>
171
+ 9: <body>
172
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3902913180229823413_35270800'
173
+
174
+
175
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms)
176
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
177
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms)
178
+
179
+
180
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:09:25 +0800
181
+ Connecting to database specified by database.yml
182
+ Processing by TodosController#index as HTML
183
+ Rendered todos/index.html.erb within layouts/application (0.8ms)
184
+ Completed 500 Internal Server Error in 13ms
185
+
186
+ ActionView::Template::Error (couldn't find file 'left_side'
187
+ (in /mnt/soffolk/home/soffolk/work/mine/left_side/spec/dummy/app/assets/stylesheets/application.css:12)):
188
+ 2: <html>
189
+ 3: <head>
190
+ 4: <title>Dummy</title>
191
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
192
+ 6: <%= javascript_include_tag "application" %>
193
+ 7: <%= csrf_meta_tags %>
194
+ 8: </head>
195
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4456061924710965560_28081220'
196
+
197
+
198
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
199
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
200
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms)
201
+
202
+
203
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:09:27 +0800
204
+ Processing by TodosController#index as HTML
205
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
206
+ Completed 500 Internal Server Error in 9ms
207
+
208
+ ActionView::Template::Error (couldn't find file 'left_side'
209
+ (in /mnt/soffolk/home/soffolk/work/mine/left_side/spec/dummy/app/assets/stylesheets/application.css:12)):
210
+ 2: <html>
211
+ 3: <head>
212
+ 4: <title>Dummy</title>
213
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
214
+ 6: <%= javascript_include_tag "application" %>
215
+ 7: <%= csrf_meta_tags %>
216
+ 8: </head>
217
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4456061924710965560_28081220'
218
+
219
+
220
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
221
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
222
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms)
223
+
224
+
225
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:09:28 +0800
226
+ Processing by TodosController#index as HTML
227
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
228
+ Completed 500 Internal Server Error in 11ms
229
+
230
+ ActionView::Template::Error (couldn't find file 'left_side'
231
+ (in /mnt/soffolk/home/soffolk/work/mine/left_side/spec/dummy/app/assets/stylesheets/application.css:12)):
232
+ 2: <html>
233
+ 3: <head>
234
+ 4: <title>Dummy</title>
235
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
236
+ 6: <%= javascript_include_tag "application" %>
237
+ 7: <%= csrf_meta_tags %>
238
+ 8: </head>
239
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4456061924710965560_28081220'
240
+
241
+
242
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
243
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
244
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms)
245
+
246
+
247
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:09:46 +0800
248
+ Processing by TodosController#index as HTML
249
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
250
+ Completed 500 Internal Server Error in 10ms
251
+
252
+ ActionView::Template::Error (cannot load such file -- sass
253
+ (in /mnt/soffolk/home/soffolk/work/mine/left_side/lib/assets/stylesheets/left-side.css.scss)):
254
+ 2: <html>
255
+ 3: <head>
256
+ 4: <title>Dummy</title>
257
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
258
+ 6: <%= javascript_include_tag "application" %>
259
+ 7: <%= csrf_meta_tags %>
260
+ 8: </head>
261
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4456061924710965560_28081220'
262
+
263
+
264
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
265
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
266
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms)
267
+
268
+
269
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:09:47 +0800
270
+ Processing by TodosController#index as HTML
271
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
272
+ Completed 500 Internal Server Error in 11ms
273
+
274
+ ActionView::Template::Error (cannot load such file -- sass
275
+ (in /mnt/soffolk/home/soffolk/work/mine/left_side/lib/assets/stylesheets/left-side.css.scss)):
276
+ 2: <html>
277
+ 3: <head>
278
+ 4: <title>Dummy</title>
279
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
280
+ 6: <%= javascript_include_tag "application" %>
281
+ 7: <%= csrf_meta_tags %>
282
+ 8: </head>
283
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4456061924710965560_28081220'
284
+
285
+
286
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
287
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
288
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.0ms)
289
+
290
+
291
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:09:48 +0800
292
+ Processing by TodosController#index as HTML
293
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
294
+ Completed 500 Internal Server Error in 11ms
295
+
296
+ ActionView::Template::Error (cannot load such file -- sass
297
+ (in /mnt/soffolk/home/soffolk/work/mine/left_side/lib/assets/stylesheets/left-side.css.scss)):
298
+ 2: <html>
299
+ 3: <head>
300
+ 4: <title>Dummy</title>
301
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
302
+ 6: <%= javascript_include_tag "application" %>
303
+ 7: <%= csrf_meta_tags %>
304
+ 8: </head>
305
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4456061924710965560_28081220'
306
+
307
+
308
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
309
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
310
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms)
311
+
312
+
313
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:09:49 +0800
314
+ Processing by TodosController#index as HTML
315
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
316
+ Completed 500 Internal Server Error in 9ms
317
+
318
+ ActionView::Template::Error (cannot load such file -- sass
319
+ (in /mnt/soffolk/home/soffolk/work/mine/left_side/lib/assets/stylesheets/left-side.css.scss)):
320
+ 2: <html>
321
+ 3: <head>
322
+ 4: <title>Dummy</title>
323
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
324
+ 6: <%= javascript_include_tag "application" %>
325
+ 7: <%= csrf_meta_tags %>
326
+ 8: </head>
327
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4456061924710965560_28081220'
328
+
329
+
330
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
331
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
332
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms)
333
+
334
+
335
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:09:50 +0800
336
+ Processing by TodosController#index as HTML
337
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
338
+ Completed 500 Internal Server Error in 10ms
339
+
340
+ ActionView::Template::Error (cannot load such file -- sass
341
+ (in /mnt/soffolk/home/soffolk/work/mine/left_side/lib/assets/stylesheets/left-side.css.scss)):
342
+ 2: <html>
343
+ 3: <head>
344
+ 4: <title>Dummy</title>
345
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
346
+ 6: <%= javascript_include_tag "application" %>
347
+ 7: <%= csrf_meta_tags %>
348
+ 8: </head>
349
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4456061924710965560_28081220'
350
+
351
+
352
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
353
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
354
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms)
355
+
356
+
357
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:09:51 +0800
358
+ Processing by TodosController#index as HTML
359
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
360
+ Completed 500 Internal Server Error in 8ms
361
+
362
+ ActionView::Template::Error (cannot load such file -- sass
363
+ (in /mnt/soffolk/home/soffolk/work/mine/left_side/lib/assets/stylesheets/left-side.css.scss)):
364
+ 2: <html>
365
+ 3: <head>
366
+ 4: <title>Dummy</title>
367
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
368
+ 6: <%= javascript_include_tag "application" %>
369
+ 7: <%= csrf_meta_tags %>
370
+ 8: </head>
371
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4456061924710965560_28081220'
372
+
373
+
374
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
375
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
376
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.2ms)
377
+
378
+
379
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:09:51 +0800
380
+ Processing by TodosController#index as HTML
381
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
382
+ Completed 500 Internal Server Error in 10ms
383
+
384
+ ActionView::Template::Error (cannot load such file -- sass
385
+ (in /mnt/soffolk/home/soffolk/work/mine/left_side/lib/assets/stylesheets/left-side.css.scss)):
386
+ 2: <html>
387
+ 3: <head>
388
+ 4: <title>Dummy</title>
389
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
390
+ 6: <%= javascript_include_tag "application" %>
391
+ 7: <%= csrf_meta_tags %>
392
+ 8: </head>
393
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4456061924710965560_28081220'
394
+
395
+
396
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
397
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
398
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.3ms)
399
+
400
+
401
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:11:34 +0800
402
+ Connecting to database specified by database.yml
403
+ Processing by TodosController#index as HTML
404
+ Rendered todos/index.html.erb within layouts/application (0.7ms)
405
+ Compiled left-side.css (5ms) (pid 18184)
406
+ Compiled application.css (12ms) (pid 18184)
407
+ Compiled application.js (0ms) (pid 18184)
408
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
409
+ Completed 200 OK in 47ms (Views: 46.9ms | ActiveRecord: 0.0ms)
410
+
411
+
412
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:34 +0800
413
+ Served asset /application.css - 304 Not Modified (4ms)
414
+
415
+
416
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:11:34 +0800
417
+ Served asset /application.js - 200 OK (1ms)
418
+
419
+
420
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:34 +0800
421
+ Served asset /left-side.css - 200 OK (1ms)
422
+
423
+
424
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:11:39 +0800
425
+ Processing by TodosController#index as HTML
426
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
427
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
428
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
429
+
430
+
431
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:39 +0800
432
+ Served asset /application.css - 304 Not Modified (0ms)
433
+
434
+
435
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:11:40 +0800
436
+ Processing by TodosController#index as HTML
437
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
438
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
439
+ Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)
440
+
441
+
442
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:40 +0800
443
+ Served asset /application.css - 304 Not Modified (0ms)
444
+
445
+
446
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:11:41 +0800
447
+ Processing by TodosController#index as HTML
448
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
449
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
450
+ Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)
451
+
452
+
453
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:41 +0800
454
+ Served asset /application.css - 304 Not Modified (0ms)
455
+
456
+
457
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:11:41 +0800
458
+ Processing by TodosController#index as HTML
459
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
460
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
461
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
462
+
463
+
464
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:42 +0800
465
+ Served asset /application.css - 304 Not Modified (0ms)
466
+
467
+
468
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:11:42 +0800
469
+ Processing by TodosController#index as HTML
470
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
471
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
472
+ Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
473
+
474
+
475
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:42 +0800
476
+ Served asset /application.css - 304 Not Modified (0ms)
477
+
478
+
479
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:11:43 +0800
480
+ Processing by TodosController#index as HTML
481
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
482
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
483
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
484
+
485
+
486
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:43 +0800
487
+ Served asset /application.css - 304 Not Modified (0ms)
488
+
489
+
490
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 16:11:44 +0800
491
+ Processing by TasksController#index as HTML
492
+ Rendered tasks/index.html.erb within layouts/application (0.2ms)
493
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
494
+ Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
495
+
496
+
497
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:44 +0800
498
+ Served asset /application.css - 304 Not Modified (0ms)
499
+
500
+
501
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 16:11:45 +0800
502
+ Processing by TasksController#index as HTML
503
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
504
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
505
+ Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
506
+
507
+
508
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:45 +0800
509
+ Served asset /application.css - 304 Not Modified (0ms)
510
+
511
+
512
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 16:11:45 +0800
513
+ Processing by TasksController#index as HTML
514
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
515
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
516
+ Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
517
+
518
+
519
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:45 +0800
520
+ Served asset /application.css - 304 Not Modified (0ms)
521
+
522
+
523
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 16:11:46 +0800
524
+ Processing by TasksController#index as HTML
525
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
526
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
527
+ Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
528
+
529
+
530
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:46 +0800
531
+ Served asset /application.css - 304 Not Modified (0ms)
532
+
533
+
534
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:11:56 +0800
535
+ Processing by TodosController#index as HTML
536
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
537
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
538
+ Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
539
+
540
+
541
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:56 +0800
542
+ Served asset /application.css - 200 OK (0ms)
543
+
544
+
545
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:56 +0800
546
+ Served asset /left-side.css - 200 OK (2ms)
547
+
548
+
549
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:11:56 +0800
550
+ Served asset /application.js - 200 OK (0ms)
551
+
552
+
553
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 16:11:57 +0800
554
+ Processing by TasksController#index as HTML
555
+ Rendered tasks/index.html.erb within layouts/application (0.1ms)
556
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
557
+ Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
558
+
559
+
560
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:57 +0800
561
+ Served asset /application.css - 200 OK (2ms)
562
+
563
+
564
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:57 +0800
565
+ Served asset /left-side.css - 200 OK (0ms)
566
+
567
+
568
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:11:57 +0800
569
+ Served asset /application.js - 200 OK (0ms)
570
+
571
+
572
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 16:11:58 +0800
573
+ Processing by TasksController#index as HTML
574
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
575
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
576
+ Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)
577
+
578
+
579
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:58 +0800
580
+ Served asset /application.css - 200 OK (0ms)
581
+
582
+
583
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:58 +0800
584
+ Served asset /left-side.css - 200 OK (0ms)
585
+
586
+
587
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:11:58 +0800
588
+ Served asset /application.js - 200 OK (0ms)
589
+
590
+
591
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:11:59 +0800
592
+ Processing by TodosController#index as HTML
593
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
594
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
595
+ Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
596
+
597
+
598
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:59 +0800
599
+ Served asset /application.css - 200 OK (0ms)
600
+
601
+
602
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:11:59 +0800
603
+ Served asset /left-side.css - 200 OK (2ms)
604
+
605
+
606
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:11:59 +0800
607
+ Served asset /application.js - 200 OK (0ms)
608
+
609
+
610
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:25:00 +0800
611
+ Processing by TodosController#index as HTML
612
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
613
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.5ms)
614
+ Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms)
615
+
616
+
617
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:25:00 +0800
618
+ Served asset /application.css - 200 OK (0ms)
619
+
620
+
621
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:25:00 +0800
622
+ Served asset /application.js - 200 OK (0ms)
623
+
624
+
625
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:25:00 +0800
626
+ Served asset /left-side.css - 200 OK (0ms)
627
+
628
+
629
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:38:57 +0800
630
+ Processing by TodosController#index as HTML
631
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
632
+ Compiled left-side.css (7ms) (pid 18184)
633
+ Compiled application.css (1ms) (pid 18184)
634
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
635
+ Completed 200 OK in 28ms (Views: 27.9ms | ActiveRecord: 0.0ms)
636
+
637
+
638
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:38:57 +0800
639
+ Served asset /left-side.css - 200 OK (1ms)
640
+
641
+
642
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:38:57 +0800
643
+ Served asset /application.js - 304 Not Modified (0ms)
644
+
645
+
646
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:38:57 +0800
647
+ Served asset /application.css - 304 Not Modified (2ms)
648
+
649
+
650
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:39:53 +0800
651
+ Processing by TodosController#index as HTML
652
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
653
+ Compiled left-side.css (7ms) (pid 18184)
654
+ Compiled application.css (1ms) (pid 18184)
655
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
656
+ Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.0ms)
657
+
658
+
659
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:39:53 +0800
660
+ Served asset /application.js - 200 OK (0ms)
661
+
662
+
663
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:39:53 +0800
664
+ Served asset /application.css - 200 OK (3ms)
665
+
666
+
667
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:39:54 +0800
668
+ Served asset /left-side.css - 200 OK (1ms)
669
+
670
+
671
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:40:33 +0800
672
+ Processing by TodosController#index as HTML
673
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
674
+ Compiled left-side.css (6ms) (pid 18184)
675
+ Compiled application.css (1ms) (pid 18184)
676
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
677
+ Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.0ms)
678
+
679
+
680
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:40:33 +0800
681
+ Served asset /left-side.css - 200 OK (2ms)
682
+
683
+
684
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:40:33 +0800
685
+ Served asset /application.css - 200 OK (2ms)
686
+
687
+
688
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:40:33 +0800
689
+ Served asset /application.js - 200 OK (0ms)
690
+
691
+
692
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:41:27 +0800
693
+ Processing by TodosController#index as HTML
694
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
695
+ Compiled left-side.css (8ms) (pid 18184)
696
+ Compiled application.css (1ms) (pid 18184)
697
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
698
+ Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.0ms)
699
+
700
+
701
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:41:27 +0800
702
+ Served asset /application.css - 200 OK (3ms)
703
+
704
+
705
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:41:27 +0800
706
+ Served asset /left-side.css - 200 OK (1ms)
707
+
708
+
709
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:41:27 +0800
710
+ Served asset /application.js - 200 OK (0ms)
711
+
712
+
713
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:42:19 +0800
714
+ Processing by TodosController#index as HTML
715
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
716
+ Compiled left-side.css (9ms) (pid 18184)
717
+ Compiled application.css (1ms) (pid 18184)
718
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
719
+ Completed 200 OK in 31ms (Views: 31.2ms | ActiveRecord: 0.0ms)
720
+
721
+
722
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:42:19 +0800
723
+ Served asset /application.js - 200 OK (0ms)
724
+
725
+
726
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:42:19 +0800
727
+ Served asset /left-side.css - 200 OK (1ms)
728
+
729
+
730
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:42:19 +0800
731
+ Served asset /application.css - 200 OK (2ms)
732
+
733
+
734
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:42:54 +0800
735
+ Processing by TodosController#index as HTML
736
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
737
+ Compiled left-side.css (10ms) (pid 18184)
738
+ Compiled application.css (1ms) (pid 18184)
739
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
740
+ Completed 200 OK in 69ms (Views: 68.6ms | ActiveRecord: 0.0ms)
741
+
742
+
743
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:42:55 +0800
744
+ Served asset /application.css - 200 OK (3ms)
745
+
746
+
747
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:42:55 +0800
748
+ Served asset /application.js - 200 OK (0ms)
749
+
750
+
751
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:42:55 +0800
752
+ Served asset /left-side.css - 200 OK (1ms)
753
+
754
+
755
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:44:24 +0800
756
+ Processing by TodosController#index as HTML
757
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
758
+ Compiled left-side.css (35ms) (pid 18184)
759
+ Compiled application.css (1ms) (pid 18184)
760
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
761
+ Completed 200 OK in 58ms (Views: 58.3ms | ActiveRecord: 0.0ms)
762
+
763
+
764
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:44:24 +0800
765
+ Served asset /left-side.css - 200 OK (2ms)
766
+
767
+
768
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:44:24 +0800
769
+ Served asset /application.css - 200 OK (2ms)
770
+
771
+
772
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:44:24 +0800
773
+ Served asset /application.js - 200 OK (0ms)
774
+
775
+
776
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:48:56 +0800
777
+ Processing by TodosController#index as HTML
778
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
779
+ Compiled left-side.css (13ms) (pid 18184)
780
+ Compiled application.css (1ms) (pid 18184)
781
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
782
+ Completed 200 OK in 33ms (Views: 32.9ms | ActiveRecord: 0.0ms)
783
+
784
+
785
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:48:56 +0800
786
+ Served asset /application.js - 200 OK (0ms)
787
+
788
+
789
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:48:56 +0800
790
+ Served asset /application.css - 200 OK (3ms)
791
+
792
+
793
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:48:56 +0800
794
+ Served asset /left-side.css - 200 OK (1ms)
795
+
796
+
797
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:49:24 +0800
798
+ Processing by TodosController#index as HTML
799
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
800
+ Compiled left-side.css (10ms) (pid 18184)
801
+ Compiled application.css (1ms) (pid 18184)
802
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
803
+ Completed 200 OK in 34ms (Views: 33.6ms | ActiveRecord: 0.0ms)
804
+
805
+
806
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:49:25 +0800
807
+ Served asset /left-side.css - 200 OK (1ms)
808
+
809
+
810
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:49:25 +0800
811
+ Served asset /application.css - 200 OK (2ms)
812
+
813
+
814
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:49:25 +0800
815
+ Served asset /application.js - 200 OK (0ms)
816
+
817
+
818
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:50:34 +0800
819
+ Processing by TodosController#index as HTML
820
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
821
+ Compiled left-side.css (10ms) (pid 18184)
822
+ Compiled application.css (1ms) (pid 18184)
823
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
824
+ Completed 200 OK in 30ms (Views: 29.7ms | ActiveRecord: 0.0ms)
825
+
826
+
827
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:50:35 +0800
828
+ Served asset /left-side.css - 200 OK (4ms)
829
+
830
+
831
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:50:35 +0800
832
+ Served asset /application.css - 200 OK (2ms)
833
+
834
+
835
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:50:35 +0800
836
+ Served asset /application.js - 200 OK (0ms)
837
+
838
+
839
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:50:57 +0800
840
+ Processing by TodosController#index as HTML
841
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
842
+ Compiled left-side.css (9ms) (pid 18184)
843
+ Compiled application.css (1ms) (pid 18184)
844
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.7ms)
845
+ Completed 200 OK in 31ms (Views: 31.1ms | ActiveRecord: 0.0ms)
846
+
847
+
848
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:50:58 +0800
849
+ Served asset /application.css - 200 OK (4ms)
850
+
851
+
852
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:50:58 +0800
853
+ Served asset /left-side.css - 200 OK (1ms)
854
+
855
+
856
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:50:58 +0800
857
+ Served asset /application.js - 200 OK (0ms)
858
+
859
+
860
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:51:15 +0800
861
+ Processing by TodosController#index as HTML
862
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
863
+ Compiled left-side.css (9ms) (pid 18184)
864
+ Compiled application.css (0ms) (pid 18184)
865
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
866
+ Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.0ms)
867
+
868
+
869
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:51:15 +0800
870
+ Served asset /left-side.css - 200 OK (2ms)
871
+
872
+
873
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:51:15 +0800
874
+ Served asset /application.js - 200 OK (0ms)
875
+
876
+
877
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:51:15 +0800
878
+ Served asset /application.css - 200 OK (3ms)
879
+
880
+
881
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:51:59 +0800
882
+ Processing by TodosController#index as HTML
883
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
884
+ Compiled left-side.css (11ms) (pid 18184)
885
+ Compiled application.css (1ms) (pid 18184)
886
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
887
+ Completed 200 OK in 41ms (Views: 41.2ms | ActiveRecord: 0.0ms)
888
+
889
+
890
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:51:59 +0800
891
+ Served asset /left-side.css - 200 OK (1ms)
892
+
893
+
894
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:51:59 +0800
895
+ Served asset /application.js - 200 OK (0ms)
896
+
897
+
898
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:51:59 +0800
899
+ Served asset /application.css - 200 OK (3ms)
900
+
901
+
902
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 16:58:04 +0800
903
+ Processing by TodosController#index as HTML
904
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
905
+ Compiled left-side.css (33ms) (pid 18184)
906
+ Compiled application.css (1ms) (pid 18184)
907
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
908
+ Completed 200 OK in 53ms (Views: 53.1ms | ActiveRecord: 0.0ms)
909
+
910
+
911
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 16:58:05 +0800
912
+ Served asset /application.css - 200 OK (5ms)
913
+
914
+
915
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 16:58:05 +0800
916
+ Served asset /left-side.css - 200 OK (2ms)
917
+
918
+
919
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 16:58:05 +0800
920
+ Served asset /application.js - 200 OK (0ms)
921
+
922
+
923
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:00:20 +0800
924
+ Processing by TodosController#index as HTML
925
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
926
+ Compiled left-side.css (12ms) (pid 18184)
927
+ Compiled application.css (1ms) (pid 18184)
928
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
929
+ Completed 200 OK in 33ms (Views: 33.2ms | ActiveRecord: 0.0ms)
930
+
931
+
932
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:00:20 +0800
933
+ Served asset /application.css - 200 OK (2ms)
934
+
935
+
936
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:00:20 +0800
937
+ Served asset /left-side.css - 200 OK (1ms)
938
+
939
+
940
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:00:20 +0800
941
+ Served asset /application.js - 200 OK (0ms)
942
+
943
+
944
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:00:23 +0800
945
+ Processing by TasksController#index as HTML
946
+ Rendered tasks/index.html.erb within layouts/application (0.1ms)
947
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
948
+ Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
949
+
950
+
951
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:00:23 +0800
952
+ Served asset /application.css - 200 OK (0ms)
953
+
954
+
955
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:00:23 +0800
956
+ Served asset /left-side.css - 200 OK (0ms)
957
+
958
+
959
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:00:23 +0800
960
+ Served asset /application.js - 200 OK (0ms)
961
+
962
+
963
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:00:25 +0800
964
+ Processing by TodosController#index as HTML
965
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
966
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
967
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
968
+
969
+
970
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:00:26 +0800
971
+ Served asset /application.css - 200 OK (0ms)
972
+
973
+
974
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:00:26 +0800
975
+ Served asset /left-side.css - 200 OK (0ms)
976
+
977
+
978
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:00:26 +0800
979
+ Served asset /application.js - 200 OK (0ms)
980
+
981
+
982
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:00:26 +0800
983
+ Processing by TasksController#index as HTML
984
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
985
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
986
+ Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)
987
+
988
+
989
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:00:27 +0800
990
+ Served asset /application.css - 200 OK (0ms)
991
+
992
+
993
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:00:27 +0800
994
+ Served asset /application.js - 200 OK (0ms)
995
+
996
+
997
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:00:27 +0800
998
+ Served asset /left-side.css - 200 OK (0ms)
999
+
1000
+
1001
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:02:20 +0800
1002
+ Processing by TasksController#index as HTML
1003
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
1004
+ Completed 500 Internal Server Error in 13ms
1005
+
1006
+ ActionView::Template::Error (Invalid CSS after " }": expected selector or at-rule, was "}"
1007
+ (in /mnt/soffolk/home/soffolk/work/mine/left_side/lib/assets/stylesheets/left-side.css.scss)):
1008
+ 2: <html>
1009
+ 3: <head>
1010
+ 4: <title>Dummy</title>
1011
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
1012
+ 6: <%= javascript_include_tag "application" %>
1013
+ 7: <%= csrf_meta_tags %>
1014
+ 8: </head>
1015
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__2562194527341183090_26988260'
1016
+
1017
+
1018
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
1019
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
1020
+ Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms)
1021
+
1022
+
1023
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:02:39 +0800
1024
+ Processing by TasksController#index as HTML
1025
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
1026
+ Compiled left-side.css (9ms) (pid 18184)
1027
+ Compiled application.css (0ms) (pid 18184)
1028
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
1029
+ Completed 200 OK in 30ms (Views: 30.1ms | ActiveRecord: 0.0ms)
1030
+
1031
+
1032
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:02:39 +0800
1033
+ Served asset /application.css - 200 OK (5ms)
1034
+
1035
+
1036
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:02:39 +0800
1037
+ Served asset /application.js - 200 OK (0ms)
1038
+
1039
+
1040
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:02:39 +0800
1041
+ Served asset /left-side.css - 200 OK (1ms)
1042
+
1043
+
1044
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:02:41 +0800
1045
+ Processing by TodosController#index as HTML
1046
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1047
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
1048
+ Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
1049
+
1050
+
1051
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:02:41 +0800
1052
+ Served asset /application.css - 200 OK (3ms)
1053
+
1054
+
1055
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:02:41 +0800
1056
+ Served asset /left-side.css - 200 OK (0ms)
1057
+
1058
+
1059
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:02:41 +0800
1060
+ Served asset /application.js - 200 OK (0ms)
1061
+
1062
+
1063
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:02:42 +0800
1064
+ Processing by TasksController#index as HTML
1065
+ Rendered tasks/index.html.erb within layouts/application (0.1ms)
1066
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
1067
+ Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
1068
+
1069
+
1070
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:02:42 +0800
1071
+ Served asset /application.css - 200 OK (0ms)
1072
+
1073
+
1074
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:02:42 +0800
1075
+ Served asset /application.js - 200 OK (2ms)
1076
+
1077
+
1078
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:02:42 +0800
1079
+ Served asset /left-side.css - 200 OK (0ms)
1080
+
1081
+
1082
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:02:44 +0800
1083
+ Processing by TodosController#index as HTML
1084
+ Rendered todos/index.html.erb within layouts/application (0.1ms)
1085
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
1086
+ Completed 200 OK in 11ms (Views: 11.2ms | ActiveRecord: 0.0ms)
1087
+
1088
+
1089
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:02:44 +0800
1090
+ Served asset /left-side.css - 200 OK (0ms)
1091
+
1092
+
1093
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:02:44 +0800
1094
+ Served asset /application.js - 200 OK (0ms)
1095
+
1096
+
1097
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:02:44 +0800
1098
+ Served asset /application.css - 200 OK (0ms)
1099
+
1100
+
1101
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:03:37 +0800
1102
+ Processing by TodosController#index as HTML
1103
+ Rendered todos/index.html.erb within layouts/application (0.1ms)
1104
+ Compiled left-side.css (12ms) (pid 18184)
1105
+ Compiled application.css (1ms) (pid 18184)
1106
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
1107
+ Completed 200 OK in 35ms (Views: 35.0ms | ActiveRecord: 0.0ms)
1108
+
1109
+
1110
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:03:38 +0800
1111
+ Served asset /application.js - 200 OK (0ms)
1112
+
1113
+
1114
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:03:38 +0800
1115
+ Served asset /application.css - 200 OK (2ms)
1116
+
1117
+
1118
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:03:38 +0800
1119
+ Served asset /left-side.css - 200 OK (2ms)
1120
+
1121
+
1122
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:06:45 +0800
1123
+ Processing by TodosController#index as HTML
1124
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1125
+ Compiled left-side.css (33ms) (pid 18184)
1126
+ Compiled application.css (1ms) (pid 18184)
1127
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
1128
+ Completed 200 OK in 55ms (Views: 54.4ms | ActiveRecord: 0.0ms)
1129
+
1130
+
1131
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:06:46 +0800
1132
+ Served asset /application.css - 200 OK (6ms)
1133
+
1134
+
1135
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:06:46 +0800
1136
+ Served asset /left-side.css - 200 OK (1ms)
1137
+
1138
+
1139
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:06:46 +0800
1140
+ Served asset /application.js - 200 OK (0ms)
1141
+
1142
+
1143
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:07:38 +0800
1144
+ Processing by TodosController#index as HTML
1145
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1146
+ Compiled left-side.css (15ms) (pid 18184)
1147
+ Compiled application.css (1ms) (pid 18184)
1148
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
1149
+ Completed 200 OK in 40ms (Views: 40.2ms | ActiveRecord: 0.0ms)
1150
+
1151
+
1152
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:07:38 +0800
1153
+ Served asset /application.css - 200 OK (4ms)
1154
+
1155
+
1156
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:07:38 +0800
1157
+ Served asset /left-side.css - 200 OK (1ms)
1158
+
1159
+
1160
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:07:38 +0800
1161
+ Served asset /application.js - 200 OK (0ms)
1162
+
1163
+
1164
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:09:04 +0800
1165
+ Processing by TodosController#index as HTML
1166
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1167
+ Compiled left-side.css (9ms) (pid 18184)
1168
+ Compiled application.css (1ms) (pid 18184)
1169
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
1170
+ Completed 200 OK in 30ms (Views: 29.6ms | ActiveRecord: 0.0ms)
1171
+
1172
+
1173
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:09:04 +0800
1174
+ Served asset /left-side.css - 200 OK (2ms)
1175
+
1176
+
1177
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:09:04 +0800
1178
+ Served asset /application.css - 200 OK (2ms)
1179
+
1180
+
1181
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:09:04 +0800
1182
+ Served asset /application.js - 200 OK (0ms)
1183
+
1184
+
1185
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:09:07 +0800
1186
+ Processing by TasksController#index as HTML
1187
+ Rendered tasks/index.html.erb within layouts/application (0.1ms)
1188
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
1189
+ Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
1190
+
1191
+
1192
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:09:08 +0800
1193
+ Served asset /application.css - 200 OK (0ms)
1194
+
1195
+
1196
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:09:08 +0800
1197
+ Served asset /application.js - 200 OK (3ms)
1198
+
1199
+
1200
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:09:08 +0800
1201
+ Served asset /left-side.css - 200 OK (0ms)
1202
+
1203
+
1204
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:09:09 +0800
1205
+ Processing by TodosController#index as HTML
1206
+ Rendered todos/index.html.erb within layouts/application (0.1ms)
1207
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
1208
+ Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)
1209
+
1210
+
1211
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:09:09 +0800
1212
+ Served asset /application.css - 200 OK (0ms)
1213
+
1214
+
1215
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:09:09 +0800
1216
+ Served asset /application.js - 200 OK (0ms)
1217
+
1218
+
1219
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:09:09 +0800
1220
+ Served asset /left-side.css - 200 OK (0ms)
1221
+
1222
+
1223
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:11:52 +0800
1224
+ Processing by TodosController#index as HTML
1225
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1226
+ Compiled left-side.css (13ms) (pid 18184)
1227
+ Compiled application.css (1ms) (pid 18184)
1228
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
1229
+ Completed 200 OK in 33ms (Views: 33.3ms | ActiveRecord: 0.0ms)
1230
+
1231
+
1232
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:11:52 +0800
1233
+ Served asset /left-side.css - 200 OK (3ms)
1234
+
1235
+
1236
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:11:52 +0800
1237
+ Served asset /application.css - 200 OK (4ms)
1238
+
1239
+
1240
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:11:52 +0800
1241
+ Served asset /application.js - 200 OK (0ms)
1242
+
1243
+
1244
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:11:53 +0800
1245
+ Processing by TasksController#index as HTML
1246
+ Rendered tasks/index.html.erb within layouts/application (0.1ms)
1247
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
1248
+ Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)
1249
+
1250
+
1251
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:11:53 +0800
1252
+ Served asset /application.css - 200 OK (0ms)
1253
+
1254
+
1255
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:11:53 +0800
1256
+ Served asset /application.js - 200 OK (2ms)
1257
+
1258
+
1259
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:11:53 +0800
1260
+ Served asset /left-side.css - 200 OK (0ms)
1261
+
1262
+
1263
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:11:54 +0800
1264
+ Processing by TodosController#index as HTML
1265
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1266
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
1267
+ Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
1268
+
1269
+
1270
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:11:55 +0800
1271
+ Served asset /left-side.css - 200 OK (0ms)
1272
+
1273
+
1274
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:11:55 +0800
1275
+ Served asset /application.css - 200 OK (1ms)
1276
+
1277
+
1278
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:11:55 +0800
1279
+ Served asset /application.js - 200 OK (0ms)
1280
+
1281
+
1282
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:12:28 +0800
1283
+ Processing by TodosController#index as HTML
1284
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1285
+ Compiled left-side.css (10ms) (pid 18184)
1286
+ Compiled application.css (1ms) (pid 18184)
1287
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
1288
+ Completed 200 OK in 72ms (Views: 72.2ms | ActiveRecord: 0.0ms)
1289
+
1290
+
1291
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:28 +0800
1292
+ Served asset /left-side.css - 200 OK (3ms)
1293
+
1294
+
1295
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:28 +0800
1296
+ Served asset /application.css - 200 OK (2ms)
1297
+
1298
+
1299
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:12:28 +0800
1300
+ Served asset /application.js - 200 OK (0ms)
1301
+
1302
+
1303
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:12:29 +0800
1304
+ Processing by TasksController#index as HTML
1305
+ Rendered tasks/index.html.erb within layouts/application (0.1ms)
1306
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
1307
+ Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
1308
+
1309
+
1310
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:29 +0800
1311
+ Served asset /application.css - 200 OK (1ms)
1312
+
1313
+
1314
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:29 +0800
1315
+ Served asset /left-side.css - 200 OK (0ms)
1316
+
1317
+
1318
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:12:29 +0800
1319
+ Served asset /application.js - 200 OK (0ms)
1320
+
1321
+
1322
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:12:30 +0800
1323
+ Processing by TodosController#index as HTML
1324
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1325
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
1326
+ Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
1327
+
1328
+
1329
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:30 +0800
1330
+ Served asset /application.css - 200 OK (2ms)
1331
+
1332
+
1333
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:12:30 +0800
1334
+ Served asset /application.js - 200 OK (0ms)
1335
+
1336
+
1337
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:30 +0800
1338
+ Served asset /left-side.css - 200 OK (0ms)
1339
+
1340
+
1341
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:12:32 +0800
1342
+ Processing by TasksController#index as HTML
1343
+ Rendered tasks/index.html.erb within layouts/application (0.1ms)
1344
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.8ms)
1345
+ Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
1346
+
1347
+
1348
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:32 +0800
1349
+ Served asset /application.css - 200 OK (0ms)
1350
+
1351
+
1352
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:12:32 +0800
1353
+ Served asset /application.js - 200 OK (0ms)
1354
+
1355
+
1356
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:32 +0800
1357
+ Served asset /left-side.css - 200 OK (0ms)
1358
+
1359
+
1360
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:12:56 +0800
1361
+ Processing by TasksController#index as HTML
1362
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
1363
+ Compiled left-side.css (16ms) (pid 18184)
1364
+ Compiled application.css (1ms) (pid 18184)
1365
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
1366
+ Completed 200 OK in 39ms (Views: 38.6ms | ActiveRecord: 0.0ms)
1367
+
1368
+
1369
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:12:57 +0800
1370
+ Served asset /application.js - 200 OK (0ms)
1371
+
1372
+
1373
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:57 +0800
1374
+ Served asset /application.css - 200 OK (3ms)
1375
+
1376
+
1377
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:57 +0800
1378
+ Served asset /left-side.css - 200 OK (2ms)
1379
+
1380
+
1381
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:12:58 +0800
1382
+ Processing by TodosController#index as HTML
1383
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1384
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
1385
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
1386
+
1387
+
1388
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:58 +0800
1389
+ Served asset /application.css - 200 OK (3ms)
1390
+
1391
+
1392
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:58 +0800
1393
+ Served asset /left-side.css - 200 OK (0ms)
1394
+
1395
+
1396
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:12:58 +0800
1397
+ Served asset /application.js - 200 OK (0ms)
1398
+
1399
+
1400
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:12:58 +0800
1401
+ Processing by TasksController#index as HTML
1402
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
1403
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
1404
+ Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
1405
+
1406
+
1407
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:59 +0800
1408
+ Served asset /application.css - 200 OK (0ms)
1409
+
1410
+
1411
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:59 +0800
1412
+ Served asset /left-side.css - 200 OK (0ms)
1413
+
1414
+
1415
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:12:59 +0800
1416
+ Served asset /application.js - 200 OK (0ms)
1417
+
1418
+
1419
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:12:59 +0800
1420
+ Processing by TodosController#index as HTML
1421
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1422
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
1423
+ Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
1424
+
1425
+
1426
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:59 +0800
1427
+ Served asset /application.css - 200 OK (2ms)
1428
+
1429
+
1430
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:12:59 +0800
1431
+ Served asset /application.js - 200 OK (0ms)
1432
+
1433
+
1434
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:12:59 +0800
1435
+ Served asset /left-side.css - 200 OK (0ms)
1436
+
1437
+
1438
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:13:11 +0800
1439
+ Processing by TodosController#index as HTML
1440
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1441
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
1442
+ Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)
1443
+
1444
+
1445
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:11 +0800
1446
+ Served asset /application.css - 200 OK (0ms)
1447
+
1448
+
1449
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:11 +0800
1450
+ Served asset /left-side.css - 200 OK (0ms)
1451
+
1452
+
1453
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:13:11 +0800
1454
+ Served asset /application.js - 200 OK (0ms)
1455
+
1456
+
1457
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:13:12 +0800
1458
+ Processing by TasksController#index as HTML
1459
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
1460
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
1461
+ Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
1462
+
1463
+
1464
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:12 +0800
1465
+ Served asset /application.css - 200 OK (0ms)
1466
+
1467
+
1468
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:13:12 +0800
1469
+ Served asset /application.js - 200 OK (0ms)
1470
+
1471
+
1472
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:12 +0800
1473
+ Served asset /left-side.css - 200 OK (0ms)
1474
+
1475
+
1476
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:13:13 +0800
1477
+ Processing by TodosController#index as HTML
1478
+ Rendered todos/index.html.erb within layouts/application (0.1ms)
1479
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
1480
+ Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
1481
+
1482
+
1483
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:13 +0800
1484
+ Served asset /application.css - 200 OK (2ms)
1485
+
1486
+
1487
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:13 +0800
1488
+ Served asset /left-side.css - 200 OK (0ms)
1489
+
1490
+
1491
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:13:13 +0800
1492
+ Served asset /application.js - 200 OK (0ms)
1493
+
1494
+
1495
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:13:13 +0800
1496
+ Processing by TasksController#index as HTML
1497
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
1498
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
1499
+ Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)
1500
+
1501
+
1502
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:14 +0800
1503
+ Served asset /application.css - 200 OK (0ms)
1504
+
1505
+
1506
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:13:14 +0800
1507
+ Served asset /application.js - 200 OK (0ms)
1508
+
1509
+
1510
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:14 +0800
1511
+ Served asset /left-side.css - 200 OK (0ms)
1512
+
1513
+
1514
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:13:14 +0800
1515
+ Processing by TodosController#index as HTML
1516
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1517
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
1518
+ Completed 200 OK in 10ms (Views: 10.3ms | ActiveRecord: 0.0ms)
1519
+
1520
+
1521
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:14 +0800
1522
+ Served asset /left-side.css - 200 OK (0ms)
1523
+
1524
+
1525
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:14 +0800
1526
+ Served asset /application.css - 200 OK (0ms)
1527
+
1528
+
1529
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:13:14 +0800
1530
+ Served asset /application.js - 200 OK (0ms)
1531
+
1532
+
1533
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:13:36 +0800
1534
+ Connecting to database specified by database.yml
1535
+ Processing by TodosController#index as HTML
1536
+ Rendered todos/index.html.erb within layouts/application (0.6ms)
1537
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
1538
+ Completed 200 OK in 26ms (Views: 26.2ms | ActiveRecord: 0.0ms)
1539
+
1540
+
1541
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:37 +0800
1542
+ Served asset /application.css - 200 OK (3ms)
1543
+
1544
+
1545
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:37 +0800
1546
+ Served asset /left-side.css - 200 OK (1ms)
1547
+
1548
+
1549
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:13:37 +0800
1550
+ Served asset /application.js - 200 OK (1ms)
1551
+
1552
+
1553
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:13:37 +0800
1554
+ Processing by TodosController#index as HTML
1555
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1556
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
1557
+ Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)
1558
+
1559
+
1560
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:38 +0800
1561
+ Served asset /left-side.css - 200 OK (0ms)
1562
+
1563
+
1564
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:38 +0800
1565
+ Served asset /application.css - 200 OK (0ms)
1566
+
1567
+
1568
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:13:38 +0800
1569
+ Served asset /application.js - 200 OK (0ms)
1570
+
1571
+
1572
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:13:38 +0800
1573
+ Processing by TodosController#index as HTML
1574
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1575
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.5ms)
1576
+ Completed 200 OK in 15ms (Views: 15.1ms | ActiveRecord: 0.0ms)
1577
+
1578
+
1579
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:38 +0800
1580
+ Served asset /application.css - 200 OK (2ms)
1581
+
1582
+
1583
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:38 +0800
1584
+ Served asset /left-side.css - 200 OK (0ms)
1585
+
1586
+
1587
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:13:38 +0800
1588
+ Served asset /application.js - 200 OK (0ms)
1589
+
1590
+
1591
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:13:40 +0800
1592
+ Processing by TasksController#index as HTML
1593
+ Rendered tasks/index.html.erb within layouts/application (0.2ms)
1594
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
1595
+ Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms)
1596
+
1597
+
1598
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:40 +0800
1599
+ Served asset /application.css - 200 OK (0ms)
1600
+
1601
+
1602
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:40 +0800
1603
+ Served asset /left-side.css - 200 OK (0ms)
1604
+
1605
+
1606
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:13:40 +0800
1607
+ Served asset /application.js - 200 OK (0ms)
1608
+
1609
+
1610
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:13:41 +0800
1611
+ Processing by TodosController#index as HTML
1612
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1613
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
1614
+ Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)
1615
+
1616
+
1617
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:41 +0800
1618
+ Served asset /application.css - 200 OK (0ms)
1619
+
1620
+
1621
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:41 +0800
1622
+ Served asset /left-side.css - 200 OK (0ms)
1623
+
1624
+
1625
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:13:41 +0800
1626
+ Served asset /application.js - 200 OK (0ms)
1627
+
1628
+
1629
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:13:42 +0800
1630
+ Processing by TasksController#index as HTML
1631
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
1632
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (2.0ms)
1633
+ Completed 200 OK in 13ms (Views: 13.1ms | ActiveRecord: 0.0ms)
1634
+
1635
+
1636
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:42 +0800
1637
+ Served asset /application.css - 200 OK (2ms)
1638
+
1639
+
1640
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:42 +0800
1641
+ Served asset /left-side.css - 200 OK (0ms)
1642
+
1643
+
1644
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:13:42 +0800
1645
+ Served asset /application.js - 200 OK (0ms)
1646
+
1647
+
1648
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:13:43 +0800
1649
+ Processing by TodosController#index as HTML
1650
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1651
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
1652
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
1653
+
1654
+
1655
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:44 +0800
1656
+ Served asset /application.css - 200 OK (0ms)
1657
+
1658
+
1659
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:13:44 +0800
1660
+ Served asset /application.js - 200 OK (0ms)
1661
+
1662
+
1663
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:13:44 +0800
1664
+ Served asset /left-side.css - 200 OK (0ms)
1665
+
1666
+
1667
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:14:20 +0800
1668
+ Processing by TodosController#index as HTML
1669
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1670
+ Compiled left-side.css (49ms) (pid 19226)
1671
+ Compiled application.css (1ms) (pid 19226)
1672
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
1673
+ Completed 200 OK in 71ms (Views: 71.1ms | ActiveRecord: 0.0ms)
1674
+
1675
+
1676
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:14:20 +0800
1677
+ Served asset /application.js - 200 OK (0ms)
1678
+
1679
+
1680
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:14:20 +0800
1681
+ Served asset /application.css - 200 OK (3ms)
1682
+
1683
+
1684
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:14:20 +0800
1685
+ Served asset /left-side.css - 200 OK (2ms)
1686
+
1687
+
1688
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:14:28 +0800
1689
+ Processing by TodosController#index as HTML
1690
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1691
+ Compiled left-side.css (10ms) (pid 19226)
1692
+ Compiled application.css (1ms) (pid 19226)
1693
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (23.6ms)
1694
+ Completed 200 OK in 57ms (Views: 56.6ms | ActiveRecord: 0.0ms)
1695
+
1696
+
1697
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:14:29 +0800
1698
+ Served asset /application.css - 200 OK (4ms)
1699
+
1700
+
1701
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:14:29 +0800
1702
+ Served asset /left-side.css - 200 OK (2ms)
1703
+
1704
+
1705
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:14:29 +0800
1706
+ Served asset /application.js - 200 OK (0ms)
1707
+
1708
+
1709
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:14:29 +0800
1710
+ Processing by TodosController#index as HTML
1711
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1712
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.7ms)
1713
+ Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)
1714
+
1715
+
1716
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:14:29 +0800
1717
+ Served asset /left-side.css - 200 OK (0ms)
1718
+
1719
+
1720
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:14:29 +0800
1721
+ Served asset /application.js - 200 OK (0ms)
1722
+
1723
+
1724
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:14:29 +0800
1725
+ Served asset /application.css - 200 OK (0ms)
1726
+
1727
+
1728
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:14:32 +0800
1729
+ Processing by TasksController#index as HTML
1730
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
1731
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (2.0ms)
1732
+ Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.0ms)
1733
+
1734
+
1735
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:14:32 +0800
1736
+ Served asset /application.css - 200 OK (0ms)
1737
+
1738
+
1739
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:14:32 +0800
1740
+ Served asset /left-side.css - 200 OK (0ms)
1741
+
1742
+
1743
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:14:32 +0800
1744
+ Served asset /application.js - 200 OK (0ms)
1745
+
1746
+
1747
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:15:06 +0800
1748
+ Processing by TasksController#index as HTML
1749
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
1750
+ Compiled left-side.css (17ms) (pid 19226)
1751
+ Compiled application.css (1ms) (pid 19226)
1752
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
1753
+ Completed 200 OK in 38ms (Views: 37.9ms | ActiveRecord: 0.0ms)
1754
+
1755
+
1756
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:15:06 +0800
1757
+ Served asset /application.css - 200 OK (3ms)
1758
+
1759
+
1760
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:15:06 +0800
1761
+ Served asset /application.js - 200 OK (2ms)
1762
+
1763
+
1764
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:15:06 +0800
1765
+ Served asset /left-side.css - 200 OK (1ms)
1766
+
1767
+
1768
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:16:11 +0800
1769
+ Processing by TasksController#index as HTML
1770
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
1771
+ Compiled left-side.css (17ms) (pid 19226)
1772
+ Compiled application.css (1ms) (pid 19226)
1773
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (2.2ms)
1774
+ Completed 200 OK in 48ms (Views: 47.5ms | ActiveRecord: 0.0ms)
1775
+
1776
+
1777
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:16:11 +0800
1778
+ Served asset /left-side.css - 200 OK (2ms)
1779
+
1780
+
1781
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:16:11 +0800
1782
+ Served asset /application.css - 200 OK (3ms)
1783
+
1784
+
1785
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:16:11 +0800
1786
+ Served asset /application.js - 200 OK (0ms)
1787
+
1788
+
1789
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:16:12 +0800
1790
+ Processing by TodosController#index as HTML
1791
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1792
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
1793
+ Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
1794
+
1795
+
1796
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:16:12 +0800
1797
+ Served asset /application.css - 200 OK (0ms)
1798
+
1799
+
1800
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:16:12 +0800
1801
+ Served asset /application.js - 200 OK (0ms)
1802
+
1803
+
1804
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:16:12 +0800
1805
+ Served asset /left-side.css - 200 OK (0ms)
1806
+
1807
+
1808
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:16:13 +0800
1809
+ Processing by TasksController#index as HTML
1810
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
1811
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
1812
+ Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
1813
+
1814
+
1815
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:16:14 +0800
1816
+ Served asset /application.css - 200 OK (1ms)
1817
+
1818
+
1819
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:16:14 +0800
1820
+ Served asset /left-side.css - 200 OK (0ms)
1821
+
1822
+
1823
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:16:14 +0800
1824
+ Served asset /application.js - 200 OK (0ms)
1825
+
1826
+
1827
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:16:15 +0800
1828
+ Processing by TodosController#index as HTML
1829
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1830
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
1831
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
1832
+
1833
+
1834
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:16:15 +0800
1835
+ Served asset /application.css - 200 OK (0ms)
1836
+
1837
+
1838
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:16:15 +0800
1839
+ Served asset /application.js - 200 OK (0ms)
1840
+
1841
+
1842
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:16:15 +0800
1843
+ Served asset /left-side.css - 200 OK (0ms)
1844
+
1845
+
1846
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:16:57 +0800
1847
+ Processing by TodosController#index as HTML
1848
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1849
+ Compiled left-side.css (12ms) (pid 19226)
1850
+ Compiled application.css (1ms) (pid 19226)
1851
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
1852
+ Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.0ms)
1853
+
1854
+
1855
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:16:57 +0800
1856
+ Served asset /left-side.css - 200 OK (2ms)
1857
+
1858
+
1859
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:16:57 +0800
1860
+ Served asset /application.css - 200 OK (3ms)
1861
+
1862
+
1863
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:16:57 +0800
1864
+ Served asset /application.js - 200 OK (0ms)
1865
+
1866
+
1867
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:16:59 +0800
1868
+ Processing by TasksController#index as HTML
1869
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
1870
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (2.0ms)
1871
+ Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
1872
+
1873
+
1874
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:17:00 +0800
1875
+ Served asset /application.css - 200 OK (0ms)
1876
+
1877
+
1878
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:17:00 +0800
1879
+ Served asset /left-side.css - 200 OK (0ms)
1880
+
1881
+
1882
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:17:00 +0800
1883
+ Served asset /application.js - 200 OK (0ms)
1884
+
1885
+
1886
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:17:01 +0800
1887
+ Processing by TodosController#index as HTML
1888
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1889
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
1890
+ Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)
1891
+
1892
+
1893
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:17:01 +0800
1894
+ Served asset /application.css - 200 OK (1ms)
1895
+
1896
+
1897
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:17:01 +0800
1898
+ Served asset /left-side.css - 200 OK (0ms)
1899
+
1900
+
1901
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:17:01 +0800
1902
+ Served asset /application.js - 200 OK (0ms)
1903
+
1904
+
1905
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:18:25 +0800
1906
+ Processing by TodosController#index as HTML
1907
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1908
+ Compiled left-side.css (9ms) (pid 19226)
1909
+ Compiled application.css (1ms) (pid 19226)
1910
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
1911
+ Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.0ms)
1912
+
1913
+
1914
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:18:26 +0800
1915
+ Served asset /application.js - 200 OK (1ms)
1916
+
1917
+
1918
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:18:26 +0800
1919
+ Served asset /application.css - 200 OK (5ms)
1920
+
1921
+
1922
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:18:26 +0800
1923
+ Served asset /left-side.css - 200 OK (3ms)
1924
+
1925
+
1926
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:18:41 +0800
1927
+ Processing by TodosController#index as HTML
1928
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1929
+ Compiled left-side.css (9ms) (pid 19226)
1930
+ Compiled application.css (0ms) (pid 19226)
1931
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
1932
+ Completed 200 OK in 147ms (Views: 146.3ms | ActiveRecord: 0.0ms)
1933
+
1934
+
1935
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:18:41 +0800
1936
+ Served asset /application.css - 200 OK (4ms)
1937
+
1938
+
1939
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:18:42 +0800
1940
+ Served asset /left-side.css - 200 OK (1ms)
1941
+
1942
+
1943
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:18:42 +0800
1944
+ Served asset /application.js - 200 OK (0ms)
1945
+
1946
+
1947
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:18:59 +0800
1948
+ Processing by TodosController#index as HTML
1949
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1950
+ Compiled left-side.css (13ms) (pid 19226)
1951
+ Compiled application.css (1ms) (pid 19226)
1952
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
1953
+ Completed 200 OK in 35ms (Views: 34.9ms | ActiveRecord: 0.0ms)
1954
+
1955
+
1956
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:18:59 +0800
1957
+ Served asset /left-side.css - 200 OK (2ms)
1958
+
1959
+
1960
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:18:59 +0800
1961
+ Served asset /application.css - 200 OK (3ms)
1962
+
1963
+
1964
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:18:59 +0800
1965
+ Served asset /application.js - 200 OK (0ms)
1966
+
1967
+
1968
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:19:01 +0800
1969
+ Processing by TasksController#index as HTML
1970
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
1971
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
1972
+ Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
1973
+
1974
+
1975
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:19:01 +0800
1976
+ Served asset /left-side.css - 200 OK (1ms)
1977
+
1978
+
1979
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:19:01 +0800
1980
+ Served asset /application.css - 200 OK (0ms)
1981
+
1982
+
1983
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:19:01 +0800
1984
+ Served asset /application.js - 200 OK (0ms)
1985
+
1986
+
1987
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:19:03 +0800
1988
+ Processing by TodosController#index as HTML
1989
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
1990
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
1991
+ Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
1992
+
1993
+
1994
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:19:03 +0800
1995
+ Served asset /application.css - 200 OK (0ms)
1996
+
1997
+
1998
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:19:03 +0800
1999
+ Served asset /left-side.css - 200 OK (0ms)
2000
+
2001
+
2002
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:19:03 +0800
2003
+ Served asset /application.js - 200 OK (0ms)
2004
+
2005
+
2006
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:19:37 +0800
2007
+ Processing by TodosController#index as HTML
2008
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
2009
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.7ms)
2010
+ Completed 200 OK in 13ms (Views: 13.2ms | ActiveRecord: 0.0ms)
2011
+
2012
+
2013
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:19:37 +0800
2014
+ Served asset /application.css - 200 OK (0ms)
2015
+
2016
+
2017
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:19:37 +0800
2018
+ Served asset /left-side.css - 200 OK (0ms)
2019
+
2020
+
2021
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:19:37 +0800
2022
+ Served asset /application.js - 200 OK (0ms)
2023
+
2024
+
2025
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:19:38 +0800
2026
+ Processing by TasksController#index as HTML
2027
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
2028
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.7ms)
2029
+ Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms)
2030
+
2031
+
2032
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:19:39 +0800
2033
+ Served asset /left-side.css - 200 OK (0ms)
2034
+
2035
+
2036
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:19:39 +0800
2037
+ Served asset /application.css - 200 OK (0ms)
2038
+
2039
+
2040
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:19:39 +0800
2041
+ Served asset /application.js - 200 OK (0ms)
2042
+
2043
+
2044
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:19:40 +0800
2045
+ Processing by TodosController#index as HTML
2046
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
2047
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.7ms)
2048
+ Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)
2049
+
2050
+
2051
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:19:40 +0800
2052
+ Served asset /application.css - 200 OK (0ms)
2053
+
2054
+
2055
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:19:40 +0800
2056
+ Served asset /application.js - 200 OK (0ms)
2057
+
2058
+
2059
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:19:40 +0800
2060
+ Served asset /left-side.css - 200 OK (0ms)
2061
+
2062
+
2063
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:20:03 +0800
2064
+ Processing by TasksController#index as HTML
2065
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
2066
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
2067
+ Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)
2068
+
2069
+
2070
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:20:03 +0800
2071
+ Served asset /application.css - 200 OK (0ms)
2072
+
2073
+
2074
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:20:03 +0800
2075
+ Served asset /left-side.css - 200 OK (0ms)
2076
+
2077
+
2078
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:20:03 +0800
2079
+ Served asset /application.js - 200 OK (0ms)
2080
+
2081
+
2082
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:20:04 +0800
2083
+ Processing by TodosController#index as HTML
2084
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
2085
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
2086
+ Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
2087
+
2088
+
2089
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:20:04 +0800
2090
+ Served asset /application.css - 200 OK (0ms)
2091
+
2092
+
2093
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:20:04 +0800
2094
+ Served asset /left-side.css - 200 OK (0ms)
2095
+
2096
+
2097
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:20:04 +0800
2098
+ Served asset /application.js - 200 OK (0ms)
2099
+
2100
+
2101
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:20:05 +0800
2102
+ Processing by TasksController#index as HTML
2103
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
2104
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
2105
+ Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
2106
+
2107
+
2108
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:20:05 +0800
2109
+ Served asset /application.js - 200 OK (0ms)
2110
+
2111
+
2112
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:20:05 +0800
2113
+ Served asset /application.css - 200 OK (0ms)
2114
+
2115
+
2116
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:20:05 +0800
2117
+ Served asset /left-side.css - 200 OK (0ms)
2118
+
2119
+
2120
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:22:09 +0800
2121
+ Processing by TodosController#index as HTML
2122
+ Rendered todos/index.html.erb within layouts/application (0.0ms)
2123
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
2124
+ Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)
2125
+
2126
+
2127
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:22:09 +0800
2128
+ Served asset /application.css - 200 OK (2ms)
2129
+
2130
+
2131
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:22:09 +0800
2132
+ Served asset /left-side.css - 200 OK (0ms)
2133
+
2134
+
2135
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:22:09 +0800
2136
+ Served asset /application.js - 200 OK (0ms)
2137
+
2138
+
2139
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:22:10 +0800
2140
+ Processing by TasksController#index as HTML
2141
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
2142
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
2143
+ Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)
2144
+
2145
+
2146
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:22:10 +0800
2147
+ Served asset /application.css - 200 OK (0ms)
2148
+
2149
+
2150
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:22:10 +0800
2151
+ Served asset /left-side.css - 200 OK (0ms)
2152
+
2153
+
2154
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:22:10 +0800
2155
+ Served asset /application.js - 200 OK (0ms)
2156
+
2157
+
2158
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:44:32 +0800
2159
+ Processing by TasksController#index as HTML
2160
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
2161
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
2162
+ Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
2163
+
2164
+
2165
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:44:33 +0800
2166
+ Served asset /application.css - 304 Not Modified (1ms)
2167
+
2168
+
2169
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:44:33 +0800
2170
+ Served asset /application.js - 304 Not Modified (0ms)
2171
+
2172
+
2173
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:44:33 +0800
2174
+ Served asset /left-side.css - 304 Not Modified (0ms)
2175
+
2176
+
2177
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:44:50 +0800
2178
+ Processing by TasksController#index as HTML
2179
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
2180
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
2181
+ Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)
2182
+
2183
+
2184
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:44:50 +0800
2185
+ Served asset /application.css - 304 Not Modified (4ms)
2186
+
2187
+
2188
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:44:50 +0800
2189
+ Served asset /left-side.css - 304 Not Modified (0ms)
2190
+
2191
+
2192
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:44:50 +0800
2193
+ Served asset /application.js - 304 Not Modified (0ms)
2194
+
2195
+
2196
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:44:51 +0800
2197
+ Processing by TasksController#index as HTML
2198
+ Rendered tasks/index.html.erb within layouts/application (0.1ms)
2199
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
2200
+ Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)
2201
+
2202
+
2203
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:44:51 +0800
2204
+ Served asset /application.css - 304 Not Modified (2ms)
2205
+
2206
+
2207
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:44:51 +0800
2208
+ Served asset /left-side.css - 304 Not Modified (0ms)
2209
+
2210
+
2211
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:44:51 +0800
2212
+ Served asset /application.js - 304 Not Modified (0ms)
2213
+
2214
+
2215
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:44:52 +0800
2216
+ Processing by TasksController#index as HTML
2217
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
2218
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
2219
+ Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)
2220
+
2221
+
2222
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:44:52 +0800
2223
+ Served asset /left-side.css - 304 Not Modified (0ms)
2224
+
2225
+
2226
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:44:52 +0800
2227
+ Served asset /application.css - 304 Not Modified (0ms)
2228
+
2229
+
2230
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:44:52 +0800
2231
+ Served asset /application.js - 304 Not Modified (0ms)
2232
+
2233
+
2234
+ Started GET "/todos" for 127.0.0.1 at 2013-02-04 17:44:53 +0800
2235
+ Processing by TodosController#index as HTML
2236
+ Rendered todos/index.html.erb within layouts/application (0.1ms)
2237
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
2238
+ Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
2239
+
2240
+
2241
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:44:53 +0800
2242
+ Served asset /application.css - 304 Not Modified (1ms)
2243
+
2244
+
2245
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:44:53 +0800
2246
+ Served asset /application.js - 304 Not Modified (0ms)
2247
+
2248
+
2249
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:44:53 +0800
2250
+ Served asset /left-side.css - 304 Not Modified (0ms)
2251
+
2252
+
2253
+ Started GET "/tasks" for 127.0.0.1 at 2013-02-04 17:44:54 +0800
2254
+ Processing by TasksController#index as HTML
2255
+ Rendered tasks/index.html.erb within layouts/application (0.0ms)
2256
+ Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
2257
+ Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
2258
+
2259
+
2260
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 17:44:54 +0800
2261
+ Served asset /application.css - 304 Not Modified (0ms)
2262
+
2263
+
2264
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 17:44:54 +0800
2265
+ Served asset /application.js - 304 Not Modified (0ms)
2266
+
2267
+
2268
+ Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:44:54 +0800
2269
+ Served asset /left-side.css - 304 Not Modified (0ms)