twilio_conference 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/twilio_conference/conferences_controller.rb +7 -0
  3. data/config/routes.rb +1 -1
  4. data/lib/twilio_conference/version.rb +1 -1
  5. data/lib/twilio_conference.rb +13 -0
  6. data/test/dummy/app/assets/javascripts/test.js +2 -0
  7. data/test/dummy/app/assets/stylesheets/test.css +4 -0
  8. data/test/dummy/app/controllers/test_controller.rb +18 -0
  9. data/test/dummy/app/helpers/test_helper.rb +2 -0
  10. data/test/dummy/app/views/test/index.html.erb +2 -0
  11. data/test/dummy/config/routes.rb +2 -2
  12. data/test/dummy/db/development.sqlite3 +0 -0
  13. data/test/dummy/log/development.log +2540 -0
  14. data/test/dummy/test/controllers/test_controller_test.rb +9 -0
  15. data/test/dummy/test/helpers/test_helper_test.rb +4 -0
  16. data/test/dummy/tmp/cache/assets/development/sprockets/114640951f2d23ac4b082bf73608d650 +0 -0
  17. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  18. data/test/dummy/tmp/cache/assets/development/sprockets/1d49437364bff753ad2f70fdb5ef7612 +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sprockets/293460f7bea2aea456231b769212f36f +0 -0
  20. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  21. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  22. data/test/dummy/tmp/cache/assets/development/sprockets/411a0c8d12384e6cc720e93e0790af58 +0 -0
  23. data/test/dummy/tmp/cache/assets/development/sprockets/46212a52dcffbbb144da38bad8c803a5 +0 -0
  24. data/test/dummy/tmp/cache/assets/development/sprockets/48650681703b8257361fd4fb4c328b26 +0 -0
  25. data/test/dummy/tmp/cache/assets/development/sprockets/5daa64d9601a1dd14726112003d08364 +0 -0
  26. data/test/dummy/tmp/cache/assets/development/sprockets/9efb672f91469929a89cdfe52c1c2db6 +0 -0
  27. data/test/dummy/tmp/cache/assets/development/sprockets/9f0902c766a7e3fededcdcb9650526da +0 -0
  28. data/test/dummy/tmp/cache/assets/development/sprockets/a50905cff20582dddae9190f0af35e8c +0 -0
  29. data/test/dummy/tmp/cache/assets/development/sprockets/b45890d98668c132fee5cae4b15320d9 +0 -0
  30. data/test/dummy/tmp/cache/assets/development/sprockets/b6a5633397052af868106145639e6148 +0 -0
  31. data/test/dummy/tmp/cache/assets/development/sprockets/b8d82778e1f6c8c21fb4ba29e8b2cbec +0 -0
  32. data/test/dummy/tmp/cache/assets/development/sprockets/c974944c6764c507332bf7c03fa5e765 +0 -0
  33. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  34. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  35. data/test/dummy/tmp/cache/assets/development/sprockets/daa0e3c217673cb0ebb89d97438a1b80 +0 -0
  36. data/test/dummy/tmp/cache/assets/development/sprockets/e037bad25e325959f7c71daf030fdd4c +0 -0
  37. data/test/dummy/tmp/cache/assets/development/sprockets/f2d062771db146fd284e5e18d28995d2 +0 -0
  38. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  39. data/test/dummy/tmp/cache/assets/development/sprockets/fbb2f016c471b8cd4bb781c54ea25e0a +0 -0
  40. metadata +67 -1
