rails_cerberus 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +32 -0
  4. data/lib/cerberus/controller_helpers.rb +12 -0
  5. data/lib/cerberus/identity.rb +6 -0
  6. data/lib/cerberus/railtie.rb +5 -0
  7. data/lib/cerberus/sessions_controller.rb +22 -0
  8. data/lib/cerberus/version.rb +3 -0
  9. data/lib/cerberus.rb +22 -0
  10. data/lib/db/migrate/2014062501061403671275_create_cerberus_identities.rb +9 -0
  11. data/lib/tasks/cerberus_tasks.rake +17 -0
  12. data/test/cerberus_test.rb +7 -0
  13. data/test/dummy/README.rdoc +28 -0
  14. data/test/dummy/Rakefile +6 -0
  15. data/test/dummy/app/assets/javascripts/application.js +13 -0
  16. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  17. data/test/dummy/app/controllers/application_controller.rb +10 -0
  18. data/test/dummy/app/helpers/application_helper.rb +2 -0
  19. data/test/dummy/app/models/user.rb +2 -0
  20. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  21. data/test/dummy/bin/bundle +3 -0
  22. data/test/dummy/bin/rails +4 -0
  23. data/test/dummy/bin/rake +4 -0
  24. data/test/dummy/config/application.rb +23 -0
  25. data/test/dummy/config/boot.rb +5 -0
  26. data/test/dummy/config/cerberus.yaml +2 -0
  27. data/test/dummy/config/database.yml +25 -0
  28. data/test/dummy/config/environment.rb +5 -0
  29. data/test/dummy/config/environments/development.rb +29 -0
  30. data/test/dummy/config/environments/production.rb +80 -0
  31. data/test/dummy/config/environments/test.rb +36 -0
  32. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  33. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  34. data/test/dummy/config/initializers/inflections.rb +16 -0
  35. data/test/dummy/config/initializers/mime_types.rb +5 -0
  36. data/test/dummy/config/initializers/omniauth.rb +3 -0
  37. data/test/dummy/config/initializers/secret_token.rb +12 -0
  38. data/test/dummy/config/initializers/session_store.rb +3 -0
  39. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  40. data/test/dummy/config/locales/en.yml +23 -0
  41. data/test/dummy/config/routes.rb +4 -0
  42. data/test/dummy/config.ru +4 -0
  43. data/test/dummy/db/development.sqlite3 +0 -0
  44. data/test/dummy/db/migrate/20140625030107_create_users.rb +9 -0
  45. data/test/dummy/db/schema.rb +28 -0
  46. data/test/dummy/db/test.sqlite3 +0 -0
  47. data/test/dummy/jaja +1 -0
  48. data/test/dummy/log/development.log +1868 -0
  49. data/test/dummy/nohup.out +8 -0
  50. data/test/dummy/public/404.html +58 -0
  51. data/test/dummy/public/422.html +58 -0
  52. data/test/dummy/public/500.html +57 -0
  53. data/test/dummy/public/favicon.ico +0 -0
  54. data/test/dummy/test/fixtures/users.yml +7 -0
  55. data/test/dummy/test/models/user_test.rb +7 -0
  56. data/test/test_helper.rb +15 -0
  57. metadata +199 -0
