commenteux 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/lib/commenteux/version.rb +1 -1
  3. metadata +3 -69
  4. data/spec/dummy/log/development.log +0 -3249
  5. data/spec/dummy/log/test.log +0 -1416
  6. data/spec/dummy/tmp/cache/assets/development/sprockets/078e8a1b7bb61498dbae0070239e8f4c +0 -0
  7. data/spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  8. data/spec/dummy/tmp/cache/assets/development/sprockets/170c21adaedf3190ec389a68d1eb6151 +0 -0
  9. data/spec/dummy/tmp/cache/assets/development/sprockets/1957ff8c0d834428d5beca5bf51669b2 +0 -0
  10. data/spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  11. data/spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  12. data/spec/dummy/tmp/cache/assets/development/sprockets/6e1da15bffb0094059fbe56ddb206c07 +0 -0
  13. data/spec/dummy/tmp/cache/assets/development/sprockets/9fbd3d6762f09cbefd55f6775cf9bebe +0 -0
  14. data/spec/dummy/tmp/cache/assets/development/sprockets/af00b28760a09c0a6fd6fe584cbb839d +0 -0
  15. data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  16. data/spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  17. data/spec/dummy/tmp/cache/assets/development/sprockets/e03f14f32457f143247847a1d28529eb +0 -0
  18. data/spec/dummy/tmp/cache/assets/development/sprockets/eaa5f4faca3d7f7b7dd6889cc842471d +0 -0
  19. data/spec/dummy/tmp/cache/assets/development/sprockets/ec516d6bcfdc219883f1ddb03b5a635b +0 -0
  20. data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  21. data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  22. data/spec/dummy/tmp/cache/assets/test/sprockets/170c21adaedf3190ec389a68d1eb6151 +0 -0
  23. data/spec/dummy/tmp/cache/assets/test/sprockets/1957ff8c0d834428d5beca5bf51669b2 +0 -0
  24. data/spec/dummy/tmp/cache/assets/test/sprockets/1961e9a889917e26f9b92f7e3678b9d8 +0 -0
  25. data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  26. data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  27. data/spec/dummy/tmp/cache/assets/test/sprockets/6e1da15bffb0094059fbe56ddb206c07 +0 -0
  28. data/spec/dummy/tmp/cache/assets/test/sprockets/9fbd3d6762f09cbefd55f6775cf9bebe +0 -0
  29. data/spec/dummy/tmp/cache/assets/test/sprockets/af00b28760a09c0a6fd6fe584cbb839d +0 -0
  30. data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  31. data/spec/dummy/tmp/cache/assets/test/sprockets/d72f8bdb1dcb7ea80d1869cb2c6ebbd3 +0 -0
  32. data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  33. data/spec/dummy/tmp/cache/assets/test/sprockets/db2a42fb4a2ea58dddbe086ea7cbd8c3 +0 -0
  34. data/spec/dummy/tmp/cache/assets/test/sprockets/e03f14f32457f143247847a1d28529eb +0 -0
  35. data/spec/dummy/tmp/cache/assets/test/sprockets/eaa5f4faca3d7f7b7dd6889cc842471d +0 -0
  36. data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