@@ -0,0 +1,2540 @@
1
+
2
+
3
+ Started GET "/twilio/conferences/create" for 127.0.0.1 at 2014-05-16 13:04:15 +0530
4
+
5
+ Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile.):
6
+ activerecord (4.0.5) lib/active_record/connection_adapters/connection_specification.rb:58:in `rescue in resolve_hash_connection'
7
+ activerecord (4.0.5) lib/active_record/connection_adapters/connection_specification.rb:55:in `resolve_hash_connection'
8
+ activerecord (4.0.5) lib/active_record/connection_adapters/connection_specification.rb:46:in `resolve_string_connection'
9
+ activerecord (4.0.5) lib/active_record/connection_adapters/connection_specification.rb:30:in `spec'
10
+ activerecord (4.0.5) lib/active_record/connection_handling.rb:39:in `establish_connection'
11
+ activerecord (4.0.5) lib/active_record/railtie.rb:176:in `block (2 levels) in <class:Railtie>'
12
+ activesupport (4.0.5) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
13
+ activesupport (4.0.5) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
14
+ activesupport (4.0.5) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
15
+ activesupport (4.0.5) lib/active_support/lazy_load_hooks.rb:44:in `each'
16
+ activesupport (4.0.5) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
17
+ activerecord (4.0.5) lib/active_record/base.rb:322:in `<module:ActiveRecord>'
18
+ activerecord (4.0.5) lib/active_record/base.rb:22:in `<top (required)>'
19
+ activerecord (4.0.5) lib/active_record/query_cache.rb:50:in `restore_query_cache_settings'
20
+ activerecord (4.0.5) lib/active_record/query_cache.rb:43:in `rescue in call'
21
+ activerecord (4.0.5) lib/active_record/query_cache.rb:32:in `call'
22
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
23
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
24
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
25
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__2945137269427459769__call__callbacks'
26
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
27
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
28
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
29
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
30
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
31
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
32
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
33
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
34
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
35
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
36
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
37
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
38
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
39
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
40
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
41
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
42
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
43
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
44
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
45
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
46
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
47
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
48
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
49
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
50
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
51
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
52
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
53
+
54
+
55
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
56
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (21.0ms)
57
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
58
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (32.3ms)
59
+
60
+
61
+ Started GET "/twilio/conferences/create" for 127.0.0.1 at 2014-05-16 13:05:24 +0530
62
+
63
+ Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile.):
64
+ activerecord (4.0.5) lib/active_record/connection_adapters/connection_specification.rb:58:in `rescue in resolve_hash_connection'
65
+ activerecord (4.0.5) lib/active_record/connection_adapters/connection_specification.rb:55:in `resolve_hash_connection'
66
+ activerecord (4.0.5) lib/active_record/connection_adapters/connection_specification.rb:46:in `resolve_string_connection'
67
+ activerecord (4.0.5) lib/active_record/connection_adapters/connection_specification.rb:30:in `spec'
68
+ activerecord (4.0.5) lib/active_record/connection_handling.rb:39:in `establish_connection'
69
+ activerecord (4.0.5) lib/active_record/railtie.rb:176:in `block (2 levels) in <class:Railtie>'
70
+ activesupport (4.0.5) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
71
+ activesupport (4.0.5) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
72
+ activesupport (4.0.5) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
73
+ activesupport (4.0.5) lib/active_support/lazy_load_hooks.rb:44:in `each'
74
+ activesupport (4.0.5) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
75
+ activerecord (4.0.5) lib/active_record/base.rb:322:in `<module:ActiveRecord>'
76
+ activerecord (4.0.5) lib/active_record/base.rb:22:in `<top (required)>'
77
+ activerecord (4.0.5) lib/active_record/query_cache.rb:50:in `restore_query_cache_settings'
78
+ activerecord (4.0.5) lib/active_record/query_cache.rb:43:in `rescue in call'
79
+ activerecord (4.0.5) lib/active_record/query_cache.rb:32:in `call'
80
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
81
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
82
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
83
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3518222600262888678__call__callbacks'
84
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
85
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
86
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
87
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
88
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
89
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
90
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
91
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
92
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
93
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
94
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
95
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
96
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
97
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
98
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
99
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
100
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
101
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
102
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
103
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
104
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
105
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
106
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
107
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
108
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
109
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
110
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
111
+
112
+
113
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
114
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
115
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
116
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.8ms)
117
+
118
+
119
+ Started GET "/twilio/conferences/create" for 127.0.0.1 at 2014-05-16 13:06:26 +0530
120
+
121
+ ActionController::RoutingError (No route matches [GET] "/twilio/conferences/create"):
122
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
123
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
124
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
125
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
126
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
127
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
128
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
129
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
130
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
131
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
132
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
133
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
134
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
135
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
136
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
137
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
138
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
139
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
140
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
141
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
142
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
143
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
144
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
145
+
146
+
147
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
148
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
149
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms)
150
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.1ms)
151
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.4ms)
152
+
153
+
154
+ Started GET "/twilio/conferences/create" for 127.0.0.1 at 2014-05-16 13:07:01 +0530
155
+ Processing by TwilioConference::ConferencesController#create as HTML
156
+ Rendered /home/raven/Projects/twilio_conference/app/views/twilio_conference/conferences/create.html.erb within layouts/twilio_conference/application (0.7ms)
157
+ Completed 200 OK in 63ms (Views: 62.5ms | ActiveRecord: 0.0ms)
158
+
159
+
160
+ Started GET "/assets/twilio_conference/application.css?body=1" for 127.0.0.1 at 2014-05-16 13:07:01 +0530
161
+
162
+
163
+ Started GET "/assets/twilio_conference/conferences.css?body=1" for 127.0.0.1 at 2014-05-16 13:07:01 +0530
164
+
165
+
166
+ Started GET "/assets/twilio_conference/application.js?body=1" for 127.0.0.1 at 2014-05-16 13:07:01 +0530
167
+
168
+
169
+ Started GET "/assets/twilio_conference/conferences.js?body=1" for 127.0.0.1 at 2014-05-16 13:07:01 +0530
170
+
171
+
172
+ Started GET "/twilio/conferences/create" for 127.0.0.1 at 2014-05-16 13:17:16 +0530
173
+ Processing by TwilioConference::ConferencesController#create as HTML
174
+ Rendered /home/raven/Projects/twilio_conference/app/views/twilio_conference/conferences/create.html.erb within layouts/twilio_conference/application (0.1ms)
175
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
176
+
177
+
178
+ Started GET "/assets/twilio_conference/application.css?body=1" for 127.0.0.1 at 2014-05-16 13:17:16 +0530
179
+
180
+
181
+ Started GET "/assets/twilio_conference/conferences.css?body=1" for 127.0.0.1 at 2014-05-16 13:17:16 +0530
182
+
183
+
184
+ Started GET "/assets/twilio_conference/conferences.js?body=1" for 127.0.0.1 at 2014-05-16 13:17:16 +0530
185
+
186
+
187
+ Started GET "/assets/twilio_conference/application.js?body=1" for 127.0.0.1 at 2014-05-16 13:17:16 +0530
188
+
189
+
190
+ Started GET "/" for 127.0.0.1 at 2014-05-16 13:18:13 +0530
191
+ Processing by Rails::WelcomeController#index as HTML
192
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/railties-4.0.5/lib/rails/templates/rails/welcome/index.html.erb (0.6ms)
193
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
194
+
195
+
196
+ Started GET "/twilio/conferences/create" for 127.0.0.1 at 2014-05-16 13:18:30 +0530
197
+ Processing by TwilioConference::ConferencesController#create as HTML
198
+ Rendered /home/raven/Projects/twilio_conference/app/views/twilio_conference/conferences/create.html.erb within layouts/twilio_conference/application (0.2ms)
199
+ Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.0ms)
200
+
201
+
202
+ Started GET "/assets/twilio_conference/application.css?body=1" for 127.0.0.1 at 2014-05-16 13:18:31 +0530
203
+
204
+
205
+ Started GET "/assets/twilio_conference/conferences.css?body=1" for 127.0.0.1 at 2014-05-16 13:18:32 +0530
206
+
207
+
208
+ Started GET "/assets/twilio_conference/conferences.js?body=1" for 127.0.0.1 at 2014-05-16 13:18:32 +0530
209
+
210
+
211
+ Started GET "/assets/twilio_conference/application.js?body=1" for 127.0.0.1 at 2014-05-16 13:18:32 +0530
212
+
213
+
214
+ Started GET "/twilio/conferences/create" for 127.0.0.1 at 2014-05-16 13:20:00 +0530
215
+ Processing by TwilioConference::ConferencesController#create as HTML
216
+ Rendered /home/raven/Projects/twilio_conference/app/views/twilio_conference/conferences/create.html.erb within layouts/twilio_conference/application (0.1ms)
217
+ Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)
218
+
219
+
220
+ Started GET "/assets/twilio_conference/conferences.js?body=1" for 127.0.0.1 at 2014-05-16 13:20:01 +0530
221
+
222
+
223
+ Started GET "/assets/twilio_conference/application.css?body=1" for 127.0.0.1 at 2014-05-16 13:20:02 +0530
224
+
225
+
226
+ Started GET "/assets/twilio_conference/application.js?body=1" for 127.0.0.1 at 2014-05-16 13:20:02 +0530
227
+
228
+
229
+ Started GET "/assets/twilio_conference/conferences.css?body=1" for 127.0.0.1 at 2014-05-16 13:20:02 +0530
230
+
231
+
232
+ Started GET "/twilio/conferences/crea" for 127.0.0.1 at 2014-05-16 13:47:57 +0530
233
+
234
+ ActionController::RoutingError (No route matches [GET] "/twilio/conferences/crea"):
235
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
236
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
237
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
238
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
239
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
240
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
241
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
242
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
243
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
244
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
245
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
246
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
247
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
248
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
249
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
250
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
251
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
252
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
253
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
254
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
255
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
256
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
257
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
258
+
259
+
260
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
261
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
262
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms)
263
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.9ms)
264
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (18.1ms)
265
+
266
+
267
+ Started GET "/test" for 127.0.0.1 at 2014-05-16 13:55:15 +0530
268
+
269
+ ActionController::RoutingError (No route matches [GET] "/test"):
270
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
271
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
272
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
273
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
274
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
275
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
276
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
277
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
278
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
279
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
280
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
281
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
282
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
283
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
284
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
285
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
286
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
287
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
288
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
289
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
290
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
291
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
292
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
293
+
294
+
295
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
296
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
297
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms)
298
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.9ms)
299
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.4ms)
300
+
301
+
302
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 13:55:24 +0530
303
+ Processing by TestController#index as HTML
304
+ Completed 500 Internal Server Error in 1ms
305
+
306
+ NameError (uninitialized constant TestController::TwilioConferenceEngine):
307
+ app/controllers/test_controller.rb:3:in `index'
308
+
309
+
310
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms)
311
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
312
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (17.8ms)
313
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (28.1ms)
314
+
315
+
316
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 13:55:51 +0530
317
+ Processing by TestController#index as HTML
318
+ Completed 500 Internal Server Error in 1ms
319
+
320
+ NameError (uninitialized constant TestController::TwilioConferenceEngine):
321
+ app/controllers/test_controller.rb:3:in `index'
322
+
323
+
324
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms)
325
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
326
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
327
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.2ms)
328
+
329
+
330
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 13:55:52 +0530
331
+ Processing by TestController#index as HTML
332
+ Completed 500 Internal Server Error in 1ms
333
+
334
+ NameError (uninitialized constant TestController::TwilioConferenceEngine):
335
+ app/controllers/test_controller.rb:3:in `index'
336
+
337
+
338
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
339
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
340
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
341
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.6ms)
342
+
343
+
344
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 13:56:07 +0530
345
+ Processing by TestController#index as HTML
346
+ Rendered test/index.html.erb within layouts/application (0.3ms)
347
+ Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.0ms)
348
+
349
+
350
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-16 13:56:07 +0530
351
+
352
+
353
+ Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2014-05-16 13:56:07 +0530
354
+
355
+
356
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-16 13:56:07 +0530
357
+
358
+
359
+ Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-05-16 13:56:07 +0530
360
+
361
+
362
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 13:56:19 +0530
363
+ Processing by TestController#index as HTML
364
+ Rendered test/index.html.erb within layouts/application (0.1ms)
365
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
366
+
367
+
368
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-16 13:56:19 +0530
369
+
370
+
371
+ Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2014-05-16 13:56:19 +0530
372
+
373
+
374
+ Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-05-16 13:56:19 +0530
375
+
376
+
377
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-16 13:56:19 +0530
378
+
379
+
380
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 13:57:30 +0530
381
+ Processing by TestController#index as HTML
382
+ Completed 500 Internal Server Error in 1ms
383
+
384
+ NoMethodError (undefined method `mounted_path' for #<TwilioConference::Engine:0x0000000210a818>):
385
+ app/controllers/test_controller.rb:3:in `index'
386
+
387
+
388
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
389
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (17.7ms)
390
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
391
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (28.6ms)
392
+
393
+
394
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 13:58:32 +0530
395
+ Processing by TestController#index as HTML
396
+ Completed 500 Internal Server Error in 1ms
397
+
398
+ NoMethodError - undefined method `mounted_path' for #<TwilioConference::Engine:0x000000034cabf0>:
399
+ railties (4.0.5) lib/rails/railtie/configurable.rb:30:in `method_missing'
400
+ app/controllers/test_controller.rb:3:in `index'
401
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
402
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
403
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
404
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
405
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__2669324834632603867__process_action__callbacks'
406
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
407
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
408
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
409
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
410
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
411
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
412
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
413
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
414
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
415
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
416
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
417
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
418
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
419
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
420
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
421
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
422
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
423
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
424
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
425
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
426
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
427
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
428
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
429
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
430
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
431
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
432
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
433
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
434
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
435
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
436
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
437
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
438
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__924515208871786604__call__callbacks'
439
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
440
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
441
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
442
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
443
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
444
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
445
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
446
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
447
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
448
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
449
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
450
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
451
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
452
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
453
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
454
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
455
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
456
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
457
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
458
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
459
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
460
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
461
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
462
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
463
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
464
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
465
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
466
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
467
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
468
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
469
+
470
+
471
+
472
+ Started POST "/__better_errors/37421320/variables" for 127.0.0.1 at 2014-05-16 13:58:32 +0530
473
+
474
+
475
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 13:58:42 +0530
476
+
477
+
478
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 13:58:46 +0530
479
+
480
+
481
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 13:59:48 +0530
482
+
483
+
484
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 13:59:51 +0530
485
+
486
+
487
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:00:34 +0530
488
+
489
+
490
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:00:38 +0530
491
+
492
+
493
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:00:41 +0530
494
+
495
+
496
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:28:10 +0530
497
+
498
+
499
+ Started GET "/test/indexa" for 127.0.0.1 at 2014-05-16 14:28:17 +0530
500
+
501
+ ActionController::RoutingError (No route matches [GET] "/test/indexa"):
502
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
503
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
504
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
505
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
506
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
507
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
508
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
509
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
510
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
511
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
512
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
513
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
514
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
515
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
516
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
517
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
518
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
519
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
520
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
521
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
522
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
523
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
524
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
525
+
526
+
527
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
528
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
529
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms)
530
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (25.3ms)
531
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (39.9ms)
532
+
533
+
534
+ Started POST "/__better_errors/37421320/variables" for 127.0.0.1 at 2014-05-16 14:28:36 +0530
535
+
536
+
537
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:28:41 +0530
538
+
539
+
540
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:29:00 +0530
541
+
542
+
543
+ Started POST "/__better_errors/37421320/variables" for 127.0.0.1 at 2014-05-16 14:29:18 +0530
544
+
545
+
546
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:29:24 +0530
547
+
548
+
549
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:29:40 +0530
550
+
551
+
552
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:30:00 +0530
553
+
554
+
555
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:30:11 +0530
556
+
557
+
558
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:30:19 +0530
559
+
560
+
561
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:31:09 +0530
562
+
563
+
564
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:31:13 +0530
565
+
566
+
567
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:31:21 +0530
568
+
569
+
570
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:31:24 +0530
571
+
572
+
573
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:31:27 +0530
574
+
575
+
576
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:34:04 +0530
577
+
578
+
579
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:34:10 +0530
580
+
581
+
582
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:34:14 +0530
583
+
584
+
585
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:34:22 +0530
586
+
587
+
588
+ Started POST "/__better_errors/37421320/variables" for 127.0.0.1 at 2014-05-16 14:34:49 +0530
589
+
590
+
591
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:35:00 +0530
592
+
593
+
594
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:35:08 +0530
595
+
596
+
597
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:35:14 +0530
598
+
599
+
600
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:35:24 +0530
601
+
602
+
603
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:35:35 +0530
604
+
605
+
606
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:35:39 +0530
607
+
608
+
609
+ Started POST "/__better_errors/37421320/eval" for 127.0.0.1 at 2014-05-16 14:37:46 +0530
610
+
611
+
612
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 14:37:48 +0530
613
+ Processing by TestController#index as HTML
614
+ Completed 500 Internal Server Error in 1ms
615
+
616
+ NoMethodError - undefined method `mounted_path' for #<TwilioConference::Engine:0x00000002caab28>:
617
+ railties (4.0.5) lib/rails/railtie/configurable.rb:30:in `method_missing'
618
+ app/controllers/test_controller.rb:3:in `index'
619
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
620
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
621
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
622
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
623
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__904293783084776390__process_action__callbacks'
624
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
625
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
626
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
627
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
628
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
629
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
630
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
631
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
632
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
633
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
634
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
635
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
636
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
637
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
638
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
639
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
640
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
641
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
642
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
643
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
644
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
645
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
646
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
647
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
648
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
649
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
650
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
651
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
652
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
653
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
654
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
655
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
656
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__4377569545990938149__call__callbacks'
657
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
658
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
659
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
660
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
661
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
662
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
663
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
664
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
665
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
666
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
667
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
668
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
669
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
670
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
671
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
672
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
673
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
674
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
675
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
676
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
677
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
678
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
679
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
680
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
681
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
682
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
683
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
684
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
685
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
686
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
687
+
688
+
689
+
690
+ Started POST "/__better_errors/23611280/variables" for 127.0.0.1 at 2014-05-16 14:37:48 +0530
691
+
692
+
693
+ Started POST "/__better_errors/23611280/eval" for 127.0.0.1 at 2014-05-16 14:37:50 +0530
694
+
695
+
696
+ Started POST "/__better_errors/23611280/eval" for 127.0.0.1 at 2014-05-16 14:38:05 +0530
697
+
698
+
699
+ Started POST "/__better_errors/23611280/eval" for 127.0.0.1 at 2014-05-16 14:38:37 +0530
700
+
701
+
702
+ Started POST "/__better_errors/23611280/eval" for 127.0.0.1 at 2014-05-16 14:38:46 +0530
703
+
704
+
705
+ Started POST "/__better_errors/23611280/eval" for 127.0.0.1 at 2014-05-16 14:38:58 +0530
706
+
707
+
708
+ Started POST "/__better_errors/23611280/eval" for 127.0.0.1 at 2014-05-16 14:39:02 +0530
709
+
710
+
711
+ Started POST "/__better_errors/23611280/eval" for 127.0.0.1 at 2014-05-16 14:39:46 +0530
712
+
713
+
714
+ Started POST "/__better_errors/23611280/eval" for 127.0.0.1 at 2014-05-16 14:39:52 +0530
715
+
716
+
717
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 14:41:32 +0530
718
+ Processing by TestController#index as HTML
719
+ Completed 500 Internal Server Error in 2ms
720
+
721
+ NoMethodError - undefined method `create_conference' for #<TestController:0x00000003beff70>:
722
+ app/controllers/test_controller.rb:3:in `index'
723
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
724
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
725
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
726
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
727
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__4123713699511465966__process_action__callbacks'
728
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
729
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
730
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
731
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
732
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
733
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
734
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
735
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
736
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
737
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
738
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
739
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
740
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
741
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
742
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
743
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
744
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
745
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
746
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
747
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
748
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
749
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
750
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
751
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
752
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
753
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
754
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
755
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
756
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
757
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
758
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
759
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
760
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3381895897637276005__call__callbacks'
761
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
762
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
763
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
764
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
765
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
766
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
767
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
768
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
769
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
770
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
771
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
772
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
773
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
774
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
775
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
776
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
777
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
778
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
779
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
780
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
781
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
782
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
783
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
784
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
785
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
786
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
787
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
788
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
789
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
790
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
791
+
792
+
793
+
794
+ Started POST "/__better_errors/33195940/variables" for 127.0.0.1 at 2014-05-16 14:41:32 +0530
795
+
796
+
797
+ Started POST "/__better_errors/33195940/eval" for 127.0.0.1 at 2014-05-16 14:41:44 +0530
798
+
799
+
800
+ Started POST "/__better_errors/33195940/eval" for 127.0.0.1 at 2014-05-16 14:41:48 +0530
801
+
802
+
803
+ Started POST "/__better_errors/33195940/eval" for 127.0.0.1 at 2014-05-16 14:42:22 +0530
804
+
805
+
806
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 14:42:23 +0530
807
+ Processing by TestController#index as HTML
808
+ Completed 500 Internal Server Error in 2ms
809
+
810
+ NoMethodError - undefined method `create_conference' for #<TestController:0x00000003f8cc28>:
811
+ app/controllers/test_controller.rb:3:in `index'
812
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
813
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
814
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
815
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
816
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__2389265277121301187__process_action__callbacks'
817
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
818
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
819
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
820
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
821
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
822
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
823
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
824
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
825
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
826
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
827
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
828
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
829
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
830
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
831
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
832
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
833
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
834
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
835
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
836
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
837
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
838
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
839
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
840
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
841
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
842
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
843
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
844
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
845
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
846
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
847
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
848
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
849
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3540367344375638130__call__callbacks'
850
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
851
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
852
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
853
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
854
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
855
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
856
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
857
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
858
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
859
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
860
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
861
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
862
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
863
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
864
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
865
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
866
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
867
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
868
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
869
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
870
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
871
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
872
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
873
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
874
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
875
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
876
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
877
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
878
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
879
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
880
+
881
+
882
+
883
+ Started POST "/__better_errors/70072024726980/variables" for 127.0.0.1 at 2014-05-16 14:42:23 +0530
884
+
885
+
886
+ Started POST "/__better_errors/70072024726980/eval" for 127.0.0.1 at 2014-05-16 14:42:25 +0530
887
+
888
+
889
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 14:42:41 +0530
890
+ Processing by TestController#index as HTML
891
+ Completed 500 Internal Server Error in 1ms
892
+
893
+ NameError - undefined local variable or method `twilio_conference' for TwilioConference:Module:
894
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:5:in `create_conference'
895
+ app/controllers/test_controller.rb:3:in `index'
896
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
897
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
898
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
899
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
900
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__2389265277121301187__process_action__callbacks'
901
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
902
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
903
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
904
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
905
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
906
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
907
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
908
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
909
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
910
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
911
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
912
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
913
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
914
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
915
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
916
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
917
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
918
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
919
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
920
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
921
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
922
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
923
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
924
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
925
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
926
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
927
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
928
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
929
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
930
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
931
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
932
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
933
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3540367344375638130__call__callbacks'
934
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
935
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
936
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
937
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
938
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
939
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
940
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
941
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
942
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
943
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
944
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
945
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
946
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
947
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
948
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
949
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
950
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
951
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
952
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
953
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
954
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
955
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
956
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
957
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
958
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
959
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
960
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
961
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
962
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
963
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
964
+
965
+
966
+
967
+ Started POST "/__better_errors/70072027523600/variables" for 127.0.0.1 at 2014-05-16 14:42:41 +0530
968
+
969
+
970
+ Started POST "/__better_errors/70072027523600/variables" for 127.0.0.1 at 2014-05-16 14:43:20 +0530
971
+
972
+
973
+ Started POST "/__better_errors/70072027523600/eval" for 127.0.0.1 at 2014-05-16 14:43:24 +0530
974
+
975
+
976
+ Started POST "/__better_errors/70072027523600/eval" for 127.0.0.1 at 2014-05-16 14:43:26 +0530
977
+
978
+
979
+ Started POST "/__better_errors/70072027523600/eval" for 127.0.0.1 at 2014-05-16 14:43:47 +0530
980
+
981
+
982
+ Started POST "/__better_errors/70072027523600/eval" for 127.0.0.1 at 2014-05-16 14:43:56 +0530
983
+
984
+
985
+ Started POST "/__better_errors/70072027523600/eval" for 127.0.0.1 at 2014-05-16 14:44:09 +0530
986
+
987
+
988
+ Started POST "/__better_errors/70072027523600/eval" for 127.0.0.1 at 2014-05-16 14:44:23 +0530
989
+
990
+
991
+ Started POST "/__better_errors/70072027523600/eval" for 127.0.0.1 at 2014-05-16 14:44:31 +0530
992
+
993
+
994
+ Started POST "/__better_errors/70072027523600/eval" for 127.0.0.1 at 2014-05-16 14:44:46 +0530
995
+
996
+
997
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 14:45:58 +0530
998
+ Processing by TestController#index as HTML
999
+ Completed 500 Internal Server Error in 1ms
1000
+
1001
+ NoMethodError - undefined method `create_conference' for TwilioConference:Module:
1002
+ app/controllers/test_controller.rb:3:in `index'
1003
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1004
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
1005
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1006
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1007
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__639495531098378007__process_action__callbacks'
1008
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1009
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
1010
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1011
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1012
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
1013
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1014
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
1015
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1016
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1017
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1018
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
1019
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
1020
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
1021
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1022
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
1023
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1024
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
1025
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
1026
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
1027
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
1028
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1029
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1030
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1031
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1032
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
1033
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1034
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1035
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1036
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
1037
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1038
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
1039
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1040
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__734336430834586684__call__callbacks'
1041
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1042
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1043
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1044
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1045
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
1046
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
1047
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
1048
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1049
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1050
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
1051
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
1052
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1053
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1054
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1055
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
1056
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1057
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1058
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1059
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1060
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1061
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
1062
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1063
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
1064
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
1065
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1066
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1067
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1068
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1069
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1070
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1071
+
1072
+
1073
+
1074
+ Started POST "/__better_errors/37511100/variables" for 127.0.0.1 at 2014-05-16 14:45:59 +0530
1075
+
1076
+
1077
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:46:12 +0530
1078
+
1079
+
1080
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:46:15 +0530
1081
+
1082
+
1083
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:46:23 +0530
1084
+
1085
+
1086
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:46:25 +0530
1087
+
1088
+
1089
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:46:42 +0530
1090
+
1091
+
1092
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:46:52 +0530
1093
+
1094
+
1095
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:47:09 +0530
1096
+
1097
+
1098
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:47:13 +0530
1099
+
1100
+
1101
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:47:16 +0530
1102
+
1103
+
1104
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:47:21 +0530
1105
+
1106
+
1107
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:47:32 +0530
1108
+
1109
+
1110
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:47:39 +0530
1111
+
1112
+
1113
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:47:46 +0530
1114
+
1115
+
1116
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:47:59 +0530
1117
+
1118
+
1119
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:48:07 +0530
1120
+
1121
+
1122
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:48:26 +0530
1123
+
1124
+
1125
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:48:31 +0530
1126
+
1127
+
1128
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:48:41 +0530
1129
+
1130
+
1131
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:48:44 +0530
1132
+
1133
+
1134
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:48:50 +0530
1135
+
1136
+
1137
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:49:04 +0530
1138
+
1139
+
1140
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:49:08 +0530
1141
+
1142
+
1143
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:49:16 +0530
1144
+
1145
+
1146
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:49:28 +0530
1147
+
1148
+
1149
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:49:36 +0530
1150
+
1151
+
1152
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:49:45 +0530
1153
+
1154
+
1155
+ Started POST "/__better_errors/37511100/eval" for 127.0.0.1 at 2014-05-16 14:50:15 +0530
1156
+
1157
+
1158
+ Started POST "/__better_errors/37511100/variables" for 127.0.0.1 at 2014-05-16 14:50:28 +0530
1159
+
1160
+
1161
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 14:50:36 +0530
1162
+
1163
+ ActionController::RoutingError (No route matches [GET] "/test/index"):
1164
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1165
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1166
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
1167
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
1168
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1169
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1170
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1171
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
1172
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1173
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1174
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1175
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1176
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1177
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
1178
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1179
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
1180
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
1181
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1182
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1183
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1184
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1185
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1186
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1187
+
1188
+
1189
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
1190
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.2ms)
1191
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (12.1ms)
1192
+
1193
+
1194
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 14:50:39 +0530
1195
+
1196
+ ActionController::RoutingError (No route matches [GET] "/test/index"):
1197
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1198
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1199
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
1200
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
1201
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1202
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1203
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1204
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
1205
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1206
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1207
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1208
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1209
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1210
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
1211
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1212
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
1213
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
1214
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1215
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1216
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1217
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1218
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1219
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1220
+
1221
+
1222
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
1223
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms)
1224
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (7.8ms)
1225
+
1226
+
1227
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 14:50:41 +0530
1228
+
1229
+ ActionController::RoutingError (No route matches [GET] "/test/index"):
1230
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1231
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1232
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
1233
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
1234
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1235
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1236
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1237
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
1238
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1239
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1240
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1241
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1242
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1243
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
1244
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1245
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
1246
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
1247
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1248
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1249
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1250
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1251
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1252
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1253
+
1254
+
1255
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
1256
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
1257
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (7.9ms)
1258
+
1259
+
1260
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 14:50:42 +0530
1261
+
1262
+ ActionController::RoutingError (No route matches [GET] "/test/index"):
1263
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1264
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1265
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
1266
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
1267
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1268
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1269
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1270
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
1271
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1272
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1273
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1274
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1275
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1276
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
1277
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1278
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
1279
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
1280
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1281
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1282
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1283
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1284
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1285
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1286
+
1287
+
1288
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
1289
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
1290
+ Rendered /home/raven/.rvm/gems/ruby-2.0.0-p353@twilio_conference/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (8.2ms)
1291
+
1292
+
1293
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 14:50:47 +0530
1294
+ Processing by TestController#index as HTML
1295
+ Completed 500 Internal Server Error in 1ms
1296
+
1297
+ NoMethodError - undefined method `create_conference' for TwilioConference:Module:
1298
+ app/controllers/test_controller.rb:3:in `index'
1299
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1300
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
1301
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1302
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1303
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__1149419962615430278__process_action__callbacks'
1304
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1305
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
1306
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1307
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1308
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
1309
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1310
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
1311
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1312
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1313
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1314
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
1315
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
1316
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
1317
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1318
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
1319
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1320
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
1321
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
1322
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
1323
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
1324
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1325
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1326
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1327
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1328
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
1329
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1330
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1331
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1332
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
1333
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1334
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
1335
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1336
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__1411567771903661262__call__callbacks'
1337
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1338
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1339
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1340
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1341
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
1342
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
1343
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
1344
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1345
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1346
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
1347
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
1348
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1349
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1350
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1351
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
1352
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1353
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1354
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1355
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1356
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1357
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
1358
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1359
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
1360
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
1361
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1362
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1363
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1364
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1365
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1366
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1367
+
1368
+
1369
+
1370
+ Started POST "/__better_errors/19123060/variables" for 127.0.0.1 at 2014-05-16 14:50:48 +0530
1371
+
1372
+
1373
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 14:51:42 +0530
1374
+ Processing by TestController#index as HTML
1375
+ Completed 500 Internal Server Error in 1ms
1376
+
1377
+ NameError - undefined local variable or method `twilio_conference' for #<TwilioConference::Client:0x00000002452f48 @client=nil>:
1378
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:9:in `create_conference'
1379
+ app/controllers/test_controller.rb:4:in `index'
1380
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1381
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
1382
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1383
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1384
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__1149419962615430278__process_action__callbacks'
1385
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1386
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
1387
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1388
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1389
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
1390
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1391
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
1392
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1393
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1394
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1395
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
1396
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
1397
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
1398
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1399
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
1400
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1401
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
1402
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
1403
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
1404
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
1405
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1406
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1407
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1408
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1409
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
1410
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1411
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1412
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1413
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
1414
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1415
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
1416
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1417
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__1411567771903661262__call__callbacks'
1418
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1419
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1420
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1421
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1422
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
1423
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
1424
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
1425
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1426
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1427
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
1428
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
1429
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1430
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1431
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1432
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
1433
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1434
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1435
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1436
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1437
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1438
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
1439
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1440
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
1441
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
1442
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1443
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1444
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1445
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1446
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1447
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1448
+
1449
+
1450
+
1451
+ Started POST "/__better_errors/19096500/variables" for 127.0.0.1 at 2014-05-16 14:51:42 +0530
1452
+
1453
+
1454
+ Started POST "/__better_errors/19096500/variables" for 127.0.0.1 at 2014-05-16 14:51:52 +0530
1455
+
1456
+
1457
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:51:54 +0530
1458
+
1459
+
1460
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:54:35 +0530
1461
+
1462
+
1463
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:54:43 +0530
1464
+
1465
+
1466
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:54:47 +0530
1467
+
1468
+
1469
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:55:00 +0530
1470
+
1471
+
1472
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:55:10 +0530
1473
+
1474
+
1475
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:55:15 +0530
1476
+
1477
+
1478
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:55:24 +0530
1479
+
1480
+
1481
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:55:29 +0530
1482
+
1483
+
1484
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:56:12 +0530
1485
+
1486
+
1487
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:56:37 +0530
1488
+
1489
+
1490
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:56:41 +0530
1491
+
1492
+
1493
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:56:48 +0530
1494
+
1495
+
1496
+ Started POST "/__better_errors/19096500/eval" for 127.0.0.1 at 2014-05-16 14:56:56 +0530
1497
+
1498
+
1499
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 15:11:16 +0530
1500
+ Processing by TestController#index as HTML
1501
+ Completed 500 Internal Server Error in 3ms
1502
+
1503
+ ArgumentError - wrong number of arguments (2 for 1):
1504
+ app/controllers/test_controller.rb:3:in `index'
1505
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1506
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
1507
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1508
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1509
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__1149419962615430278__process_action__callbacks'
1510
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1511
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
1512
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1513
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1514
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
1515
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1516
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
1517
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1518
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1519
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1520
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
1521
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
1522
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
1523
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1524
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
1525
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1526
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
1527
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
1528
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
1529
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
1530
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1531
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1532
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1533
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1534
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
1535
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1536
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1537
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1538
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
1539
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1540
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
1541
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1542
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__1411567771903661262__call__callbacks'
1543
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1544
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1545
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1546
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1547
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
1548
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
1549
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
1550
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1551
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1552
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
1553
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
1554
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1555
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1556
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1557
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
1558
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1559
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1560
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1561
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1562
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1563
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
1564
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1565
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
1566
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
1567
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1568
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1569
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1570
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1571
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1572
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1573
+
1574
+
1575
+
1576
+ Started POST "/__better_errors/24475640/variables" for 127.0.0.1 at 2014-05-16 15:11:17 +0530
1577
+
1578
+
1579
+ Started GET "/twilio/conferences/create" for 127.0.0.1 at 2014-05-16 16:36:05 +0530
1580
+ Processing by TwilioConference::ConferencesController#create as HTML
1581
+ Rendered /home/raven/Projects/twilio_conference/app/views/twilio_conference/conferences/create.html.erb within layouts/twilio_conference/application (0.8ms)
1582
+ Completed 200 OK in 33ms (Views: 32.3ms | ActiveRecord: 0.0ms)
1583
+
1584
+
1585
+ Started GET "/assets/twilio_conference/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:36:06 +0530
1586
+
1587
+
1588
+ Started GET "/assets/twilio_conference/conferences.css?body=1" for 127.0.0.1 at 2014-05-16 16:36:07 +0530
1589
+
1590
+
1591
+ Started GET "/assets/twilio_conference/conferences.js?body=1" for 127.0.0.1 at 2014-05-16 16:36:07 +0530
1592
+
1593
+
1594
+ Started GET "/assets/twilio_conference/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:36:07 +0530
1595
+
1596
+
1597
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 16:40:14 +0530
1598
+ Processing by TestController#index as HTML
1599
+ Completed 500 Internal Server Error in 1ms
1600
+
1601
+ NameError - uninitialized constant TestController::Twilio:
1602
+ activesupport (4.0.5) lib/active_support/dependencies.rb:501:in `load_missing_constant'
1603
+ activesupport (4.0.5) lib/active_support/dependencies.rb:184:in `const_missing'
1604
+ app/controllers/test_controller.rb:5:in `index'
1605
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1606
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
1607
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1608
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1609
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__1149419962615430278__process_action__callbacks'
1610
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1611
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
1612
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1613
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1614
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
1615
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1616
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
1617
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1618
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1619
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1620
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
1621
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
1622
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
1623
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1624
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
1625
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1626
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
1627
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
1628
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
1629
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
1630
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1631
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1632
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1633
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1634
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
1635
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1636
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1637
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1638
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
1639
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1640
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
1641
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1642
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__1411567771903661262__call__callbacks'
1643
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1644
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1645
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1646
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1647
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
1648
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
1649
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
1650
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1651
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1652
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
1653
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
1654
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1655
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1656
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1657
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
1658
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1659
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1660
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1661
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1662
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1663
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
1664
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1665
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
1666
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
1667
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1668
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1669
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1670
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1671
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1672
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1673
+
1674
+
1675
+
1676
+ Started POST "/__better_errors/70254632311760/variables" for 127.0.0.1 at 2014-05-16 16:40:14 +0530
1677
+
1678
+
1679
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 16:40:23 +0530
1680
+ Processing by TestController#index as HTML
1681
+ Completed 500 Internal Server Error in 1ms
1682
+
1683
+ NameError - uninitialized constant TestController::Twilio:
1684
+ activesupport (4.0.5) lib/active_support/dependencies.rb:501:in `load_missing_constant'
1685
+ activesupport (4.0.5) lib/active_support/dependencies.rb:184:in `const_missing'
1686
+ app/controllers/test_controller.rb:5:in `index'
1687
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1688
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
1689
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1690
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1691
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__4331139694622746936__process_action__callbacks'
1692
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1693
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
1694
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1695
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1696
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
1697
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1698
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
1699
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1700
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1701
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1702
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
1703
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
1704
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
1705
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1706
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
1707
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1708
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
1709
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
1710
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
1711
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
1712
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1713
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1714
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1715
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1716
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
1717
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1718
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1719
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1720
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
1721
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1722
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
1723
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1724
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__482880004026417682__call__callbacks'
1725
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1726
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1727
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1728
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1729
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
1730
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
1731
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
1732
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1733
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1734
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
1735
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
1736
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1737
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1738
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1739
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
1740
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1741
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1742
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1743
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1744
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1745
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
1746
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1747
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
1748
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
1749
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1750
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1751
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1752
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1753
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1754
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1755
+
1756
+
1757
+
1758
+ Started POST "/__better_errors/24438960/variables" for 127.0.0.1 at 2014-05-16 16:40:23 +0530
1759
+
1760
+
1761
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 16:41:03 +0530
1762
+ Processing by TestController#index as HTML
1763
+ Completed 500 Internal Server Error in 3ms
1764
+
1765
+ NameError - undefined local variable or method `client' for #<TwilioConference::Client:0x007f2a40875778>:
1766
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:11:in `block in create_conference'
1767
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:10:in `create_conference'
1768
+ app/controllers/test_controller.rb:14:in `index'
1769
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1770
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
1771
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1772
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1773
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__1676808741739066771__process_action__callbacks'
1774
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1775
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
1776
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1777
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1778
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
1779
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1780
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
1781
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1782
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1783
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1784
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
1785
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
1786
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
1787
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1788
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
1789
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1790
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
1791
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
1792
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
1793
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
1794
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1795
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1796
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1797
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1798
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
1799
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1800
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1801
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1802
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
1803
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1804
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
1805
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1806
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3385319088287136281__call__callbacks'
1807
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1808
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1809
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1810
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1811
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
1812
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
1813
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
1814
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1815
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1816
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
1817
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
1818
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1819
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1820
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1821
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
1822
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1823
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1824
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1825
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1826
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1827
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
1828
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1829
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
1830
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
1831
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1832
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1833
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1834
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1835
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1836
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1837
+
1838
+
1839
+
1840
+ Started POST "/__better_errors/69909724060060/variables" for 127.0.0.1 at 2014-05-16 16:41:03 +0530
1841
+
1842
+
1843
+ Started POST "/__better_errors/69909724060060/variables" for 127.0.0.1 at 2014-05-16 16:41:11 +0530
1844
+
1845
+
1846
+ Started POST "/__better_errors/69909724060060/variables" for 127.0.0.1 at 2014-05-16 16:41:13 +0530
1847
+
1848
+
1849
+ Started POST "/__better_errors/69909724060060/eval" for 127.0.0.1 at 2014-05-16 16:41:21 +0530
1850
+
1851
+
1852
+ Started POST "/__better_errors/69909724060060/eval" for 127.0.0.1 at 2014-05-16 16:41:23 +0530
1853
+
1854
+
1855
+ Started POST "/__better_errors/69909724060060/eval" for 127.0.0.1 at 2014-05-16 16:41:25 +0530
1856
+
1857
+
1858
+ Started POST "/__better_errors/69909724060060/eval" for 127.0.0.1 at 2014-05-16 16:41:32 +0530
1859
+
1860
+
1861
+ Started POST "/__better_errors/69909724060060/eval" for 127.0.0.1 at 2014-05-16 16:41:44 +0530
1862
+
1863
+
1864
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 16:42:10 +0530
1865
+ Processing by TestController#index as HTML
1866
+ Completed 500 Internal Server Error in 5ms
1867
+
1868
+ NameError - undefined local variable or method `client' for #<TwilioConference::Client:0x000000022fb848>:
1869
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:11:in `block in create_conference'
1870
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:10:in `create_conference'
1871
+ app/controllers/test_controller.rb:14:in `index'
1872
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1873
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
1874
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1875
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1876
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__1676808741739066771__process_action__callbacks'
1877
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1878
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
1879
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1880
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1881
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
1882
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1883
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
1884
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1885
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1886
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1887
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
1888
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
1889
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
1890
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1891
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
1892
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1893
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
1894
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
1895
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
1896
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
1897
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1898
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1899
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1900
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1901
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
1902
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1903
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1904
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1905
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
1906
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1907
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
1908
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1909
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3385319088287136281__call__callbacks'
1910
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1911
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1912
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1913
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1914
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
1915
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
1916
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
1917
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1918
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1919
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
1920
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
1921
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1922
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1923
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1924
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
1925
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1926
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1927
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1928
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1929
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1930
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
1931
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1932
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
1933
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
1934
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1935
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1936
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1937
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1938
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1939
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1940
+
1941
+
1942
+
1943
+ Started POST "/__better_errors/18415560/variables" for 127.0.0.1 at 2014-05-16 16:42:10 +0530
1944
+
1945
+
1946
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 16:42:22 +0530
1947
+ Processing by TestController#index as HTML
1948
+ Completed 500 Internal Server Error in 4ms
1949
+
1950
+ NameError - undefined local variable or method `client' for #<TwilioConference::Client:0x00000002ea18f0>:
1951
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:12:in `block in create_conference'
1952
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:11:in `create_conference'
1953
+ app/controllers/test_controller.rb:14:in `index'
1954
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1955
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
1956
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
1957
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1958
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__649347662263005940__process_action__callbacks'
1959
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1960
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
1961
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
1962
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1963
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
1964
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1965
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
1966
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1967
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
1968
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1969
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
1970
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
1971
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
1972
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1973
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
1974
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1975
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
1976
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
1977
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
1978
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
1979
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1980
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1981
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1982
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1983
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
1984
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1985
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1986
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1987
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
1988
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1989
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
1990
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1991
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3736882678735795765__call__callbacks'
1992
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
1993
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1994
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1995
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1996
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
1997
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
1998
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
1999
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2000
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2001
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
2002
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
2003
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2004
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2005
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2006
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
2007
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2008
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2009
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2010
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2011
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2012
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
2013
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2014
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
2015
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
2016
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2017
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2018
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2019
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2020
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2021
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2022
+
2023
+
2024
+
2025
+ Started POST "/__better_errors/24850040/variables" for 127.0.0.1 at 2014-05-16 16:42:22 +0530
2026
+
2027
+
2028
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 16:42:47 +0530
2029
+ Processing by TestController#index as HTML
2030
+ Completed 500 Internal Server Error in 4ms
2031
+
2032
+ NameError - undefined local variable or method `client' for #<TwilioConference::Client:0x007fa82c875808>:
2033
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:12:in `block in create_conference'
2034
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:11:in `create_conference'
2035
+ app/controllers/test_controller.rb:14:in `index'
2036
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2037
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
2038
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
2039
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2040
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__4313068381919648243__process_action__callbacks'
2041
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
2042
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
2043
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
2044
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
2045
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
2046
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2047
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
2048
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2049
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
2050
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2051
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
2052
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
2053
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
2054
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2055
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
2056
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
2057
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
2058
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
2059
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
2060
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
2061
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
2062
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
2063
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
2064
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2065
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
2066
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2067
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2068
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
2069
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
2070
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
2071
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
2072
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2073
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3789141719038911833__call__callbacks'
2074
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
2075
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2076
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
2077
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2078
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
2079
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
2080
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
2081
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2082
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2083
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
2084
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
2085
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2086
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2087
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2088
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
2089
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2090
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2091
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2092
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2093
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2094
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
2095
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2096
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
2097
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
2098
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2099
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2100
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2101
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2102
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2103
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2104
+
2105
+
2106
+
2107
+ Started POST "/__better_errors/70180139227580/variables" for 127.0.0.1 at 2014-05-16 16:42:47 +0530
2108
+
2109
+
2110
+ Started POST "/__better_errors/70180139227580/variables" for 127.0.0.1 at 2014-05-16 16:42:52 +0530
2111
+
2112
+
2113
+ Started POST "/__better_errors/70180139227580/variables" for 127.0.0.1 at 2014-05-16 16:42:53 +0530
2114
+
2115
+
2116
+ Started POST "/__better_errors/70180139227580/eval" for 127.0.0.1 at 2014-05-16 16:42:56 +0530
2117
+
2118
+
2119
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 16:43:17 +0530
2120
+ Processing by TestController#index as HTML
2121
+ Completed 500 Internal Server Error in 3ms
2122
+
2123
+ NameError - undefined local variable or method `url' for #<TwilioConference::Client:0x0000000389fc80>:
2124
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:13:in `block in create_conference'
2125
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:10:in `create_conference'
2126
+ app/controllers/test_controller.rb:14:in `index'
2127
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2128
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
2129
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
2130
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2131
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__1055900792096885768__process_action__callbacks'
2132
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
2133
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
2134
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
2135
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
2136
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
2137
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2138
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
2139
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2140
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
2141
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2142
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
2143
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
2144
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
2145
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2146
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
2147
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
2148
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
2149
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
2150
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
2151
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
2152
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
2153
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
2154
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
2155
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2156
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
2157
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2158
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2159
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
2160
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
2161
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
2162
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
2163
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2164
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3513979906902525158__call__callbacks'
2165
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
2166
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2167
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
2168
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2169
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
2170
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
2171
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
2172
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2173
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2174
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
2175
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
2176
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2177
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2178
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2179
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
2180
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2181
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2182
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2183
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2184
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2185
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
2186
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2187
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
2188
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
2189
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2190
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2191
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2192
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2193
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2194
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2195
+
2196
+
2197
+
2198
+ Started POST "/__better_errors/29713220/variables" for 127.0.0.1 at 2014-05-16 16:43:17 +0530
2199
+
2200
+
2201
+ Started POST "/__better_errors/29713220/eval" for 127.0.0.1 at 2014-05-16 16:43:22 +0530
2202
+
2203
+
2204
+ Started POST "/__better_errors/29713220/variables" for 127.0.0.1 at 2014-05-16 16:43:25 +0530
2205
+
2206
+
2207
+ Started POST "/__better_errors/29713220/eval" for 127.0.0.1 at 2014-05-16 16:43:29 +0530
2208
+
2209
+
2210
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 16:43:53 +0530
2211
+ Processing by TestController#index as HTML
2212
+ Completed 500 Internal Server Error in 5ms
2213
+
2214
+ NameError - undefined local variable or method `url' for #<TwilioConference::Client:0x00000004cde688>:
2215
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:13:in `block in create_conference'
2216
+ /home/raven/Projects/twilio_conference/lib/twilio_conference.rb:10:in `create_conference'
2217
+ app/controllers/test_controller.rb:14:in `index'
2218
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2219
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
2220
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
2221
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2222
+ activesupport (4.0.5) lib/active_support/callbacks.rb:383:in `_run__1055900792096885768__process_action__callbacks'
2223
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
2224
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
2225
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
2226
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
2227
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
2228
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2229
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
2230
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2231
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
2232
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2233
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
2234
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
2235
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
2236
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2237
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
2238
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
2239
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
2240
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
2241
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
2242
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
2243
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
2244
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
2245
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
2246
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2247
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
2248
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2249
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2250
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
2251
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
2252
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
2253
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
2254
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2255
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3513979906902525158__call__callbacks'
2256
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
2257
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2258
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
2259
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2260
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
2261
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
2262
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
2263
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2264
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2265
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
2266
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
2267
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2268
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2269
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2270
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
2271
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2272
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2273
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2274
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2275
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2276
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
2277
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2278
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
2279
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
2280
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2281
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2282
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2283
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2284
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2285
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2286
+
2287
+
2288
+
2289
+ Started POST "/__better_errors/40360180/variables" for 127.0.0.1 at 2014-05-16 16:43:58 +0530
2290
+
2291
+
2292
+ Started POST "/__better_errors/40360180/variables" for 127.0.0.1 at 2014-05-16 16:44:07 +0530
2293
+
2294
+
2295
+ Started POST "/__better_errors/40360180/eval" for 127.0.0.1 at 2014-05-16 16:44:11 +0530
2296
+
2297
+
2298
+ Started POST "/__better_errors/40360180/eval" for 127.0.0.1 at 2014-05-16 16:44:22 +0530
2299
+
2300
+
2301
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 16:44:55 +0530
2302
+ Processing by TestController#index as HTML
2303
+ Rendered test/index.html.erb within layouts/application (0.7ms)
2304
+ Completed 200 OK in 4106ms (Views: 40.7ms | ActiveRecord: 0.0ms)
2305
+
2306
+
2307
+ Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-05-16 16:45:00 +0530
2308
+
2309
+
2310
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:45:01 +0530
2311
+
2312
+
2313
+ Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2014-05-16 16:45:01 +0530
2314
+
2315
+
2316
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:45:07 +0530
2317
+
2318
+
2319
+ Started POST "/twilio/conferences/create" for 127.0.0.1 at 2014-05-16 16:45:20 +0530
2320
+
2321
+ SyntaxError - /home/raven/Projects/twilio_conference/app/controllers/twilio_conference/conferences_controller.rb:11: syntax error, unexpected tSTRING_DEND, expecting ']'
2322
+ <Conference>Room #{params[:friendly_id}</Conference>
2323
+ ^
2324
+ /home/raven/Projects/twilio_conference/app/controllers/twilio_conference/conferences_controller.rb:12: unknown regexp options - Dal
2325
+ /home/raven/Projects/twilio_conference/app/controllers/twilio_conference/conferences_controller.rb:13: syntax error, unexpected '<'
2326
+ </Response>"
2327
+ ^
2328
+ /home/raven/Projects/twilio_conference/app/controllers/twilio_conference/conferences_controller.rb:13: unterminated regexp meets end of file:
2329
+ activesupport (4.0.5) lib/active_support/dependencies.rb:424:in `'
2330
+ activesupport (4.0.5) lib/active_support/dependencies.rb:424:in `block in load_file'
2331
+ activesupport (4.0.5) lib/active_support/dependencies.rb:616:in `new_constants_in'
2332
+ activesupport (4.0.5) lib/active_support/dependencies.rb:423:in `load_file'
2333
+ activesupport (4.0.5) lib/active_support/dependencies.rb:324:in `require_or_load'
2334
+ activesupport (4.0.5) lib/active_support/dependencies.rb:463:in `load_missing_constant'
2335
+ activesupport (4.0.5) lib/active_support/dependencies.rb:184:in `const_missing'
2336
+ activesupport (4.0.5) lib/active_support/inflector/methods.rb:228:in `block in constantize'
2337
+ activesupport (4.0.5) lib/active_support/inflector/methods.rb:224:in `constantize'
2338
+ activesupport (4.0.5) lib/active_support/dependencies.rb:535:in `get'
2339
+ activesupport (4.0.5) lib/active_support/dependencies.rb:566:in `constantize'
2340
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference'
2341
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:66:in `controller'
2342
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:44:in `call'
2343
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
2344
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
2345
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
2346
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
2347
+ railties (4.0.5) lib/rails/railtie/configurable.rb:30:in `method_missing'
2348
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
2349
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
2350
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
2351
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
2352
+ rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
2353
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
2354
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2355
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
2356
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2357
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2358
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
2359
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
2360
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
2361
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
2362
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2363
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__2084919933617401800__call__callbacks'
2364
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
2365
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2366
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
2367
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2368
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
2369
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
2370
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
2371
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2372
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2373
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
2374
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
2375
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2376
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2377
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2378
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
2379
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2380
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2381
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2382
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2383
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2384
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
2385
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2386
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
2387
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
2388
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2389
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2390
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2391
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2392
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2393
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2394
+
2395
+
2396
+
2397
+ Started POST "/twilio/conferences/create" for 127.0.0.1 at 2014-05-16 16:45:22 +0530
2398
+
2399
+ SyntaxError - /home/raven/Projects/twilio_conference/app/controllers/twilio_conference/conferences_controller.rb:11: syntax error, unexpected tSTRING_DEND, expecting ']'
2400
+ <Conference>Room #{params[:friendly_id}</Conference>
2401
+ ^
2402
+ /home/raven/Projects/twilio_conference/app/controllers/twilio_conference/conferences_controller.rb:12: unknown regexp options - Dal
2403
+ /home/raven/Projects/twilio_conference/app/controllers/twilio_conference/conferences_controller.rb:13: syntax error, unexpected '<'
2404
+ </Response>"
2405
+ ^
2406
+ /home/raven/Projects/twilio_conference/app/controllers/twilio_conference/conferences_controller.rb:13: unterminated regexp meets end of file:
2407
+ activesupport (4.0.5) lib/active_support/dependencies.rb:424:in `'
2408
+ activesupport (4.0.5) lib/active_support/dependencies.rb:424:in `block in load_file'
2409
+ activesupport (4.0.5) lib/active_support/dependencies.rb:616:in `new_constants_in'
2410
+ activesupport (4.0.5) lib/active_support/dependencies.rb:423:in `load_file'
2411
+ activesupport (4.0.5) lib/active_support/dependencies.rb:324:in `require_or_load'
2412
+ activesupport (4.0.5) lib/active_support/dependencies.rb:463:in `load_missing_constant'
2413
+ activesupport (4.0.5) lib/active_support/dependencies.rb:184:in `const_missing'
2414
+ activesupport (4.0.5) lib/active_support/inflector/methods.rb:228:in `block in constantize'
2415
+ activesupport (4.0.5) lib/active_support/inflector/methods.rb:224:in `constantize'
2416
+ activesupport (4.0.5) lib/active_support/dependencies.rb:535:in `get'
2417
+ activesupport (4.0.5) lib/active_support/dependencies.rb:566:in `constantize'
2418
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference'
2419
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:66:in `controller'
2420
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:44:in `call'
2421
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
2422
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
2423
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
2424
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
2425
+ railties (4.0.5) lib/rails/railtie/configurable.rb:30:in `method_missing'
2426
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
2427
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
2428
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
2429
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
2430
+ rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
2431
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
2432
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2433
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
2434
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2435
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2436
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
2437
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
2438
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
2439
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
2440
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2441
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__2084919933617401800__call__callbacks'
2442
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
2443
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2444
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
2445
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2446
+ better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call'
2447
+ better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call'
2448
+ better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call'
2449
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2450
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2451
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
2452
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
2453
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2454
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
2455
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
2456
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
2457
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2458
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2459
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2460
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
2461
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2462
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
2463
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2464
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
2465
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
2466
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2467
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2468
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2469
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2470
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2471
+ /home/raven/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2472
+
2473
+
2474
+
2475
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 16:48:44 +0530
2476
+ Processing by TestController#index as HTML
2477
+ Rendered test/index.html.erb within layouts/application (0.1ms)
2478
+ Completed 200 OK in 22ms (Views: 3.2ms | ActiveRecord: 0.0ms)
2479
+
2480
+
2481
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:48:45 +0530
2482
+
2483
+
2484
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:48:45 +0530
2485
+
2486
+
2487
+ Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-05-16 16:48:46 +0530
2488
+
2489
+
2490
+ Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2014-05-16 16:48:46 +0530
2491
+
2492
+
2493
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 16:49:18 +0530
2494
+ Processing by TestController#index as HTML
2495
+ Rendered test/index.html.erb within layouts/application (0.1ms)
2496
+ Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.0ms)
2497
+
2498
+
2499
+ Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-05-16 16:49:19 +0530
2500
+
2501
+
2502
+ Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2014-05-16 16:49:19 +0530
2503
+
2504
+
2505
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:49:20 +0530
2506
+
2507
+
2508
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:49:22 +0530
2509
+
2510
+
2511
+ Started GET "/test/index" for 127.0.0.1 at 2014-05-16 16:49:36 +0530
2512
+ Processing by TestController#index as HTML
2513
+ Rendered test/index.html.erb within layouts/application (0.1ms)
2514
+ Completed 200 OK in 3838ms (Views: 9.6ms | ActiveRecord: 0.0ms)
2515
+
2516
+
2517
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:49:41 +0530
2518
+
2519
+
2520
+ Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-05-16 16:49:42 +0530
2521
+
2522
+
2523
+ Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2014-05-16 16:49:42 +0530
2524
+
2525
+
2526
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:49:43 +0530
2527
+
2528
+
2529
+ Started POST "/twilio/conferences/create?friendly_id=Vivek" for 127.0.0.1 at 2014-05-16 16:49:55 +0530
2530
+ Processing by TwilioConference::ConferencesController#create as HTML
2531
+ Parameters: {"AccountSid"=>"AC8f091025de573d34bd03351cd6f00b16", "ToZip"=>"", "FromState"=>"CA", "Called"=>"+919032762521", "FromCountry"=>"US", "CallerCountry"=>"US", "CalledZip"=>"", "Direction"=>"outbound-api", "FromCity"=>"VISTA", "CalledCountry"=>"IN", "CallerState"=>"CA", "CallSid"=>"CA37955a00f328d457d1846e272878a8b3", "CalledState"=>"Andhra Pradesh", "From"=>"+17606663417", "CallerZip"=>"92084", "FromZip"=>"92084", "CallStatus"=>"in-progress", "ToCity"=>"", "ToState"=>"Andhra Pradesh", "To"=>"+919032762521", "ToCountry"=>"IN", "CallerCity"=>"VISTA", "ApiVersion"=>"2010-04-01", "Caller"=>"+17606663417", "CalledCity"=>"", "friendly_id"=>"Vivek"}
2532
+ Rendered text template (0.0ms)
2533
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2534
+
2535
+
2536
+ Started POST "/twilio/conferences/create?friendly_id=Vivek" for 127.0.0.1 at 2014-05-16 16:49:57 +0530
2537
+ Processing by TwilioConference::ConferencesController#create as HTML
2538
+ Parameters: {"AccountSid"=>"AC8f091025de573d34bd03351cd6f00b16", "ToZip"=>"", "FromState"=>"CA", "Called"=>"+919160605056", "FromCountry"=>"US", "CallerCountry"=>"US", "CalledZip"=>"", "Direction"=>"outbound-api", "FromCity"=>"VISTA", "CalledCountry"=>"IN", "CallerState"=>"CA", "CallSid"=>"CA5b01e4fe356984e8d42704828a2cc1e8", "CalledState"=>"Andhra Pradesh", "From"=>"+17606663417", "CallerZip"=>"92084", "FromZip"=>"92084", "CallStatus"=>"in-progress", "ToCity"=>"", "ToState"=>"Andhra Pradesh", "To"=>"+919160605056", "ToCountry"=>"IN", "CallerCity"=>"VISTA", "ApiVersion"=>"2010-04-01", "Caller"=>"+17606663417", "CalledCity"=>"", "friendly_id"=>"Vivek"}
2539
+ Rendered text template (0.0ms)
2540
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)