@@ -0,0 +1,1868 @@
1
+
2
+
3
+ Started GET "/" for 127.0.0.1 at 2014-06-24 23:26:29 -0300
4
+ Processing by Rails::WelcomeController#index as HTML
5
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/railties-4.0.5/lib/rails/templates/rails/welcome/index.html.erb (4.0ms)
6
+ Completed 200 OK in 69ms (Views: 68.2ms | ActiveRecord: 0.0ms)
7
+
8
+
9
+ Started GET "/" for 127.0.0.1 at 2014-06-24 23:27:13 -0300
10
+ Processing by ApplicationController#root as HTML
11
+ Rendered text template (0.1ms)
12
+ Completed 200 OK in 34ms (Views: 33.8ms | ActiveRecord: 0.0ms)
13
+
14
+
15
+ Started GET "/auth/asdf/callback" for 127.0.0.1 at 2014-06-24 23:37:06 -0300
16
+
17
+ ActionController::RoutingError (uninitialized constant Cerberus::SessionsController):
18
+ activesupport (4.0.5) lib/active_support/inflector/methods.rb:228:in `const_get'
19
+ activesupport (4.0.5) lib/active_support/inflector/methods.rb:228:in `block in constantize'
20
+ activesupport (4.0.5) lib/active_support/inflector/methods.rb:224:in `each'
21
+ activesupport (4.0.5) lib/active_support/inflector/methods.rb:224:in `inject'
22
+ activesupport (4.0.5) lib/active_support/inflector/methods.rb:224:in `constantize'
23
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference'
24
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:66:in `controller'
25
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:44:in `call'
26
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
27
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `each'
28
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
29
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
30
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
31
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
32
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
33
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
34
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
35
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
36
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
37
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
38
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
39
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
40
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
41
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
42
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__862796676910696477__call__callbacks'
43
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
44
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
45
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
46
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
47
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
48
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
49
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
50
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
51
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
52
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
53
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
54
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
55
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
56
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
57
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
58
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
59
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
60
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
61
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
62
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
63
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
64
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
65
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
66
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
67
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
68
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
69
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
70
+
71
+
72
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms)
73
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms)
74
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (25.0ms)
75
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (191.5ms)
76
+
77
+
78
+ Started GET "/auth/asdf/callback" for 127.0.0.1 at 2014-06-24 23:37:39 -0300
79
+ Processing by Cerberus::SessionsController#create as HTML
80
+ Parameters: {"provider"=>"asdf"}
81
+ Completed 500 Internal Server Error in 3ms
82
+
83
+ NameError (uninitialized constant Cerberus::SessionsController::Identity):
84
+ /home/nicolas/Projects/cerberus/lib/cerberus/sessions_controller.rb:3:in `create'
85
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
86
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
87
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
88
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
89
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__925878475552999167__process_action__callbacks'
90
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
91
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
92
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
93
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
94
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
95
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
96
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
97
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
98
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
99
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
100
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
101
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
102
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
103
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
104
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
105
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `call'
106
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
107
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
108
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
109
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `each'
110
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
111
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
112
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
113
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
114
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
115
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
116
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
117
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
118
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
119
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
120
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
121
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
122
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
123
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
124
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__2361675395451088340__call__callbacks'
125
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
126
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
127
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
128
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
129
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
130
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
131
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
132
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
133
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
134
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
135
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
136
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
137
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
138
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
139
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
140
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
141
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
142
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
143
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
144
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
145
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
146
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
147
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
148
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
149
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
150
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
151
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
152
+
153
+
154
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.4ms)
155
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
156
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (19.6ms)
157
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (38.8ms)
158
+
159
+
160
+ Started GET "/auth/asdf/callback" for 127.0.0.1 at 2014-06-24 23:56:52 -0300
161
+ Processing by Cerberus::SessionsController#create as HTML
162
+ Parameters: {"provider"=>"asdf"}
163
+ Completed 500 Internal Server Error in 1ms
164
+
165
+ NameError (uninitialized constant Cerberus::SessionsController::Identity):
166
+ /home/nicolas/Projects/cerberus/lib/cerberus/sessions_controller.rb:3:in `create'
167
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
168
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
169
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
170
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
171
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__925878475552999167__process_action__callbacks'
172
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
173
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
174
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
175
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
176
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
177
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
178
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
179
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
180
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
181
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
182
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
183
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
184
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
185
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
186
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
187
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `call'
188
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
189
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
190
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
191
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `each'
192
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
193
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
194
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
195
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
196
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
197
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
198
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
199
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
200
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
201
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
202
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
203
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
204
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
205
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
206
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__2361675395451088340__call__callbacks'
207
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
208
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
209
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
210
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
211
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
212
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
213
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
214
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
215
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
216
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
217
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
218
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
219
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
220
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
221
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
222
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
223
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
224
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
225
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
226
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
227
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
228
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
229
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
230
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
231
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
232
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
233
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
234
+
235
+
236
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
237
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
238
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
239
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.3ms)
240
+
241
+
242
+ Started GET "/auth/asdf/callback" for 127.0.0.1 at 2014-06-24 23:56:52 -0300
243
+ Processing by Cerberus::SessionsController#create as HTML
244
+ Parameters: {"provider"=>"asdf"}
245
+ Completed 500 Internal Server Error in 2ms
246
+
247
+ NameError (uninitialized constant Cerberus::SessionsController::Identity):
248
+ /home/nicolas/Projects/cerberus/lib/cerberus/sessions_controller.rb:3:in `create'
249
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
250
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
251
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
252
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
253
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__925878475552999167__process_action__callbacks'
254
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
255
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
256
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
257
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
258
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
259
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
260
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
261
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
262
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
263
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
264
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
265
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
266
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
267
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
268
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
269
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `call'
270
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
271
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
272
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
273
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `each'
274
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
275
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
276
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
277
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
278
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
279
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
280
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
281
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
282
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
283
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
284
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
285
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
286
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
287
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
288
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__2361675395451088340__call__callbacks'
289
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
290
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
291
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
292
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
293
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
294
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
295
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
296
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
297
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
298
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
299
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
300
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
301
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
302
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
303
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
304
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
305
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
306
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
307
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
308
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
309
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
310
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
311
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
312
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
313
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
314
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
315
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
316
+
317
+
318
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
319
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
320
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
321
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.3ms)
322
+
323
+
324
+ Started GET "/auth/asdf/callback" for 127.0.0.1 at 2014-06-24 23:57:07 -0300
325
+ Processing by Cerberus::SessionsController#create as HTML
326
+ Parameters: {"provider"=>"asdf"}
327
+ Completed 500 Internal Server Error in 1ms
328
+
329
+ NameError (uninitialized constant Cerberus::SessionsController::Identity):
330
+ /home/nicolas/Projects/cerberus/lib/cerberus/sessions_controller.rb:3:in `create'
331
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
332
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
333
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
334
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
335
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__925878475552999167__process_action__callbacks'
336
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
337
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
338
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
339
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
340
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
341
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
342
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
343
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
344
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
345
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
346
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
347
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
348
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
349
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
350
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
351
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `call'
352
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
353
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
354
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
355
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `each'
356
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
357
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
358
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
359
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
360
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
361
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
362
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
363
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
364
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
365
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
366
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
367
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
368
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
369
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
370
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__2361675395451088340__call__callbacks'
371
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
372
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
373
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
374
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
375
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
376
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
377
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
378
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
379
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
380
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
381
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
382
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
383
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
384
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
385
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
386
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
387
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
388
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
389
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
390
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
391
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
392
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
393
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
394
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
395
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
396
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
397
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
398
+
399
+
400
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
401
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.2ms)
402
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
403
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.6ms)
404
+
405
+
406
+ Started GET "/auth/asdf/callback" for 127.0.0.1 at 2014-06-25 00:00:49 -0300
407
+ Processing by Cerberus::SessionsController#create as HTML
408
+ Parameters: {"provider"=>"asdf"}
409
+ Completed 500 Internal Server Error in 1ms
410
+
411
+ NameError (uninitialized constant Cerberus::Identity):
412
+ /home/nicolas/Projects/cerberus/lib/cerberus/sessions_controller.rb:3:in `create'
413
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
414
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
415
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
416
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
417
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3576952881245458670__process_action__callbacks'
418
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
419
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
420
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
421
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
422
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
423
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
424
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
425
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
426
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
427
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
428
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
429
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
430
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
431
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
432
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
433
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `call'
434
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
435
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
436
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
437
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `each'
438
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
439
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
440
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
441
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
442
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
443
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
444
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
445
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
446
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
447
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
448
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
449
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
450
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
451
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
452
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3947155473926774634__call__callbacks'
453
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
454
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
455
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
456
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
457
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
458
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
459
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
460
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
461
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
462
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
463
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
464
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
465
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
466
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
467
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
468
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
469
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
470
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
471
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
472
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
473
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
474
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
475
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
476
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
477
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
478
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
479
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
480
+
481
+
482
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms)
483
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
484
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (13.5ms)
485
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (30.2ms)
486
+
487
+
488
+ Started GET "/auth/asdf/callback" for 127.0.0.1 at 2014-06-25 00:01:31 -0300
489
+
490
+ ActiveRecord::PendingMigrationError (Migrations are pending; run 'bin/rake db:migrate RAILS_ENV=development' to resolve this issue.):
491
+ activerecord (4.0.5) lib/active_record/migration.rb:383:in `check_pending!'
492
+ activerecord (4.0.5) lib/active_record/migration.rb:370:in `call'
493
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
494
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3947155473926774634__call__callbacks'
495
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
496
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
497
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
498
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
499
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
500
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
501
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
502
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
503
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
504
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
505
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
506
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
507
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
508
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
509
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
510
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
511
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
512
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
513
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
514
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
515
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
516
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
517
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
518
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
519
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
520
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
521
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
522
+
523
+
524
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
525
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
526
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
527
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.3ms)
528
+
529
+
530
+ Started GET "/auth/asdf/callback" for 127.0.0.1 at 2014-06-25 00:04:17 -0300
531
+
532
+ ActiveRecord::PendingMigrationError (Migrations are pending; run 'bin/rake db:migrate RAILS_ENV=development' to resolve this issue.):
533
+ activerecord (4.0.5) lib/active_record/migration.rb:383:in `check_pending!'
534
+ activerecord (4.0.5) lib/active_record/migration.rb:370:in `call'
535
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
536
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__3947155473926774634__call__callbacks'
537
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
538
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
539
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
540
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
541
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
542
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
543
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
544
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
545
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
546
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
547
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
548
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
549
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
550
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
551
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
552
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
553
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
554
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
555
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
556
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
557
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
558
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
559
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
560
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
561
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
562
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
563
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
564
+
565
+
566
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms)
567
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
568
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
569
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.3ms)
570
+  (286.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
571
+  (155.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
572
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
573
+ Migrating to CreateUsers (20140625030107)
574
+  (0.2ms) begin transaction
575
+  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
576
+ SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140625030107"]]
577
+  (159.9ms) commit transaction
578
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
579
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
580
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
581
+
582
+
583
+ Started GET "/auth/asdf/callback" for 127.0.0.1 at 2014-06-25 01:15:00 -0300
584
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
585
+ Processing by Cerberus::SessionsController#create as HTML
586
+ Parameters: {"provider"=>"asdf"}
587
+ Completed 500 Internal Server Error in 1ms
588
+
589
+ NoMethodError (undefined method `slice' for nil:NilClass):
590
+ /home/nicolas/Projects/cerberus/lib/cerberus/sessions_controller.rb:5:in `create'
591
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
592
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
593
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
594
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
595
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__1791682438927682007__process_action__callbacks'
596
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
597
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
598
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
599
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
600
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
601
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
602
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
603
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
604
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
605
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
606
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
607
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
608
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
609
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
610
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
611
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `call'
612
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
613
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
614
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
615
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `each'
616
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
617
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
618
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
619
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
620
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
621
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
622
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
623
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
624
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
625
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
626
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
627
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
628
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
629
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
630
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__2593550289337039197__call__callbacks'
631
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
632
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
633
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
634
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
635
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
636
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
637
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
638
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
639
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
640
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
641
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
642
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
643
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
644
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
645
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
646
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
647
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
648
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
649
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
650
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
651
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
652
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
653
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
654
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
655
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
656
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
657
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
658
+
659
+
660
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.8ms)
661
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
662
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (13.2ms)
663
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (38.1ms)
664
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
665
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
666
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
667
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
668
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
669
+ Migrating to CreateCerberusIdentites (2014062501061403671275)
670
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
671
+ Migrating to CreateCerberusIdentities (2014062501061403671275)
672
+  (0.2ms) begin transaction
673
+  (0.5ms) CREATE TABLE "cerberus_identities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "provider" varchar(255), "uid" varchar(255), "user_id" integer) 
674
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2014062501061403671275"]]
675
+  (155.5ms) commit transaction
676
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
677
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
678
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
679
+ User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1
680
+
681
+
682
+ Started GET "/auth/google_oauth2" for 127.0.0.1 at 2014-06-25 01:47:43 -0300
683
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
684
+
685
+
686
+ Started GET "/auth/google_oauth2/callback?state=02a464bbc9e8c6af42ab7c16b35347b47ea3dbfea032d65f&code=4/ELCXa1kNu7bo6cpNu8y2fIy6qgo0.MrGHgZj9u7Ya3oEBd8DOtNDraLeijQI" for 127.0.0.1 at 2014-06-25 01:47:46 -0300
687
+ Processing by Cerberus::SessionsController#create as HTML
688
+ Parameters: {"state"=>"02a464bbc9e8c6af42ab7c16b35347b47ea3dbfea032d65f", "code"=>"4/ELCXa1kNu7bo6cpNu8y2fIy6qgo0.MrGHgZj9u7Ya3oEBd8DOtNDraLeijQI", "provider"=>"google_oauth2"}
689
+ Cerberus::Identity Load (0.4ms) SELECT "cerberus_identities".* FROM "cerberus_identities" WHERE "cerberus_identities"."provider" = 'google_oauth2' AND "cerberus_identities"."uid" = '115826116306883610883' LIMIT 1
690
+  (0.3ms) begin transaction
691
+ SQL (0.6ms) INSERT INTO "cerberus_identities" ("provider", "uid") VALUES (?, ?) [["provider", "google_oauth2"], ["uid", "115826116306883610883"]]
692
+  (149.8ms) commit transaction
693
+  (0.2ms) begin transaction
694
+ SQL (51.3ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Wed, 25 Jun 2014 04:47:48 UTC +00:00], ["updated_at", Wed, 25 Jun 2014 04:47:48 UTC +00:00]]
695
+  (152.4ms) commit transaction
696
+ Completed 500 Internal Server Error in 452ms
697
+
698
+ NameError (undefined local variable or method `root_path' for #<Cerberus::SessionsController:0x0000000276d908>):
699
+ /home/nicolas/Projects/cerberus/lib/cerberus/sessions_controller.rb:8:in `create'
700
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
701
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
702
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
703
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
704
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__74221827585002736__process_action__callbacks'
705
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
706
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
707
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
708
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
709
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
710
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
711
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
712
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
713
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
714
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
715
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
716
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
717
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
718
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
719
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
720
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `call'
721
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
722
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
723
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
724
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `each'
725
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
726
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
727
+ omniauth (1.2.1) lib/omniauth/strategy.rb:404:in `call_app!'
728
+ omniauth (1.2.1) lib/omniauth/strategy.rb:362:in `callback_phase'
729
+ omniauth-oauth2 (1.1.2) lib/omniauth/strategies/oauth2.rb:77:in `callback_phase'
730
+ omniauth (1.2.1) lib/omniauth/strategy.rb:227:in `callback_call'
731
+ omniauth (1.2.1) lib/omniauth/strategy.rb:184:in `call!'
732
+ omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call'
733
+ omniauth (1.2.1) lib/omniauth/builder.rb:59:in `call'
734
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
735
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
736
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
737
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
738
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
739
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
740
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
741
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
742
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
743
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
744
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
745
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
746
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__2361376423104716902__call__callbacks'
747
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
748
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
749
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
750
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
751
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
752
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
753
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
754
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
755
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
756
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
757
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
758
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
759
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
760
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
761
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
762
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
763
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
764
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
765
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
766
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
767
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
768
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
769
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
770
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
771
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
772
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
773
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
774
+
775
+
776
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms)
777
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
778
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
779
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.6ms)
780
+
781
+
782
+ Started GET "/auth/google_oauth2/callback?state=02a464bbc9e8c6af42ab7c16b35347b47ea3dbfea032d65f&code=4/ELCXa1kNu7bo6cpNu8y2fIy6qgo0.MrGHgZj9u7Ya3oEBd8DOtNDraLeijQI" for 127.0.0.1 at 2014-06-25 01:48:44 -0300
783
+
784
+ OAuth2::Error (invalid_grant: Invalid code.
785
+ {
786
+ "error" : "invalid_grant",
787
+ "error_description" : "Invalid code."
788
+ }):
789
+ oauth2 (0.9.4) lib/oauth2/client.rb:113:in `request'
790
+ oauth2 (0.9.4) lib/oauth2/client.rb:138:in `get_token'
791
+ oauth2 (0.9.4) lib/oauth2/strategy/auth_code.rb:29:in `get_token'
792
+ omniauth-oauth2 (1.1.2) lib/omniauth/strategies/oauth2.rb:93:in `build_access_token'
793
+ omniauth-google-oauth2 (0.2.4) lib/omniauth/strategies/google_oauth2.rb:77:in `custom_build_access_token'
794
+ omniauth-oauth2 (1.1.2) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
795
+ omniauth (1.2.1) lib/omniauth/strategy.rb:227:in `callback_call'
796
+ omniauth (1.2.1) lib/omniauth/strategy.rb:184:in `call!'
797
+ omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call'
798
+ omniauth (1.2.1) lib/omniauth/builder.rb:59:in `call'
799
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
800
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
801
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
802
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
803
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
804
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
805
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
806
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
807
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
808
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
809
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
810
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
811
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__2361376423104716902__call__callbacks'
812
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
813
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
814
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
815
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
816
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
817
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
818
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
819
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
820
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
821
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
822
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
823
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
824
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
825
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
826
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
827
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
828
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
829
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
830
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
831
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
832
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
833
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
834
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
835
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
836
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
837
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
838
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
839
+
840
+
841
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.5ms)
842
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
843
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
844
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.2ms)
845
+
846
+
847
+ Started GET "/auth/google_oauth2/callback?state=02a464bbc9e8c6af42ab7c16b35347b47ea3dbfea032d65f&code=4/_r0DDz3FMgPwQbD1oX-uLirmzXmE.ck31dr7RlT0V3oEBd8DOtND7U7mijQI" for 127.0.0.1 at 2014-06-25 01:48:49 -0300
848
+ Processing by Cerberus::SessionsController#create as HTML
849
+ Parameters: {"state"=>"02a464bbc9e8c6af42ab7c16b35347b47ea3dbfea032d65f", "code"=>"4/_r0DDz3FMgPwQbD1oX-uLirmzXmE.ck31dr7RlT0V3oEBd8DOtND7U7mijQI", "provider"=>"google_oauth2"}
850
+ Cerberus::Identity Load (0.5ms) SELECT "cerberus_identities".* FROM "cerberus_identities" WHERE "cerberus_identities"."provider" = 'google_oauth2' AND "cerberus_identities"."uid" = '115826116306883610883' LIMIT 1
851
+  (0.2ms) begin transaction
852
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Wed, 25 Jun 2014 04:48:51 UTC +00:00], ["updated_at", Wed, 25 Jun 2014 04:48:51 UTC +00:00]]
853
+  (158.5ms) commit transaction
854
+ Completed 500 Internal Server Error in 176ms
855
+
856
+ NameError (undefined local variable or method `root_path' for #<Cerberus::SessionsController:0x000000025b0868>):
857
+ /home/nicolas/Projects/cerberus/lib/cerberus/sessions_controller.rb:8:in `create'
858
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
859
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
860
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
861
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
862
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__74221827585002736__process_action__callbacks'
863
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
864
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
865
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
866
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
867
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
868
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
869
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
870
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
871
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
872
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
873
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
874
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
875
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
876
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
877
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
878
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `call'
879
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
880
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
881
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
882
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `each'
883
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
884
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
885
+ omniauth (1.2.1) lib/omniauth/strategy.rb:404:in `call_app!'
886
+ omniauth (1.2.1) lib/omniauth/strategy.rb:362:in `callback_phase'
887
+ omniauth-oauth2 (1.1.2) lib/omniauth/strategies/oauth2.rb:77:in `callback_phase'
888
+ omniauth (1.2.1) lib/omniauth/strategy.rb:227:in `callback_call'
889
+ omniauth (1.2.1) lib/omniauth/strategy.rb:184:in `call!'
890
+ omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call'
891
+ omniauth (1.2.1) lib/omniauth/builder.rb:59:in `call'
892
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
893
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
894
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
895
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
896
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
897
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
898
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
899
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
900
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
901
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
902
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
903
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
904
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__2361376423104716902__call__callbacks'
905
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
906
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
907
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
908
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
909
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
910
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
911
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
912
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
913
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
914
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
915
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
916
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
917
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
918
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
919
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
920
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
921
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
922
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
923
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
924
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
925
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
926
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
927
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
928
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
929
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
930
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
931
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
932
+
933
+
934
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms)
935
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
936
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
937
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.7ms)
938
+
939
+
940
+ Started GET "/auth/google_oauth2/callback?state=02a464bbc9e8c6af42ab7c16b35347b47ea3dbfea032d65f&code=4/21Na0kJXvh5wf_fQVtkFwH87oP5o.UqcbRlbUKfQV3oEBd8DOtNDnKLqijQI" for 127.0.0.1 at 2014-06-25 01:49:16 -0300
941
+ Processing by Cerberus::SessionsController#create as HTML
942
+ Parameters: {"state"=>"02a464bbc9e8c6af42ab7c16b35347b47ea3dbfea032d65f", "code"=>"4/21Na0kJXvh5wf_fQVtkFwH87oP5o.UqcbRlbUKfQV3oEBd8DOtNDnKLqijQI", "provider"=>"google_oauth2"}
943
+ Cerberus::Identity Load (0.5ms) SELECT "cerberus_identities".* FROM "cerberus_identities" WHERE "cerberus_identities"."provider" = 'google_oauth2' AND "cerberus_identities"."uid" = '115826116306883610883' LIMIT 1
944
+  (0.3ms) begin transaction
945
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Wed, 25 Jun 2014 04:49:18 UTC +00:00], ["updated_at", Wed, 25 Jun 2014 04:49:18 UTC +00:00]]
946
+  (146.5ms) commit transaction
947
+ Completed 500 Internal Server Error in 165ms
948
+
949
+ NameError (undefined local variable or method `root_path' for #<Cerberus::SessionsController:0x00000002d65ef0>):
950
+ /home/nicolas/Projects/cerberus/lib/cerberus/sessions_controller.rb:8:in `create'
951
+ actionpack (4.0.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
952
+ actionpack (4.0.5) lib/abstract_controller/base.rb:189:in `process_action'
953
+ actionpack (4.0.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
954
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
955
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__74221827585002736__process_action__callbacks'
956
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
957
+ actionpack (4.0.5) lib/abstract_controller/callbacks.rb:17:in `process_action'
958
+ actionpack (4.0.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
959
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
960
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `block in instrument'
961
+ activesupport (4.0.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
962
+ activesupport (4.0.5) lib/active_support/notifications.rb:159:in `instrument'
963
+ actionpack (4.0.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
964
+ actionpack (4.0.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
965
+ activerecord (4.0.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
966
+ actionpack (4.0.5) lib/abstract_controller/base.rb:136:in `process'
967
+ actionpack (4.0.5) lib/abstract_controller/rendering.rb:44:in `process'
968
+ actionpack (4.0.5) lib/action_controller/metal.rb:195:in `dispatch'
969
+ actionpack (4.0.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
970
+ actionpack (4.0.5) lib/action_controller/metal.rb:231:in `block in action'
971
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `call'
972
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
973
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:48:in `call'
974
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
975
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `each'
976
+ actionpack (4.0.5) lib/action_dispatch/journey/router.rb:59:in `call'
977
+ actionpack (4.0.5) lib/action_dispatch/routing/route_set.rb:674:in `call'
978
+ omniauth (1.2.1) lib/omniauth/strategy.rb:404:in `call_app!'
979
+ omniauth (1.2.1) lib/omniauth/strategy.rb:362:in `callback_phase'
980
+ omniauth-oauth2 (1.1.2) lib/omniauth/strategies/oauth2.rb:77:in `callback_phase'
981
+ omniauth (1.2.1) lib/omniauth/strategy.rb:227:in `callback_call'
982
+ omniauth (1.2.1) lib/omniauth/strategy.rb:184:in `call!'
983
+ omniauth (1.2.1) lib/omniauth/strategy.rb:164:in `call'
984
+ omniauth (1.2.1) lib/omniauth/builder.rb:59:in `call'
985
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
986
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
987
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
988
+ actionpack (4.0.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
989
+ actionpack (4.0.5) lib/action_dispatch/middleware/flash.rb:241:in `call'
990
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
991
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
992
+ actionpack (4.0.5) lib/action_dispatch/middleware/cookies.rb:486:in `call'
993
+ activerecord (4.0.5) lib/active_record/query_cache.rb:36:in `call'
994
+ activerecord (4.0.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
995
+ activerecord (4.0.5) lib/active_record/migration.rb:373:in `call'
996
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
997
+ activesupport (4.0.5) lib/active_support/callbacks.rb:373:in `_run__2361376423104716902__call__callbacks'
998
+ activesupport (4.0.5) lib/active_support/callbacks.rb:80:in `run_callbacks'
999
+ actionpack (4.0.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1000
+ actionpack (4.0.5) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1001
+ actionpack (4.0.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1002
+ actionpack (4.0.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1003
+ actionpack (4.0.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1004
+ railties (4.0.5) lib/rails/rack/logger.rb:38:in `call_app'
1005
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `block in call'
1006
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1007
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:26:in `tagged'
1008
+ activesupport (4.0.5) lib/active_support/tagged_logging.rb:68:in `tagged'
1009
+ railties (4.0.5) lib/rails/rack/logger.rb:20:in `call'
1010
+ actionpack (4.0.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1011
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1012
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1013
+ activesupport (4.0.5) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1014
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1015
+ actionpack (4.0.5) lib/action_dispatch/middleware/static.rb:64:in `call'
1016
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1017
+ railties (4.0.5) lib/rails/engine.rb:511:in `call'
1018
+ railties (4.0.5) lib/rails/application.rb:97:in `call'
1019
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1020
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1021
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1022
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
1023
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
1024
+ /home/nicolas/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
1025
+
1026
+
1027
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
1028
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
1029
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
1030
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.7ms)
1031
+
1032
+
1033
+ Started GET "/auth/google_oauth2/callback?state=02a464bbc9e8c6af42ab7c16b35347b47ea3dbfea032d65f&code=4/K-bQp6NiubDKDqNuMweJn1vee4ey.AsAu28k6RRUT3oEBd8DOtNCdYLuijQI" for 127.0.0.1 at 2014-06-25 01:49:56 -0300
1034
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1035
+ Processing by Cerberus::SessionsController#create as HTML
1036
+ Parameters: {"state"=>"02a464bbc9e8c6af42ab7c16b35347b47ea3dbfea032d65f", "code"=>"4/K-bQp6NiubDKDqNuMweJn1vee4ey.AsAu28k6RRUT3oEBd8DOtNCdYLuijQI", "provider"=>"google_oauth2"}
1037
+ Cerberus::Identity Load (0.3ms) SELECT "cerberus_identities".* FROM "cerberus_identities" WHERE "cerberus_identities"."provider" = 'google_oauth2' AND "cerberus_identities"."uid" = '115826116306883610883' LIMIT 1
1038
+  (0.2ms) begin transaction
1039
+ SQL (4.6ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Wed, 25 Jun 2014 04:49:58 UTC +00:00], ["updated_at", Wed, 25 Jun 2014 04:49:58 UTC +00:00]]
1040
+  (211.1ms) commit transaction
1041
+ Redirected to http://localhost:3000/
1042
+ Completed 302 Found in 256ms (ActiveRecord: 217.6ms)
1043
+
1044
+
1045
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:49:58 -0300
1046
+ Processing by ApplicationController#root as HTML
1047
+ Rendered text template (0.0ms)
1048
+ Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
1049
+
1050
+
1051
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:52:19 -0300
1052
+
1053
+ ActionController::RoutingError (uninitialized constant Cerberus::ControllerHelpers):
1054
+ app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
1055
+ app/controllers/application_controller.rb:1:in `<top (required)>'
1056
+
1057
+
1058
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
1059
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
1060
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.0ms)
1061
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (28.6ms)
1062
+
1063
+
1064
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:52:26 -0300
1065
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1066
+
1067
+ ActionController::RoutingError (uninitialized constant Cerberus::ControllerHelpers):
1068
+ app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
1069
+ app/controllers/application_controller.rb:1:in `<top (required)>'
1070
+
1071
+
1072
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
1073
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
1074
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.8ms)
1075
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (28.9ms)
1076
+
1077
+
1078
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:52:26 -0300
1079
+
1080
+ ActionController::RoutingError (uninitialized constant Cerberus::ControllerHelpers):
1081
+ app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
1082
+ app/controllers/application_controller.rb:1:in `<top (required)>'
1083
+
1084
+
1085
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
1086
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
1087
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms)
1088
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.8ms)
1089
+
1090
+
1091
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:52:28 -0300
1092
+
1093
+ ActionController::RoutingError (uninitialized constant Cerberus::ControllerHelpers):
1094
+ app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
1095
+ app/controllers/application_controller.rb:1:in `<top (required)>'
1096
+
1097
+
1098
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms)
1099
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
1100
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms)
1101
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (22.4ms)
1102
+
1103
+
1104
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:52:29 -0300
1105
+
1106
+ ActionController::RoutingError (uninitialized constant Cerberus::ControllerHelpers):
1107
+ app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
1108
+ app/controllers/application_controller.rb:1:in `<top (required)>'
1109
+
1110
+
1111
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
1112
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms)
1113
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms)
1114
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (20.3ms)
1115
+
1116
+
1117
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:52:29 -0300
1118
+
1119
+ ActionController::RoutingError (uninitialized constant Cerberus::ControllerHelpers):
1120
+ app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
1121
+ app/controllers/application_controller.rb:1:in `<top (required)>'
1122
+
1123
+
1124
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
1125
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
1126
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms)
1127
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.3ms)
1128
+
1129
+
1130
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:52:30 -0300
1131
+
1132
+ ActionController::RoutingError (uninitialized constant Cerberus::ControllerHelpers):
1133
+ app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
1134
+ app/controllers/application_controller.rb:1:in `<top (required)>'
1135
+
1136
+
1137
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.4ms)
1138
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
1139
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms)
1140
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (32.3ms)
1141
+
1142
+
1143
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:52:30 -0300
1144
+
1145
+ ActionController::RoutingError (uninitialized constant Cerberus::ControllerHelpers):
1146
+ app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
1147
+ app/controllers/application_controller.rb:1:in `<top (required)>'
1148
+
1149
+
1150
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms)
1151
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
1152
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.4ms)
1153
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (30.0ms)
1154
+
1155
+
1156
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:52:30 -0300
1157
+
1158
+ ActionController::RoutingError (uninitialized constant Cerberus::ControllerHelpers):
1159
+ app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
1160
+ app/controllers/application_controller.rb:1:in `<top (required)>'
1161
+
1162
+
1163
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
1164
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms)
1165
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms)
1166
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (27.8ms)
1167
+
1168
+
1169
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:52:30 -0300
1170
+
1171
+ ActionController::RoutingError (uninitialized constant Cerberus::ControllerHelpers):
1172
+ app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
1173
+ app/controllers/application_controller.rb:1:in `<top (required)>'
1174
+
1175
+
1176
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
1177
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms)
1178
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms)
1179
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (23.4ms)
1180
+
1181
+
1182
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:52:30 -0300
1183
+
1184
+ ActionController::RoutingError (uninitialized constant Cerberus::ControllerHelpers):
1185
+ app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
1186
+ app/controllers/application_controller.rb:1:in `<top (required)>'
1187
+
1188
+
1189
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
1190
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.4ms)
1191
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms)
1192
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (26.4ms)
1193
+
1194
+
1195
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:52:30 -0300
1196
+
1197
+ ActionController::RoutingError (uninitialized constant Cerberus::ControllerHelpers):
1198
+ app/controllers/application_controller.rb:5:in `<class:ApplicationController>'
1199
+ app/controllers/application_controller.rb:1:in `<top (required)>'
1200
+
1201
+
1202
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
1203
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
1204
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms)
1205
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (20.0ms)
1206
+
1207
+
1208
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:52:57 -0300
1209
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1210
+ Processing by ApplicationController#root as HTML
1211
+ User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
1212
+ Rendered text template (0.0ms)
1213
+ Completed 200 OK in 35ms (Views: 7.5ms | ActiveRecord: 3.7ms)
1214
+
1215
+
1216
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:53:26 -0300
1217
+ Processing by ApplicationController#root as HTML
1218
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
1219
+ Rendered text template (0.0ms)
1220
+ Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 1.3ms)
1221
+ User Load (0.5ms) SELECT "users".* FROM "users"
1222
+ Cerberus::Identity Load (0.4ms) SELECT "cerberus_identities".* FROM "cerberus_identities"
1223
+
1224
+
1225
+ Started GET "/logout" for 127.0.0.1 at 2014-06-25 01:54:43 -0300
1226
+ Processing by Cerberus::SessionsController#destroy as HTML
1227
+ Redirected to http://localhost:3000/
1228
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1229
+
1230
+
1231
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:54:43 -0300
1232
+ Processing by ApplicationController#root as HTML
1233
+ Completed 404 Not Found in 1ms
1234
+
1235
+ ActiveRecord::RecordNotFound (Couldn't find User without an ID):
1236
+ app/controllers/application_controller.rb:8:in `root'
1237
+
1238
+
1239
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.5ms)
1240
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
1241
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
1242
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.8ms)
1243
+
1244
+
1245
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:54:56 -0300
1246
+ Processing by ApplicationController#root as HTML
1247
+ Completed 404 Not Found in 1ms
1248
+
1249
+ ActiveRecord::RecordNotFound (Couldn't find User without an ID):
1250
+ app/controllers/application_controller.rb:8:in `root'
1251
+
1252
+
1253
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
1254
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
1255
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
1256
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.7ms)
1257
+
1258
+
1259
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:54:57 -0300
1260
+ Processing by ApplicationController#root as HTML
1261
+ Completed 404 Not Found in 1ms
1262
+
1263
+ ActiveRecord::RecordNotFound (Couldn't find User without an ID):
1264
+ app/controllers/application_controller.rb:8:in `root'
1265
+
1266
+
1267
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms)
1268
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
1269
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
1270
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.3ms)
1271
+
1272
+
1273
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:55:04 -0300
1274
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1275
+ Processing by ApplicationController#root as HTML
1276
+ Rendered text template (0.0ms)
1277
+ Completed 200 OK in 19ms (Views: 6.5ms | ActiveRecord: 0.0ms)
1278
+ User Load (0.4ms) SELECT "users".* FROM "users"
1279
+  (0.2ms) begin transaction
1280
+ SQL (5.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
1281
+  (119.4ms) commit transaction
1282
+  (0.2ms) begin transaction
1283
+ SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
1284
+  (131.3ms) commit transaction
1285
+  (0.1ms) begin transaction
1286
+ SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
1287
+  (132.1ms) commit transaction
1288
+  (0.2ms) begin transaction
1289
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
1290
+  (133.1ms) commit transaction
1291
+ Cerberus::Identity Load (0.5ms) SELECT "cerberus_identities".* FROM "cerberus_identities"
1292
+  (0.2ms) begin transaction
1293
+ SQL (0.5ms) DELETE FROM "cerberus_identities" WHERE "cerberus_identities"."id" = ? [["id", 1]]
1294
+  (158.4ms) commit transaction
1295
+
1296
+
1297
+ Started GET "/auth/google_oauth2" for 127.0.0.1 at 2014-06-25 01:55:27 -0300
1298
+
1299
+
1300
+ Started GET "/auth/google_oauth2/callback?state=885e974fc0f5635994592b448da74fa16428e532d2e20777&code=4/TYlwtMF9PSSoT-Ai-rJQ3pxRePTu.EqrR-ttI2SIR3oEBd8DOtNDzjsWijQI" for 127.0.0.1 at 2014-06-25 01:55:30 -0300
1301
+ Processing by Cerberus::SessionsController#create as HTML
1302
+ Parameters: {"state"=>"885e974fc0f5635994592b448da74fa16428e532d2e20777", "code"=>"4/TYlwtMF9PSSoT-Ai-rJQ3pxRePTu.EqrR-ttI2SIR3oEBd8DOtNDzjsWijQI", "provider"=>"google_oauth2"}
1303
+ Cerberus::Identity Load (0.3ms) SELECT "cerberus_identities".* FROM "cerberus_identities" WHERE "cerberus_identities"."provider" = 'google_oauth2' AND "cerberus_identities"."uid" = '115826116306883610883' LIMIT 1
1304
+  (0.3ms) begin transaction
1305
+ SQL (0.5ms) INSERT INTO "cerberus_identities" ("provider", "uid") VALUES (?, ?) [["provider", "google_oauth2"], ["uid", "115826116306883610883"]]
1306
+  (138.0ms) commit transaction
1307
+  (0.1ms) begin transaction
1308
+ SQL (4.4ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Wed, 25 Jun 2014 04:55:32 UTC +00:00], ["updated_at", Wed, 25 Jun 2014 04:55:32 UTC +00:00]]
1309
+  (144.9ms) commit transaction
1310
+ Redirected to http://localhost:3000/
1311
+ Completed 302 Found in 338ms (ActiveRecord: 290.0ms)
1312
+
1313
+
1314
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:55:32 -0300
1315
+ Processing by ApplicationController#root as HTML
1316
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]]
1317
+ Rendered text template (0.0ms)
1318
+ Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.3ms)
1319
+ User Load (0.5ms) SELECT "users".* FROM "users"
1320
+
1321
+
1322
+ Started GET "/logout" for 127.0.0.1 at 2014-06-25 01:55:41 -0300
1323
+ Processing by Cerberus::SessionsController#destroy as HTML
1324
+ Redirected to http://localhost:3000/
1325
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1326
+
1327
+
1328
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:55:41 -0300
1329
+ Processing by ApplicationController#root as HTML
1330
+ Rendered text template (0.0ms)
1331
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1332
+
1333
+
1334
+ Started GET "/auth/google_oauth2" for 127.0.0.1 at 2014-06-25 01:55:45 -0300
1335
+
1336
+
1337
+ Started GET "/auth/google_oauth2/callback?state=eb8181d78b61e19f93e080adff0ef71d372cc28b397aa697&code=4/0-zTJDI-8WiwOFTHmuKniQrVl-yW.okHmhP6oGpgY3oEBd8DOtNCRHcaijQI" for 127.0.0.1 at 2014-06-25 01:55:48 -0300
1338
+ Processing by Cerberus::SessionsController#create as HTML
1339
+ Parameters: {"state"=>"eb8181d78b61e19f93e080adff0ef71d372cc28b397aa697", "code"=>"4/0-zTJDI-8WiwOFTHmuKniQrVl-yW.okHmhP6oGpgY3oEBd8DOtNCRHcaijQI", "provider"=>"google_oauth2"}
1340
+ Cerberus::Identity Load (0.4ms) SELECT "cerberus_identities".* FROM "cerberus_identities" WHERE "cerberus_identities"."provider" = 'google_oauth2' AND "cerberus_identities"."uid" = '115826116306883610883' LIMIT 1
1341
+  (0.1ms) begin transaction
1342
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Wed, 25 Jun 2014 04:55:50 UTC +00:00], ["updated_at", Wed, 25 Jun 2014 04:55:50 UTC +00:00]]
1343
+  (146.6ms) commit transaction
1344
+ Redirected to http://localhost:3000/
1345
+ Completed 302 Found in 155ms (ActiveRecord: 147.7ms)
1346
+
1347
+
1348
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:55:50 -0300
1349
+ Processing by ApplicationController#root as HTML
1350
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]]
1351
+ Rendered text template (0.0ms)
1352
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)
1353
+ User Load (0.5ms) SELECT "users".* FROM "users"
1354
+ Cerberus::Identity Load (0.3ms) SELECT "cerberus_identities".* FROM "cerberus_identities"
1355
+  (0.2ms) begin transaction
1356
+ SQL (0.3ms) DELETE FROM "cerberus_identities" WHERE "cerberus_identities"."id" = ? [["id", 2]]
1357
+  (141.9ms) commit transaction
1358
+ User Load (0.5ms) SELECT "users".* FROM "users"
1359
+  (0.2ms) begin transaction
1360
+ SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]
1361
+  (197.4ms) commit transaction
1362
+  (0.2ms) begin transaction
1363
+ SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
1364
+  (132.4ms) commit transaction
1365
+
1366
+
1367
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:56:58 -0300
1368
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1369
+ Processing by ApplicationController#root as HTML
1370
+ User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]]
1371
+ Completed 404 Not Found in 21ms
1372
+
1373
+ ActiveRecord::RecordNotFound (Couldn't find User with id=6):
1374
+ app/controllers/application_controller.rb:8:in `root'
1375
+
1376
+
1377
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.3ms)
1378
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
1379
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
1380
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.1ms)
1381
+
1382
+
1383
+ Started GET "/logout" for 127.0.0.1 at 2014-06-25 01:57:01 -0300
1384
+ Processing by Cerberus::SessionsController#destroy as HTML
1385
+ Redirected to http://localhost:3000/
1386
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1387
+
1388
+
1389
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:57:01 -0300
1390
+ Processing by ApplicationController#root as HTML
1391
+ Rendered text template (0.0ms)
1392
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
1393
+
1394
+
1395
+ Started GET "/auth/google_oauth2" for 127.0.0.1 at 2014-06-25 01:57:06 -0300
1396
+
1397
+
1398
+ Started GET "/auth/google_oauth2/callback?state=c1aecd463985bf9f98be046fb6f87306203bb03f026201b9&code=4/ZwZwUO0V1AmiB2gmFyKByXwSiBJ3.klHOelnOGUEX3oEBd8DOtNA1lMiijQI" for 127.0.0.1 at 2014-06-25 01:57:09 -0300
1399
+ Processing by Cerberus::SessionsController#create as HTML
1400
+ Parameters: {"state"=>"c1aecd463985bf9f98be046fb6f87306203bb03f026201b9", "code"=>"4/ZwZwUO0V1AmiB2gmFyKByXwSiBJ3.klHOelnOGUEX3oEBd8DOtNA1lMiijQI", "provider"=>"google_oauth2"}
1401
+ Cerberus::Identity Load (0.2ms) SELECT "cerberus_identities".* FROM "cerberus_identities" WHERE "cerberus_identities"."provider" = 'google_oauth2' AND "cerberus_identities"."uid" = '115826116306883610883' LIMIT 1
1402
+  (0.2ms) begin transaction
1403
+ SQL (0.5ms) INSERT INTO "cerberus_identities" ("provider", "uid") VALUES (?, ?) [["provider", "google_oauth2"], ["uid", "115826116306883610883"]]
1404
+  (141.7ms) commit transaction
1405
+ User Load (0.4ms) SELECT "users".* FROM "users" LIMIT 1
1406
+  (0.2ms) begin transaction
1407
+ SQL (1.9ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Wed, 25 Jun 2014 04:57:11 UTC +00:00], ["updated_at", Wed, 25 Jun 2014 04:57:11 UTC +00:00]]
1408
+  (143.6ms) commit transaction
1409
+  (0.2ms) begin transaction
1410
+ SQL (0.7ms) UPDATE "cerberus_identities" SET "user_id" = ? WHERE "cerberus_identities"."id" = 3 [["user_id", 7]]
1411
+  (147.7ms) commit transaction
1412
+ Redirected to http://localhost:3000/
1413
+ Completed 302 Found in 484ms (ActiveRecord: 438.0ms)
1414
+
1415
+
1416
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:57:11 -0300
1417
+ Processing by ApplicationController#root as HTML
1418
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1419
+ Rendered text template (0.0ms)
1420
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)
1421
+
1422
+
1423
+ Started GET "/logout" for 127.0.0.1 at 2014-06-25 01:57:14 -0300
1424
+ Processing by Cerberus::SessionsController#destroy as HTML
1425
+ Redirected to http://localhost:3000/
1426
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1427
+
1428
+
1429
+ Started GET "/logout" for 127.0.0.1 at 2014-06-25 01:57:14 -0300
1430
+ Processing by Cerberus::SessionsController#destroy as HTML
1431
+ Redirected to http://localhost:3000/
1432
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1433
+
1434
+
1435
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:57:14 -0300
1436
+ Processing by ApplicationController#root as HTML
1437
+ Rendered text template (0.0ms)
1438
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1439
+
1440
+
1441
+ Started GET "/auth/google_oauth2" for 127.0.0.1 at 2014-06-25 01:57:18 -0300
1442
+
1443
+
1444
+ Started GET "/auth/google_oauth2/callback?state=17b05153b4277e8bc621654294eb7b031d3d50fd4b247df2&code=4/y9kCAHdTyQBwz8364tRgu0Xm9dDc.4tTr5yQWphsZ3oEBd8DOtNCR8ciijQI" for 127.0.0.1 at 2014-06-25 01:57:21 -0300
1445
+ Processing by Cerberus::SessionsController#create as HTML
1446
+ Parameters: {"state"=>"17b05153b4277e8bc621654294eb7b031d3d50fd4b247df2", "code"=>"4/y9kCAHdTyQBwz8364tRgu0Xm9dDc.4tTr5yQWphsZ3oEBd8DOtNCR8ciijQI", "provider"=>"google_oauth2"}
1447
+ Cerberus::Identity Load (0.4ms) SELECT "cerberus_identities".* FROM "cerberus_identities" WHERE "cerberus_identities"."provider" = 'google_oauth2' AND "cerberus_identities"."uid" = '115826116306883610883' LIMIT 1
1448
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1449
+  (0.2ms) begin transaction
1450
+  (0.4ms) commit transaction
1451
+ Redirected to http://localhost:3000/
1452
+ Completed 302 Found in 17ms (ActiveRecord: 1.3ms)
1453
+
1454
+
1455
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:57:23 -0300
1456
+ Processing by ApplicationController#root as HTML
1457
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1458
+ Rendered text template (0.0ms)
1459
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)
1460
+ User Load (0.5ms) SELECT "users".* FROM "users"
1461
+
1462
+
1463
+ Started GET "/logout" for 127.0.0.1 at 2014-06-25 01:58:18 -0300
1464
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
1465
+ Processing by Cerberus::SessionsController#destroy as HTML
1466
+ Redirected to http://localhost:3000/
1467
+ Completed 302 Found in 17ms (ActiveRecord: 0.0ms)
1468
+
1469
+
1470
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:58:18 -0300
1471
+ Processing by ApplicationController#root as HTML
1472
+ Rendered text template (0.0ms)
1473
+ Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.0ms)
1474
+
1475
+
1476
+ Started GET "/auth/google_oauth2" for 127.0.0.1 at 2014-06-25 01:58:21 -0300
1477
+
1478
+
1479
+ Started GET "/auth/google_oauth2/callback?state=a60f91dc4e06992cb543b66c186ba7e61b1fb7f4615eb11e&code=4/3GyrInQBoA0iMKxYzFVnSZL8HTMS.gp2MycE85i8Y3oEBd8DOtNBh3cqijQI" for 127.0.0.1 at 2014-06-25 01:58:24 -0300
1480
+ Processing by Cerberus::SessionsController#create as HTML
1481
+ Parameters: {"state"=>"a60f91dc4e06992cb543b66c186ba7e61b1fb7f4615eb11e", "code"=>"4/3GyrInQBoA0iMKxYzFVnSZL8HTMS.gp2MycE85i8Y3oEBd8DOtNBh3cqijQI", "provider"=>"google_oauth2"}
1482
+ Cerberus::Identity Load (0.7ms) SELECT "cerberus_identities".* FROM "cerberus_identities" WHERE "cerberus_identities"."provider" = 'google_oauth2' AND "cerberus_identities"."uid" = '115826116306883610883' LIMIT 1
1483
+ User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1484
+  (0.2ms) begin transaction
1485
+  (0.1ms) commit transaction
1486
+ Redirected to http://localhost:3000/
1487
+ Completed 302 Found in 45ms (ActiveRecord: 5.5ms)
1488
+
1489
+
1490
+ Started GET "/" for 127.0.0.1 at 2014-06-25 01:58:26 -0300
1491
+ Processing by ApplicationController#root as HTML
1492
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1493
+ Rendered text template (0.0ms)
1494
+ Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
1495
+
1496
+
1497
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:31 -0300
1498
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1499
+ Processing by ApplicationController#root as HTML
1500
+ User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1501
+ Rendered text template (0.0ms)
1502
+ Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 1.6ms)
1503
+
1504
+
1505
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:32 -0300
1506
+ Processing by ApplicationController#root as HTML
1507
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1508
+ Rendered text template (0.0ms)
1509
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
1510
+
1511
+
1512
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:32 -0300
1513
+ Processing by ApplicationController#root as HTML
1514
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1515
+ Rendered text template (0.1ms)
1516
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms)
1517
+
1518
+
1519
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1520
+ Processing by ApplicationController#root as HTML
1521
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1522
+ Rendered text template (0.0ms)
1523
+ Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.2ms)
1524
+
1525
+
1526
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1527
+ Processing by ApplicationController#root as HTML
1528
+ User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1529
+ Rendered text template (0.0ms)
1530
+ Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 1.2ms)
1531
+
1532
+
1533
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1534
+ Processing by ApplicationController#root as HTML
1535
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1536
+ Rendered text template (0.0ms)
1537
+ Completed 200 OK in 5ms (Views: 1.5ms | ActiveRecord: 0.2ms)
1538
+
1539
+
1540
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1541
+ Processing by ApplicationController#root as HTML
1542
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1543
+ Rendered text template (0.0ms)
1544
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
1545
+
1546
+
1547
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1548
+ Processing by ApplicationController#root as HTML
1549
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1550
+ Rendered text template (0.0ms)
1551
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
1552
+
1553
+
1554
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1555
+ Processing by ApplicationController#root as HTML
1556
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1557
+ Rendered text template (0.0ms)
1558
+ Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.3ms)
1559
+
1560
+
1561
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1562
+ Processing by ApplicationController#root as HTML
1563
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1564
+ Rendered text template (0.0ms)
1565
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1566
+
1567
+
1568
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1569
+ Processing by ApplicationController#root as HTML
1570
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1571
+ Rendered text template (0.0ms)
1572
+ Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1573
+
1574
+
1575
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1576
+ Processing by ApplicationController#root as HTML
1577
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1578
+ Rendered text template (0.2ms)
1579
+ Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.2ms)
1580
+
1581
+
1582
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1583
+ Processing by ApplicationController#root as HTML
1584
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1585
+ Rendered text template (0.0ms)
1586
+ Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1587
+
1588
+
1589
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1590
+ Processing by ApplicationController#root as HTML
1591
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1592
+ Rendered text template (0.0ms)
1593
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
1594
+
1595
+
1596
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1597
+ Processing by ApplicationController#root as HTML
1598
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1599
+ Rendered text template (0.0ms)
1600
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1601
+
1602
+
1603
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1604
+ Processing by ApplicationController#root as HTML
1605
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1606
+ Rendered text template (0.0ms)
1607
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
1608
+
1609
+
1610
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1611
+ Processing by ApplicationController#root as HTML
1612
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1613
+ Rendered text template (0.0ms)
1614
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1615
+
1616
+
1617
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1618
+ Processing by ApplicationController#root as HTML
1619
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1620
+ Rendered text template (0.0ms)
1621
+ Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.2ms)
1622
+
1623
+
1624
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1625
+ Processing by ApplicationController#root as HTML
1626
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1627
+ Rendered text template (0.0ms)
1628
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1629
+
1630
+
1631
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:33 -0300
1632
+ Processing by ApplicationController#root as HTML
1633
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1634
+ Rendered text template (0.0ms)
1635
+ Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.3ms)
1636
+
1637
+
1638
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:34 -0300
1639
+ Processing by ApplicationController#root as HTML
1640
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1641
+ Rendered text template (0.0ms)
1642
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
1643
+
1644
+
1645
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:35 -0300
1646
+ Processing by ApplicationController#root as HTML
1647
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1648
+ Rendered text template (0.0ms)
1649
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1650
+
1651
+
1652
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:35 -0300
1653
+ Processing by ApplicationController#root as HTML
1654
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1655
+ Rendered text template (0.0ms)
1656
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1657
+
1658
+
1659
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:36 -0300
1660
+ Processing by ApplicationController#root as HTML
1661
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1662
+ Rendered text template (0.0ms)
1663
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1664
+
1665
+
1666
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:36 -0300
1667
+ Processing by ApplicationController#root as HTML
1668
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1669
+ Rendered text template (0.0ms)
1670
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1671
+
1672
+
1673
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:36 -0300
1674
+ Processing by ApplicationController#root as HTML
1675
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1676
+ Rendered text template (0.0ms)
1677
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1678
+
1679
+
1680
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:37 -0300
1681
+ Processing by ApplicationController#root as HTML
1682
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1683
+ Rendered text template (0.0ms)
1684
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1685
+
1686
+
1687
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:37 -0300
1688
+ Processing by ApplicationController#root as HTML
1689
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1690
+ Rendered text template (0.0ms)
1691
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1692
+
1693
+
1694
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:38 -0300
1695
+ Processing by ApplicationController#root as HTML
1696
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1697
+ Rendered text template (0.0ms)
1698
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1699
+
1700
+
1701
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:38 -0300
1702
+ Processing by ApplicationController#root as HTML
1703
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1704
+ Rendered text template (0.1ms)
1705
+ Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms)
1706
+
1707
+
1708
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:38 -0300
1709
+ Processing by ApplicationController#root as HTML
1710
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1711
+ Rendered text template (0.0ms)
1712
+ Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)
1713
+
1714
+
1715
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:38 -0300
1716
+ Processing by ApplicationController#root as HTML
1717
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1718
+ Rendered text template (0.0ms)
1719
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1720
+
1721
+
1722
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:38 -0300
1723
+ Processing by ApplicationController#root as HTML
1724
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1725
+ Rendered text template (0.0ms)
1726
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)
1727
+
1728
+
1729
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:38 -0300
1730
+ Processing by ApplicationController#root as HTML
1731
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1732
+ Rendered text template (0.0ms)
1733
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
1734
+
1735
+
1736
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:38 -0300
1737
+ Processing by ApplicationController#root as HTML
1738
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1739
+ Rendered text template (0.0ms)
1740
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.2ms)
1741
+
1742
+
1743
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:39 -0300
1744
+ Processing by ApplicationController#root as HTML
1745
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1746
+ Rendered text template (0.0ms)
1747
+ Completed 200 OK in 4ms (Views: 1.7ms | ActiveRecord: 0.2ms)
1748
+
1749
+
1750
+ Started GET "/" for 127.0.0.1 at 2014-06-25 12:40:39 -0300
1751
+ Processing by ApplicationController#root as HTML
1752
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1753
+ Rendered text template (0.0ms)
1754
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
1755
+
1756
+
1757
+ Started GET "/" for 127.0.0.1 at 2014-06-26 20:05:10 -0300
1758
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1759
+ Processing by ApplicationController#root as HTML
1760
+ User Load (30.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1761
+ Rendered text template (0.1ms)
1762
+ Completed 200 OK in 93ms (Views: 29.8ms | ActiveRecord: 31.2ms)
1763
+
1764
+
1765
+ Started GET "/logout" for 127.0.0.1 at 2014-06-26 20:05:36 -0300
1766
+ Processing by Cerberus::SessionsController#destroy as HTML
1767
+ Redirected to http://localhost:3000/
1768
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
1769
+
1770
+
1771
+ Started GET "/" for 127.0.0.1 at 2014-06-26 20:05:36 -0300
1772
+ Processing by ApplicationController#root as HTML
1773
+ Rendered text template (0.0ms)
1774
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1775
+
1776
+
1777
+ Started GET "/auth/google_oauth2" for 127.0.0.1 at 2014-06-26 20:05:40 -0300
1778
+
1779
+
1780
+ Started GET "/auth/google_oauth2/callback?state=1324597d186dc012a826c4a5a7929f834f11c92dc6a5a01a&code=4/7u-u7NMCWb1AZFoT0v0ax3opwzmG.EsExvQZDPAIeaDn_6y0ZQNhQi960jQI" for 127.0.0.1 at 2014-06-26 20:05:44 -0300
1781
+ Processing by Cerberus::SessionsController#create as HTML
1782
+ Parameters: {"state"=>"1324597d186dc012a826c4a5a7929f834f11c92dc6a5a01a", "code"=>"4/7u-u7NMCWb1AZFoT0v0ax3opwzmG.EsExvQZDPAIeaDn_6y0ZQNhQi960jQI", "provider"=>"google_oauth2"}
1783
+ Cerberus::Identity Load (0.3ms) SELECT "cerberus_identities".* FROM "cerberus_identities" WHERE "cerberus_identities"."provider" = 'google_oauth2' AND "cerberus_identities"."uid" = '115826116306883610883' LIMIT 1
1784
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1785
+  (0.2ms) begin transaction
1786
+  (0.2ms) commit transaction
1787
+ Redirected to http://localhost:3000/
1788
+ Completed 302 Found in 82ms (ActiveRecord: 1.6ms)
1789
+
1790
+
1791
+ Started GET "/" for 127.0.0.1 at 2014-06-26 20:05:46 -0300
1792
+ Processing by ApplicationController#root as HTML
1793
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1794
+ Rendered text template (0.0ms)
1795
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
1796
+
1797
+
1798
+ Started GET "/" for 127.0.0.1 at 2014-06-26 20:44:16 -0300
1799
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1800
+ Processing by ApplicationController#root as HTML
1801
+ Completed 500 Internal Server Error in 14ms
1802
+
1803
+ NoMethodError (undefined method `user_class' for {"identity"=>{"user_class_name"=>"User"}}:ActiveSupport::HashWithIndifferentAccess):
1804
+ app/controllers/application_controller.rb:8:in `root'
1805
+
1806
+
1807
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.8ms)
1808
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.8ms)
1809
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
1810
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (32.6ms)
1811
+
1812
+
1813
+ Started GET "/" for 127.0.0.1 at 2014-06-26 20:45:45 -0300
1814
+ Processing by ApplicationController#root as HTML
1815
+ Completed 500 Internal Server Error in 2ms
1816
+
1817
+ NoMethodError (undefined method `user_class' for {"identity"=>{"user_class_name"=>"User"}}:ActiveSupport::HashWithIndifferentAccess):
1818
+ app/controllers/application_controller.rb:8:in `root'
1819
+
1820
+
1821
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.5ms)
1822
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
1823
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
1824
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.7ms)
1825
+
1826
+
1827
+ Started GET "/" for 127.0.0.1 at 2014-06-26 20:45:54 -0300
1828
+ Processing by ApplicationController#root as HTML
1829
+ Completed 500 Internal Server Error in 1ms
1830
+
1831
+ NoMethodError (undefined method `user_class' for {"identity"=>{"user_class_name"=>"User"}}:ActiveSupport::HashWithIndifferentAccess):
1832
+ app/controllers/application_controller.rb:8:in `root'
1833
+
1834
+
1835
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
1836
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
1837
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
1838
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.3ms)
1839
+
1840
+
1841
+ Started GET "/" for 127.0.0.1 at 2014-06-26 20:45:54 -0300
1842
+ Processing by ApplicationController#root as HTML
1843
+ Completed 500 Internal Server Error in 1ms
1844
+
1845
+ NoMethodError (undefined method `user_class' for {"identity"=>{"user_class_name"=>"User"}}:ActiveSupport::HashWithIndifferentAccess):
1846
+ app/controllers/application_controller.rb:8:in `root'
1847
+
1848
+
1849
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms)
1850
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
1851
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
1852
+ Rendered /home/nicolas/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.4ms)
1853
+
1854
+
1855
+ Started GET "/" for 127.0.0.1 at 2014-06-26 20:46:11 -0300
1856
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1857
+ Processing by ApplicationController#root as HTML
1858
+ User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1859
+ Rendered text template (0.0ms)
1860
+ Completed 200 OK in 36ms (Views: 7.4ms | ActiveRecord: 3.6ms)
1861
+
1862
+
1863
+ Started GET "/" for 127.0.0.1 at 2014-06-26 20:50:22 -0300
1864
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1865
+ Processing by ApplicationController#root as HTML
1866
+ User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1867
+ Rendered text template (0.1ms)
1868
+ Completed 200 OK in 49ms (Views: 18.4ms | ActiveRecord: 5.2ms)