@@ -1,3249 +0,0 @@
1
-
2
-
3
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 13:47:34 -0400
4
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
5
- Processing by Notes::NotesController#index as HTML
6
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
7
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
8
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
9
- Comment Load (0.5ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
10
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (7.2ms)
11
- Completed 500 Internal Server Error in 70ms
12
-
13
- ActionView::Template::Error (cannot load such file -- coffee_script
14
- (in /Users/seurdge/projects/notes/app/assets/javascripts/notes/application.js.coffee)):
15
- 1: <%= javascript_include_tag 'notes/application' %>
16
- 2:
17
- 3: Liste des commentaires pour <%= @resourceKlass %>
18
- 4: <br/><br/>
19
- activesupport (4.0.3) lib/active_support/dependencies.rb:229:in `require'
20
- activesupport (4.0.3) lib/active_support/dependencies.rb:229:in `block in require'
21
- activesupport (4.0.3) lib/active_support/dependencies.rb:214:in `load_dependency'
22
- activesupport (4.0.3) lib/active_support/dependencies.rb:229:in `require'
23
- tilt (1.4.1) lib/tilt/template.rb:144:in `require_template_library'
24
- tilt (1.4.1) lib/tilt/coffee.rb:36:in `initialize_engine'
25
- tilt (1.4.1) lib/tilt/template.rb:56:in `initialize'
26
- sprockets (2.11.0) lib/sprockets/context.rb:196:in `new'
27
- sprockets (2.11.0) lib/sprockets/context.rb:196:in `block in evaluate'
28
- sprockets (2.11.0) lib/sprockets/context.rb:194:in `each'
29
- sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate'
30
- sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize'
31
- sprockets (2.11.0) lib/sprockets/base.rb:374:in `new'
32
- sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset'
33
- sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection'
34
- sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset'
35
- sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset'
36
- sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset'
37
- sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset'
38
- sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset'
39
- sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset'
40
- sprockets (2.11.0) lib/sprockets/bundled_asset.rb:16:in `initialize'
41
- sprockets (2.11.0) lib/sprockets/base.rb:377:in `new'
42
- sprockets (2.11.0) lib/sprockets/base.rb:377:in `build_asset'
43
- sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset'
44
- sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset'
45
- sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset'
46
- sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset'
47
- sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset'
48
- sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset'
49
- sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]'
50
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path'
51
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag'
52
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map'
53
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag'
54
- /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb:1:in `___sers_seurdge_projects_notes_app_views_notes_notes_index_html_erb___3688852933011414334_70329583133720'
55
- actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render'
56
- activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument'
57
- actionpack (4.0.3) lib/action_view/template.rb:141:in `render'
58
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
59
- actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
60
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
61
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
62
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
63
- actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
64
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
65
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
66
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
67
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render'
68
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template'
69
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render'
70
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template'
71
- actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template'
72
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body'
73
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
74
- actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
75
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render'
76
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render'
77
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
78
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
79
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
80
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms'
81
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
82
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
83
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
84
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render'
85
- actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
86
- actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
87
- actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action'
88
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action'
89
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
90
- activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__119298038282194475__process_action__callbacks'
91
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
92
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
93
- actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
94
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
95
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
96
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
97
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
98
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
99
- actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
100
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
101
- actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process'
102
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process'
103
- actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch'
104
- actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
105
- actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action'
106
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call'
107
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
108
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call'
109
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
110
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
111
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
112
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
113
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
114
- railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing'
115
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
116
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
117
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
118
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
119
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
120
- rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
121
- rack (1.5.2) lib/rack/head.rb:11:in `call'
122
- actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
123
- actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call'
124
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
125
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
126
- actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call'
127
- activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call'
128
- activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
129
- activerecord (4.0.3) lib/active_record/migration.rb:369:in `call'
130
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
131
- activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__34122693368702123__call__callbacks'
132
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
133
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
134
- actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call'
135
- actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
136
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
137
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
138
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
139
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
140
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
141
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
142
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
143
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
144
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
145
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
146
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
147
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
148
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
149
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
150
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
151
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
152
- railties (4.0.3) lib/rails/application.rb:97:in `call'
153
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
154
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
155
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
156
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
157
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
158
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
159
-
160
-
161
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
162
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (19.5ms)
163
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (29.1ms)
164
-
165
-
166
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 13:48:16 -0400
167
- Processing by Notes::NotesController#index as HTML
168
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
169
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
170
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
171
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
172
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (1.0ms)
173
- Completed 200 OK in 19ms (Views: 15.1ms | ActiveRecord: 0.6ms)
174
-
175
-
176
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 13:48:16 -0400
177
-
178
-
179
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 13:48:16 -0400
180
-
181
-
182
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 13:48:41 -0400
183
- Processing by Notes::NotesController#index as HTML
184
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
185
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
186
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
187
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
188
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (0.9ms)
189
- Completed 200 OK in 8ms (Views: 3.9ms | ActiveRecord: 0.7ms)
190
-
191
-
192
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 13:54:02 -0400
193
- Processing by Notes::NotesController#index as HTML
194
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
195
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
196
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
197
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
198
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (0.3ms)
199
- Completed 200 OK in 7ms (Views: 4.2ms | ActiveRecord: 0.6ms)
200
-
201
-
202
- Started GET "/customers/41/contracts/81/edit" for 127.0.0.1 at 2014-03-16 13:54:37 -0400
203
-
204
- ActionController::RoutingError (No route matches [GET] "/customers/41/contracts/81/edit"):
205
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
206
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
207
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
208
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
209
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
210
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
211
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
212
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
213
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
214
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
215
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
216
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
217
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
218
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
219
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
220
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
221
- railties (4.0.3) lib/rails/application.rb:97:in `call'
222
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
223
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
224
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
225
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
226
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
227
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
228
-
229
-
230
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
231
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
232
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
233
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.8ms)
234
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (24.1ms)
235
-
236
-
237
- Started GET "/customers/41/contracts/81/edit" for 127.0.0.1 at 2014-03-16 13:55:04 -0400
238
-
239
- ActionController::RoutingError (No route matches [GET] "/customers/41/contracts/81/edit"):
240
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
241
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
242
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
243
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
244
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
245
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
246
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
247
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
248
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
249
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
250
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
251
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
252
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
253
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
254
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
255
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
256
- railties (4.0.3) lib/rails/application.rb:97:in `call'
257
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
258
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
259
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
260
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
261
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
262
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
263
-
264
-
265
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
266
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
267
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
268
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms)
269
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (15.5ms)
270
-
271
-
272
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 13:55:08 -0400
273
- Processing by Notes::NotesController#index as HTML
274
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
275
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
276
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
277
- Comment Load (0.6ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
278
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (4.5ms)
279
- Completed 500 Internal Server Error in 13ms
280
-
281
- ActionView::Template::Error (cannot load such file -- coffee_script
282
- (in /Users/seurdge/projects/notes/app/assets/javascripts/notes/application.js.coffee)):
283
- 1: <%= javascript_include_tag 'notes/application' %>
284
- 2:
285
- 3: Liste des commentaires pour <%= @resourceKlass %>
286
- 4: <br/><br/>
287
- activesupport (4.0.3) lib/active_support/dependencies.rb:229:in `require'
288
- activesupport (4.0.3) lib/active_support/dependencies.rb:229:in `block in require'
289
- activesupport (4.0.3) lib/active_support/dependencies.rb:214:in `load_dependency'
290
- activesupport (4.0.3) lib/active_support/dependencies.rb:229:in `require'
291
- tilt (1.4.1) lib/tilt/template.rb:144:in `require_template_library'
292
- tilt (1.4.1) lib/tilt/coffee.rb:36:in `initialize_engine'
293
- tilt (1.4.1) lib/tilt/template.rb:56:in `initialize'
294
- sprockets (2.11.0) lib/sprockets/context.rb:196:in `new'
295
- sprockets (2.11.0) lib/sprockets/context.rb:196:in `block in evaluate'
296
- sprockets (2.11.0) lib/sprockets/context.rb:194:in `each'
297
- sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate'
298
- sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize'
299
- sprockets (2.11.0) lib/sprockets/base.rb:374:in `new'
300
- sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset'
301
- sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection'
302
- sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset'
303
- sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset'
304
- sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset'
305
- sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset'
306
- sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset'
307
- sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset'
308
- sprockets (2.11.0) lib/sprockets/bundled_asset.rb:16:in `initialize'
309
- sprockets (2.11.0) lib/sprockets/base.rb:377:in `new'
310
- sprockets (2.11.0) lib/sprockets/base.rb:377:in `build_asset'
311
- sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset'
312
- sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset'
313
- sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset'
314
- sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset'
315
- sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset'
316
- sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset'
317
- sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]'
318
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path'
319
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag'
320
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map'
321
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag'
322
- /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb:1:in `___sers_seurdge_projects_notes_app_views_notes_notes_index_html_erb___3688852933011414334_70329567965500'
323
- actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render'
324
- activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument'
325
- actionpack (4.0.3) lib/action_view/template.rb:141:in `render'
326
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
327
- actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
328
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
329
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
330
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
331
- actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
332
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
333
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
334
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
335
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render'
336
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template'
337
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render'
338
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template'
339
- actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template'
340
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body'
341
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
342
- actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
343
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render'
344
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render'
345
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
346
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
347
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
348
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms'
349
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
350
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
351
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
352
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render'
353
- actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
354
- actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
355
- actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action'
356
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action'
357
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
358
- activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__119298038282194475__process_action__callbacks'
359
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
360
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
361
- actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
362
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
363
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
364
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
365
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
366
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
367
- actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
368
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
369
- actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process'
370
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process'
371
- actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch'
372
- actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
373
- actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action'
374
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call'
375
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
376
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call'
377
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
378
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
379
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
380
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
381
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
382
- railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing'
383
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
384
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
385
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
386
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
387
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
388
- rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
389
- rack (1.5.2) lib/rack/head.rb:11:in `call'
390
- actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
391
- actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call'
392
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
393
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
394
- actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call'
395
- activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call'
396
- activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
397
- activerecord (4.0.3) lib/active_record/migration.rb:369:in `call'
398
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
399
- activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__34122693368702123__call__callbacks'
400
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
401
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
402
- actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call'
403
- actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
404
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
405
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
406
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
407
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
408
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
409
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
410
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
411
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
412
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
413
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
414
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
415
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
416
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
417
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
418
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
419
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
420
- railties (4.0.3) lib/rails/application.rb:97:in `call'
421
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
422
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
423
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
424
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
425
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
426
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
427
-
428
-
429
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
430
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
431
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms)
432
-
433
-
434
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:02:12 -0400
435
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
436
- Processing by Notes::NotesController#index as HTML
437
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
438
- DummyModel Load (0.2ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
439
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
440
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
441
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (261.4ms)
442
- Completed 200 OK in 350ms (Views: 291.9ms | ActiveRecord: 4.0ms)
443
-
444
-
445
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:02:12 -0400
446
-
447
-
448
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:02:27 -0400
449
- Processing by Notes::NotesController#index as HTML
450
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
451
- DummyModel Load (0.5ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
452
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
453
- Comment Load (0.5ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
454
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (0.7ms)
455
- Completed 200 OK in 10ms (Views: 3.9ms | ActiveRecord: 1.1ms)
456
-
457
-
458
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:03:49 -0400
459
- Processing by Notes::NotesController#index as HTML
460
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
461
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
462
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
463
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
464
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (0.7ms)
465
- Completed 200 OK in 8ms (Views: 3.9ms | ActiveRecord: 0.8ms)
466
-
467
-
468
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:03:49 -0400
469
-
470
-
471
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:04:12 -0400
472
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
473
- Processing by Notes::NotesController#index as HTML
474
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
475
- DummyModel Load (0.2ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
476
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
477
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
478
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (6.4ms)
479
- Completed 200 OK in 93ms (Views: 52.9ms | ActiveRecord: 3.8ms)
480
-
481
-
482
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:04:12 -0400
483
-
484
-
485
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:04:16 -0400
486
- Processing by Notes::NotesController#index as HTML
487
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
488
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
489
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
490
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
491
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (0.7ms)
492
- Completed 200 OK in 7ms (Views: 3.8ms | ActiveRecord: 0.6ms)
493
-
494
-
495
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 14:04:16 -0400
496
-
497
-
498
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:04:16 -0400
499
-
500
-
501
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:04:16 -0400
502
-
503
-
504
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:04:31 -0400
505
- Processing by Notes::NotesController#index as HTML
506
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
507
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
508
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
509
- Comment Load (0.5ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
510
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (0.6ms)
511
- Completed 200 OK in 8ms (Views: 3.9ms | ActiveRecord: 0.8ms)
512
-
513
-
514
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:04:31 -0400
515
-
516
-
517
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:04:31 -0400
518
-
519
-
520
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 14:04:31 -0400
521
-
522
-
523
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:07:13 -0400
524
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
525
- Processing by Notes::NotesController#index as HTML
526
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
527
- DummyModel Load (0.2ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
528
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
529
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
530
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (7.7ms)
531
- Completed 200 OK in 78ms (Views: 37.7ms | ActiveRecord: 3.9ms)
532
-
533
-
534
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 14:07:13 -0400
535
-
536
-
537
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:07:13 -0400
538
-
539
-
540
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:07:13 -0400
541
-
542
-
543
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:09:44 -0400
544
- Processing by Notes::NotesController#index as HTML
545
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
546
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
547
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
548
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
549
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (246.0ms)
550
- Completed 200 OK in 254ms (Views: 250.6ms | ActiveRecord: 0.7ms)
551
-
552
-
553
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 14:09:44 -0400
554
-
555
-
556
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:09:44 -0400
557
-
558
-
559
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:09:44 -0400
560
-
561
-
562
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-16 14:09:44 -0400
563
-
564
-
565
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:12:06 -0400
566
- Processing by Notes::NotesController#index as HTML
567
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
568
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
569
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
570
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
571
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (302.2ms)
572
- Completed 200 OK in 311ms (Views: 307.7ms | ActiveRecord: 0.7ms)
573
-
574
-
575
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 14:12:06 -0400
576
-
577
-
578
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 14:12:06 -0400
579
-
580
-
581
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:12:06 -0400
582
-
583
-
584
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:12:06 -0400
585
-
586
-
587
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-16 14:12:06 -0400
588
-
589
-
590
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 14:12:11 -0400
591
- Processing by Notes::NotesController#new as HTML
592
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
593
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
594
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (81.1ms)
595
- Completed 200 OK in 91ms (Views: 87.8ms | ActiveRecord: 0.3ms)
596
-
597
-
598
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:17:22 -0400
599
- Processing by Notes::NotesController#index as HTML
600
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
601
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
602
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
603
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
604
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (174.3ms)
605
- Completed 200 OK in 182ms (Views: 177.7ms | ActiveRecord: 0.6ms)
606
-
607
-
608
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 14:17:23 -0400
609
-
610
-
611
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 14:17:23 -0400
612
-
613
-
614
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-16 14:17:23 -0400
615
-
616
-
617
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:17:23 -0400
618
-
619
-
620
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:17:23 -0400
621
-
622
-
623
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 14:17:27 -0400
624
- Processing by Notes::NotesController#new as HTML
625
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
626
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
627
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (4.5ms)
628
- Completed 200 OK in 14ms (Views: 10.4ms | ActiveRecord: 0.4ms)
629
-
630
-
631
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:20:02 -0400
632
- Processing by Notes::NotesController#index as HTML
633
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
634
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
635
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
636
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
637
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (171.3ms)
638
- Completed 200 OK in 178ms (Views: 174.5ms | ActiveRecord: 0.7ms)
639
-
640
-
641
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 14:20:02 -0400
642
-
643
-
644
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:20:02 -0400
645
-
646
-
647
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-16 14:20:02 -0400
648
-
649
-
650
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:20:02 -0400
651
-
652
-
653
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 14:20:02 -0400
654
-
655
-
656
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 14:20:05 -0400
657
- Processing by Notes::NotesController#new as HTML
658
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
659
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
660
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (6.2ms)
661
- Completed 200 OK in 16ms (Views: 12.3ms | ActiveRecord: 0.4ms)
662
-
663
-
664
- Started POST "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 14:20:18 -0400
665
- Processing by Notes::NotesController#create as JS
666
- Parameters: {"utf8"=>"✓", "comments"=>{"title"=>"rr", "comment"=>"rr"}, "parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
667
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
668
-  (0.1ms) BEGIN
669
- SQL (0.4ms) INSERT INTO `comments` (`comment`, `commentable_id`, `commentable_type`, `created_at`, `title`, `updated_at`) VALUES ('rr', 1, 'DummyModel', '2014-03-16 18:20:18', 'rr', '2014-03-16 18:20:18')
670
-  (0.3ms) COMMIT
671
- Redirected to http://0.0.0.0:3000/notes/dummy_model/1?parent_div=
672
- Completed 302 Found in 9ms (ActiveRecord: 1.1ms)
673
-
674
-
675
- Started GET "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 14:20:18 -0400
676
- Processing by Notes::NotesController#index as JS
677
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
678
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
679
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
680
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
681
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb (1.7ms)
682
- Completed 200 OK in 10ms (Views: 6.4ms | ActiveRecord: 0.7ms)
683
-
684
-
685
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:26:16 -0400
686
- Processing by Notes::NotesController#index as HTML
687
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
688
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
689
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
690
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
691
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (183.8ms)
692
- Completed 200 OK in 192ms (Views: 187.4ms | ActiveRecord: 0.9ms)
693
-
694
-
695
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 14:26:16 -0400
696
-
697
-
698
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:26:16 -0400
699
-
700
-
701
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 14:26:16 -0400
702
-
703
-
704
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:26:16 -0400
705
-
706
-
707
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-16 14:26:16 -0400
708
-
709
-
710
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 14:26:18 -0400
711
- Processing by Notes::NotesController#new as HTML
712
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
713
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
714
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (5.0ms)
715
- Completed 200 OK in 13ms (Views: 9.4ms | ActiveRecord: 0.3ms)
716
-
717
-
718
- Started POST "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 14:26:27 -0400
719
- Processing by Notes::NotesController#create as JS
720
- Parameters: {"utf8"=>"✓", "comments"=>{"title"=>"kwak", "comment"=>"kwak"}, "parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
721
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
722
-  (0.2ms) BEGIN
723
- SQL (0.3ms) INSERT INTO `comments` (`comment`, `commentable_id`, `commentable_type`, `created_at`, `title`, `updated_at`) VALUES ('kwak', 1, 'DummyModel', '2014-03-16 18:26:27', 'kwak', '2014-03-16 18:26:27')
724
-  (1.9ms) COMMIT
725
- Redirected to http://0.0.0.0:3000/notes/dummy_model/1?parent_div=
726
- Completed 302 Found in 8ms (ActiveRecord: 2.7ms)
727
-
728
-
729
- Started GET "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 14:26:27 -0400
730
- Processing by Notes::NotesController#index as JS
731
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
732
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
733
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
734
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
735
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb (1.0ms)
736
- Completed 200 OK in 8ms (Views: 5.0ms | ActiveRecord: 0.6ms)
737
-
738
-
739
- Started GET "/assets/jquery.js?body=1&_=1394994376285" for 127.0.0.1 at 2014-03-16 14:26:27 -0400
740
-
741
-
742
- Started GET "/assets/jquery_ujs.js?body=1&_=1394994376286" for 127.0.0.1 at 2014-03-16 14:26:27 -0400
743
-
744
-
745
- Started GET "/assets/notes/application.js?body=1&_=1394994376287" for 127.0.0.1 at 2014-03-16 14:26:27 -0400
746
-
747
-
748
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:27:43 -0400
749
- Processing by Notes::NotesController#index as HTML
750
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
751
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
752
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
753
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
754
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (1.8ms)
755
- Completed 200 OK in 9ms (Views: 4.7ms | ActiveRecord: 0.8ms)
756
-
757
-
758
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 14:27:43 -0400
759
-
760
-
761
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:27:43 -0400
762
-
763
-
764
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 14:27:43 -0400
765
-
766
-
767
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-16 14:27:43 -0400
768
-
769
-
770
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 14:27:43 -0400
771
-
772
-
773
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 14:31:57 -0400
774
- Processing by Notes::NotesController#index as HTML
775
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
776
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
777
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
778
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
779
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (13.5ms)
780
- Completed 500 Internal Server Error in 20ms
781
-
782
- ActionView::Template::Error (undefined local variable or method `current_user' for #<#<Class:0x007fb05ab90318>:0x007fb059eaca98>):
783
- 1: <%= javascript_include_tag 'notes/application' %>
784
- 2:
785
- 3: Liste des commentaires pour <%= @resourceKlass %>
786
- 4: <%= current_user.id %>
787
- 5: <br/><br/>
788
- 6: <table class="table">
789
- 7: <thead>
790
- /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb:4:in `___sers_seurdge_projects_notes_app_views_notes_notes_index_html_erb__4056558614086915019_70197699749360'
791
- actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render'
792
- activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument'
793
- actionpack (4.0.3) lib/action_view/template.rb:141:in `render'
794
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
795
- actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
796
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
797
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
798
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
799
- actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
800
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
801
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
802
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
803
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render'
804
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template'
805
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render'
806
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template'
807
- actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template'
808
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body'
809
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
810
- actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
811
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render'
812
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render'
813
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
814
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
815
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
816
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms'
817
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
818
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
819
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
820
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render'
821
- actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
822
- actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
823
- actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action'
824
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action'
825
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
826
- activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__1033922128919540742__process_action__callbacks'
827
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
828
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
829
- actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
830
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
831
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
832
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
833
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
834
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
835
- actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
836
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
837
- actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process'
838
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process'
839
- actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch'
840
- actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
841
- actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action'
842
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call'
843
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
844
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call'
845
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
846
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
847
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
848
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
849
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
850
- railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing'
851
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
852
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
853
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
854
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
855
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
856
- rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
857
- rack (1.5.2) lib/rack/head.rb:11:in `call'
858
- actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
859
- actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call'
860
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
861
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
862
- actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call'
863
- activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call'
864
- activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
865
- activerecord (4.0.3) lib/active_record/migration.rb:369:in `call'
866
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
867
- activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3127301354142600308__call__callbacks'
868
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
869
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
870
- actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call'
871
- actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
872
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
873
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
874
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
875
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
876
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
877
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
878
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
879
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
880
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
881
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
882
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
883
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
884
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
885
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
886
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
887
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
888
- railties (4.0.3) lib/rails/application.rb:97:in `call'
889
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
890
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
891
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
892
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
893
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
894
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
895
-
896
-
897
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
898
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
899
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.3ms)
900
-
901
-
902
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:30:18 -0400
903
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
904
- Processing by Notes::NotesController#index as HTML
905
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
906
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
907
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
908
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
909
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (42.9ms)
910
- Completed 200 OK in 113ms (Views: 73.6ms | ActiveRecord: 4.0ms)
911
-
912
-
913
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:30:18 -0400
914
-
915
-
916
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:30:18 -0400
917
-
918
-
919
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 15:30:18 -0400
920
-
921
-
922
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-16 15:30:18 -0400
923
-
924
-
925
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:30:18 -0400
926
-
927
-
928
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 15:30:25 -0400
929
- Processing by Notes::NotesController#new as HTML
930
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
931
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
932
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (86.9ms)
933
- Completed 500 Internal Server Error in 95ms
934
-
935
- ActionView::Template::Error (undefined local variable or method `current_user' for #<#<Class:0x007fabf9f53618>:0x007fabf9fb0a20>):
936
- 5: <%= c.input :title %>
937
- 6: <%= c.input :comment %>
938
- 7: <div>
939
- 8: <%= c.input :user_id, input_html: { value: current_user.id } %>
940
- 9: </div>
941
- 10:
942
- 11: <button class="btn btn-primary" type="submit" id='save'>
943
- /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb:8:in `block in ___sers_seurdge_projects_notes_app_views_notes_notes_new_html_erb___321942011065903252_70188305469160'
944
- actionpack (4.0.3) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
945
- actionpack (4.0.3) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
946
- actionpack (4.0.3) lib/action_view/helpers/capture_helper.rb:38:in `capture'
947
- actionpack (4.0.3) lib/action_view/helpers/form_helper.rb:435:in `form_for'
948
- simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for'
949
- simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc'
950
- simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for'
951
- /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb:2:in `___sers_seurdge_projects_notes_app_views_notes_notes_new_html_erb___321942011065903252_70188305469160'
952
- actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render'
953
- activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument'
954
- actionpack (4.0.3) lib/action_view/template.rb:141:in `render'
955
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
956
- actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
957
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
958
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
959
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
960
- actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
961
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
962
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
963
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
964
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render'
965
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template'
966
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render'
967
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template'
968
- actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template'
969
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body'
970
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
971
- actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
972
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render'
973
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render'
974
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
975
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
976
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
977
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms'
978
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
979
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
980
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
981
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render'
982
- /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:50:in `new'
983
- actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
984
- actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action'
985
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action'
986
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
987
- activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__3762830945868679348__process_action__callbacks'
988
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
989
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
990
- actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
991
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
992
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
993
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
994
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
995
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
996
- actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
997
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
998
- actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process'
999
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process'
1000
- actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch'
1001
- actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1002
- actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action'
1003
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call'
1004
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1005
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call'
1006
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
1007
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
1008
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
1009
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
1010
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1011
- railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing'
1012
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
1013
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
1014
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
1015
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
1016
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
1017
- rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1018
- rack (1.5.2) lib/rack/head.rb:11:in `call'
1019
- actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1020
- actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call'
1021
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1022
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1023
- actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1024
- activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call'
1025
- activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1026
- activerecord (4.0.3) lib/active_record/migration.rb:369:in `call'
1027
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1028
- activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__912246924239719015__call__callbacks'
1029
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
1030
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1031
- actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1032
- actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1033
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1034
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1035
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1036
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1037
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1038
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1039
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1040
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1041
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1042
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1043
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1044
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1045
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1046
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1047
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1048
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1049
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1050
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1051
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1052
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1053
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1054
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1055
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1056
-
1057
-
1058
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
1059
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
1060
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms)
1061
-
1062
-
1063
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:31:50 -0400
1064
- Processing by Notes::NotesController#index as HTML
1065
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
1066
- DummyModel Load (0.5ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
1067
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
1068
- Comment Load (0.5ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
1069
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (1.7ms)
1070
- Completed 200 OK in 11ms (Views: 5.8ms | ActiveRecord: 1.0ms)
1071
-
1072
-
1073
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:31:50 -0400
1074
-
1075
-
1076
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:31:50 -0400
1077
-
1078
-
1079
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 15:31:50 -0400
1080
-
1081
-
1082
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:31:50 -0400
1083
-
1084
-
1085
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-16 15:31:50 -0400
1086
-
1087
-
1088
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 15:31:53 -0400
1089
- Processing by Notes::NotesController#new as HTML
1090
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
1091
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
1092
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (17.0ms)
1093
- Completed 500 Internal Server Error in 28ms
1094
-
1095
- ActionView::Template::Error (undefined local variable or method `current_user' for #<#<Class:0x007fabf9f53618>:0x007fabfa081f80>):
1096
- 4: <%= c.input :title %>
1097
- 5: <%= c.input :comment %>
1098
- 6: <div>
1099
- 7: <% if current_user %>
1100
- 8: <%= c.input :user_id, input_html: {value: current_user.id} %>
1101
- 9: <% end %>
1102
- 10: </div>
1103
- /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb:7:in `block in ___sers_seurdge_projects_notes_app_views_notes_notes_new_html_erb___321942011065903252_70188312471880'
1104
- actionpack (4.0.3) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
1105
- actionpack (4.0.3) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
1106
- actionpack (4.0.3) lib/action_view/helpers/capture_helper.rb:38:in `capture'
1107
- actionpack (4.0.3) lib/action_view/helpers/form_helper.rb:435:in `form_for'
1108
- simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for'
1109
- simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc'
1110
- simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for'
1111
- /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb:1:in `___sers_seurdge_projects_notes_app_views_notes_notes_new_html_erb___321942011065903252_70188312471880'
1112
- actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render'
1113
- activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument'
1114
- actionpack (4.0.3) lib/action_view/template.rb:141:in `render'
1115
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
1116
- actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
1117
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
1118
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1119
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
1120
- actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
1121
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
1122
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
1123
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
1124
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render'
1125
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template'
1126
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render'
1127
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template'
1128
- actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template'
1129
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body'
1130
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
1131
- actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
1132
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render'
1133
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render'
1134
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
1135
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
1136
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
1137
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms'
1138
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
1139
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
1140
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
1141
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render'
1142
- /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:50:in `new'
1143
- actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1144
- actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action'
1145
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action'
1146
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1147
- activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__3762830945868679348__process_action__callbacks'
1148
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
1149
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
1150
- actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
1151
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1152
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
1153
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1154
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
1155
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1156
- actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
1157
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1158
- actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process'
1159
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process'
1160
- actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch'
1161
- actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1162
- actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action'
1163
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call'
1164
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1165
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call'
1166
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
1167
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
1168
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
1169
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
1170
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1171
- railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing'
1172
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
1173
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
1174
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
1175
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
1176
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
1177
- rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1178
- rack (1.5.2) lib/rack/head.rb:11:in `call'
1179
- actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1180
- actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call'
1181
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1182
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1183
- actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1184
- activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call'
1185
- activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1186
- activerecord (4.0.3) lib/active_record/migration.rb:369:in `call'
1187
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1188
- activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__912246924239719015__call__callbacks'
1189
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
1190
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1191
- actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1192
- actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1193
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1194
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1195
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1196
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1197
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1198
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1199
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1200
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1201
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1202
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1203
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1204
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1205
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1206
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1207
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1208
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1209
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1210
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1211
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1212
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1213
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1214
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1215
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1216
-
1217
-
1218
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
1219
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
1220
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.8ms)
1221
-
1222
-
1223
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:32:40 -0400
1224
- Processing by Notes::NotesController#index as HTML
1225
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
1226
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
1227
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
1228
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
1229
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (1.5ms)
1230
- Completed 200 OK in 8ms (Views: 4.5ms | ActiveRecord: 0.7ms)
1231
-
1232
-
1233
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:32:40 -0400
1234
-
1235
-
1236
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-16 15:32:40 -0400
1237
-
1238
-
1239
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 15:32:40 -0400
1240
-
1241
-
1242
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:32:40 -0400
1243
-
1244
-
1245
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:32:40 -0400
1246
-
1247
-
1248
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 15:32:42 -0400
1249
- Processing by Notes::NotesController#new as HTML
1250
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
1251
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
1252
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (4.4ms)
1253
- Completed 200 OK in 13ms (Views: 9.7ms | ActiveRecord: 0.3ms)
1254
-
1255
-
1256
- Started POST "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 15:32:50 -0400
1257
- Processing by Notes::NotesController#create as JS
1258
- Parameters: {"utf8"=>"✓", "comments"=>{"title"=>"vv", "comment"=>"vv"}, "parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
1259
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
1260
-  (0.1ms) BEGIN
1261
- SQL (0.3ms) INSERT INTO `comments` (`comment`, `commentable_id`, `commentable_type`, `created_at`, `title`, `updated_at`) VALUES ('vv', 1, 'DummyModel', '2014-03-16 19:32:50', 'vv', '2014-03-16 19:32:50')
1262
-  (0.4ms) COMMIT
1263
- Redirected to http://0.0.0.0:3000/notes/dummy_model/1?parent_div=
1264
- Completed 302 Found in 29ms (ActiveRecord: 1.0ms)
1265
-
1266
-
1267
- Started GET "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 15:32:50 -0400
1268
- Processing by Notes::NotesController#index as JS
1269
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
1270
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
1271
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
1272
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
1273
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb (2.0ms)
1274
- Completed 200 OK in 10ms (Views: 6.9ms | ActiveRecord: 0.6ms)
1275
-
1276
-
1277
- Started GET "/assets/jquery.js?body=1&_=1394998360374" for 127.0.0.1 at 2014-03-16 15:32:50 -0400
1278
-
1279
-
1280
- Started GET "/assets/jquery_ujs.js?body=1&_=1394998360375" for 127.0.0.1 at 2014-03-16 15:32:50 -0400
1281
-
1282
-
1283
- Started GET "/assets/notes/application.js?body=1&_=1394998360376" for 127.0.0.1 at 2014-03-16 15:32:50 -0400
1284
-
1285
-
1286
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:36:48 -0400
1287
- Processing by Notes::NotesController#index as HTML
1288
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
1289
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
1290
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
1291
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
1292
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (1.4ms)
1293
- Completed 200 OK in 8ms (Views: 4.4ms | ActiveRecord: 0.7ms)
1294
-
1295
-
1296
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:36:48 -0400
1297
-
1298
-
1299
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-16 15:36:48 -0400
1300
-
1301
-
1302
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:36:48 -0400
1303
-
1304
-
1305
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 15:36:48 -0400
1306
-
1307
-
1308
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:36:48 -0400
1309
-
1310
-
1311
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 15:36:59 -0400
1312
- Processing by Notes::NotesController#new as HTML
1313
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
1314
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
1315
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (17.1ms)
1316
- Completed 500 Internal Server Error in 25ms
1317
-
1318
- ActionView::Template::Error (undefined local variable or method `current_user' for #<#<Class:0x007fabf9f53618>:0x007fabf9fb1240>):
1319
- 3:
1320
- 4: <%= c.input :title %>
1321
- 5: <%= c.input :comment %>
1322
- 6: <% if current_user.defined? %>
1323
- 7: <div>
1324
- 8: <%= c.input :user_id, input_html: {value: current_user.id} %>
1325
- 9: </div>
1326
- /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb:6:in `block in ___sers_seurdge_projects_notes_app_views_notes_notes_new_html_erb___321942011065903252_70188305470420'
1327
- actionpack (4.0.3) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
1328
- actionpack (4.0.3) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
1329
- actionpack (4.0.3) lib/action_view/helpers/capture_helper.rb:38:in `capture'
1330
- actionpack (4.0.3) lib/action_view/helpers/form_helper.rb:435:in `form_for'
1331
- simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for'
1332
- simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc'
1333
- simple_form (3.0.1) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for'
1334
- /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb:1:in `___sers_seurdge_projects_notes_app_views_notes_notes_new_html_erb___321942011065903252_70188305470420'
1335
- actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render'
1336
- activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument'
1337
- actionpack (4.0.3) lib/action_view/template.rb:141:in `render'
1338
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
1339
- actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
1340
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
1341
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1342
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
1343
- actionpack (4.0.3) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
1344
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
1345
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
1346
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
1347
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render'
1348
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template'
1349
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render'
1350
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template'
1351
- actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template'
1352
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body'
1353
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
1354
- actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
1355
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render'
1356
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render'
1357
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
1358
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
1359
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
1360
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms'
1361
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
1362
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
1363
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
1364
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render'
1365
- /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:50:in `new'
1366
- actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1367
- actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action'
1368
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action'
1369
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1370
- activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__3762830945868679348__process_action__callbacks'
1371
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
1372
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
1373
- actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
1374
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1375
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
1376
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1377
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
1378
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1379
- actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
1380
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1381
- actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process'
1382
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process'
1383
- actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch'
1384
- actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1385
- actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action'
1386
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call'
1387
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1388
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call'
1389
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
1390
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
1391
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
1392
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
1393
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1394
- railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing'
1395
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
1396
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
1397
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
1398
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
1399
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
1400
- rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1401
- rack (1.5.2) lib/rack/head.rb:11:in `call'
1402
- actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1403
- actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call'
1404
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1405
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1406
- actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1407
- activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call'
1408
- activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1409
- activerecord (4.0.3) lib/active_record/migration.rb:369:in `call'
1410
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1411
- activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__912246924239719015__call__callbacks'
1412
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
1413
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1414
- actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1415
- actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1416
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1417
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1418
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1419
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1420
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1421
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1422
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1423
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1424
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1425
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1426
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1427
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1428
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1429
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1430
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1431
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1432
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1433
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1434
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1435
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1436
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1437
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1438
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1439
-
1440
-
1441
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1442
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
1443
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.0ms)
1444
-
1445
-
1446
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:38:23 -0400
1447
- Processing by Notes::NotesController#index as HTML
1448
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
1449
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
1450
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
1451
- Comment Load (0.6ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
1452
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (1.5ms)
1453
- Completed 200 OK in 9ms (Views: 4.8ms | ActiveRecord: 0.9ms)
1454
-
1455
-
1456
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:38:23 -0400
1457
-
1458
-
1459
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 15:38:23 -0400
1460
-
1461
-
1462
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:38:23 -0400
1463
-
1464
-
1465
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-16 15:38:23 -0400
1466
-
1467
-
1468
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:38:23 -0400
1469
-
1470
-
1471
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 15:38:26 -0400
1472
- Processing by Notes::NotesController#new as HTML
1473
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
1474
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
1475
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (28.5ms)
1476
- Completed 200 OK in 40ms (Views: 35.8ms | ActiveRecord: 0.4ms)
1477
-
1478
-
1479
- Started POST "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 15:38:30 -0400
1480
- Processing by Notes::NotesController#create as JS
1481
- Parameters: {"utf8"=>"✓", "comments"=>{"title"=>"w", "comment"=>"w"}, "parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
1482
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
1483
-  (0.1ms) BEGIN
1484
- SQL (0.2ms) INSERT INTO `comments` (`comment`, `commentable_id`, `commentable_type`, `created_at`, `title`, `updated_at`) VALUES ('w', 1, 'DummyModel', '2014-03-16 19:38:30', 'w', '2014-03-16 19:38:30')
1485
-  (1.6ms) COMMIT
1486
- Redirected to http://0.0.0.0:3000/notes/dummy_model/1?parent_div=
1487
- Completed 302 Found in 6ms (ActiveRecord: 2.2ms)
1488
-
1489
-
1490
- Started GET "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 15:38:30 -0400
1491
- Processing by Notes::NotesController#index as JS
1492
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
1493
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
1494
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
1495
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
1496
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb (1.5ms)
1497
- Completed 200 OK in 9ms (Views: 6.5ms | ActiveRecord: 0.6ms)
1498
-
1499
-
1500
- Started GET "/assets/jquery.js?body=1&_=1394998703853" for 127.0.0.1 at 2014-03-16 15:38:30 -0400
1501
-
1502
-
1503
- Started GET "/assets/jquery_ujs.js?body=1&_=1394998703854" for 127.0.0.1 at 2014-03-16 15:38:30 -0400
1504
-
1505
-
1506
- Started GET "/assets/notes/application.js?body=1&_=1394998703855" for 127.0.0.1 at 2014-03-16 15:38:30 -0400
1507
-
1508
-
1509
- Started GET "/assets/flatty/jquery/jquery.min.js?body=1" for 127.0.0.1 at 2014-03-16 15:41:59 -0400
1510
-
1511
- ActionController::RoutingError (No route matches [GET] "/assets/flatty/jquery/jquery.min.js"):
1512
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1513
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1514
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1515
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1516
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1517
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1518
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1519
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1520
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1521
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1522
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1523
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1524
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1525
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1526
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1527
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1528
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1529
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1530
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1531
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1532
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1533
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1534
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1535
-
1536
-
1537
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
1538
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
1539
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
1540
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.4ms)
1541
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (27.2ms)
1542
-
1543
-
1544
- Started GET "/assets/flatty/jquery/jquery.mobile.custom.min.js?body=1" for 127.0.0.1 at 2014-03-16 15:41:59 -0400
1545
-
1546
- ActionController::RoutingError (No route matches [GET] "/assets/flatty/jquery/jquery.mobile.custom.min.js"):
1547
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1548
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1549
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1550
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1551
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1552
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1553
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1554
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1555
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1556
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1557
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1558
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1559
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1560
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1561
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1562
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1563
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1564
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1565
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1566
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1567
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1568
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1569
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1570
-
1571
-
1572
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
1573
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
1574
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
1575
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
1576
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (18.4ms)
1577
-
1578
-
1579
- Started GET "/assets/flatty/jquery/jquery-migrate.min.js?body=1" for 127.0.0.1 at 2014-03-16 15:41:59 -0400
1580
-
1581
- ActionController::RoutingError (No route matches [GET] "/assets/flatty/jquery/jquery-migrate.min.js"):
1582
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1583
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1584
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1585
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1586
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1587
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1588
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1589
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1590
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1591
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1592
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1593
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1594
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1595
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1596
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1597
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1598
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1599
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1600
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1601
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1602
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1603
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1604
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1605
-
1606
-
1607
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
1608
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
1609
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
1610
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
1611
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.7ms)
1612
-
1613
-
1614
- Started GET "/assets/flatty/jquery/jquery-ui.min.js?body=1" for 127.0.0.1 at 2014-03-16 15:41:59 -0400
1615
-
1616
- ActionController::RoutingError (No route matches [GET] "/assets/flatty/jquery/jquery-ui.min.js"):
1617
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1618
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1619
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1620
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1621
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1622
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1623
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1624
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1625
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1626
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1627
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1628
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1629
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1630
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1631
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1632
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1633
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1634
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1635
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1636
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1637
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1638
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1639
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1640
-
1641
-
1642
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
1643
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
1644
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
1645
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms)
1646
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.2ms)
1647
-
1648
-
1649
- Started GET "/assets/flatty/bootstrap/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-03-16 15:41:59 -0400
1650
-
1651
- ActionController::RoutingError (No route matches [GET] "/assets/flatty/bootstrap/bootstrap.min.js"):
1652
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1653
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1654
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1655
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1656
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1657
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1658
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1659
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1660
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1661
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1662
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1663
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1664
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1665
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1666
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1667
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1668
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1669
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1670
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1671
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1672
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1673
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1674
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1675
-
1676
-
1677
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
1678
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
1679
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
1680
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
1681
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (20.2ms)
1682
-
1683
-
1684
- Started GET "/assets/flatty/plugins/input_mask/bootstrap-inputmask.min.js?body=1" for 127.0.0.1 at 2014-03-16 15:41:59 -0400
1685
-
1686
- ActionController::RoutingError (No route matches [GET] "/assets/flatty/plugins/input_mask/bootstrap-inputmask.min.js"):
1687
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1688
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1689
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1690
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1691
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1692
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1693
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1694
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1695
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1696
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1697
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1698
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1699
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1700
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1701
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1702
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1703
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1704
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1705
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1706
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1707
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1708
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1709
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1710
-
1711
-
1712
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1713
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
1714
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
1715
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
1716
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (18.5ms)
1717
-
1718
-
1719
- Started GET "/assets/flatty/plugins/validate/jquery.validate.js?body=1" for 127.0.0.1 at 2014-03-16 15:41:59 -0400
1720
-
1721
- ActionController::RoutingError (No route matches [GET] "/assets/flatty/plugins/validate/jquery.validate.js"):
1722
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1723
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1724
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1725
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1726
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1727
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1728
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1729
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1730
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1731
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1732
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1733
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1734
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1735
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1736
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1737
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1738
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1739
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1740
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1741
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1742
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1743
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1744
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1745
-
1746
-
1747
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
1748
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
1749
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
1750
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
1751
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (16.6ms)
1752
-
1753
-
1754
- Started GET "/assets/flatty/plugins/validate/additional-methods.js?body=1" for 127.0.0.1 at 2014-03-16 15:42:00 -0400
1755
-
1756
- ActionController::RoutingError (No route matches [GET] "/assets/flatty/plugins/validate/additional-methods.js"):
1757
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1758
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1759
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1760
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1761
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1762
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1763
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1764
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1765
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1766
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1767
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1768
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1769
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1770
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1771
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1772
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1773
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1774
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1775
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1776
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1777
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1778
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1779
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1780
-
1781
-
1782
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
1783
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
1784
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
1785
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
1786
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (22.9ms)
1787
-
1788
-
1789
- Started GET "/assets/flatty/plugins/validate/messages_fr.js?body=1" for 127.0.0.1 at 2014-03-16 15:42:00 -0400
1790
-
1791
- ActionController::RoutingError (No route matches [GET] "/assets/flatty/plugins/validate/messages_fr.js"):
1792
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1793
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1794
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1795
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1796
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1797
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1798
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1799
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1800
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1801
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1802
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1803
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1804
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1805
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1806
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1807
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1808
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1809
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1810
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1811
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1812
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1813
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1814
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1815
-
1816
-
1817
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
1818
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
1819
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
1820
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
1821
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (18.5ms)
1822
-
1823
-
1824
- Started GET "/assets/flatty/theme.js?body=1" for 127.0.0.1 at 2014-03-16 15:42:00 -0400
1825
-
1826
- ActionController::RoutingError (No route matches [GET] "/assets/flatty/theme.js"):
1827
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1828
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1829
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1830
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1831
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1832
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1833
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1834
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1835
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1836
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1837
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1838
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1839
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1840
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1841
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1842
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1843
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1844
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1845
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1846
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1847
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1848
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1849
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1850
-
1851
-
1852
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
1853
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
1854
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
1855
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
1856
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.9ms)
1857
-
1858
-
1859
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-16 15:42:00 -0400
1860
-
1861
-
1862
- Started GET "/assets/jquery.infinitescroll.js?body=1" for 127.0.0.1 at 2014-03-16 15:42:00 -0400
1863
-
1864
- ActionController::RoutingError (No route matches [GET] "/assets/jquery.infinitescroll.js"):
1865
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1866
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1867
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1868
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1869
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1870
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1871
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1872
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1873
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1874
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1875
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1876
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1877
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1878
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1879
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1880
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1881
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1882
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1883
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1884
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1885
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1886
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1887
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1888
-
1889
-
1890
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
1891
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
1892
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
1893
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (19.0ms)
1894
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (35.2ms)
1895
-
1896
-
1897
- Started GET "/assets/cocoon.js?body=1" for 127.0.0.1 at 2014-03-16 15:42:00 -0400
1898
-
1899
- ActionController::RoutingError (No route matches [GET] "/assets/cocoon.js"):
1900
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1901
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1902
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1903
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1904
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1905
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1906
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1907
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1908
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1909
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1910
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1911
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1912
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1913
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1914
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1915
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1916
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1917
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1918
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1919
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1920
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1921
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1922
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1923
-
1924
-
1925
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
1926
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
1927
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
1928
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms)
1929
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.2ms)
1930
-
1931
-
1932
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:42:00 -0400
1933
-
1934
-
1935
- Started GET "/assets/billing_to_shipping.js?body=1" for 127.0.0.1 at 2014-03-16 15:42:00 -0400
1936
-
1937
- ActionController::RoutingError (No route matches [GET] "/assets/billing_to_shipping.js"):
1938
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1939
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1940
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1941
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1942
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1943
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1944
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1945
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1946
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1947
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1948
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1949
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1950
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1951
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1952
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1953
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1954
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1955
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1956
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1957
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1958
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1959
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1960
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1961
-
1962
-
1963
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
1964
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
1965
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
1966
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
1967
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (18.8ms)
1968
-
1969
-
1970
- Started GET "/assets/postal_code_validation.js?body=1" for 127.0.0.1 at 2014-03-16 15:42:00 -0400
1971
-
1972
- ActionController::RoutingError (No route matches [GET] "/assets/postal_code_validation.js"):
1973
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1974
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1975
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
1976
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
1977
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1978
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
1979
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
1980
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
1981
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1982
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1983
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1984
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1985
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1986
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
1987
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1988
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
1989
- railties (4.0.3) lib/rails/application.rb:97:in `call'
1990
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
1991
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1992
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1993
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1994
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1995
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1996
-
1997
-
1998
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
1999
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
2000
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
2001
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms)
2002
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (25.5ms)
2003
-
2004
-
2005
- Started GET "/assets/customers/customer_object.js?body=1" for 127.0.0.1 at 2014-03-16 15:42:00 -0400
2006
-
2007
- ActionController::RoutingError (No route matches [GET] "/assets/customers/customer_object.js"):
2008
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2009
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2010
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
2011
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
2012
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2013
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
2014
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
2015
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
2016
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2017
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2018
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2019
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2020
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2021
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
2022
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2023
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
2024
- railties (4.0.3) lib/rails/application.rb:97:in `call'
2025
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2026
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2027
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2028
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2029
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2030
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2031
-
2032
-
2033
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
2034
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
2035
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
2036
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
2037
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (21.3ms)
2038
-
2039
-
2040
- Started GET "/assets/contracts/edit_commercial.js?body=1" for 127.0.0.1 at 2014-03-16 15:42:00 -0400
2041
-
2042
- ActionController::RoutingError (No route matches [GET] "/assets/contracts/edit_commercial.js"):
2043
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2044
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2045
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
2046
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
2047
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2048
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
2049
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
2050
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
2051
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2052
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2053
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2054
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2055
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2056
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
2057
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2058
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
2059
- railties (4.0.3) lib/rails/application.rb:97:in `call'
2060
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2061
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2062
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2063
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2064
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2065
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2066
-
2067
-
2068
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
2069
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
2070
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
2071
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
2072
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.3ms)
2073
-
2074
-
2075
- Started GET "/customers/41/contracts/81/edit" for 127.0.0.1 at 2014-03-16 15:42:22 -0400
2076
-
2077
- ActionController::RoutingError (No route matches [GET] "/customers/41/contracts/81/edit"):
2078
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2079
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2080
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
2081
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
2082
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2083
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
2084
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
2085
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
2086
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2087
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2088
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2089
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2090
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2091
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
2092
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2093
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
2094
- railties (4.0.3) lib/rails/application.rb:97:in `call'
2095
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2096
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2097
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2098
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2099
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2100
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2101
-
2102
-
2103
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
2104
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
2105
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
2106
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
2107
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.8ms)
2108
-
2109
-
2110
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:48:03 -0400
2111
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
2112
- Processing by Notes::NotesController#index as HTML
2113
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2114
- DummyModel Load (0.2ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2115
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2116
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2117
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (226.3ms)
2118
- Completed 200 OK in 299ms (Views: 259.9ms | ActiveRecord: 3.8ms)
2119
-
2120
-
2121
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:48:03 -0400
2122
-
2123
-
2124
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:48:03 -0400
2125
-
2126
-
2127
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:48:03 -0400
2128
-
2129
-
2130
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:48:51 -0400
2131
- Processing by Notes::NotesController#index as HTML
2132
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2133
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2134
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2135
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2136
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (1.1ms)
2137
- Completed 200 OK in 9ms (Views: 4.2ms | ActiveRecord: 0.7ms)
2138
-
2139
-
2140
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:48:51 -0400
2141
-
2142
-
2143
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:48:52 -0400
2144
- Processing by Notes::NotesController#index as HTML
2145
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2146
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2147
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2148
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2149
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (0.9ms)
2150
- Completed 200 OK in 7ms (Views: 3.6ms | ActiveRecord: 0.6ms)
2151
-
2152
-
2153
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:48:52 -0400
2154
-
2155
-
2156
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:48:52 -0400
2157
-
2158
-
2159
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:48:52 -0400
2160
-
2161
-
2162
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:49:04 -0400
2163
- Processing by Notes::NotesController#index as HTML
2164
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2165
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2166
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2167
- Comment Load (0.5ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2168
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (1.0ms)
2169
- Completed 200 OK in 8ms (Views: 4.3ms | ActiveRecord: 0.8ms)
2170
-
2171
-
2172
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:49:04 -0400
2173
-
2174
-
2175
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:49:04 -0400
2176
-
2177
-
2178
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:49:04 -0400
2179
-
2180
-
2181
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:51:23 -0400
2182
- Processing by Notes::NotesController#index as HTML
2183
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2184
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2185
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2186
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2187
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (0.9ms)
2188
- Completed 200 OK in 7ms (Views: 3.7ms | ActiveRecord: 0.6ms)
2189
-
2190
-
2191
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:51:23 -0400
2192
-
2193
-
2194
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:51:23 -0400
2195
-
2196
-
2197
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:51:23 -0400
2198
-
2199
-
2200
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:52:05 -0400
2201
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
2202
- Processing by Notes::NotesController#index as HTML
2203
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2204
- DummyModel Load (0.2ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2205
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2206
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2207
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (6.8ms)
2208
- Completed 200 OK in 65ms (Views: 31.0ms | ActiveRecord: 3.7ms)
2209
-
2210
-
2211
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:52:05 -0400
2212
-
2213
-
2214
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:52:05 -0400
2215
-
2216
-
2217
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:52:05 -0400
2218
-
2219
-
2220
- Started GET "/customers/41/contracts/81/edit" for 127.0.0.1 at 2014-03-16 15:55:54 -0400
2221
-
2222
- ActionController::RoutingError (No route matches [GET] "/customers/41/contracts/81/edit"):
2223
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2224
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2225
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
2226
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
2227
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2228
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
2229
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
2230
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
2231
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2232
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2233
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2234
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2235
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2236
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
2237
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2238
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
2239
- railties (4.0.3) lib/rails/application.rb:97:in `call'
2240
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2241
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2242
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2243
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2244
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2245
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2246
-
2247
-
2248
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
2249
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
2250
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
2251
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.6ms)
2252
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (27.2ms)
2253
-
2254
-
2255
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:55:58 -0400
2256
- Processing by Notes::NotesController#index as HTML
2257
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2258
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2259
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2260
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2261
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (156.2ms)
2262
- Completed 200 OK in 165ms (Views: 160.0ms | ActiveRecord: 0.7ms)
2263
-
2264
-
2265
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:55:58 -0400
2266
-
2267
-
2268
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:55:58 -0400
2269
-
2270
-
2271
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:55:58 -0400
2272
-
2273
-
2274
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:56:29 -0400
2275
- Processing by Notes::NotesController#index as HTML
2276
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2277
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2278
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2279
- Comment Load (0.5ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2280
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (182.0ms)
2281
- Completed 200 OK in 190ms (Views: 185.4ms | ActiveRecord: 0.9ms)
2282
-
2283
-
2284
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:56:29 -0400
2285
-
2286
-
2287
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:56:29 -0400
2288
-
2289
-
2290
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:56:29 -0400
2291
-
2292
-
2293
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 15:56:29 -0400
2294
-
2295
-
2296
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 15:56:33 -0400
2297
- Processing by Notes::NotesController#new as HTML
2298
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
2299
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2300
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (73.3ms)
2301
- Completed 200 OK in 83ms (Views: 79.5ms | ActiveRecord: 0.3ms)
2302
-
2303
-
2304
- Started POST "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 15:56:38 -0400
2305
- Processing by Notes::NotesController#create as HTML
2306
- Parameters: {"utf8"=>"✓", "comments"=>{"title"=>"dd", "comment"=>"dd"}, "parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
2307
- Can't verify CSRF token authenticity
2308
- Completed 422 Unprocessable Entity in 1ms
2309
-
2310
- ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
2311
- actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:163:in `handle_unverified_request'
2312
- actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:170:in `handle_unverified_request'
2313
- actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:177:in `verify_authenticity_token'
2314
- activesupport (4.0.3) lib/active_support/callbacks.rb:377:in `_run__4412369816858083689__process_action__callbacks'
2315
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
2316
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
2317
- actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
2318
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
2319
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
2320
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2321
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
2322
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2323
- actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
2324
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2325
- actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process'
2326
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process'
2327
- actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch'
2328
- actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2329
- actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action'
2330
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call'
2331
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
2332
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call'
2333
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
2334
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
2335
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
2336
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
2337
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
2338
- railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing'
2339
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
2340
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
2341
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
2342
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
2343
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
2344
- rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
2345
- rack (1.5.2) lib/rack/head.rb:11:in `call'
2346
- actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2347
- actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call'
2348
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2349
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2350
- actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call'
2351
- activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call'
2352
- activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
2353
- activerecord (4.0.3) lib/active_record/migration.rb:369:in `call'
2354
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2355
- activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3142391697999069183__call__callbacks'
2356
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
2357
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2358
- actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call'
2359
- actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2360
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2361
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2362
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
2363
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
2364
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2365
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
2366
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
2367
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
2368
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2369
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2370
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2371
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2372
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2373
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
2374
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2375
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
2376
- railties (4.0.3) lib/rails/application.rb:97:in `call'
2377
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2378
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2379
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2380
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2381
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2382
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2383
-
2384
-
2385
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
2386
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
2387
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
2388
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.9ms)
2389
-
2390
-
2391
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:56:48 -0400
2392
- Processing by Notes::NotesController#index as HTML
2393
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2394
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2395
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2396
- Comment Load (0.6ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2397
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (1.3ms)
2398
- Completed 200 OK in 10ms (Views: 4.3ms | ActiveRecord: 1.0ms)
2399
-
2400
-
2401
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:56:48 -0400
2402
-
2403
-
2404
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:56:48 -0400
2405
-
2406
-
2407
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:56:48 -0400
2408
-
2409
-
2410
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 15:56:48 -0400
2411
-
2412
-
2413
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:56:53 -0400
2414
- Processing by Notes::NotesController#index as HTML
2415
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2416
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2417
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2418
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2419
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (1.5ms)
2420
- Completed 200 OK in 10ms (Views: 6.4ms | ActiveRecord: 0.8ms)
2421
-
2422
-
2423
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:56:53 -0400
2424
-
2425
-
2426
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:56:53 -0400
2427
-
2428
-
2429
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:56:53 -0400
2430
-
2431
-
2432
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 15:56:53 -0400
2433
-
2434
-
2435
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 15:56:55 -0400
2436
- Processing by Notes::NotesController#new as HTML
2437
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
2438
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2439
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (4.2ms)
2440
- Completed 200 OK in 12ms (Views: 8.8ms | ActiveRecord: 0.4ms)
2441
-
2442
-
2443
- Started POST "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 15:57:00 -0400
2444
- Processing by Notes::NotesController#create as HTML
2445
- Parameters: {"utf8"=>"✓", "comments"=>{"title"=>"vv", "comment"=>"vv"}, "parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
2446
- Can't verify CSRF token authenticity
2447
- Completed 422 Unprocessable Entity in 1ms
2448
-
2449
- ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
2450
- actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:163:in `handle_unverified_request'
2451
- actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:170:in `handle_unverified_request'
2452
- actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:177:in `verify_authenticity_token'
2453
- activesupport (4.0.3) lib/active_support/callbacks.rb:377:in `_run__4412369816858083689__process_action__callbacks'
2454
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
2455
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
2456
- actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
2457
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
2458
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
2459
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2460
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
2461
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2462
- actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
2463
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2464
- actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process'
2465
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process'
2466
- actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch'
2467
- actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2468
- actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action'
2469
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call'
2470
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
2471
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call'
2472
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
2473
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
2474
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
2475
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
2476
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
2477
- railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing'
2478
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
2479
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
2480
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
2481
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
2482
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
2483
- rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
2484
- rack (1.5.2) lib/rack/head.rb:11:in `call'
2485
- actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2486
- actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call'
2487
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2488
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2489
- actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call'
2490
- activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call'
2491
- activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
2492
- activerecord (4.0.3) lib/active_record/migration.rb:369:in `call'
2493
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2494
- activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3142391697999069183__call__callbacks'
2495
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
2496
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2497
- actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call'
2498
- actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2499
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2500
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2501
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
2502
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
2503
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2504
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
2505
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
2506
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
2507
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2508
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2509
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2510
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2511
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2512
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
2513
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2514
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
2515
- railties (4.0.3) lib/rails/application.rb:97:in `call'
2516
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2517
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2518
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2519
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2520
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2521
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2522
-
2523
-
2524
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
2525
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
2526
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
2527
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.0ms)
2528
-
2529
-
2530
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 15:57:35 -0400
2531
- Processing by Notes::NotesController#index as HTML
2532
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2533
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2534
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2535
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2536
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (185.3ms)
2537
- Completed 200 OK in 194ms (Views: 190.1ms | ActiveRecord: 0.7ms)
2538
-
2539
-
2540
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 15:57:35 -0400
2541
-
2542
-
2543
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:57:35 -0400
2544
-
2545
-
2546
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-16 15:57:35 -0400
2547
-
2548
-
2549
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 15:57:35 -0400
2550
-
2551
-
2552
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:57:35 -0400
2553
-
2554
-
2555
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 15:57:37 -0400
2556
- Processing by Notes::NotesController#new as HTML
2557
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
2558
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2559
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (4.2ms)
2560
- Completed 200 OK in 14ms (Views: 10.3ms | ActiveRecord: 0.3ms)
2561
-
2562
-
2563
- Started POST "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 15:57:42 -0400
2564
- Processing by Notes::NotesController#create as JS
2565
- Parameters: {"utf8"=>"✓", "comments"=>{"title"=>"ggg", "comment"=>"ggg"}, "parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
2566
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2567
-  (0.2ms) BEGIN
2568
- SQL (0.3ms) INSERT INTO `comments` (`comment`, `commentable_id`, `commentable_type`, `created_at`, `title`, `updated_at`) VALUES ('ggg', 1, 'DummyModel', '2014-03-16 19:57:42', 'ggg', '2014-03-16 19:57:42')
2569
-  (3.1ms) COMMIT
2570
- Redirected to http://0.0.0.0:3000/notes/dummy_model/1?parent_div=
2571
- Completed 302 Found in 10ms (ActiveRecord: 4.0ms)
2572
-
2573
-
2574
- Started GET "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 15:57:42 -0400
2575
- Processing by Notes::NotesController#index as JS
2576
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
2577
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2578
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2579
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2580
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb (2.1ms)
2581
- Completed 200 OK in 10ms (Views: 6.7ms | ActiveRecord: 0.7ms)
2582
-
2583
-
2584
- Started GET "/assets/jquery.js?body=1&_=1394999855967" for 127.0.0.1 at 2014-03-16 15:57:42 -0400
2585
-
2586
-
2587
- Started GET "/assets/jquery_ujs.js?body=1&_=1394999855968" for 127.0.0.1 at 2014-03-16 15:57:42 -0400
2588
-
2589
-
2590
- Started GET "/assets/notes/application.js?body=1&_=1394999855969" for 127.0.0.1 at 2014-03-16 15:57:42 -0400
2591
-
2592
-
2593
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 15:57:56 -0400
2594
- Processing by Notes::NotesController#new as HTML
2595
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
2596
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2597
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (3.7ms)
2598
- Completed 200 OK in 15ms (Views: 10.3ms | ActiveRecord: 0.4ms)
2599
-
2600
-
2601
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 15:58:00 -0400
2602
-
2603
-
2604
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 16:00:35 -0400
2605
- Processing by Notes::NotesController#index as HTML
2606
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2607
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2608
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2609
- Comment Load (0.5ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2610
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (160.0ms)
2611
- Completed 500 Internal Server Error in 173ms
2612
-
2613
- ActionView::Template::Error (couldn't find file 'jquery-ujs'
2614
- (in /Users/seurdge/projects/notes/spec/dummy/app/assets/javascripts/application.js:14)):
2615
- 3: <head>
2616
- 4: <title>Dummy</title>
2617
- 5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
2618
- 6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
2619
- 7: <%= csrf_meta_tags %>
2620
- 8: </head>
2621
- 9: <body>
2622
- sprockets (2.11.0) lib/sprockets/context.rb:106:in `resolve'
2623
- sprockets (2.11.0) lib/sprockets/context.rb:146:in `require_asset'
2624
- sprockets (2.11.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive'
2625
- sprockets (2.11.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives'
2626
- sprockets (2.11.0) lib/sprockets/directive_processor.rb:165:in `each'
2627
- sprockets (2.11.0) lib/sprockets/directive_processor.rb:165:in `process_directives'
2628
- sprockets (2.11.0) lib/sprockets/directive_processor.rb:99:in `evaluate'
2629
- tilt (1.4.1) lib/tilt/template.rb:103:in `render'
2630
- sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate'
2631
- sprockets (2.11.0) lib/sprockets/context.rb:194:in `each'
2632
- sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate'
2633
- sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize'
2634
- sprockets (2.11.0) lib/sprockets/base.rb:374:in `new'
2635
- sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset'
2636
- sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection'
2637
- sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset'
2638
- sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset'
2639
- sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset'
2640
- sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset'
2641
- sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset'
2642
- sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset'
2643
- sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with'
2644
- sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash'
2645
- sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset'
2646
- sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset'
2647
- sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset'
2648
- sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset'
2649
- sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset'
2650
- sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]'
2651
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path'
2652
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag'
2653
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map'
2654
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag'
2655
- app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___1382363122601355887_70223296177340'
2656
- actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render'
2657
- activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument'
2658
- actionpack (4.0.3) lib/action_view/template.rb:141:in `render'
2659
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
2660
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
2661
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render'
2662
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template'
2663
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render'
2664
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template'
2665
- actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template'
2666
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body'
2667
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
2668
- actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
2669
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render'
2670
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render'
2671
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
2672
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
2673
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
2674
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms'
2675
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
2676
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
2677
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
2678
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render'
2679
- actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
2680
- actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
2681
- actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action'
2682
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action'
2683
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2684
- activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__4412369816858083689__process_action__callbacks'
2685
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
2686
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
2687
- actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
2688
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
2689
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
2690
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2691
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
2692
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2693
- actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
2694
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2695
- actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process'
2696
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process'
2697
- actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch'
2698
- actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2699
- actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action'
2700
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call'
2701
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
2702
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call'
2703
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
2704
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
2705
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
2706
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
2707
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
2708
- railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing'
2709
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
2710
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
2711
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
2712
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
2713
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
2714
- rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
2715
- rack (1.5.2) lib/rack/head.rb:11:in `call'
2716
- actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2717
- actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call'
2718
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2719
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2720
- actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call'
2721
- activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call'
2722
- activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
2723
- activerecord (4.0.3) lib/active_record/migration.rb:369:in `call'
2724
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2725
- activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__3142391697999069183__call__callbacks'
2726
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
2727
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2728
- actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call'
2729
- actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2730
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2731
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2732
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
2733
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
2734
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2735
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
2736
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
2737
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
2738
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2739
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2740
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2741
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2742
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2743
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
2744
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2745
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
2746
- railties (4.0.3) lib/rails/application.rb:97:in `call'
2747
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2748
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2749
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2750
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2751
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2752
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2753
-
2754
-
2755
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
2756
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
2757
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.2ms)
2758
-
2759
-
2760
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 16:00:56 -0400
2761
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
2762
- Processing by Notes::NotesController#index as HTML
2763
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2764
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2765
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2766
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2767
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (6.5ms)
2768
- Completed 500 Internal Server Error in 61ms
2769
-
2770
- ActionView::Template::Error (couldn't find file 'jquery-ujs'
2771
- (in /Users/seurdge/projects/notes/spec/dummy/app/assets/javascripts/application.js:14)):
2772
- 3: <head>
2773
- 4: <title>Dummy</title>
2774
- 5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
2775
- 6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
2776
- 7: <%= csrf_meta_tags %>
2777
- 8: </head>
2778
- 9: <body>
2779
- sprockets (2.11.0) lib/sprockets/context.rb:106:in `resolve'
2780
- sprockets (2.11.0) lib/sprockets/context.rb:146:in `require_asset'
2781
- sprockets (2.11.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive'
2782
- sprockets (2.11.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives'
2783
- sprockets (2.11.0) lib/sprockets/directive_processor.rb:165:in `each'
2784
- sprockets (2.11.0) lib/sprockets/directive_processor.rb:165:in `process_directives'
2785
- sprockets (2.11.0) lib/sprockets/directive_processor.rb:99:in `evaluate'
2786
- tilt (1.4.1) lib/tilt/template.rb:103:in `render'
2787
- sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate'
2788
- sprockets (2.11.0) lib/sprockets/context.rb:194:in `each'
2789
- sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate'
2790
- sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize'
2791
- sprockets (2.11.0) lib/sprockets/base.rb:374:in `new'
2792
- sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset'
2793
- sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection'
2794
- sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset'
2795
- sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset'
2796
- sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset'
2797
- sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset'
2798
- sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset'
2799
- sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset'
2800
- sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with'
2801
- sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash'
2802
- sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset'
2803
- sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset'
2804
- sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset'
2805
- sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset'
2806
- sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset'
2807
- sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]'
2808
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path'
2809
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag'
2810
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map'
2811
- sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag'
2812
- app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___1815667511505032244_70356038409880'
2813
- actionpack (4.0.3) lib/action_view/template.rb:143:in `block in render'
2814
- activesupport (4.0.3) lib/active_support/notifications.rb:161:in `instrument'
2815
- actionpack (4.0.3) lib/action_view/template.rb:141:in `render'
2816
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
2817
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
2818
- actionpack (4.0.3) lib/action_view/renderer/template_renderer.rb:17:in `render'
2819
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:42:in `render_template'
2820
- actionpack (4.0.3) lib/action_view/renderer/renderer.rb:23:in `render'
2821
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:127:in `_render_template'
2822
- actionpack (4.0.3) lib/action_controller/metal/streaming.rb:219:in `_render_template'
2823
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:120:in `render_to_body'
2824
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
2825
- actionpack (4.0.3) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
2826
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:97:in `render'
2827
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:16:in `render'
2828
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
2829
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
2830
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
2831
- activesupport (4.0.3) lib/active_support/core_ext/benchmark.rb:12:in `ms'
2832
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
2833
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
2834
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
2835
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:40:in `render'
2836
- actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
2837
- actionpack (4.0.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
2838
- actionpack (4.0.3) lib/abstract_controller/base.rb:189:in `process_action'
2839
- actionpack (4.0.3) lib/action_controller/metal/rendering.rb:10:in `process_action'
2840
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2841
- activesupport (4.0.3) lib/active_support/callbacks.rb:383:in `_run__4297573878275200052__process_action__callbacks'
2842
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
2843
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
2844
- actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
2845
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
2846
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
2847
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2848
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
2849
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2850
- actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
2851
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2852
- actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process'
2853
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process'
2854
- actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch'
2855
- actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2856
- actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action'
2857
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call'
2858
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
2859
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call'
2860
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
2861
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
2862
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
2863
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
2864
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
2865
- railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing'
2866
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
2867
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
2868
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
2869
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
2870
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
2871
- rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
2872
- rack (1.5.2) lib/rack/head.rb:11:in `call'
2873
- actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2874
- actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call'
2875
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2876
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2877
- actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call'
2878
- activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call'
2879
- activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
2880
- activerecord (4.0.3) lib/active_record/migration.rb:369:in `call'
2881
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2882
- activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__2126776004677450328__call__callbacks'
2883
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
2884
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2885
- actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call'
2886
- actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2887
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2888
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2889
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
2890
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
2891
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
2892
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
2893
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
2894
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
2895
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2896
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2897
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2898
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2899
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2900
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
2901
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2902
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
2903
- railties (4.0.3) lib/rails/application.rb:97:in `call'
2904
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
2905
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2906
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2907
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2908
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2909
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2910
-
2911
-
2912
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
2913
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (15.8ms)
2914
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (23.9ms)
2915
-
2916
-
2917
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 16:01:13 -0400
2918
- Processing by Notes::NotesController#index as HTML
2919
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
2920
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2921
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
2922
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
2923
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (1.1ms)
2924
- Completed 200 OK in 63ms (Views: 58.1ms | ActiveRecord: 0.7ms)
2925
-
2926
-
2927
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 16:01:14 -0400
2928
-
2929
-
2930
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 16:01:14 -0400
2931
-
2932
-
2933
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 16:01:14 -0400
2934
-
2935
-
2936
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 16:01:14 -0400
2937
-
2938
-
2939
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 16:01:16 -0400
2940
- Processing by Notes::NotesController#new as HTML
2941
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
2942
- DummyModel Load (1.0ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
2943
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (58.6ms)
2944
- Completed 200 OK in 69ms (Views: 63.6ms | ActiveRecord: 1.0ms)
2945
-
2946
-
2947
- Started POST "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 16:01:20 -0400
2948
- Processing by Notes::NotesController#create as HTML
2949
- Parameters: {"utf8"=>"✓", "comments"=>{"title"=>"tt", "comment"=>"tt"}, "parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
2950
- Can't verify CSRF token authenticity
2951
- Completed 422 Unprocessable Entity in 1ms
2952
-
2953
- ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
2954
- actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:163:in `handle_unverified_request'
2955
- actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:170:in `handle_unverified_request'
2956
- actionpack (4.0.3) lib/action_controller/metal/request_forgery_protection.rb:177:in `verify_authenticity_token'
2957
- activesupport (4.0.3) lib/active_support/callbacks.rb:377:in `_run__4297573878275200052__process_action__callbacks'
2958
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
2959
- actionpack (4.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
2960
- actionpack (4.0.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
2961
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
2962
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `block in instrument'
2963
- activesupport (4.0.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2964
- activesupport (4.0.3) lib/active_support/notifications.rb:159:in `instrument'
2965
- actionpack (4.0.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2966
- actionpack (4.0.3) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
2967
- activerecord (4.0.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2968
- actionpack (4.0.3) lib/abstract_controller/base.rb:136:in `process'
2969
- actionpack (4.0.3) lib/abstract_controller/rendering.rb:44:in `process'
2970
- actionpack (4.0.3) lib/action_controller/metal.rb:195:in `dispatch'
2971
- actionpack (4.0.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2972
- actionpack (4.0.3) lib/action_controller/metal.rb:231:in `block in action'
2973
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `call'
2974
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
2975
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:48:in `call'
2976
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
2977
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
2978
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
2979
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
2980
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
2981
- railties (4.0.3) lib/rails/railtie/configurable.rb:30:in `method_missing'
2982
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:71:in `block in call'
2983
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `each'
2984
- actionpack (4.0.3) lib/action_dispatch/journey/router.rb:59:in `call'
2985
- actionpack (4.0.3) lib/action_dispatch/routing/route_set.rb:680:in `call'
2986
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
2987
- rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
2988
- rack (1.5.2) lib/rack/head.rb:11:in `call'
2989
- actionpack (4.0.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2990
- actionpack (4.0.3) lib/action_dispatch/middleware/flash.rb:241:in `call'
2991
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2992
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2993
- actionpack (4.0.3) lib/action_dispatch/middleware/cookies.rb:486:in `call'
2994
- activerecord (4.0.3) lib/active_record/query_cache.rb:36:in `call'
2995
- activerecord (4.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
2996
- activerecord (4.0.3) lib/active_record/migration.rb:369:in `call'
2997
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2998
- activesupport (4.0.3) lib/active_support/callbacks.rb:373:in `_run__2126776004677450328__call__callbacks'
2999
- activesupport (4.0.3) lib/active_support/callbacks.rb:80:in `run_callbacks'
3000
- actionpack (4.0.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3001
- actionpack (4.0.3) lib/action_dispatch/middleware/reloader.rb:64:in `call'
3002
- actionpack (4.0.3) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
3003
- actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
3004
- actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
3005
- railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
3006
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
3007
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
3008
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
3009
- activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
3010
- railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
3011
- actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
3012
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
3013
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
3014
- activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
3015
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
3016
- actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
3017
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
3018
- railties (4.0.3) lib/rails/engine.rb:511:in `call'
3019
- railties (4.0.3) lib/rails/application.rb:97:in `call'
3020
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
3021
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
3022
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
3023
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
3024
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
3025
- /Users/seurdge/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
3026
-
3027
-
3028
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
3029
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
3030
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
3031
- Rendered /Users/seurdge/.rvm/gems/ruby-2.0.0-p353@notes/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.5ms)
3032
-
3033
-
3034
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-16 16:02:16 -0400
3035
- Processing by Notes::NotesController#index as HTML
3036
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
3037
- DummyModel Load (0.9ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3038
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
3039
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
3040
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (1.2ms)
3041
- Completed 200 OK in 45ms (Views: 39.0ms | ActiveRecord: 1.3ms)
3042
-
3043
-
3044
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-16 16:02:16 -0400
3045
-
3046
-
3047
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-16 16:02:16 -0400
3048
-
3049
-
3050
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-16 16:02:16 -0400
3051
-
3052
-
3053
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-16 16:02:16 -0400
3054
-
3055
-
3056
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-16 16:02:18 -0400
3057
- Processing by Notes::NotesController#new as HTML
3058
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
3059
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3060
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (4.1ms)
3061
- Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.3ms)
3062
-
3063
-
3064
- Started POST "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 16:02:25 -0400
3065
- Processing by Notes::NotesController#create as JS
3066
- Parameters: {"utf8"=>"✓", "comments"=>{"title"=>"yyy", "comment"=>"yyy"}, "parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
3067
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3068
-  (0.1ms) BEGIN
3069
- SQL (0.3ms) INSERT INTO `comments` (`comment`, `commentable_id`, `commentable_type`, `created_at`, `title`, `updated_at`) VALUES ('yyy', 1, 'DummyModel', '2014-03-16 20:02:25', 'yyy', '2014-03-16 20:02:25')
3070
-  (1.7ms) COMMIT
3071
- Redirected to http://0.0.0.0:3000/notes/dummy_model/1?parent_div=
3072
- Completed 302 Found in 7ms (ActiveRecord: 2.3ms)
3073
-
3074
-
3075
- Started GET "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-16 16:02:25 -0400
3076
- Processing by Notes::NotesController#index as JS
3077
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
3078
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3079
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
3080
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
3081
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb (1.6ms)
3082
- Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 0.6ms)
3083
-
3084
-
3085
- Started GET "/assets/notes/application.js?body=1&_=1395000136178" for 127.0.0.1 at 2014-03-16 16:02:25 -0400
3086
-
3087
-
3088
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-17 10:38:04 -0400
3089
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
3090
- Processing by Notes::NotesController#index as HTML
3091
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
3092
- DummyModel Load (0.2ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3093
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
3094
- Comment Load (0.5ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
3095
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (203.2ms)
3096
- Completed 200 OK in 278ms (Views: 238.7ms | ActiveRecord: 4.1ms)
3097
-
3098
-
3099
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-17 10:38:04 -0400
3100
-
3101
-
3102
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-17 10:38:04 -0400
3103
-
3104
-
3105
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-17 10:38:04 -0400
3106
-
3107
-
3108
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-17 10:38:04 -0400
3109
-
3110
-
3111
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-17 10:38:04 -0400
3112
-
3113
-
3114
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-17 10:38:14 -0400
3115
- Processing by Notes::NotesController#new as HTML
3116
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
3117
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3118
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (50.5ms)
3119
- Completed 200 OK in 59ms (Views: 54.6ms | ActiveRecord: 0.3ms)
3120
-
3121
-
3122
- Started GET "/notes/dummy_model/1?parent_div=&parent_div=" for 127.0.0.1 at 2014-03-17 10:38:17 -0400
3123
- Processing by Notes::NotesController#index as HTML
3124
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
3125
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3126
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
3127
- Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
3128
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb (1.7ms)
3129
- Completed 200 OK in 11ms (Views: 7.2ms | ActiveRecord: 0.6ms)
3130
-
3131
-
3132
- Started GET "/assets/notes/application.js?body=1&_=1395067084559" for 127.0.0.1 at 2014-03-17 10:38:17 -0400
3133
-
3134
-
3135
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-17 10:38:19 -0400
3136
- Processing by Notes::NotesController#new as HTML
3137
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
3138
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3139
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (3.3ms)
3140
- Completed 200 OK in 11ms (Views: 7.8ms | ActiveRecord: 0.3ms)
3141
-
3142
-
3143
- Started POST "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-17 10:38:22 -0400
3144
- Processing by Notes::NotesController#create as JS
3145
- Parameters: {"utf8"=>"✓", "comments"=>{"title"=>"", "comment"=>"eee"}, "parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
3146
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3147
-  (0.1ms) BEGIN
3148
- SQL (0.3ms) INSERT INTO `comments` (`comment`, `commentable_id`, `commentable_type`, `created_at`, `updated_at`) VALUES ('eee', 1, 'DummyModel', '2014-03-17 14:38:22', '2014-03-17 14:38:22')
3149
-  (1.8ms) COMMIT
3150
- Redirected to http://0.0.0.0:3000/notes/dummy_model/1?parent_div=
3151
- Completed 302 Found in 7ms (ActiveRecord: 2.4ms)
3152
-
3153
-
3154
- Started GET "/notes/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-17 10:38:22 -0400
3155
- Processing by Notes::NotesController#index as JS
3156
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
3157
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3158
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
3159
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
3160
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb (2.0ms)
3161
- Completed 200 OK in 10ms (Views: 6.4ms | ActiveRecord: 0.7ms)
3162
-
3163
-
3164
- Started GET "/assets/notes/application.js?body=1&_=1395067084560" for 127.0.0.1 at 2014-03-17 10:38:22 -0400
3165
-
3166
-
3167
- Started GET "/assets/notes/application.js?body=1&_=1395067084561" for 127.0.0.1 at 2014-03-17 10:38:22 -0400
3168
-
3169
-
3170
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-17 13:33:49 -0400
3171
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
3172
- Processing by Notes::NotesController#index as HTML
3173
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
3174
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3175
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
3176
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
3177
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (6.9ms)
3178
- Completed 200 OK in 118ms (Views: 61.3ms | ActiveRecord: 4.4ms)
3179
-
3180
-
3181
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-17 13:33:49 -0400
3182
-
3183
-
3184
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-17 13:33:49 -0400
3185
-
3186
-
3187
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-17 13:33:49 -0400
3188
-
3189
-
3190
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-17 13:33:49 -0400
3191
-
3192
-
3193
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-17 13:33:51 -0400
3194
- Processing by Notes::NotesController#new as HTML
3195
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
3196
- DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3197
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (55.6ms)
3198
- Completed 200 OK in 64ms (Views: 60.3ms | ActiveRecord: 0.4ms)
3199
-
3200
-
3201
- Started GET "/notes/dummy_model/1" for 127.0.0.1 at 2014-03-17 13:40:24 -0400
3202
- Processing by Notes::NotesController#index as HTML
3203
- Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"}
3204
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3205
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
3206
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
3207
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb within layouts/application (1.1ms)
3208
- Completed 200 OK in 9ms (Views: 4.6ms | ActiveRecord: 0.7ms)
3209
-
3210
-
3211
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-17 13:40:24 -0400
3212
-
3213
-
3214
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-17 13:40:24 -0400
3215
-
3216
-
3217
- Started GET "/assets/notes/application.js?body=1" for 127.0.0.1 at 2014-03-17 13:40:24 -0400
3218
-
3219
-
3220
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-17 13:40:24 -0400
3221
-
3222
-
3223
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-17 13:40:27 -0400
3224
- Processing by Notes::NotesController#new as HTML
3225
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
3226
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3227
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (4.0ms)
3228
- Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.3ms)
3229
-
3230
-
3231
- Started GET "/notes/dummy_model/1?parent_div=&parent_div=" for 127.0.0.1 at 2014-03-17 13:47:13 -0400
3232
- Processing by Notes::NotesController#index as HTML
3233
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
3234
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3235
- DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from index at /Users/seurdge/projects/notes/app/controllers/notes/notes_controller.rb:14)
3236
- Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC
3237
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/index.html.erb (1.9ms)
3238
- Completed 200 OK in 11ms (Views: 7.2ms | ActiveRecord: 0.7ms)
3239
-
3240
-
3241
- Started GET "/assets/notes/application.js?body=1&_=1395078024232" for 127.0.0.1 at 2014-03-17 13:47:13 -0400
3242
-
3243
-
3244
- Started GET "/notes/dummy_model/1/new?parent_div=" for 127.0.0.1 at 2014-03-17 13:47:15 -0400
3245
- Processing by Notes::NotesController#new as HTML
3246
- Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"}
3247
- DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1
3248
- Rendered /Users/seurdge/projects/notes/app/views/notes/notes/new.html.erb (2.9ms)
3249
- Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.3ms)