citygate 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. data/app/assets/javascripts/FormToWizard/formToWizard.js +73 -0
  2. data/app/assets/javascripts/citygate/home.js.coffee.erb +10 -2
  3. data/app/assets/stylesheets/{citygate/application.css → citygate.css} +1 -1
  4. data/app/assets/stylesheets/citygate/main.sass +66 -0
  5. data/app/controllers/citygate/home_controller.rb +3 -3
  6. data/app/controllers/citygate/users/omniauth_callbacks_controller.rb +30 -10
  7. data/app/models/citygate/user.rb +3 -3
  8. data/app/views/citygate/users/show.html.erb +1 -1
  9. data/app/views/devise/registrations/new.html.erb +294 -7
  10. data/config/accounts.yml +4 -1
  11. data/config/initializers/devise.rb +20 -12
  12. data/db/migrate/20121203192704_add_username_to_users.rb +5 -0
  13. data/lib/citygate/version.rb +1 -1
  14. data/lib/gravatar.rb +3 -2
  15. data/spec/dummy/app/assets/stylesheets/application.css +1 -0
  16. data/spec/dummy/config/accounts.yml +4 -1
  17. data/spec/dummy/db/development.sqlite3 +0 -0
  18. data/spec/dummy/log/development.log +4348 -0
  19. data/spec/dummy/log/test.log +12025 -0
  20. data/spec/dummy/spec/controllers/omniauth_spec.rb +25 -13
  21. data/spec/dummy/spec/spec_helper.rb +16 -2
  22. data/spec/dummy/tmp/cache/assets/C72/B10/sprockets%2F21a4b8118f1f4254bf815e306027b951 +0 -0
  23. data/spec/dummy/tmp/cache/assets/C79/FC0/sprockets%2F76c2f8ffd1175afd6274640057134300 +0 -0
  24. data/spec/dummy/tmp/cache/assets/C7A/CE0/sprockets%2F9124c83a02e7332a90b2883b69f81d04 +0 -0
  25. data/spec/dummy/tmp/cache/assets/CD6/2B0/sprockets%2F08e01b4122e606428c6de7234d87bee1 +0 -0
  26. data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  27. data/spec/dummy/tmp/cache/assets/CDE/740/sprockets%2Fd1b2f20e9078f3e36137e8b667142d0e +0 -0
  28. data/spec/dummy/tmp/cache/assets/CE2/7D0/sprockets%2Fe69b8c4ca0800c940d1d9785f1a92327 +0 -0
  29. data/spec/dummy/tmp/cache/assets/CE3/150/sprockets%2F7d7a09e1df5c7510266a8d752683c4b3 +0 -0
  30. data/spec/dummy/tmp/cache/assets/D0D/DE0/sprockets%2Fa35442f02b0b2479f22d83d639d8c4fd +0 -0
  31. data/spec/dummy/tmp/cache/assets/D17/B10/sprockets%2F1b9347b2411ff7861eae8a1818c8e9a5 +0 -0
  32. data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  33. data/spec/dummy/tmp/cache/assets/D38/5A0/sprockets%2F28c05de34dc72ecd0b6bd4638154915b +0 -0
  34. data/spec/dummy/tmp/cache/assets/D49/470/sprockets%2F565524e575e174ffddf333d46b1e9aa7 +0 -0
  35. data/spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  36. data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  37. data/spec/dummy/tmp/cache/assets/D60/C20/sprockets%2Fa5fd3eab22b64b2c0633e456d0e3f295 +0 -0
  38. data/spec/dummy/tmp/cache/assets/D88/100/sprockets%2Ffa444d8b711a22aac73e5711ea7ea24b +0 -0
  39. data/spec/dummy/tmp/cache/assets/D99/BF0/sprockets%2F2fd8d582e234f8d0a741c1b4cafb716e +0 -0
  40. data/spec/dummy/tmp/cache/assets/D9E/F10/sprockets%2F9ab223df888d724dcad09eb1163cc5f4 +0 -0
  41. data/spec/dummy/tmp/cache/assets/DBA/340/sprockets%2Fc374302a8cc07f4c0bcfedb154f4fb21 +0 -0
  42. data/spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  43. data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  44. data/spec/dummy/tmp/cache/assets/E5B/D60/sprockets%2F36ec61eefe5552fc432abfeec7cf60ab +0 -0
  45. metadata +86 -161
@@ -1,3 +1,6 @@
1
1
  facebook:
2
2
  app_id: "387891007905465"
3
- app_secret: "0cb143f301a74968289daf606b29dbec"
3
+ app_secret: "0cb143f301a74968289daf606b29dbec"
4
+ twitter:
5
+ app_id: "8n7arGgPeq3PejxzxcRsw"
6
+ app_secret: "gKA9W1mNdop5NKlySRxgbDgGCtBJUQqbW9Nfv88k4E"
@@ -205,26 +205,34 @@ Devise.setup do |config|
205
205
  # Add a new OmniAuth provider. Check the wiki for more information on setting
206
206
  # up on your models and hooks.
207
207
  # config.omniauth :github, 'APP_ID', 'APP_SECRET', :scope => 'user,public_repo'
208
+ require 'omniauth-twitter'
209
+
208
210
  if not Rails.env.test? and (defined? ACCOUNTS and ACCOUNTS['facebook'])
209
211
  config.omniauth :facebook, ACCOUNTS['facebook']['app_id'], ACCOUNTS['facebook']['app_secret'],
210
212
  { :scope => 'email, offline_access' }
211
-
213
+
212
214
  require 'openid/store/filesystem'
213
- config.omniauth :open_id,
214
- :store => OpenID::Store::Filesystem.new('/tmp'),
215
- :name => 'google',
216
- :identifier => "https://www.google.com/accounts/o8/id",
217
- :require => 'omniauth-openid'
215
+ config.omniauth :open_id,
216
+ :store => OpenID::Store::Filesystem.new('/tmp'),
217
+ :name => 'google',
218
+ :identifier => "https://www.google.com/accounts/o8/id",
219
+ :require => 'omniauth-openid'
220
+
221
+ config.omniauth :twitter, ACCOUNTS['twitter']['app_id'], ACCOUNTS['twitter']['app_secret'],
222
+ :strategy_class => OmniAuth::Strategies::Twitter
218
223
  else
219
224
  config.omniauth :facebook, "foo", "bar",
220
225
  { :scope => 'email, offline_access' }
221
-
226
+
222
227
  require 'openid/store/filesystem'
223
- config.omniauth :open_id,
224
- :store => OpenID::Store::Filesystem.new('/tmp'),
225
- :name => 'google',
226
- :identifier => "foobar",
228
+ config.omniauth :open_id,
229
+ :store => OpenID::Store::Filesystem.new('/tmp'),
230
+ :name => 'google',
231
+ :identifier => "foobar",
227
232
  :require => 'omniauth-openid'
233
+
234
+ config.omniauth :twitter, "foo", "bar",
235
+ :strategy_class => OmniAuth::Strategies::Twitter
228
236
  end
229
237
 
230
238
 
@@ -236,6 +244,6 @@ Devise.setup do |config|
236
244
  # manager.intercept_401 = false
237
245
  # manager.default_strategies(:scope => :user).unshift :some_external_strategy
238
246
  # end
239
-
247
+
240
248
  config.router_name = :citygate
241
249
  end
@@ -0,0 +1,5 @@
1
+ class AddUsernameToUsers < ActiveRecord::Migration
2
+ def change
3
+ add_column :citygate_users, :username, :string
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module Citygate
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -10,12 +10,13 @@ module Gravatar
10
10
  def gravatar_id
11
11
  Digest::MD5.hexdigest(self.email.to_s.downcase)
12
12
  end
13
-
13
+
14
14
  # Generates the full gravatar url for the user (always uses https)
15
15
  # @param [Hash] options The only available option is the avatar rating you which to fetch
16
16
  # @return [String] gravatar url
17
17
  def gravatar_url(options = { rating: 'g'})
18
- "https://secure.gravatar.com/avatar/#{self.gravatar_id}.png/rating=#{options[:rating]}"
18
+ opts = options.collect {|key, value| "#{key}=#{value}"}.join('&')
19
+ "https://secure.gravatar.com/avatar/#{self.gravatar_id}.png?#{opts}"
19
20
  end
20
21
 
21
22
  end
@@ -9,5 +9,6 @@
9
9
  * compiled file, but it's generally better to create a new file per style scope.
10
10
  *
11
11
  *= require_self
12
+ *= require citygate
12
13
  *= require_tree .
13
14
  */
@@ -1,3 +1,6 @@
1
1
  facebook:
2
2
  app_id: "387891007905465"
3
- app_secret: "0cb143f301a74968289daf606b29dbec"
3
+ app_secret: "0cb143f301a74968289daf606b29dbec"
4
+ twitter:
5
+ app_id: "8n7arGgPeq3PejxzxcRsw"
6
+ app_secret: "gKA9W1mNdop5NKlySRxgbDgGCtBJUQqbW9Nfv88k4E"
@@ -30144,3 +30144,4351 @@ Connecting to database specified by database.yml
30144
30144
  Connecting to database specified by database.yml
30145
30145
  Connecting to database specified by database.yml
30146
30146
  Connecting to database specified by database.yml
30147
+ Connecting to database specified by database.yml
30148
+
30149
+
30150
+ Started GET "/" for 127.0.0.1 at 2012-11-14 11:29:03 +0000
30151
+ Processing by Citygate::HomeController#index as HTML
30152
+ Citygate::User Load (35.6ms) SELECT "citygate_users".* FROM "citygate_users" 
30153
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (203.7ms)
30154
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (265.1ms)
30155
+ Compiled application.css (0ms) (pid 32145)
30156
+ Compiled jquery.js (2ms) (pid 32145)
30157
+ Compiled jquery_ujs.js (0ms) (pid 32145)
30158
+ Compiled citygate/home.js (1430ms) (pid 32145)
30159
+ Compiled citygate.js (1491ms) (pid 32145)
30160
+ Compiled application.js (1816ms) (pid 32145)
30161
+ Completed 200 OK in 2966ms (Views: 2546.9ms | ActiveRecord: 171.0ms)
30162
+
30163
+
30164
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:29:07 +0000
30165
+ Served asset /application.css - 200 OK (2ms)
30166
+
30167
+
30168
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:29:07 +0000
30169
+ Served asset /jquery.js - 200 OK (2ms)
30170
+
30171
+
30172
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:29:07 +0000
30173
+ Served asset /jquery_ujs.js - 200 OK (1ms)
30174
+
30175
+
30176
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:29:07 +0000
30177
+ Served asset /citygate/home.js - 200 OK (2ms)
30178
+
30179
+
30180
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:29:07 +0000
30181
+ Served asset /citygate.js - 200 OK (10ms)
30182
+
30183
+
30184
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:29:07 +0000
30185
+ Served asset /application.js - 200 OK (7ms)
30186
+
30187
+
30188
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:30:31 +0000
30189
+ Processing by Devise::RegistrationsController#new as HTML
30190
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.5ms)
30191
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (61.4ms)
30192
+ Completed 200 OK in 108ms (Views: 105.6ms | ActiveRecord: 0.0ms)
30193
+
30194
+
30195
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:32:14 +0000
30196
+ Processing by Devise::RegistrationsController#new as HTML
30197
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.0ms)
30198
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (4.2ms)
30199
+ Compiled FormToWizard/formToWizard.js (0ms) (pid 32145)
30200
+ Compiled citygate.js (17ms) (pid 32145)
30201
+ Compiled application.js (6ms) (pid 32145)
30202
+ Completed 200 OK in 105ms (Views: 104.6ms | ActiveRecord: 0.0ms)
30203
+
30204
+
30205
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:32:15 +0000
30206
+ Served asset /application.css - 304 Not Modified (0ms)
30207
+
30208
+
30209
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:32:15 +0000
30210
+ Served asset /FormToWizard/formToWizard.js - 200 OK (2ms)
30211
+
30212
+
30213
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:32:15 +0000
30214
+ Served asset /jquery.js - 304 Not Modified (0ms)
30215
+
30216
+
30217
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:32:15 +0000
30218
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30219
+
30220
+
30221
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:32:15 +0000
30222
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30223
+
30224
+
30225
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:32:15 +0000
30226
+ Served asset /citygate.js - 200 OK (6ms)
30227
+
30228
+
30229
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:32:15 +0000
30230
+ Served asset /application.js - 304 Not Modified (11ms)
30231
+
30232
+
30233
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:32:17 +0000
30234
+ Processing by Devise::RegistrationsController#new as HTML
30235
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.7ms)
30236
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (5.5ms)
30237
+ Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.0ms)
30238
+
30239
+
30240
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:32:18 +0000
30241
+ Served asset /application.css - 304 Not Modified (0ms)
30242
+
30243
+
30244
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:32:18 +0000
30245
+ Served asset /jquery.js - 304 Not Modified (0ms)
30246
+
30247
+
30248
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:32:18 +0000
30249
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30250
+
30251
+
30252
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:32:18 +0000
30253
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30254
+
30255
+
30256
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:32:18 +0000
30257
+ Served asset /citygate.js - 304 Not Modified (0ms)
30258
+
30259
+
30260
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:32:18 +0000
30261
+ Served asset /application.js - 304 Not Modified (0ms)
30262
+
30263
+
30264
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:35:49 +0000
30265
+ Processing by Devise::RegistrationsController#new as HTML
30266
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.2ms)
30267
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (5.9ms)
30268
+ Compiled citygate/home.js (167ms) (pid 32145)
30269
+ Compiled citygate.js (77ms) (pid 32145)
30270
+ Compiled application.js (4ms) (pid 32145)
30271
+ Completed 200 OK in 332ms (Views: 330.9ms | ActiveRecord: 0.0ms)
30272
+
30273
+
30274
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:35:50 +0000
30275
+ Served asset /application.css - 304 Not Modified (0ms)
30276
+
30277
+
30278
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:35:50 +0000
30279
+ Served asset /jquery.js - 304 Not Modified (0ms)
30280
+
30281
+
30282
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:35:50 +0000
30283
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30284
+
30285
+
30286
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:35:50 +0000
30287
+ Served asset /citygate/home.js - 200 OK (2ms)
30288
+
30289
+
30290
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:35:50 +0000
30291
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30292
+
30293
+
30294
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:35:50 +0000
30295
+ Served asset /citygate.js - 304 Not Modified (7ms)
30296
+
30297
+
30298
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:35:50 +0000
30299
+ Served asset /application.js - 304 Not Modified (11ms)
30300
+
30301
+
30302
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:36:03 +0000
30303
+ Processing by Devise::RegistrationsController#new as HTML
30304
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.3ms)
30305
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (5.1ms)
30306
+ Compiled citygate/home.js (153ms) (pid 32145)
30307
+ Compiled citygate.js (10ms) (pid 32145)
30308
+ Compiled application.js (4ms) (pid 32145)
30309
+ Completed 200 OK in 268ms (Views: 266.0ms | ActiveRecord: 0.0ms)
30310
+
30311
+
30312
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:36:03 +0000
30313
+ Served asset /application.css - 304 Not Modified (0ms)
30314
+
30315
+
30316
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:36:03 +0000
30317
+ Served asset /jquery.js - 304 Not Modified (0ms)
30318
+
30319
+
30320
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:36:03 +0000
30321
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30322
+
30323
+
30324
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:36:03 +0000
30325
+ Served asset /citygate/home.js - 200 OK (2ms)
30326
+
30327
+
30328
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:36:03 +0000
30329
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30330
+
30331
+
30332
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:36:03 +0000
30333
+ Served asset /citygate.js - 304 Not Modified (7ms)
30334
+
30335
+
30336
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:36:03 +0000
30337
+ Served asset /application.js - 304 Not Modified (13ms)
30338
+
30339
+
30340
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:37:44 +0000
30341
+ Processing by Devise::RegistrationsController#new as HTML
30342
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (55.8ms)
30343
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (60.6ms)
30344
+ Compiled citygate/home.js (165ms) (pid 32145)
30345
+ Compiled citygate.js (7ms) (pid 32145)
30346
+ Compiled application.js (3ms) (pid 32145)
30347
+ Completed 200 OK in 285ms (Views: 283.6ms | ActiveRecord: 0.0ms)
30348
+
30349
+
30350
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:37:45 +0000
30351
+ Served asset /application.css - 304 Not Modified (0ms)
30352
+
30353
+
30354
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:37:45 +0000
30355
+ Served asset /jquery.js - 304 Not Modified (0ms)
30356
+
30357
+
30358
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:37:45 +0000
30359
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30360
+
30361
+
30362
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:37:45 +0000
30363
+ Served asset /citygate/home.js - 200 OK (2ms)
30364
+
30365
+
30366
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:37:45 +0000
30367
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30368
+
30369
+
30370
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:37:45 +0000
30371
+ Served asset /citygate.js - 304 Not Modified (66ms)
30372
+
30373
+
30374
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:37:45 +0000
30375
+ Served asset /application.js - 304 Not Modified (13ms)
30376
+
30377
+
30378
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:38:52 +0000
30379
+ Processing by Devise::RegistrationsController#new as HTML
30380
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.3ms)
30381
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (6.9ms)
30382
+ Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.0ms)
30383
+
30384
+
30385
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:38:52 +0000
30386
+ Served asset /application.css - 304 Not Modified (0ms)
30387
+
30388
+
30389
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:38:52 +0000
30390
+ Served asset /jquery.js - 304 Not Modified (0ms)
30391
+
30392
+
30393
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:38:52 +0000
30394
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30395
+
30396
+
30397
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:38:52 +0000
30398
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30399
+
30400
+
30401
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:38:52 +0000
30402
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30403
+
30404
+
30405
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:38:52 +0000
30406
+ Served asset /citygate.js - 304 Not Modified (0ms)
30407
+
30408
+
30409
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:38:52 +0000
30410
+ Served asset /application.js - 304 Not Modified (0ms)
30411
+
30412
+
30413
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:48:08 +0000
30414
+ Processing by Devise::RegistrationsController#new as HTML
30415
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.0ms)
30416
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (3.7ms)
30417
+ Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.0ms)
30418
+
30419
+
30420
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:48:08 +0000
30421
+ Served asset /application.css - 304 Not Modified (0ms)
30422
+
30423
+
30424
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:08 +0000
30425
+ Served asset /jquery.js - 304 Not Modified (0ms)
30426
+
30427
+
30428
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:08 +0000
30429
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30430
+
30431
+
30432
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:08 +0000
30433
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30434
+
30435
+
30436
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:08 +0000
30437
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30438
+
30439
+
30440
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:08 +0000
30441
+ Served asset /citygate.js - 304 Not Modified (0ms)
30442
+
30443
+
30444
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:08 +0000
30445
+ Served asset /application.js - 304 Not Modified (0ms)
30446
+
30447
+
30448
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:48:25 +0000
30449
+ Processing by Devise::RegistrationsController#new as HTML
30450
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.1ms)
30451
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (4.1ms)
30452
+ Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
30453
+
30454
+
30455
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:48:25 +0000
30456
+ Served asset /application.css - 304 Not Modified (0ms)
30457
+
30458
+
30459
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:25 +0000
30460
+ Served asset /jquery.js - 304 Not Modified (0ms)
30461
+
30462
+
30463
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:25 +0000
30464
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30465
+
30466
+
30467
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:25 +0000
30468
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30469
+
30470
+
30471
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:25 +0000
30472
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30473
+
30474
+
30475
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:25 +0000
30476
+ Served asset /citygate.js - 304 Not Modified (0ms)
30477
+
30478
+
30479
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:25 +0000
30480
+ Served asset /application.js - 304 Not Modified (0ms)
30481
+
30482
+
30483
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:48:32 +0000
30484
+ Processing by Devise::RegistrationsController#new as HTML
30485
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.1ms)
30486
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (4.0ms)
30487
+ Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)
30488
+
30489
+
30490
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:48:33 +0000
30491
+ Served asset /application.css - 304 Not Modified (0ms)
30492
+
30493
+
30494
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:33 +0000
30495
+ Served asset /jquery.js - 304 Not Modified (0ms)
30496
+
30497
+
30498
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:33 +0000
30499
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30500
+
30501
+
30502
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:33 +0000
30503
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30504
+
30505
+
30506
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:33 +0000
30507
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30508
+
30509
+
30510
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:33 +0000
30511
+ Served asset /citygate.js - 304 Not Modified (0ms)
30512
+
30513
+
30514
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:33 +0000
30515
+ Served asset /application.js - 304 Not Modified (0ms)
30516
+
30517
+
30518
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:48:39 +0000
30519
+ Processing by Devise::RegistrationsController#new as HTML
30520
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.0ms)
30521
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (3.9ms)
30522
+ Completed 200 OK in 58ms (Views: 57.8ms | ActiveRecord: 0.0ms)
30523
+
30524
+
30525
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:48:39 +0000
30526
+ Served asset /application.css - 304 Not Modified (0ms)
30527
+
30528
+
30529
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:40 +0000
30530
+ Served asset /jquery.js - 304 Not Modified (0ms)
30531
+
30532
+
30533
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:40 +0000
30534
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30535
+
30536
+
30537
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:40 +0000
30538
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30539
+
30540
+
30541
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:40 +0000
30542
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30543
+
30544
+
30545
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:40 +0000
30546
+ Served asset /citygate.js - 304 Not Modified (0ms)
30547
+
30548
+
30549
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:40 +0000
30550
+ Served asset /application.js - 304 Not Modified (0ms)
30551
+
30552
+
30553
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:48:45 +0000
30554
+ Processing by Devise::RegistrationsController#new as HTML
30555
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.1ms)
30556
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (4.2ms)
30557
+ Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
30558
+
30559
+
30560
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:48:45 +0000
30561
+ Served asset /application.css - 304 Not Modified (0ms)
30562
+
30563
+
30564
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:45 +0000
30565
+ Served asset /jquery.js - 304 Not Modified (0ms)
30566
+
30567
+
30568
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:45 +0000
30569
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30570
+
30571
+
30572
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:45 +0000
30573
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30574
+
30575
+
30576
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:45 +0000
30577
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30578
+
30579
+
30580
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:45 +0000
30581
+ Served asset /citygate.js - 304 Not Modified (0ms)
30582
+
30583
+
30584
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:45 +0000
30585
+ Served asset /application.js - 304 Not Modified (0ms)
30586
+
30587
+
30588
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:48:49 +0000
30589
+ Processing by Devise::RegistrationsController#new as HTML
30590
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.1ms)
30591
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (5.9ms)
30592
+ Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms)
30593
+
30594
+
30595
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:48:49 +0000
30596
+ Served asset /application.css - 200 OK (0ms)
30597
+
30598
+
30599
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:49 +0000
30600
+ Served asset /jquery.js - 200 OK (0ms)
30601
+
30602
+
30603
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:49 +0000
30604
+ Served asset /jquery_ujs.js - 200 OK (0ms)
30605
+
30606
+
30607
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:49 +0000
30608
+ Served asset /citygate/home.js - 200 OK (0ms)
30609
+
30610
+
30611
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:49 +0000
30612
+ Served asset /FormToWizard/formToWizard.js - 200 OK (0ms)
30613
+
30614
+
30615
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:49 +0000
30616
+ Served asset /application.js - 200 OK (0ms)
30617
+
30618
+
30619
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:49 +0000
30620
+ Served asset /citygate.js - 200 OK (0ms)
30621
+
30622
+
30623
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:48:59 +0000
30624
+ Processing by Devise::RegistrationsController#new as HTML
30625
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.2ms)
30626
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (6.1ms)
30627
+ Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.0ms)
30628
+
30629
+
30630
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:48:59 +0000
30631
+ Served asset /application.css - 304 Not Modified (0ms)
30632
+
30633
+
30634
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:59 +0000
30635
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30636
+
30637
+
30638
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:59 +0000
30639
+ Served asset /jquery.js - 304 Not Modified (0ms)
30640
+
30641
+
30642
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:59 +0000
30643
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30644
+
30645
+
30646
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:59 +0000
30647
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30648
+
30649
+
30650
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:59 +0000
30651
+ Served asset /citygate.js - 304 Not Modified (0ms)
30652
+
30653
+
30654
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:48:59 +0000
30655
+ Served asset /application.js - 304 Not Modified (0ms)
30656
+
30657
+
30658
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:49:08 +0000
30659
+ Processing by Devise::RegistrationsController#new as HTML
30660
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.1ms)
30661
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (4.3ms)
30662
+ Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.0ms)
30663
+
30664
+
30665
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:49:08 +0000
30666
+ Served asset /application.css - 304 Not Modified (0ms)
30667
+
30668
+
30669
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:49:08 +0000
30670
+ Served asset /jquery.js - 304 Not Modified (0ms)
30671
+
30672
+
30673
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:49:08 +0000
30674
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30675
+
30676
+
30677
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:49:08 +0000
30678
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30679
+
30680
+
30681
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:49:08 +0000
30682
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30683
+
30684
+
30685
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:49:08 +0000
30686
+ Served asset /citygate.js - 304 Not Modified (0ms)
30687
+
30688
+
30689
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:49:08 +0000
30690
+ Served asset /application.js - 304 Not Modified (0ms)
30691
+
30692
+
30693
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:50:09 +0000
30694
+ Processing by Devise::RegistrationsController#new as HTML
30695
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.0ms)
30696
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (3.8ms)
30697
+ Completed 500 Internal Server Error in 134ms
30698
+
30699
+ ActionView::Template::Error (couldn't find file 'citygate'
30700
+ (in /Users/luis/Code/Ruby/GroupBuddies/citygate/spec/dummy/app/assets/stylesheets/application.css:12)):
30701
+ 2: <html>
30702
+ 3: <head>
30703
+ 4: <title>Citygate</title>
30704
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
30705
+ 6: <%= javascript_include_tag "application" %>
30706
+ 7: <%= csrf_meta_tags %>
30707
+ 8: <%= yield :head %>
30708
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1079765900809914951_2170903900'
30709
+
30710
+
30711
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.4ms)
30712
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
30713
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (22.4ms)
30714
+
30715
+
30716
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:50:51 +0000
30717
+ Processing by Devise::RegistrationsController#new as HTML
30718
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.1ms)
30719
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (5.1ms)
30720
+ Completed 500 Internal Server Error in 20ms
30721
+
30722
+ ActionView::Template::Error (couldn't find file 'main'
30723
+ (in /Users/luis/Code/Ruby/GroupBuddies/citygate/app/assets/stylesheets/citygate.css:12)):
30724
+ 2: <html>
30725
+ 3: <head>
30726
+ 4: <title>Citygate</title>
30727
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
30728
+ 6: <%= javascript_include_tag "application" %>
30729
+ 7: <%= csrf_meta_tags %>
30730
+ 8: <%= yield :head %>
30731
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1079765900809914951_2170903900'
30732
+
30733
+
30734
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.3ms)
30735
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
30736
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.1ms)
30737
+
30738
+
30739
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:50:59 +0000
30740
+ Processing by Devise::RegistrationsController#new as HTML
30741
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.2ms)
30742
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (5.4ms)
30743
+ Compiled citygate/main.css (678ms) (pid 32145)
30744
+ Compiled citygate.css (749ms) (pid 32145)
30745
+ Compiled application.css (764ms) (pid 32145)
30746
+ Completed 200 OK in 865ms (Views: 863.8ms | ActiveRecord: 0.0ms)
30747
+
30748
+
30749
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:51:00 +0000
30750
+ Served asset /application.css - 200 OK (5ms)
30751
+
30752
+
30753
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 11:51:00 +0000
30754
+ Served asset /citygate.css - 200 OK (3ms)
30755
+
30756
+
30757
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 11:51:00 +0000
30758
+ Served asset /citygate/main.css - 200 OK (2ms)
30759
+
30760
+
30761
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:51:00 +0000
30762
+ Served asset /jquery.js - 304 Not Modified (0ms)
30763
+
30764
+
30765
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:51:00 +0000
30766
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30767
+
30768
+
30769
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:51:00 +0000
30770
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30771
+
30772
+
30773
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:51:00 +0000
30774
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30775
+
30776
+
30777
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:51:00 +0000
30778
+ Served asset /citygate.js - 304 Not Modified (0ms)
30779
+
30780
+
30781
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:51:00 +0000
30782
+ Served asset /application.js - 304 Not Modified (0ms)
30783
+
30784
+
30785
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 11:51:11 +0000
30786
+ Processing by Devise::RegistrationsController#new as HTML
30787
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.3ms)
30788
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (4.8ms)
30789
+ Compiled citygate/main.css (57ms) (pid 32145)
30790
+ Compiled citygate.css (2ms) (pid 32145)
30791
+ Compiled application.css (2ms) (pid 32145)
30792
+ Completed 200 OK in 154ms (Views: 152.7ms | ActiveRecord: 0.0ms)
30793
+
30794
+
30795
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 11:51:11 +0000
30796
+ Served asset /application.css - 304 Not Modified (5ms)
30797
+
30798
+
30799
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 11:51:11 +0000
30800
+ Served asset /citygate.css - 304 Not Modified (4ms)
30801
+
30802
+
30803
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 11:51:11 +0000
30804
+ Served asset /citygate/main.css - 200 OK (2ms)
30805
+
30806
+
30807
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 11:51:11 +0000
30808
+ Served asset /jquery.js - 304 Not Modified (0ms)
30809
+
30810
+
30811
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 11:51:11 +0000
30812
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30813
+
30814
+
30815
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 11:51:11 +0000
30816
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30817
+
30818
+
30819
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 11:51:11 +0000
30820
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30821
+
30822
+
30823
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 11:51:11 +0000
30824
+ Served asset /citygate.js - 304 Not Modified (0ms)
30825
+
30826
+
30827
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 11:51:11 +0000
30828
+ Served asset /application.js - 304 Not Modified (0ms)
30829
+
30830
+
30831
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 12:10:38 +0000
30832
+ Processing by Devise::RegistrationsController#new as HTML
30833
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.2ms)
30834
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (4.9ms)
30835
+ Compiled citygate/main.css (20ms) (pid 32145)
30836
+ Compiled citygate.css (2ms) (pid 32145)
30837
+ Compiled application.css (2ms) (pid 32145)
30838
+ Completed 200 OK in 112ms (Views: 111.5ms | ActiveRecord: 0.0ms)
30839
+
30840
+
30841
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 12:10:39 +0000
30842
+ Served asset /application.css - 304 Not Modified (4ms)
30843
+
30844
+
30845
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 12:10:39 +0000
30846
+ Served asset /citygate.css - 304 Not Modified (3ms)
30847
+
30848
+
30849
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 12:10:39 +0000
30850
+ Served asset /citygate/main.css - 304 Not Modified (2ms)
30851
+
30852
+
30853
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 12:10:39 +0000
30854
+ Served asset /jquery.js - 304 Not Modified (0ms)
30855
+
30856
+
30857
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 12:10:39 +0000
30858
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30859
+
30860
+
30861
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 12:10:39 +0000
30862
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30863
+
30864
+
30865
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 12:10:39 +0000
30866
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30867
+
30868
+
30869
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 12:10:39 +0000
30870
+ Served asset /citygate.js - 304 Not Modified (0ms)
30871
+
30872
+
30873
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 12:10:39 +0000
30874
+ Served asset /application.js - 304 Not Modified (0ms)
30875
+
30876
+
30877
+ Started GET "/users/auth/facebook" for 127.0.0.1 at 2012-11-14 12:10:41 +0000
30878
+
30879
+
30880
+ Started GET "/users/auth/facebook/callback?code=AQDXo81TkXcF4XYtObUMpRAzufrWlTKz5sULgWdWwGg5VN-Wtb6BLuJ9-8XA2NciZto0V3hC1kVesKwk3rT8S5fhWolCyQ0BsU4vLyX0AWmyE9aa3m35TdBRXxQtMqD7eW8FFBEMEk62ZAaV900g0nfO7SrYgdyfuBqYxsOA6lgLYDTYdk8MA2LmB0l6f0j5LxVwBObgNCR9nVqECedJkYs-" for 127.0.0.1 at 2012-11-14 12:10:42 +0000
30881
+ Processing by Citygate::Users::OmniauthCallbacksController#facebook as HTML
30882
+ Parameters: {"code"=>"AQDXo81TkXcF4XYtObUMpRAzufrWlTKz5sULgWdWwGg5VN-Wtb6BLuJ9-8XA2NciZto0V3hC1kVesKwk3rT8S5fhWolCyQ0BsU4vLyX0AWmyE9aa3m35TdBRXxQtMqD7eW8FFBEMEk62ZAaV900g0nfO7SrYgdyfuBqYxsOA6lgLYDTYdk8MA2LmB0l6f0j5LxVwBObgNCR9nVqECedJkYs-"}
30883
+ Citygate::User Load (17.6ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."email" = 'nj_nets_kidd@hotmail.com' LIMIT 1
30884
+  (0.1ms) begin transaction
30885
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = 'nj_nets_kidd@hotmail.com' LIMIT 1
30886
+ Citygate::User Load (10.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."confirmation_token" = 'wyzcT5fPYfq6zPy94j24' LIMIT 1
30887
+ Binary data inserted for `string` type on column `encrypted_password`
30888
+ SQL (46.7ms) INSERT INTO "citygate_users" ("confirmation_sent_at", "confirmation_token", "confirmed_at", "created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "first_name", "invitation_accepted_at", "invitation_limit", "invitation_sent_at", "invitation_token", "invited_by_id", "invited_by_type", "last_name", "last_sign_in_at", "last_sign_in_ip", "password_salt", "remember_created_at", "reset_password_sent_at", "reset_password_token", "role_id", "sign_in_count", "unconfirmed_email", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", Wed, 14 Nov 2012 12:10:44 UTC +00:00], ["confirmation_token", "wyzcT5fPYfq6zPy94j24"], ["confirmed_at", nil], ["created_at", Wed, 14 Nov 2012 12:10:44 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nj_nets_kidd@hotmail.com"], ["encrypted_password", "a8daff0ef2c4704fadc31c8b0120f69493bdfc8b"], ["first_name", nil], ["invitation_accepted_at", nil], ["invitation_limit", nil], ["invitation_sent_at", nil], ["invitation_token", nil], ["invited_by_id", nil], ["invited_by_type", nil], ["last_name", nil], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["password_salt", "T168vxuw5fAhbGJd3b5n"], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["role_id", nil], ["sign_in_count", 0], ["unconfirmed_email", nil], ["updated_at", Wed, 14 Nov 2012 12:10:44 UTC +00:00]]
30889
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/mailer/confirmation_instructions.html.erb (1.4ms)
30890
+
30891
+ Sent mail to nj_nets_kidd@hotmail.com (34ms)
30892
+ Date: Wed, 14 Nov 2012 12:10:44 +0000
30893
+ From: please-change-me-at-config-initializers-devise@example.com
30894
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
30895
+ To: nj_nets_kidd@hotmail.com
30896
+ Message-ID: <50a38a44aa05a_7d91804439484707f@zamith.local.mail>
30897
+ Subject: Confirmation instructions
30898
+ Mime-Version: 1.0
30899
+ Content-Type: text/html;
30900
+ charset=UTF-8
30901
+ Content-Transfer-Encoding: 7bit
30902
+
30903
+ <p>Welcome nj_nets_kidd@hotmail.com!</p>
30904
+
30905
+ <p>You can confirm your account email through the link below:</p>
30906
+
30907
+ <p><a href="http://localhost:3000/users/confirmation?confirmation_token=wyzcT5fPYfq6zPy94j24">Confirm my account</a></p>
30908
+
30909
+  (2.5ms) commit transaction
30910
+ Citygate::Authorization Load (4.0ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 1 AND "citygate_authorizations"."provider" = 'Facebook' LIMIT 1
30911
+  (0.1ms) begin transaction
30912
+ SQL (0.9ms) INSERT INTO "citygate_authorizations" ("created_at", "image_url", "link", "name", "provider", "secret", "token", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 12:10:44 UTC +00:00], ["image_url", "http://graph.facebook.com/754864768/picture?type=square"], ["link", "http://www.facebook.com/luis.zamith"], ["name", "Luís Zamith Ferreira"], ["provider", "Facebook"], ["secret", nil], ["token", "AAAFgyOm83rkBACi46mN0qZCwiwxBhuWJADVhW1FoEyU8kIZA7XiSP9JoJqmN1p6eE7Cjl8jxAvV1ZB4I14L9EcKZC0wwuIYCHY7sh8KXCQZDZD"], ["uid", "754864768"], ["updated_at", Wed, 14 Nov 2012 12:10:44 UTC +00:00], ["user_id", 1]]
30913
+  (2.7ms) commit transaction
30914
+  (0.1ms) begin transaction
30915
+  (0.4ms) UPDATE "citygate_users" SET "role_id" = 1, "updated_at" = '2012-11-14 12:10:44.874666' WHERE "citygate_users"."id" = 1
30916
+  (1.6ms) commit transaction
30917
+  (0.1ms) begin transaction
30918
+  (0.1ms) commit transaction
30919
+ Completed 401 Unauthorized in 594ms
30920
+
30921
+
30922
+ Started GET "/users/sign_in" for 127.0.0.1 at 2012-11-14 12:10:44 +0000
30923
+ Processing by Devise::SessionsController#new as HTML
30924
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/shared/_links.erb (3.7ms)
30925
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/sessions/new.html.erb within layouts/application (9.6ms)
30926
+ Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.0ms)
30927
+
30928
+
30929
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 12:10:45 +0000
30930
+ Served asset /application.css - 304 Not Modified (0ms)
30931
+
30932
+
30933
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 12:10:45 +0000
30934
+ Served asset /citygate.css - 304 Not Modified (0ms)
30935
+
30936
+
30937
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 12:10:45 +0000
30938
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
30939
+
30940
+
30941
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 12:10:45 +0000
30942
+ Served asset /jquery.js - 304 Not Modified (0ms)
30943
+
30944
+
30945
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 12:10:45 +0000
30946
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
30947
+
30948
+
30949
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 12:10:45 +0000
30950
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
30951
+
30952
+
30953
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 12:10:45 +0000
30954
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
30955
+
30956
+
30957
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 12:10:45 +0000
30958
+ Served asset /citygate.js - 304 Not Modified (0ms)
30959
+
30960
+
30961
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 12:10:45 +0000
30962
+ Served asset /application.js - 304 Not Modified (1ms)
30963
+ Connecting to database specified by database.yml
30964
+
30965
+
30966
+ Started GET "/users/auth/facebook" for 127.0.0.1 at 2012-11-14 12:12:03 +0000
30967
+
30968
+
30969
+ Started GET "/users/auth/facebook/callback?code=AQD43XXs2NCBGGeBbguUyHb7GASVJP5XjSxSOnE96cLEO9smLpPD93SQgzl0rm_e7_WId_HHiegQfdcPbFyOb4jSz7yPk4gNW2YrSt3o_d2OkfF7uzT5re5JShQpwq5d9mj0lQZMAGR8WBOK58Y5SOsAwpvmlXJCGIdjv8vpMeteCuKs_Xohh_NDA8EavNzZa-Jsd5jpLXOkuA6g51xnzsRr" for 127.0.0.1 at 2012-11-14 12:12:04 +0000
30970
+
30971
+ SyntaxError (/Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:80: syntax error, unexpected ':', expecting '}'
30972
+ role_id: 1,
30973
+ ^):
30974
+ activesupport (3.2.6) lib/active_support/dependencies.rb:469:in `load'
30975
+ activesupport (3.2.6) lib/active_support/dependencies.rb:469:in `block in load_file'
30976
+ activesupport (3.2.6) lib/active_support/dependencies.rb:639:in `new_constants_in'
30977
+ activesupport (3.2.6) lib/active_support/dependencies.rb:468:in `load_file'
30978
+ activesupport (3.2.6) lib/active_support/dependencies.rb:353:in `require_or_load'
30979
+ activesupport (3.2.6) lib/active_support/dependencies.rb:502:in `load_missing_constant'
30980
+ activesupport (3.2.6) lib/active_support/dependencies.rb:192:in `block in const_missing'
30981
+ activesupport (3.2.6) lib/active_support/dependencies.rb:190:in `each'
30982
+ activesupport (3.2.6) lib/active_support/dependencies.rb:190:in `const_missing'
30983
+ activesupport (3.2.6) lib/active_support/inflector/methods.rb:229:in `block in constantize'
30984
+ activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `each'
30985
+ activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `constantize'
30986
+ activesupport (3.2.6) lib/active_support/dependencies.rb:554:in `get'
30987
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
30988
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:54:in `controller'
30989
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:32:in `call'
30990
+ actionpack (3.2.6) lib/action_dispatch/routing/mapper.rb:42:in `call'
30991
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
30992
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
30993
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
30994
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
30995
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
30996
+ railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
30997
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
30998
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
30999
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
31000
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
31001
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
31002
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31003
+ omniauth (1.0.3) lib/omniauth/strategy.rb:368:in `call_app!'
31004
+ omniauth (1.0.3) lib/omniauth/strategy.rb:332:in `callback_phase'
31005
+ omniauth-oauth2 (1.0.3) lib/omniauth/strategies/oauth2.rb:65:in `callback_phase'
31006
+ omniauth (1.0.3) lib/omniauth/strategy.rb:204:in `callback_call'
31007
+ omniauth (1.0.3) lib/omniauth/strategy.rb:166:in `call!'
31008
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31009
+ warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
31010
+ warden (1.1.1) lib/warden/manager.rb:34:in `catch'
31011
+ warden (1.1.1) lib/warden/manager.rb:34:in `call'
31012
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
31013
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
31014
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
31015
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
31016
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
31017
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
31018
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
31019
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
31020
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
31021
+ activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
31022
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
31023
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
31024
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__598059097131778441__call__1574548334911158569__callbacks'
31025
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
31026
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
31027
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
31028
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
31029
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
31030
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
31031
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
31032
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
31033
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
31034
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
31035
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
31036
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
31037
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
31038
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
31039
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
31040
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
31041
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
31042
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
31043
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
31044
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
31045
+ thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process'
31046
+ thin (1.3.1) lib/thin/connection.rb:78:in `catch'
31047
+ thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
31048
+ thin (1.3.1) lib/thin/connection.rb:53:in `process'
31049
+ thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
31050
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
31051
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
31052
+ thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
31053
+ thin (1.3.1) lib/thin/server.rb:159:in `start'
31054
+ rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
31055
+ rack (1.4.1) lib/rack/server.rb:265:in `start'
31056
+ railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
31057
+ railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
31058
+ railties (3.2.6) lib/rails/commands.rb:50:in `tap'
31059
+ railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
31060
+ script/rails:6:in `require'
31061
+ script/rails:6:in `<main>'
31062
+
31063
+
31064
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms)
31065
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
31066
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.2ms)
31067
+
31068
+
31069
+ Started GET "/users/auth/facebook/callback?code=AQD43XXs2NCBGGeBbguUyHb7GASVJP5XjSxSOnE96cLEO9smLpPD93SQgzl0rm_e7_WId_HHiegQfdcPbFyOb4jSz7yPk4gNW2YrSt3o_d2OkfF7uzT5re5JShQpwq5d9mj0lQZMAGR8WBOK58Y5SOsAwpvmlXJCGIdjv8vpMeteCuKs_Xohh_NDA8EavNzZa-Jsd5jpLXOkuA6g51xnzsRr" for 127.0.0.1 at 2012-11-14 12:12:52 +0000
31070
+
31071
+ SyntaxError (/Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:80: syntax error, unexpected ':', expecting keyword_end
31072
+ role_id: 1,
31073
+ ^):
31074
+ activesupport (3.2.6) lib/active_support/dependencies.rb:469:in `load'
31075
+ activesupport (3.2.6) lib/active_support/dependencies.rb:469:in `block in load_file'
31076
+ activesupport (3.2.6) lib/active_support/dependencies.rb:639:in `new_constants_in'
31077
+ activesupport (3.2.6) lib/active_support/dependencies.rb:468:in `load_file'
31078
+ activesupport (3.2.6) lib/active_support/dependencies.rb:353:in `require_or_load'
31079
+ activesupport (3.2.6) lib/active_support/dependencies.rb:502:in `load_missing_constant'
31080
+ activesupport (3.2.6) lib/active_support/dependencies.rb:192:in `block in const_missing'
31081
+ activesupport (3.2.6) lib/active_support/dependencies.rb:190:in `each'
31082
+ activesupport (3.2.6) lib/active_support/dependencies.rb:190:in `const_missing'
31083
+ activesupport (3.2.6) lib/active_support/inflector/methods.rb:229:in `block in constantize'
31084
+ activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `each'
31085
+ activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `constantize'
31086
+ activesupport (3.2.6) lib/active_support/dependencies.rb:554:in `get'
31087
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
31088
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:54:in `controller'
31089
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:32:in `call'
31090
+ actionpack (3.2.6) lib/action_dispatch/routing/mapper.rb:42:in `call'
31091
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
31092
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
31093
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
31094
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
31095
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
31096
+ railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
31097
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
31098
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
31099
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
31100
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
31101
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
31102
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31103
+ omniauth (1.0.3) lib/omniauth/strategy.rb:368:in `call_app!'
31104
+ omniauth (1.0.3) lib/omniauth/strategy.rb:332:in `callback_phase'
31105
+ omniauth-oauth2 (1.0.3) lib/omniauth/strategies/oauth2.rb:65:in `callback_phase'
31106
+ omniauth (1.0.3) lib/omniauth/strategy.rb:204:in `callback_call'
31107
+ omniauth (1.0.3) lib/omniauth/strategy.rb:166:in `call!'
31108
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31109
+ warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
31110
+ warden (1.1.1) lib/warden/manager.rb:34:in `catch'
31111
+ warden (1.1.1) lib/warden/manager.rb:34:in `call'
31112
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
31113
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
31114
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
31115
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
31116
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
31117
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
31118
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
31119
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
31120
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
31121
+ activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
31122
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
31123
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
31124
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__598059097131778441__call__1574548334911158569__callbacks'
31125
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
31126
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
31127
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
31128
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
31129
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
31130
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
31131
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
31132
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
31133
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
31134
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
31135
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
31136
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
31137
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
31138
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
31139
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
31140
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
31141
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
31142
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
31143
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
31144
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
31145
+ thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process'
31146
+ thin (1.3.1) lib/thin/connection.rb:78:in `catch'
31147
+ thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
31148
+ thin (1.3.1) lib/thin/connection.rb:53:in `process'
31149
+ thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
31150
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
31151
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
31152
+ thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
31153
+ thin (1.3.1) lib/thin/server.rb:159:in `start'
31154
+ rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
31155
+ rack (1.4.1) lib/rack/server.rb:265:in `start'
31156
+ railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
31157
+ railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
31158
+ railties (3.2.6) lib/rails/commands.rb:50:in `tap'
31159
+ railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
31160
+ script/rails:6:in `require'
31161
+ script/rails:6:in `<main>'
31162
+
31163
+
31164
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms)
31165
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
31166
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.5ms)
31167
+
31168
+
31169
+ Started GET "/users/auth/facebook/callback?code=AQD43XXs2NCBGGeBbguUyHb7GASVJP5XjSxSOnE96cLEO9smLpPD93SQgzl0rm_e7_WId_HHiegQfdcPbFyOb4jSz7yPk4gNW2YrSt3o_d2OkfF7uzT5re5JShQpwq5d9mj0lQZMAGR8WBOK58Y5SOsAwpvmlXJCGIdjv8vpMeteCuKs_Xohh_NDA8EavNzZa-Jsd5jpLXOkuA6g51xnzsRr" for 127.0.0.1 at 2012-11-14 12:13:41 +0000
31170
+ Processing by Citygate::Users::OmniauthCallbacksController#facebook as HTML
31171
+ Parameters: {"code"=>"AQD43XXs2NCBGGeBbguUyHb7GASVJP5XjSxSOnE96cLEO9smLpPD93SQgzl0rm_e7_WId_HHiegQfdcPbFyOb4jSz7yPk4gNW2YrSt3o_d2OkfF7uzT5re5JShQpwq5d9mj0lQZMAGR8WBOK58Y5SOsAwpvmlXJCGIdjv8vpMeteCuKs_Xohh_NDA8EavNzZa-Jsd5jpLXOkuA6g51xnzsRr"}
31172
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."email" = 'nj_nets_kidd@hotmail.com' LIMIT 1
31173
+  (0.1ms) begin transaction
31174
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = 'nj_nets_kidd@hotmail.com' LIMIT 1
31175
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."confirmation_token" = '6gx6pDknxiGCTkDfUqxV' LIMIT 1
31176
+ Binary data inserted for `string` type on column `encrypted_password`
31177
+ SQL (0.9ms) INSERT INTO "citygate_users" ("confirmation_sent_at", "confirmation_token", "confirmed_at", "created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "first_name", "invitation_accepted_at", "invitation_limit", "invitation_sent_at", "invitation_token", "invited_by_id", "invited_by_type", "last_name", "last_sign_in_at", "last_sign_in_ip", "password_salt", "remember_created_at", "reset_password_sent_at", "reset_password_token", "role_id", "sign_in_count", "unconfirmed_email", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", Wed, 14 Nov 2012 12:13:43 UTC +00:00], ["confirmation_token", "6gx6pDknxiGCTkDfUqxV"], ["confirmed_at", nil], ["created_at", Wed, 14 Nov 2012 12:13:43 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "nj_nets_kidd@hotmail.com"], ["encrypted_password", "89324b82be56d70eb120187b30d150461b52c030"], ["first_name", nil], ["invitation_accepted_at", nil], ["invitation_limit", nil], ["invitation_sent_at", nil], ["invitation_token", nil], ["invited_by_id", nil], ["invited_by_type", nil], ["last_name", nil], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["password_salt", "xqqHYxRfEQMB2NNQmwPE"], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["role_id", nil], ["sign_in_count", 0], ["unconfirmed_email", nil], ["updated_at", Wed, 14 Nov 2012 12:13:43 UTC +00:00]]
31178
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/mailer/confirmation_instructions.html.erb (0.6ms)
31179
+
31180
+ Sent mail to nj_nets_kidd@hotmail.com (10ms)
31181
+ Date: Wed, 14 Nov 2012 12:13:43 +0000
31182
+ From: please-change-me-at-config-initializers-devise@example.com
31183
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
31184
+ To: nj_nets_kidd@hotmail.com
31185
+ Message-ID: <50a38af796b04_7d918044394847153@zamith.local.mail>
31186
+ Subject: Confirmation instructions
31187
+ Mime-Version: 1.0
31188
+ Content-Type: text/html;
31189
+ charset=UTF-8
31190
+ Content-Transfer-Encoding: 7bit
31191
+
31192
+ <p>Welcome nj_nets_kidd@hotmail.com!</p>
31193
+
31194
+ <p>You can confirm your account email through the link below:</p>
31195
+
31196
+ <p><a href="http://localhost:3000/users/confirmation?confirmation_token=6gx6pDknxiGCTkDfUqxV">Confirm my account</a></p>
31197
+
31198
+  (1.7ms) commit transaction
31199
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 2 AND "citygate_authorizations"."provider" = 'Facebook' LIMIT 1
31200
+  (0.1ms) begin transaction
31201
+ SQL (0.6ms) INSERT INTO "citygate_authorizations" ("created_at", "image_url", "link", "name", "provider", "secret", "token", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 12:13:43 UTC +00:00], ["image_url", "http://graph.facebook.com/754864768/picture?type=square"], ["link", "http://www.facebook.com/luis.zamith"], ["name", "Luís Zamith Ferreira"], ["provider", "Facebook"], ["secret", nil], ["token", "AAAFgyOm83rkBACi46mN0qZCwiwxBhuWJADVhW1FoEyU8kIZA7XiSP9JoJqmN1p6eE7Cjl8jxAvV1ZB4I14L9EcKZC0wwuIYCHY7sh8KXCQZDZD"], ["uid", "754864768"], ["updated_at", Wed, 14 Nov 2012 12:13:43 UTC +00:00], ["user_id", 2]]
31202
+  (2.5ms) commit transaction
31203
+  (0.1ms) begin transaction
31204
+  (0.3ms) UPDATE "citygate_users" SET "role_id" = 1, "confirmed_at" = '2012-11-14 12:13:43.653273', "updated_at" = '2012-11-14 12:13:43.654641' WHERE "citygate_users"."id" = 2
31205
+  (1.8ms) commit transaction
31206
+  (0.1ms) begin transaction
31207
+  (0.4ms) UPDATE "citygate_users" SET "last_sign_in_at" = '2012-11-14 12:13:43.658691', "current_sign_in_at" = '2012-11-14 12:13:43.658691', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-11-14 12:13:43.659324' WHERE "citygate_users"."id" = 2
31208
+  (1.6ms) commit transaction
31209
+ Redirected to http://localhost:3000/
31210
+ Completed 302 Found in 172ms (ActiveRecord: 11.8ms)
31211
+
31212
+
31213
+ Started GET "/" for 127.0.0.1 at 2012-11-14 12:13:43 +0000
31214
+ Processing by Citygate::HomeController#index as HTML
31215
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 2 LIMIT 1
31216
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
31217
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
31218
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
31219
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.1ms)
31220
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.1ms)
31221
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (24.6ms)
31222
+ Completed 200 OK in 97ms (Views: 32.6ms | ActiveRecord: 1.2ms)
31223
+
31224
+
31225
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 12:13:43 +0000
31226
+ Served asset /application.css - 304 Not Modified (0ms)
31227
+
31228
+
31229
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 12:13:43 +0000
31230
+ Served asset /citygate.css - 304 Not Modified (0ms)
31231
+
31232
+
31233
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 12:13:43 +0000
31234
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
31235
+
31236
+
31237
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 12:13:43 +0000
31238
+ Served asset /jquery.js - 304 Not Modified (0ms)
31239
+
31240
+
31241
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 12:13:43 +0000
31242
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
31243
+
31244
+
31245
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 12:13:43 +0000
31246
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
31247
+
31248
+
31249
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 12:13:43 +0000
31250
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
31251
+
31252
+
31253
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 12:13:43 +0000
31254
+ Served asset /citygate.js - 304 Not Modified (0ms)
31255
+
31256
+
31257
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 12:13:43 +0000
31258
+ Served asset /application.js - 304 Not Modified (0ms)
31259
+
31260
+
31261
+ Started DELETE "/users/sign_out" for 127.0.0.1 at 2012-11-14 12:13:49 +0000
31262
+ Processing by Devise::SessionsController#destroy as HTML
31263
+ Parameters: {"authenticity_token"=>"MEj9aOa6AQQziQ2MDs8E8bGVc4g6T6WZLaq0Vyx6fyM="}
31264
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 2 LIMIT 1
31265
+  (0.1ms) begin transaction
31266
+  (0.0ms) commit transaction
31267
+ Redirected to http://localhost:3000/
31268
+ Completed 302 Found in 5ms (ActiveRecord: 0.4ms)
31269
+
31270
+
31271
+ Started GET "/" for 127.0.0.1 at 2012-11-14 12:13:49 +0000
31272
+ Processing by Citygate::HomeController#index as HTML
31273
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
31274
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.3ms)
31275
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (2.3ms)
31276
+ Completed 200 OK in 17ms (Views: 9.7ms | ActiveRecord: 0.3ms)
31277
+
31278
+
31279
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 12:13:49 +0000
31280
+ Served asset /application.css - 304 Not Modified (0ms)
31281
+
31282
+
31283
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 12:13:49 +0000
31284
+ Served asset /citygate.css - 304 Not Modified (0ms)
31285
+
31286
+
31287
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 12:13:49 +0000
31288
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
31289
+
31290
+
31291
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 12:13:49 +0000
31292
+ Served asset /jquery.js - 304 Not Modified (0ms)
31293
+
31294
+
31295
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 12:13:49 +0000
31296
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
31297
+
31298
+
31299
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 12:13:49 +0000
31300
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
31301
+
31302
+
31303
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 12:13:49 +0000
31304
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
31305
+
31306
+
31307
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 12:13:49 +0000
31308
+ Served asset /citygate.js - 304 Not Modified (0ms)
31309
+
31310
+
31311
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 12:13:49 +0000
31312
+ Served asset /application.js - 304 Not Modified (1ms)
31313
+ Connecting to database specified by database.yml
31314
+ Connecting to database specified by database.yml
31315
+ Connecting to database specified by database.yml
31316
+ Connecting to database specified by database.yml
31317
+ Connecting to database specified by database.yml
31318
+
31319
+
31320
+ Started GET "/" for 127.0.0.1 at 2012-11-14 12:42:43 +0000
31321
+ Processing by Citygate::HomeController#index as HTML
31322
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
31323
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (84.3ms)
31324
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (93.7ms)
31325
+ Completed 200 OK in 297ms (Views: 196.3ms | ActiveRecord: 3.5ms)
31326
+
31327
+
31328
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 12:42:43 +0000
31329
+ Served asset /application.css - 304 Not Modified (4ms)
31330
+
31331
+
31332
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 12:42:43 +0000
31333
+ Served asset /citygate.css - 304 Not Modified (3ms)
31334
+
31335
+
31336
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 12:42:43 +0000
31337
+ Served asset /citygate/main.css - 304 Not Modified (2ms)
31338
+
31339
+
31340
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 12:42:43 +0000
31341
+ Served asset /jquery.js - 304 Not Modified (2ms)
31342
+
31343
+
31344
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 12:42:43 +0000
31345
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
31346
+
31347
+
31348
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 12:42:43 +0000
31349
+ Served asset /citygate/home.js - 304 Not Modified (2ms)
31350
+
31351
+
31352
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 12:42:43 +0000
31353
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (2ms)
31354
+
31355
+
31356
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 12:42:43 +0000
31357
+ Served asset /citygate.js - 304 Not Modified (8ms)
31358
+
31359
+
31360
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 12:42:43 +0000
31361
+ Served asset /application.js - 304 Not Modified (7ms)
31362
+
31363
+
31364
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 12:42:45 +0000
31365
+
31366
+ OAuth::Unauthorized (401 Unauthorized):
31367
+ oauth (0.4.7) lib/oauth/consumer.rb:216:in `token_request'
31368
+ oauth (0.4.7) lib/oauth/consumer.rb:136:in `get_request_token'
31369
+ omniauth-oauth (1.0.1) lib/omniauth/strategies/oauth.rb:29:in `request_phase'
31370
+ omniauth-twitter (0.0.13) lib/omniauth/strategies/twitter.rb:63:in `request_phase'
31371
+ omniauth (1.0.3) lib/omniauth/strategy.rb:194:in `request_call'
31372
+ omniauth (1.0.3) lib/omniauth/strategy.rb:165:in `call!'
31373
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31374
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
31375
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31376
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
31377
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31378
+ warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
31379
+ warden (1.1.1) lib/warden/manager.rb:34:in `catch'
31380
+ warden (1.1.1) lib/warden/manager.rb:34:in `call'
31381
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
31382
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
31383
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
31384
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
31385
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
31386
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
31387
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
31388
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
31389
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
31390
+ activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
31391
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
31392
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
31393
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__3613610970379960702__call__3121608695376476824__callbacks'
31394
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
31395
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
31396
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
31397
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
31398
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
31399
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
31400
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
31401
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
31402
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
31403
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
31404
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
31405
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
31406
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
31407
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
31408
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
31409
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
31410
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
31411
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
31412
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
31413
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
31414
+ thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process'
31415
+ thin (1.3.1) lib/thin/connection.rb:78:in `catch'
31416
+ thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
31417
+ thin (1.3.1) lib/thin/connection.rb:53:in `process'
31418
+ thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
31419
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
31420
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
31421
+ thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
31422
+ thin (1.3.1) lib/thin/server.rb:159:in `start'
31423
+ rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
31424
+ rack (1.4.1) lib/rack/server.rb:265:in `start'
31425
+ railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
31426
+ railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
31427
+ railties (3.2.6) lib/rails/commands.rb:50:in `tap'
31428
+ railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
31429
+ script/rails:6:in `require'
31430
+ script/rails:6:in `<main>'
31431
+
31432
+
31433
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms)
31434
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
31435
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.7ms)
31436
+
31437
+
31438
+ Started GET "/" for 127.0.0.1 at 2012-11-14 12:43:27 +0000
31439
+ Processing by Citygate::HomeController#index as HTML
31440
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
31441
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.3ms)
31442
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (2.4ms)
31443
+ Completed 200 OK in 19ms (Views: 11.8ms | ActiveRecord: 0.3ms)
31444
+
31445
+
31446
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 12:43:27 +0000
31447
+ Served asset /application.css - 304 Not Modified (0ms)
31448
+
31449
+
31450
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 12:43:27 +0000
31451
+ Served asset /citygate.css - 304 Not Modified (0ms)
31452
+
31453
+
31454
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 12:43:27 +0000
31455
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
31456
+
31457
+
31458
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 12:43:27 +0000
31459
+ Served asset /jquery.js - 304 Not Modified (0ms)
31460
+
31461
+
31462
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 12:43:27 +0000
31463
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
31464
+
31465
+
31466
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 12:43:27 +0000
31467
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
31468
+
31469
+
31470
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 12:43:27 +0000
31471
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
31472
+
31473
+
31474
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 12:43:27 +0000
31475
+ Served asset /citygate.js - 304 Not Modified (0ms)
31476
+
31477
+
31478
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 12:43:27 +0000
31479
+ Served asset /application.js - 304 Not Modified (0ms)
31480
+
31481
+
31482
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 12:43:28 +0000
31483
+
31484
+ OAuth::Unauthorized (401 Unauthorized):
31485
+ oauth (0.4.7) lib/oauth/consumer.rb:216:in `token_request'
31486
+ oauth (0.4.7) lib/oauth/consumer.rb:136:in `get_request_token'
31487
+ omniauth-oauth (1.0.1) lib/omniauth/strategies/oauth.rb:29:in `request_phase'
31488
+ omniauth-twitter (0.0.13) lib/omniauth/strategies/twitter.rb:63:in `request_phase'
31489
+ omniauth (1.0.3) lib/omniauth/strategy.rb:194:in `request_call'
31490
+ omniauth (1.0.3) lib/omniauth/strategy.rb:165:in `call!'
31491
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31492
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
31493
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31494
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
31495
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31496
+ warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
31497
+ warden (1.1.1) lib/warden/manager.rb:34:in `catch'
31498
+ warden (1.1.1) lib/warden/manager.rb:34:in `call'
31499
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
31500
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
31501
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
31502
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
31503
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
31504
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
31505
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
31506
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
31507
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
31508
+ activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
31509
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
31510
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
31511
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__3613610970379960702__call__3121608695376476824__callbacks'
31512
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
31513
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
31514
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
31515
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
31516
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
31517
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
31518
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
31519
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
31520
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
31521
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
31522
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
31523
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
31524
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
31525
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
31526
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
31527
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
31528
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
31529
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
31530
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
31531
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
31532
+ thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process'
31533
+ thin (1.3.1) lib/thin/connection.rb:78:in `catch'
31534
+ thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
31535
+ thin (1.3.1) lib/thin/connection.rb:53:in `process'
31536
+ thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
31537
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
31538
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
31539
+ thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
31540
+ thin (1.3.1) lib/thin/server.rb:159:in `start'
31541
+ rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
31542
+ rack (1.4.1) lib/rack/server.rb:265:in `start'
31543
+ railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
31544
+ railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
31545
+ railties (3.2.6) lib/rails/commands.rb:50:in `tap'
31546
+ railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
31547
+ script/rails:6:in `require'
31548
+ script/rails:6:in `<main>'
31549
+
31550
+
31551
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms)
31552
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
31553
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms)
31554
+
31555
+
31556
+ Started GET "/" for 127.0.0.1 at 2012-11-14 12:43:42 +0000
31557
+ Processing by Citygate::HomeController#index as HTML
31558
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
31559
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.4ms)
31560
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (2.5ms)
31561
+ Completed 200 OK in 19ms (Views: 12.3ms | ActiveRecord: 0.3ms)
31562
+
31563
+
31564
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 12:43:42 +0000
31565
+ Served asset /application.css - 200 OK (0ms)
31566
+
31567
+
31568
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 12:43:42 +0000
31569
+ Served asset /citygate.css - 200 OK (0ms)
31570
+
31571
+
31572
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 12:43:42 +0000
31573
+ Served asset /FormToWizard/formToWizard.js - 200 OK (0ms)
31574
+
31575
+
31576
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 12:43:42 +0000
31577
+ Served asset /citygate.js - 200 OK (2ms)
31578
+
31579
+
31580
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 12:43:42 +0000
31581
+ Served asset /citygate/main.css - 200 OK (0ms)
31582
+
31583
+
31584
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 12:43:42 +0000
31585
+ Served asset /jquery.js - 200 OK (0ms)
31586
+
31587
+
31588
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 12:43:42 +0000
31589
+ Served asset /jquery_ujs.js - 200 OK (0ms)
31590
+
31591
+
31592
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 12:43:42 +0000
31593
+ Served asset /citygate/home.js - 200 OK (0ms)
31594
+
31595
+
31596
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 12:43:42 +0000
31597
+ Served asset /application.js - 200 OK (0ms)
31598
+
31599
+
31600
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 12:43:43 +0000
31601
+
31602
+ OAuth::Unauthorized (401 Unauthorized):
31603
+ oauth (0.4.7) lib/oauth/consumer.rb:216:in `token_request'
31604
+ oauth (0.4.7) lib/oauth/consumer.rb:136:in `get_request_token'
31605
+ omniauth-oauth (1.0.1) lib/omniauth/strategies/oauth.rb:29:in `request_phase'
31606
+ omniauth-twitter (0.0.13) lib/omniauth/strategies/twitter.rb:63:in `request_phase'
31607
+ omniauth (1.0.3) lib/omniauth/strategy.rb:194:in `request_call'
31608
+ omniauth (1.0.3) lib/omniauth/strategy.rb:165:in `call!'
31609
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31610
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
31611
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31612
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
31613
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31614
+ warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
31615
+ warden (1.1.1) lib/warden/manager.rb:34:in `catch'
31616
+ warden (1.1.1) lib/warden/manager.rb:34:in `call'
31617
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
31618
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
31619
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
31620
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
31621
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
31622
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
31623
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
31624
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
31625
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
31626
+ activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
31627
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
31628
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
31629
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__3613610970379960702__call__3121608695376476824__callbacks'
31630
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
31631
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
31632
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
31633
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
31634
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
31635
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
31636
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
31637
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
31638
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
31639
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
31640
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
31641
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
31642
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
31643
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
31644
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
31645
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
31646
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
31647
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
31648
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
31649
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
31650
+ thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process'
31651
+ thin (1.3.1) lib/thin/connection.rb:78:in `catch'
31652
+ thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
31653
+ thin (1.3.1) lib/thin/connection.rb:53:in `process'
31654
+ thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
31655
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
31656
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
31657
+ thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
31658
+ thin (1.3.1) lib/thin/server.rb:159:in `start'
31659
+ rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
31660
+ rack (1.4.1) lib/rack/server.rb:265:in `start'
31661
+ railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
31662
+ railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
31663
+ railties (3.2.6) lib/rails/commands.rb:50:in `tap'
31664
+ railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
31665
+ script/rails:6:in `require'
31666
+ script/rails:6:in `<main>'
31667
+
31668
+
31669
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms)
31670
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
31671
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms)
31672
+
31673
+
31674
+ Started GET "/" for 127.0.0.1 at 2012-11-14 12:44:50 +0000
31675
+ Processing by Citygate::HomeController#index as HTML
31676
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
31677
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.7ms)
31678
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (2.9ms)
31679
+ Completed 200 OK in 17ms (Views: 10.5ms | ActiveRecord: 0.3ms)
31680
+
31681
+
31682
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 12:44:50 +0000
31683
+ Served asset /application.css - 304 Not Modified (0ms)
31684
+
31685
+
31686
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 12:44:50 +0000
31687
+ Served asset /citygate.css - 304 Not Modified (0ms)
31688
+
31689
+
31690
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 12:44:50 +0000
31691
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
31692
+
31693
+
31694
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 12:44:50 +0000
31695
+ Served asset /jquery.js - 304 Not Modified (0ms)
31696
+
31697
+
31698
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 12:44:50 +0000
31699
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
31700
+
31701
+
31702
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 12:44:50 +0000
31703
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
31704
+
31705
+
31706
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 12:44:50 +0000
31707
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
31708
+
31709
+
31710
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 12:44:50 +0000
31711
+ Served asset /citygate.js - 304 Not Modified (0ms)
31712
+
31713
+
31714
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 12:44:50 +0000
31715
+ Served asset /application.js - 304 Not Modified (0ms)
31716
+
31717
+
31718
+ Started GET "/" for 127.0.0.1 at 2012-11-14 12:44:52 +0000
31719
+ Processing by Citygate::HomeController#index as HTML
31720
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
31721
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.3ms)
31722
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (2.4ms)
31723
+ Completed 200 OK in 16ms (Views: 11.0ms | ActiveRecord: 0.2ms)
31724
+
31725
+
31726
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 12:44:52 +0000
31727
+ Served asset /application.css - 304 Not Modified (0ms)
31728
+
31729
+
31730
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 12:44:52 +0000
31731
+ Served asset /citygate.css - 304 Not Modified (0ms)
31732
+
31733
+
31734
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 12:44:52 +0000
31735
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
31736
+
31737
+
31738
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 12:44:52 +0000
31739
+ Served asset /jquery.js - 304 Not Modified (0ms)
31740
+
31741
+
31742
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 12:44:52 +0000
31743
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
31744
+
31745
+
31746
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 12:44:52 +0000
31747
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
31748
+
31749
+
31750
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 12:44:52 +0000
31751
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
31752
+
31753
+
31754
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 12:44:52 +0000
31755
+ Served asset /citygate.js - 304 Not Modified (0ms)
31756
+
31757
+
31758
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 12:44:52 +0000
31759
+ Served asset /application.js - 304 Not Modified (0ms)
31760
+
31761
+
31762
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 12:44:54 +0000
31763
+
31764
+
31765
+ Started GET "/users/auth/twitter/callback?oauth_token=nyGzQgCHvm2YYzsmR0pbSV7jZ0hZThoGXdZGhIk&oauth_verifier=7hPKrRmhWAmR9HjUmAfL4n6aThb6496Pa8Vxbz4ifc" for 127.0.0.1 at 2012-11-14 12:45:01 +0000
31766
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
31767
+ Parameters: {"oauth_token"=>"nyGzQgCHvm2YYzsmR0pbSV7jZ0hZThoGXdZGhIk", "oauth_verifier"=>"7hPKrRmhWAmR9HjUmAfL4n6aThb6496Pa8Vxbz4ifc"}
31768
+ Completed 500 Internal Server Error in 2ms
31769
+
31770
+ NoMethodError (undefined method `authorizations' for nil:NilClass):
31771
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:80:in `find_for_oauth'
31772
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:28:in `oauthorize'
31773
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:16:in `twitter'
31774
+ actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
31775
+ actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
31776
+ actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
31777
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
31778
+ activesupport (3.2.6) lib/active_support/callbacks.rb:436:in `_run__1354473091498350653__process_action__715563619463841248__callbacks'
31779
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
31780
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
31781
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
31782
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
31783
+ actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
31784
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
31785
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `block in instrument'
31786
+ activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
31787
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
31788
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
31789
+ actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
31790
+ activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
31791
+ actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
31792
+ actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
31793
+ actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
31794
+ actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
31795
+ actionpack (3.2.6) lib/action_controller/metal.rb:246:in `block in action'
31796
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
31797
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
31798
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
31799
+ actionpack (3.2.6) lib/action_dispatch/routing/mapper.rb:42:in `call'
31800
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
31801
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
31802
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
31803
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
31804
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
31805
+ railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
31806
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
31807
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
31808
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
31809
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
31810
+ omniauth (1.0.3) lib/omniauth/strategy.rb:368:in `call_app!'
31811
+ omniauth (1.0.3) lib/omniauth/strategy.rb:332:in `callback_phase'
31812
+ omniauth-oauth (1.0.1) lib/omniauth/strategies/oauth.rb:58:in `callback_phase'
31813
+ omniauth (1.0.3) lib/omniauth/strategy.rb:204:in `callback_call'
31814
+ omniauth (1.0.3) lib/omniauth/strategy.rb:166:in `call!'
31815
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31816
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
31817
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31818
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
31819
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31820
+ warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
31821
+ warden (1.1.1) lib/warden/manager.rb:34:in `catch'
31822
+ warden (1.1.1) lib/warden/manager.rb:34:in `call'
31823
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
31824
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
31825
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
31826
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
31827
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
31828
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
31829
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
31830
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
31831
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
31832
+ activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
31833
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
31834
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
31835
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__3613610970379960702__call__3121608695376476824__callbacks'
31836
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
31837
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
31838
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
31839
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
31840
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
31841
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
31842
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
31843
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
31844
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
31845
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
31846
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
31847
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
31848
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
31849
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
31850
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
31851
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
31852
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
31853
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
31854
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
31855
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
31856
+ thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process'
31857
+ thin (1.3.1) lib/thin/connection.rb:78:in `catch'
31858
+ thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
31859
+ thin (1.3.1) lib/thin/connection.rb:53:in `process'
31860
+ thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
31861
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
31862
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
31863
+ thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
31864
+ thin (1.3.1) lib/thin/server.rb:159:in `start'
31865
+ rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
31866
+ rack (1.4.1) lib/rack/server.rb:265:in `start'
31867
+ railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
31868
+ railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
31869
+ railties (3.2.6) lib/rails/commands.rb:50:in `tap'
31870
+ railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
31871
+ script/rails:6:in `require'
31872
+ script/rails:6:in `<main>'
31873
+
31874
+
31875
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms)
31876
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
31877
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.1ms)
31878
+
31879
+
31880
+ Started GET "/" for 127.0.0.1 at 2012-11-14 12:55:07 +0000
31881
+ Processing by Citygate::HomeController#index as HTML
31882
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
31883
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.3ms)
31884
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (2.6ms)
31885
+ Completed 200 OK in 65ms (Views: 10.7ms | ActiveRecord: 1.0ms)
31886
+
31887
+
31888
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 12:55:07 +0000
31889
+ Served asset /application.css - 304 Not Modified (0ms)
31890
+
31891
+
31892
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 12:55:07 +0000
31893
+ Served asset /citygate.css - 304 Not Modified (0ms)
31894
+
31895
+
31896
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 12:55:07 +0000
31897
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
31898
+
31899
+
31900
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 12:55:07 +0000
31901
+ Served asset /jquery.js - 304 Not Modified (0ms)
31902
+
31903
+
31904
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 12:55:07 +0000
31905
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
31906
+
31907
+
31908
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 12:55:07 +0000
31909
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
31910
+
31911
+
31912
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 12:55:07 +0000
31913
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
31914
+
31915
+
31916
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 12:55:07 +0000
31917
+ Served asset /citygate.js - 304 Not Modified (0ms)
31918
+
31919
+
31920
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 12:55:07 +0000
31921
+ Served asset /application.js - 304 Not Modified (0ms)
31922
+
31923
+
31924
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 12:55:13 +0000
31925
+
31926
+
31927
+ Started GET "/users/auth/twitter/callback?oauth_token=bw48H1HWpcLcDSyCy8EEDzXvLW5xYCmb8JWsh7A3fc&oauth_verifier=7Dpx2RFirbjRUK5urZLusxnBfDPnhyv0Anh5HIuUw" for 127.0.0.1 at 2012-11-14 12:55:15 +0000
31928
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
31929
+ Parameters: {"oauth_token"=>"bw48H1HWpcLcDSyCy8EEDzXvLW5xYCmb8JWsh7A3fc", "oauth_verifier"=>"7Dpx2RFirbjRUK5urZLusxnBfDPnhyv0Anh5HIuUw"}
31930
+ Completed 500 Internal Server Error in 1ms
31931
+
31932
+ NoMethodError (undefined method `authorizations' for nil:NilClass):
31933
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:89:in `find_for_oauth'
31934
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:28:in `oauthorize'
31935
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:16:in `twitter'
31936
+ actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
31937
+ actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
31938
+ actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
31939
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
31940
+ activesupport (3.2.6) lib/active_support/callbacks.rb:436:in `_run__1354473091498350653__process_action__715563619463841248__callbacks'
31941
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
31942
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
31943
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
31944
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
31945
+ actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
31946
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
31947
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `block in instrument'
31948
+ activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
31949
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
31950
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
31951
+ actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
31952
+ activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
31953
+ actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
31954
+ actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
31955
+ actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
31956
+ actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
31957
+ actionpack (3.2.6) lib/action_controller/metal.rb:246:in `block in action'
31958
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
31959
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
31960
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
31961
+ actionpack (3.2.6) lib/action_dispatch/routing/mapper.rb:42:in `call'
31962
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
31963
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
31964
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
31965
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
31966
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
31967
+ railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
31968
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
31969
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
31970
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
31971
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
31972
+ omniauth (1.0.3) lib/omniauth/strategy.rb:368:in `call_app!'
31973
+ omniauth (1.0.3) lib/omniauth/strategy.rb:332:in `callback_phase'
31974
+ omniauth-oauth (1.0.1) lib/omniauth/strategies/oauth.rb:58:in `callback_phase'
31975
+ omniauth (1.0.3) lib/omniauth/strategy.rb:204:in `callback_call'
31976
+ omniauth (1.0.3) lib/omniauth/strategy.rb:166:in `call!'
31977
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31978
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
31979
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31980
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
31981
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
31982
+ warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
31983
+ warden (1.1.1) lib/warden/manager.rb:34:in `catch'
31984
+ warden (1.1.1) lib/warden/manager.rb:34:in `call'
31985
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
31986
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
31987
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
31988
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
31989
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
31990
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
31991
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
31992
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
31993
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
31994
+ activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
31995
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
31996
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
31997
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__3613610970379960702__call__3121608695376476824__callbacks'
31998
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
31999
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
32000
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
32001
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
32002
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
32003
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
32004
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
32005
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
32006
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
32007
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
32008
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
32009
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
32010
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
32011
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
32012
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
32013
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
32014
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
32015
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
32016
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
32017
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
32018
+ thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process'
32019
+ thin (1.3.1) lib/thin/connection.rb:78:in `catch'
32020
+ thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
32021
+ thin (1.3.1) lib/thin/connection.rb:53:in `process'
32022
+ thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
32023
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
32024
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
32025
+ thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
32026
+ thin (1.3.1) lib/thin/server.rb:159:in `start'
32027
+ rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
32028
+ rack (1.4.1) lib/rack/server.rb:265:in `start'
32029
+ railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
32030
+ railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
32031
+ railties (3.2.6) lib/rails/commands.rb:50:in `tap'
32032
+ railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
32033
+ script/rails:6:in `require'
32034
+ script/rails:6:in `<main>'
32035
+
32036
+
32037
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms)
32038
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
32039
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.1ms)
32040
+
32041
+
32042
+ Started GET "/users/auth/twitter/callback?oauth_token=bw48H1HWpcLcDSyCy8EEDzXvLW5xYCmb8JWsh7A3fc&oauth_verifier=7Dpx2RFirbjRUK5urZLusxnBfDPnhyv0Anh5HIuUw" for 127.0.0.1 at 2012-11-14 12:57:29 +0000
32043
+ Processing by Citygate::Users::OmniauthCallbacksController#failure as HTML
32044
+ Parameters: {"oauth_token"=>"bw48H1HWpcLcDSyCy8EEDzXvLW5xYCmb8JWsh7A3fc", "oauth_verifier"=>"7Dpx2RFirbjRUK5urZLusxnBfDPnhyv0Anh5HIuUw"}
32045
+ Redirected to http://127.0.0.1:3000/users/sign_in
32046
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
32047
+
32048
+
32049
+ Started GET "/users/sign_in" for 127.0.0.1 at 2012-11-14 12:57:30 +0000
32050
+ Processing by Devise::SessionsController#new as HTML
32051
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/shared/_links.erb (2.6ms)
32052
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/sessions/new.html.erb within layouts/application (8.0ms)
32053
+ Completed 200 OK in 110ms (Views: 16.7ms | ActiveRecord: 0.8ms)
32054
+
32055
+
32056
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 12:57:30 +0000
32057
+ Served asset /application.css - 304 Not Modified (0ms)
32058
+
32059
+
32060
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 12:57:30 +0000
32061
+ Served asset /citygate.css - 304 Not Modified (0ms)
32062
+
32063
+
32064
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 12:57:30 +0000
32065
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
32066
+
32067
+
32068
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 12:57:30 +0000
32069
+ Served asset /jquery.js - 304 Not Modified (0ms)
32070
+
32071
+
32072
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 12:57:30 +0000
32073
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32074
+
32075
+
32076
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 12:57:30 +0000
32077
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
32078
+
32079
+
32080
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 12:57:30 +0000
32081
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
32082
+
32083
+
32084
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 12:57:30 +0000
32085
+ Served asset /citygate.js - 304 Not Modified (0ms)
32086
+
32087
+
32088
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 12:57:30 +0000
32089
+ Served asset /application.js - 304 Not Modified (0ms)
32090
+
32091
+
32092
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 12:57:35 +0000
32093
+
32094
+
32095
+ Started GET "/users/auth/twitter/callback?oauth_token=D7hpsxMcLJiA7TaRjn75wO7VZwRZCFo7oabiFcS94Q&oauth_verifier=6GkOKagiAafx1NCfbn9W1LXePJ8PNLvQr32neLZM4" for 127.0.0.1 at 2012-11-14 12:57:37 +0000
32096
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
32097
+ Parameters: {"oauth_token"=>"D7hpsxMcLJiA7TaRjn75wO7VZwRZCFo7oabiFcS94Q", "oauth_verifier"=>"6GkOKagiAafx1NCfbn9W1LXePJ8PNLvQr32neLZM4"}
32098
+ Completed 500 Internal Server Error in 1ms
32099
+
32100
+ NoMethodError (undefined method `authorizations' for nil:NilClass):
32101
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:90:in `find_for_oauth'
32102
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:28:in `oauthorize'
32103
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:16:in `twitter'
32104
+ actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
32105
+ actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
32106
+ actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
32107
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
32108
+ activesupport (3.2.6) lib/active_support/callbacks.rb:436:in `_run__1354473091498350653__process_action__715563619463841248__callbacks'
32109
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
32110
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
32111
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
32112
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
32113
+ actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
32114
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
32115
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `block in instrument'
32116
+ activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
32117
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
32118
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
32119
+ actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
32120
+ activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
32121
+ actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
32122
+ actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
32123
+ actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
32124
+ actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
32125
+ actionpack (3.2.6) lib/action_controller/metal.rb:246:in `block in action'
32126
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
32127
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
32128
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
32129
+ actionpack (3.2.6) lib/action_dispatch/routing/mapper.rb:42:in `call'
32130
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
32131
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
32132
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
32133
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
32134
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
32135
+ railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
32136
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
32137
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
32138
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
32139
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
32140
+ omniauth (1.0.3) lib/omniauth/strategy.rb:368:in `call_app!'
32141
+ omniauth (1.0.3) lib/omniauth/strategy.rb:332:in `callback_phase'
32142
+ omniauth-oauth (1.0.1) lib/omniauth/strategies/oauth.rb:58:in `callback_phase'
32143
+ omniauth (1.0.3) lib/omniauth/strategy.rb:204:in `callback_call'
32144
+ omniauth (1.0.3) lib/omniauth/strategy.rb:166:in `call!'
32145
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32146
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
32147
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32148
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
32149
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32150
+ warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
32151
+ warden (1.1.1) lib/warden/manager.rb:34:in `catch'
32152
+ warden (1.1.1) lib/warden/manager.rb:34:in `call'
32153
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
32154
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
32155
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
32156
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
32157
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
32158
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
32159
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
32160
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
32161
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
32162
+ activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
32163
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
32164
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
32165
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__3613610970379960702__call__3121608695376476824__callbacks'
32166
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
32167
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
32168
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
32169
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
32170
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
32171
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
32172
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
32173
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
32174
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
32175
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
32176
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
32177
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
32178
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
32179
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
32180
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
32181
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
32182
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
32183
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
32184
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
32185
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
32186
+ thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process'
32187
+ thin (1.3.1) lib/thin/connection.rb:78:in `catch'
32188
+ thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
32189
+ thin (1.3.1) lib/thin/connection.rb:53:in `process'
32190
+ thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
32191
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
32192
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
32193
+ thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
32194
+ thin (1.3.1) lib/thin/server.rb:159:in `start'
32195
+ rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
32196
+ rack (1.4.1) lib/rack/server.rb:265:in `start'
32197
+ railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
32198
+ railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
32199
+ railties (3.2.6) lib/rails/commands.rb:50:in `tap'
32200
+ railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
32201
+ script/rails:6:in `require'
32202
+ script/rails:6:in `<main>'
32203
+
32204
+
32205
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms)
32206
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
32207
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.4ms)
32208
+
32209
+
32210
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 12:57:58 +0000
32211
+
32212
+
32213
+ Started GET "/users/auth/twitter/callback?oauth_token=m7JCeF9HH0bApoBar3T4FAYQnHCabHgyPtI0LNPB5s&oauth_verifier=kHWBnEQ8jkxUR5UD1kL6RiY5Gb2oYCfuw48N6lODc3A" for 127.0.0.1 at 2012-11-14 12:58:00 +0000
32214
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
32215
+ Parameters: {"oauth_token"=>"m7JCeF9HH0bApoBar3T4FAYQnHCabHgyPtI0LNPB5s", "oauth_verifier"=>"kHWBnEQ8jkxUR5UD1kL6RiY5Gb2oYCfuw48N6lODc3A"}
32216
+ Completed 500 Internal Server Error in 1ms
32217
+
32218
+ NoMethodError (undefined method `authorizations' for nil:NilClass):
32219
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:90:in `find_for_oauth'
32220
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:28:in `oauthorize'
32221
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:16:in `twitter'
32222
+ actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
32223
+ actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
32224
+ actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
32225
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
32226
+ activesupport (3.2.6) lib/active_support/callbacks.rb:436:in `_run__1354473091498350653__process_action__715563619463841248__callbacks'
32227
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
32228
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
32229
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
32230
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
32231
+ actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
32232
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
32233
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `block in instrument'
32234
+ activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
32235
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
32236
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
32237
+ actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
32238
+ activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
32239
+ actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
32240
+ actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
32241
+ actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
32242
+ actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
32243
+ actionpack (3.2.6) lib/action_controller/metal.rb:246:in `block in action'
32244
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
32245
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
32246
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
32247
+ actionpack (3.2.6) lib/action_dispatch/routing/mapper.rb:42:in `call'
32248
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
32249
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
32250
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
32251
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
32252
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
32253
+ railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
32254
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
32255
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
32256
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
32257
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
32258
+ omniauth (1.0.3) lib/omniauth/strategy.rb:368:in `call_app!'
32259
+ omniauth (1.0.3) lib/omniauth/strategy.rb:332:in `callback_phase'
32260
+ omniauth-oauth (1.0.1) lib/omniauth/strategies/oauth.rb:58:in `callback_phase'
32261
+ omniauth (1.0.3) lib/omniauth/strategy.rb:204:in `callback_call'
32262
+ omniauth (1.0.3) lib/omniauth/strategy.rb:166:in `call!'
32263
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32264
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
32265
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32266
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
32267
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32268
+ warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
32269
+ warden (1.1.1) lib/warden/manager.rb:34:in `catch'
32270
+ warden (1.1.1) lib/warden/manager.rb:34:in `call'
32271
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
32272
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
32273
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
32274
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
32275
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
32276
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
32277
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
32278
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
32279
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
32280
+ activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
32281
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
32282
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
32283
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__3613610970379960702__call__3121608695376476824__callbacks'
32284
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
32285
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
32286
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
32287
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
32288
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
32289
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
32290
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
32291
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
32292
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
32293
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
32294
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
32295
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
32296
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
32297
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
32298
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
32299
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
32300
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
32301
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
32302
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
32303
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
32304
+ thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process'
32305
+ thin (1.3.1) lib/thin/connection.rb:78:in `catch'
32306
+ thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
32307
+ thin (1.3.1) lib/thin/connection.rb:53:in `process'
32308
+ thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
32309
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
32310
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
32311
+ thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
32312
+ thin (1.3.1) lib/thin/server.rb:159:in `start'
32313
+ rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
32314
+ rack (1.4.1) lib/rack/server.rb:265:in `start'
32315
+ railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
32316
+ railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
32317
+ railties (3.2.6) lib/rails/commands.rb:50:in `tap'
32318
+ railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
32319
+ script/rails:6:in `require'
32320
+ script/rails:6:in `<main>'
32321
+
32322
+
32323
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms)
32324
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
32325
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms)
32326
+
32327
+
32328
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 13:05:48 +0000
32329
+
32330
+
32331
+ Started GET "/users/auth/twitter/callback?oauth_token=rqq1VdkalD7yT8cH8vbV7bNbwSi2CAxB8F8DncMivU&oauth_verifier=sqgSAPx3Q41kRiPhGVOop2NqISgYrdSi2kKhxeqAYM" for 127.0.0.1 at 2012-11-14 13:05:51 +0000
32332
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
32333
+ Parameters: {"oauth_token"=>"rqq1VdkalD7yT8cH8vbV7bNbwSi2CAxB8F8DncMivU", "oauth_verifier"=>"sqgSAPx3Q41kRiPhGVOop2NqISgYrdSi2kKhxeqAYM"}
32334
+ Completed 500 Internal Server Error in 1ms
32335
+
32336
+ NoMethodError (undefined method `authorizations' for nil:NilClass):
32337
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:89:in `find_for_oauth'
32338
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:28:in `oauthorize'
32339
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:16:in `twitter'
32340
+ actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
32341
+ actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
32342
+ actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
32343
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
32344
+ activesupport (3.2.6) lib/active_support/callbacks.rb:436:in `_run__1354473091498350653__process_action__715563619463841248__callbacks'
32345
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
32346
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
32347
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
32348
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
32349
+ actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
32350
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
32351
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `block in instrument'
32352
+ activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
32353
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
32354
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
32355
+ actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
32356
+ activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
32357
+ actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
32358
+ actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
32359
+ actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
32360
+ actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
32361
+ actionpack (3.2.6) lib/action_controller/metal.rb:246:in `block in action'
32362
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
32363
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
32364
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
32365
+ actionpack (3.2.6) lib/action_dispatch/routing/mapper.rb:42:in `call'
32366
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
32367
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
32368
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
32369
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
32370
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
32371
+ railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
32372
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
32373
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
32374
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
32375
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
32376
+ omniauth (1.0.3) lib/omniauth/strategy.rb:368:in `call_app!'
32377
+ omniauth (1.0.3) lib/omniauth/strategy.rb:332:in `callback_phase'
32378
+ omniauth-oauth (1.0.1) lib/omniauth/strategies/oauth.rb:58:in `callback_phase'
32379
+ omniauth (1.0.3) lib/omniauth/strategy.rb:204:in `callback_call'
32380
+ omniauth (1.0.3) lib/omniauth/strategy.rb:166:in `call!'
32381
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32382
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
32383
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32384
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
32385
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32386
+ warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
32387
+ warden (1.1.1) lib/warden/manager.rb:34:in `catch'
32388
+ warden (1.1.1) lib/warden/manager.rb:34:in `call'
32389
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
32390
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
32391
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
32392
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
32393
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
32394
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
32395
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
32396
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
32397
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
32398
+ activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
32399
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
32400
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
32401
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__3613610970379960702__call__3121608695376476824__callbacks'
32402
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
32403
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
32404
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
32405
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
32406
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
32407
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
32408
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
32409
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
32410
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
32411
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
32412
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
32413
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
32414
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
32415
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
32416
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
32417
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
32418
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
32419
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
32420
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
32421
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
32422
+ thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process'
32423
+ thin (1.3.1) lib/thin/connection.rb:78:in `catch'
32424
+ thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
32425
+ thin (1.3.1) lib/thin/connection.rb:53:in `process'
32426
+ thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
32427
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
32428
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
32429
+ thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
32430
+ thin (1.3.1) lib/thin/server.rb:159:in `start'
32431
+ rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
32432
+ rack (1.4.1) lib/rack/server.rb:265:in `start'
32433
+ railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
32434
+ railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
32435
+ railties (3.2.6) lib/rails/commands.rb:50:in `tap'
32436
+ railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
32437
+ script/rails:6:in `require'
32438
+ script/rails:6:in `<main>'
32439
+
32440
+
32441
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms)
32442
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
32443
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.9ms)
32444
+
32445
+
32446
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 13:06:33 +0000
32447
+
32448
+
32449
+ Started GET "/users/auth/twitter/callback?oauth_token=qWujOqSzuybJnm61rXwPpAfjzFDxDeOQFLz34HDdrI&oauth_verifier=TcZt5yY9bESepDGKNQvzms3p8GvBI4ta4aZdJYBzw4" for 127.0.0.1 at 2012-11-14 13:06:36 +0000
32450
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
32451
+ Parameters: {"oauth_token"=>"qWujOqSzuybJnm61rXwPpAfjzFDxDeOQFLz34HDdrI", "oauth_verifier"=>"TcZt5yY9bESepDGKNQvzms3p8GvBI4ta4aZdJYBzw4"}
32452
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."uid" = '24297915' LIMIT 1
32453
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."first_name" = 'Luís Ferreira' LIMIT 1
32454
+  (0.1ms) begin transaction
32455
+  (0.0ms) rollback transaction
32456
+ Completed 500 Internal Server Error in 136ms
32457
+
32458
+ NoMethodError (undefined method `[]' for false:FalseClass):
32459
+ activerecord (3.2.6) lib/active_record/validations.rb:76:in `perform_validations'
32460
+ activerecord (3.2.6) lib/active_record/validations.rb:50:in `save'
32461
+ activerecord (3.2.6) lib/active_record/attribute_methods/dirty.rb:22:in `save'
32462
+ activerecord (3.2.6) lib/active_record/transactions.rb:241:in `block (2 levels) in save'
32463
+ activerecord (3.2.6) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status'
32464
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
32465
+ activerecord (3.2.6) lib/active_record/transactions.rb:208:in `transaction'
32466
+ activerecord (3.2.6) lib/active_record/transactions.rb:293:in `with_transaction_returning_status'
32467
+ activerecord (3.2.6) lib/active_record/transactions.rb:241:in `block in save'
32468
+ activerecord (3.2.6) lib/active_record/transactions.rb:252:in `rollback_active_record_state!'
32469
+ activerecord (3.2.6) lib/active_record/transactions.rb:240:in `save'
32470
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:125:in `find_for_oauth_by_name'
32471
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:83:in `find_for_oauth'
32472
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:28:in `oauthorize'
32473
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:16:in `twitter'
32474
+ actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
32475
+ actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
32476
+ actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
32477
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
32478
+ activesupport (3.2.6) lib/active_support/callbacks.rb:436:in `_run__1354473091498350653__process_action__715563619463841248__callbacks'
32479
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
32480
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
32481
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
32482
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
32483
+ actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
32484
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
32485
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `block in instrument'
32486
+ activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
32487
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
32488
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
32489
+ actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
32490
+ activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
32491
+ actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
32492
+ actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
32493
+ actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
32494
+ actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
32495
+ actionpack (3.2.6) lib/action_controller/metal.rb:246:in `block in action'
32496
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
32497
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
32498
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
32499
+ actionpack (3.2.6) lib/action_dispatch/routing/mapper.rb:42:in `call'
32500
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
32501
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
32502
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
32503
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
32504
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
32505
+ railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
32506
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
32507
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
32508
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
32509
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
32510
+ omniauth (1.0.3) lib/omniauth/strategy.rb:368:in `call_app!'
32511
+ omniauth (1.0.3) lib/omniauth/strategy.rb:332:in `callback_phase'
32512
+ omniauth-oauth (1.0.1) lib/omniauth/strategies/oauth.rb:58:in `callback_phase'
32513
+ omniauth (1.0.3) lib/omniauth/strategy.rb:204:in `callback_call'
32514
+ omniauth (1.0.3) lib/omniauth/strategy.rb:166:in `call!'
32515
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32516
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
32517
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32518
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
32519
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32520
+ warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
32521
+ warden (1.1.1) lib/warden/manager.rb:34:in `catch'
32522
+ warden (1.1.1) lib/warden/manager.rb:34:in `call'
32523
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
32524
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
32525
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
32526
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
32527
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
32528
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
32529
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
32530
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
32531
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
32532
+ activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
32533
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
32534
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
32535
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__3613610970379960702__call__3121608695376476824__callbacks'
32536
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
32537
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
32538
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
32539
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
32540
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
32541
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
32542
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
32543
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
32544
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
32545
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
32546
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
32547
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
32548
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
32549
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
32550
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
32551
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
32552
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
32553
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
32554
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
32555
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
32556
+ thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process'
32557
+ thin (1.3.1) lib/thin/connection.rb:78:in `catch'
32558
+ thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
32559
+ thin (1.3.1) lib/thin/connection.rb:53:in `process'
32560
+ thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
32561
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
32562
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
32563
+ thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
32564
+ thin (1.3.1) lib/thin/server.rb:159:in `start'
32565
+ rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
32566
+ rack (1.4.1) lib/rack/server.rb:265:in `start'
32567
+ railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
32568
+ railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
32569
+ railties (3.2.6) lib/rails/commands.rb:50:in `tap'
32570
+ railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
32571
+ script/rails:6:in `require'
32572
+ script/rails:6:in `<main>'
32573
+
32574
+
32575
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.1ms)
32576
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
32577
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.7ms)
32578
+
32579
+
32580
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 13:08:09 +0000
32581
+
32582
+
32583
+ Started GET "/users/auth/twitter/callback?oauth_token=cCH7pSjAhGoM7zdFYW4OVyfwPGUUUDQiOYEaNNsB28&oauth_verifier=CtjSRJF3sDuea6eDUBtUumSheCiEZWkfgQor4MtqR4" for 127.0.0.1 at 2012-11-14 13:08:11 +0000
32584
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
32585
+ Parameters: {"oauth_token"=>"cCH7pSjAhGoM7zdFYW4OVyfwPGUUUDQiOYEaNNsB28", "oauth_verifier"=>"CtjSRJF3sDuea6eDUBtUumSheCiEZWkfgQor4MtqR4"}
32586
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."uid" = '24297915' LIMIT 1
32587
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."first_name" = 'Luís Ferreira' LIMIT 1
32588
+  (0.1ms) begin transaction
32589
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = '34588d76-4c99-415a-b76a-77a527a75e4c@host' LIMIT 1
32590
+  (0.1ms) rollback transaction
32591
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" IS NULL AND "citygate_authorizations"."provider" = 'Twitter' LIMIT 1
32592
+  (0.1ms) begin transaction
32593
+  (0.0ms) rollback transaction
32594
+ Completed 500 Internal Server Error in 507ms
32595
+
32596
+ ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: screen_name):
32597
+ activemodel (3.2.6) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes'
32598
+ activemodel (3.2.6) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal'
32599
+ activemodel (3.2.6) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize'
32600
+ activemodel (3.2.6) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment'
32601
+ activerecord (3.2.6) lib/active_record/attribute_assignment.rb:75:in `assign_attributes'
32602
+ activerecord (3.2.6) lib/active_record/persistence.rb:212:in `block in update_attributes'
32603
+ activerecord (3.2.6) lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status'
32604
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
32605
+ activerecord (3.2.6) lib/active_record/transactions.rb:208:in `transaction'
32606
+ activerecord (3.2.6) lib/active_record/transactions.rb:293:in `with_transaction_returning_status'
32607
+ activerecord (3.2.6) lib/active_record/persistence.rb:211:in `update_attributes'
32608
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:91:in `find_for_oauth'
32609
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:28:in `oauthorize'
32610
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users/omniauth_callbacks_controller.rb:16:in `twitter'
32611
+ actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
32612
+ actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
32613
+ actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
32614
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
32615
+ activesupport (3.2.6) lib/active_support/callbacks.rb:436:in `_run__1354473091498350653__process_action__715563619463841248__callbacks'
32616
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
32617
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
32618
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
32619
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
32620
+ actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
32621
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
32622
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `block in instrument'
32623
+ activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
32624
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
32625
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
32626
+ actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
32627
+ activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
32628
+ actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
32629
+ actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
32630
+ actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
32631
+ actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
32632
+ actionpack (3.2.6) lib/action_controller/metal.rb:246:in `block in action'
32633
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
32634
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
32635
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
32636
+ actionpack (3.2.6) lib/action_dispatch/routing/mapper.rb:42:in `call'
32637
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
32638
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
32639
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
32640
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
32641
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
32642
+ railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
32643
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
32644
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
32645
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
32646
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
32647
+ omniauth (1.0.3) lib/omniauth/strategy.rb:368:in `call_app!'
32648
+ omniauth (1.0.3) lib/omniauth/strategy.rb:332:in `callback_phase'
32649
+ omniauth-oauth (1.0.1) lib/omniauth/strategies/oauth.rb:58:in `callback_phase'
32650
+ omniauth (1.0.3) lib/omniauth/strategy.rb:204:in `callback_call'
32651
+ omniauth (1.0.3) lib/omniauth/strategy.rb:166:in `call!'
32652
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32653
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
32654
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32655
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
32656
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
32657
+ warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
32658
+ warden (1.1.1) lib/warden/manager.rb:34:in `catch'
32659
+ warden (1.1.1) lib/warden/manager.rb:34:in `call'
32660
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
32661
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
32662
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
32663
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
32664
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
32665
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
32666
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
32667
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
32668
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
32669
+ activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
32670
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
32671
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
32672
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__3613610970379960702__call__3121608695376476824__callbacks'
32673
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
32674
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
32675
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
32676
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
32677
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
32678
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
32679
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
32680
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
32681
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
32682
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
32683
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
32684
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
32685
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
32686
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
32687
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
32688
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
32689
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
32690
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
32691
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
32692
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
32693
+ thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process'
32694
+ thin (1.3.1) lib/thin/connection.rb:78:in `catch'
32695
+ thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
32696
+ thin (1.3.1) lib/thin/connection.rb:53:in `process'
32697
+ thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
32698
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
32699
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
32700
+ thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
32701
+ thin (1.3.1) lib/thin/server.rb:159:in `start'
32702
+ rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
32703
+ rack (1.4.1) lib/rack/server.rb:265:in `start'
32704
+ railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
32705
+ railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
32706
+ railties (3.2.6) lib/rails/commands.rb:50:in `tap'
32707
+ railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
32708
+ script/rails:6:in `require'
32709
+ script/rails:6:in `<main>'
32710
+
32711
+
32712
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms)
32713
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
32714
+ Rendered /Users/luis/.rvm/gems/ruby-1.9.3-p125@gb/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms)
32715
+
32716
+
32717
+ Started GET "/users/auth/twitter/callback?oauth_token=cCH7pSjAhGoM7zdFYW4OVyfwPGUUUDQiOYEaNNsB28&oauth_verifier=CtjSRJF3sDuea6eDUBtUumSheCiEZWkfgQor4MtqR4" for 127.0.0.1 at 2012-11-14 13:09:26 +0000
32718
+ Processing by Citygate::Users::OmniauthCallbacksController#failure as HTML
32719
+ Parameters: {"oauth_token"=>"cCH7pSjAhGoM7zdFYW4OVyfwPGUUUDQiOYEaNNsB28", "oauth_verifier"=>"CtjSRJF3sDuea6eDUBtUumSheCiEZWkfgQor4MtqR4"}
32720
+ Redirected to http://127.0.0.1:3000/users/sign_in
32721
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
32722
+
32723
+
32724
+ Started GET "/users/sign_in" for 127.0.0.1 at 2012-11-14 13:09:27 +0000
32725
+ Processing by Devise::SessionsController#new as HTML
32726
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/shared/_links.erb (1.1ms)
32727
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/sessions/new.html.erb within layouts/application (6.0ms)
32728
+ Completed 200 OK in 110ms (Views: 14.8ms | ActiveRecord: 1.4ms)
32729
+
32730
+
32731
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:09:27 +0000
32732
+ Served asset /application.css - 304 Not Modified (0ms)
32733
+
32734
+
32735
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:09:27 +0000
32736
+ Served asset /citygate.css - 304 Not Modified (0ms)
32737
+
32738
+
32739
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:09:27 +0000
32740
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
32741
+
32742
+
32743
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:09:27 +0000
32744
+ Served asset /jquery.js - 304 Not Modified (0ms)
32745
+
32746
+
32747
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:09:27 +0000
32748
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32749
+
32750
+
32751
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:09:27 +0000
32752
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
32753
+
32754
+
32755
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:09:27 +0000
32756
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
32757
+
32758
+
32759
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:09:27 +0000
32760
+ Served asset /citygate.js - 304 Not Modified (0ms)
32761
+
32762
+
32763
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:09:27 +0000
32764
+ Served asset /application.js - 304 Not Modified (0ms)
32765
+
32766
+
32767
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 13:09:30 +0000
32768
+
32769
+
32770
+ Started GET "/users/auth/twitter/callback?oauth_token=3xjhWpdLguEkKOcJ6XJQvE1yZpdKPzBFpv5LpPfoSU&oauth_verifier=u2WG8XxSTM516mCnYSX4ptjUn3uAWLO4MNRaqavA2M" for 127.0.0.1 at 2012-11-14 13:09:32 +0000
32771
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
32772
+ Parameters: {"oauth_token"=>"3xjhWpdLguEkKOcJ6XJQvE1yZpdKPzBFpv5LpPfoSU", "oauth_verifier"=>"u2WG8XxSTM516mCnYSX4ptjUn3uAWLO4MNRaqavA2M"}
32773
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."uid" = '24297915' LIMIT 1
32774
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."first_name" = 'Luís Ferreira' LIMIT 1
32775
+  (0.0ms) begin transaction
32776
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = '6c9da9e7-addd-4523-accc-5bfde11760a0@host' LIMIT 1
32777
+  (0.1ms) rollback transaction
32778
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" IS NULL AND "citygate_authorizations"."provider" = 'Twitter' LIMIT 1
32779
+  (0.1ms) begin transaction
32780
+ SQL (70.3ms) INSERT INTO "citygate_authorizations" ("created_at", "image_url", "link", "name", "provider", "secret", "token", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 13:09:35 UTC +00:00], ["image_url", "http://a0.twimg.com/profile_images/2612882851/meym8c0mppsqd4bjlv33_normal.jpeg"], ["link", nil], ["name", "Luís Ferreira"], ["provider", "Twitter"], ["secret", nil], ["token", "24297915-cNEAGSOEFfuv8WgJxLUN9UFOLLKIZOcZl8ObXZsBo"], ["uid", 24297915], ["updated_at", Wed, 14 Nov 2012 13:09:35 UTC +00:00], ["user_id", nil]]
32781
+  (2.6ms) commit transaction
32782
+  (0.1ms) begin transaction
32783
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = '6c9da9e7-addd-4523-accc-5bfde11760a0@host' LIMIT 1
32784
+  (0.1ms) rollback transaction
32785
+  (0.0ms) begin transaction
32786
+ SQL (0.3ms) DELETE FROM "citygate_authorizations" WHERE "citygate_authorizations"."id" = ? [["id", 3]]
32787
+  (1.9ms) commit transaction
32788
+ Redirected to http://127.0.0.1:3000/users/sign_up
32789
+ Completed 302 Found in 112ms (ActiveRecord: 76.8ms)
32790
+
32791
+
32792
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 13:09:35 +0000
32793
+ Processing by Devise::RegistrationsController#new as HTML
32794
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.3ms)
32795
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (5.8ms)
32796
+ Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.0ms)
32797
+
32798
+
32799
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:09:35 +0000
32800
+ Served asset /application.css - 304 Not Modified (0ms)
32801
+
32802
+
32803
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:09:35 +0000
32804
+ Served asset /citygate.css - 304 Not Modified (0ms)
32805
+
32806
+
32807
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:09:35 +0000
32808
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
32809
+
32810
+
32811
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:09:35 +0000
32812
+ Served asset /jquery.js - 304 Not Modified (0ms)
32813
+
32814
+
32815
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:09:35 +0000
32816
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32817
+
32818
+
32819
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:09:35 +0000
32820
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
32821
+
32822
+
32823
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:09:35 +0000
32824
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
32825
+
32826
+
32827
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:09:35 +0000
32828
+ Served asset /citygate.js - 304 Not Modified (0ms)
32829
+
32830
+
32831
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:09:35 +0000
32832
+ Served asset /application.js - 304 Not Modified (0ms)
32833
+ Connecting to database specified by database.yml
32834
+
32835
+
32836
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 13:30:41 +0000
32837
+
32838
+
32839
+ Started GET "/users/auth/twitter/callback?oauth_token=eH2rTWEmCcqlk2g3qM62F5ezuxeTguBnEehnfCk2mzU&oauth_verifier=IRdvCOJXkJpRRAypAzIYUuzRZqSVduM2lS8WE" for 127.0.0.1 at 2012-11-14 13:30:43 +0000
32840
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
32841
+ Parameters: {"oauth_token"=>"eH2rTWEmCcqlk2g3qM62F5ezuxeTguBnEehnfCk2mzU", "oauth_verifier"=>"IRdvCOJXkJpRRAypAzIYUuzRZqSVduM2lS8WE"}
32842
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."uid" = '24297915' LIMIT 1
32843
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."first_name" = 'Luís Ferreira' LIMIT 1
32844
+  (0.1ms) begin transaction
32845
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = '20d44f5c-2c54-4781-b069-cd3228af26be@host' LIMIT 1
32846
+  (0.1ms) rollback transaction
32847
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" IS NULL AND "citygate_authorizations"."provider" = 'Twitter' LIMIT 1
32848
+  (0.1ms) begin transaction
32849
+ SQL (0.7ms) INSERT INTO "citygate_authorizations" ("created_at", "image_url", "link", "name", "provider", "secret", "token", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 13:30:45 UTC +00:00], ["image_url", "http://a0.twimg.com/profile_images/2612882851/meym8c0mppsqd4bjlv33_normal.jpeg"], ["link", nil], ["name", "Luís Ferreira"], ["provider", "Twitter"], ["secret", nil], ["token", "24297915-cNEAGSOEFfuv8WgJxLUN9UFOLLKIZOcZl8ObXZsBo"], ["uid", 24297915], ["updated_at", Wed, 14 Nov 2012 13:30:45 UTC +00:00], ["user_id", nil]]
32850
+  (3.4ms) commit transaction
32851
+  (0.1ms) begin transaction
32852
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = '20d44f5c-2c54-4781-b069-cd3228af26be@host' LIMIT 1
32853
+  (0.1ms) rollback transaction
32854
+  (0.1ms) begin transaction
32855
+ SQL (0.3ms) DELETE FROM "citygate_authorizations" WHERE "citygate_authorizations"."id" = ? [["id", 4]]
32856
+  (2.2ms) commit transaction
32857
+ Redirected to http://127.0.0.1:3000/users/sign_up
32858
+ Completed 302 Found in 140ms (ActiveRecord: 9.1ms)
32859
+
32860
+
32861
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 13:30:45 +0000
32862
+ Processing by Devise::RegistrationsController#new as HTML
32863
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.5ms)
32864
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (5.1ms)
32865
+ Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.0ms)
32866
+
32867
+
32868
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:30:46 +0000
32869
+ Served asset /application.css - 304 Not Modified (0ms)
32870
+
32871
+
32872
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:30:46 +0000
32873
+ Served asset /citygate.css - 304 Not Modified (0ms)
32874
+
32875
+
32876
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:30:46 +0000
32877
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
32878
+
32879
+
32880
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:30:46 +0000
32881
+ Served asset /jquery.js - 304 Not Modified (0ms)
32882
+
32883
+
32884
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:30:46 +0000
32885
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32886
+
32887
+
32888
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:30:46 +0000
32889
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
32890
+
32891
+
32892
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:30:46 +0000
32893
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
32894
+
32895
+
32896
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:30:46 +0000
32897
+ Served asset /citygate.js - 304 Not Modified (0ms)
32898
+
32899
+
32900
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:30:46 +0000
32901
+ Served asset /application.js - 304 Not Modified (0ms)
32902
+
32903
+
32904
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 13:32:13 +0000
32905
+
32906
+
32907
+ Started GET "/users/auth/twitter/callback?oauth_token=yQX4mWJkhdrDXwI3RlG9TS4Maqdn6ECAvZyih4a0&oauth_verifier=otCH7VAZkMPq7RmCvTUI32eUYdYzACqHoPkD4q5kwo" for 127.0.0.1 at 2012-11-14 13:32:16 +0000
32908
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
32909
+ Parameters: {"oauth_token"=>"yQX4mWJkhdrDXwI3RlG9TS4Maqdn6ECAvZyih4a0", "oauth_verifier"=>"otCH7VAZkMPq7RmCvTUI32eUYdYzACqHoPkD4q5kwo"}
32910
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."uid" = '24297915' LIMIT 1
32911
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."first_name" = 'Luís Ferreira' LIMIT 1
32912
+  (0.1ms) begin transaction
32913
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = '163811fe-1c0f-43e8-9e10-ebf07e86a06a@host' LIMIT 1
32914
+  (0.1ms) rollback transaction
32915
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" IS NULL AND "citygate_authorizations"."provider" = 'Twitter' LIMIT 1
32916
+  (0.1ms) begin transaction
32917
+ SQL (0.6ms) INSERT INTO "citygate_authorizations" ("created_at", "image_url", "link", "name", "provider", "secret", "token", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 13:32:18 UTC +00:00], ["image_url", "http://a0.twimg.com/profile_images/2612882851/meym8c0mppsqd4bjlv33_normal.jpeg"], ["link", nil], ["name", "Luís Ferreira"], ["provider", "Twitter"], ["secret", nil], ["token", "24297915-cNEAGSOEFfuv8WgJxLUN9UFOLLKIZOcZl8ObXZsBo"], ["uid", 24297915], ["updated_at", Wed, 14 Nov 2012 13:32:18 UTC +00:00], ["user_id", nil]]
32918
+  (1.6ms) commit transaction
32919
+  (0.1ms) begin transaction
32920
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = '163811fe-1c0f-43e8-9e10-ebf07e86a06a@host' LIMIT 1
32921
+  (0.1ms) rollback transaction
32922
+  (0.0ms) begin transaction
32923
+ SQL (0.3ms) DELETE FROM "citygate_authorizations" WHERE "citygate_authorizations"."id" = ? [["id", 5]]
32924
+  (1.3ms) commit transaction
32925
+ Redirected to http://127.0.0.1:3000/users/sign_up
32926
+ Completed 302 Found in 87ms (ActiveRecord: 6.2ms)
32927
+
32928
+
32929
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 13:32:18 +0000
32930
+ Processing by Devise::RegistrationsController#new as HTML
32931
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.3ms)
32932
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (4.8ms)
32933
+ Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.0ms)
32934
+
32935
+
32936
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:32:18 +0000
32937
+ Served asset /application.css - 304 Not Modified (0ms)
32938
+
32939
+
32940
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:32:18 +0000
32941
+ Served asset /citygate.css - 304 Not Modified (0ms)
32942
+
32943
+
32944
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:32:18 +0000
32945
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
32946
+
32947
+
32948
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:18 +0000
32949
+ Served asset /jquery.js - 304 Not Modified (0ms)
32950
+
32951
+
32952
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:18 +0000
32953
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32954
+
32955
+
32956
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:18 +0000
32957
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
32958
+
32959
+
32960
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:18 +0000
32961
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
32962
+
32963
+
32964
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:18 +0000
32965
+ Served asset /citygate.js - 304 Not Modified (0ms)
32966
+
32967
+
32968
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:18 +0000
32969
+ Served asset /application.js - 304 Not Modified (0ms)
32970
+
32971
+
32972
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 13:32:41 +0000
32973
+
32974
+
32975
+ Started GET "/users/auth/twitter/callback?oauth_token=tP7eUtnXoyPT49Lxop57HLCsW7QfFRLIvNMBiccnuQ&oauth_verifier=825rPqw4VQvFptsnFOopbl1gcRDdUGeuZ90dielU3Ks" for 127.0.0.1 at 2012-11-14 13:32:43 +0000
32976
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
32977
+ Parameters: {"oauth_token"=>"tP7eUtnXoyPT49Lxop57HLCsW7QfFRLIvNMBiccnuQ", "oauth_verifier"=>"825rPqw4VQvFptsnFOopbl1gcRDdUGeuZ90dielU3Ks"}
32978
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."uid" = '24297915' LIMIT 1
32979
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."first_name" = 'Luís Ferreira' LIMIT 1
32980
+  (0.1ms) begin transaction
32981
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = 'a72150e9-5b29-48e1-a3e0-e65ed0d5b5e1@host' LIMIT 1
32982
+  (0.1ms) rollback transaction
32983
+ Citygate::Authorization Load (0.3ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" IS NULL AND "citygate_authorizations"."provider" = 'Twitter' LIMIT 1
32984
+  (0.1ms) begin transaction
32985
+ SQL (0.7ms) INSERT INTO "citygate_authorizations" ("created_at", "image_url", "link", "name", "provider", "secret", "token", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 13:32:45 UTC +00:00], ["image_url", "http://a0.twimg.com/profile_images/2612882851/meym8c0mppsqd4bjlv33_normal.jpeg"], ["link", nil], ["name", "Luís Ferreira"], ["provider", "Twitter"], ["secret", nil], ["token", "24297915-cNEAGSOEFfuv8WgJxLUN9UFOLLKIZOcZl8ObXZsBo"], ["uid", 24297915], ["updated_at", Wed, 14 Nov 2012 13:32:45 UTC +00:00], ["user_id", nil]]
32986
+  (2.6ms) commit transaction
32987
+  (0.1ms) begin transaction
32988
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = 'a72150e9-5b29-48e1-a3e0-e65ed0d5b5e1@host' LIMIT 1
32989
+  (0.1ms) rollback transaction
32990
+ CACHE (0.0ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = 'a72150e9-5b29-48e1-a3e0-e65ed0d5b5e1@host' LIMIT 1
32991
+  (0.1ms) begin transaction
32992
+ SQL (0.4ms) DELETE FROM "citygate_authorizations" WHERE "citygate_authorizations"."id" = ? [["id", 6]]
32993
+  (1.7ms) commit transaction
32994
+ Redirected to http://127.0.0.1:3000/users/sign_up
32995
+ Completed 302 Found in 139ms (ActiveRecord: 8.0ms)
32996
+
32997
+
32998
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 13:32:45 +0000
32999
+ Processing by Devise::RegistrationsController#new as HTML
33000
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.4ms)
33001
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (5.5ms)
33002
+ Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.0ms)
33003
+
33004
+
33005
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:32:45 +0000
33006
+ Served asset /application.css - 304 Not Modified (0ms)
33007
+
33008
+
33009
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:32:45 +0000
33010
+ Served asset /citygate.css - 304 Not Modified (0ms)
33011
+
33012
+
33013
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:32:45 +0000
33014
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33015
+
33016
+
33017
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:45 +0000
33018
+ Served asset /jquery.js - 304 Not Modified (0ms)
33019
+
33020
+
33021
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:45 +0000
33022
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33023
+
33024
+
33025
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:45 +0000
33026
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33027
+
33028
+
33029
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:45 +0000
33030
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33031
+
33032
+
33033
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:45 +0000
33034
+ Served asset /citygate.js - 304 Not Modified (0ms)
33035
+
33036
+
33037
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:45 +0000
33038
+ Served asset /application.js - 304 Not Modified (0ms)
33039
+
33040
+
33041
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 13:32:56 +0000
33042
+ Processing by Devise::RegistrationsController#new as HTML
33043
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.4ms)
33044
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (5.7ms)
33045
+ Completed 200 OK in 61ms (Views: 14.4ms | ActiveRecord: 0.7ms)
33046
+
33047
+
33048
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:32:57 +0000
33049
+ Served asset /application.css - 304 Not Modified (0ms)
33050
+
33051
+
33052
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:32:57 +0000
33053
+ Served asset /citygate.css - 304 Not Modified (0ms)
33054
+
33055
+
33056
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:32:57 +0000
33057
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33058
+
33059
+
33060
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:57 +0000
33061
+ Served asset /jquery.js - 304 Not Modified (0ms)
33062
+
33063
+
33064
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:57 +0000
33065
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33066
+
33067
+
33068
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:57 +0000
33069
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33070
+
33071
+
33072
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:57 +0000
33073
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33074
+
33075
+
33076
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:57 +0000
33077
+ Served asset /citygate.js - 304 Not Modified (0ms)
33078
+
33079
+
33080
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:57 +0000
33081
+ Served asset /application.js - 304 Not Modified (0ms)
33082
+
33083
+
33084
+ Started GET "/" for 127.0.0.1 at 2012-11-14 13:32:58 +0000
33085
+ Processing by Citygate::HomeController#index as HTML
33086
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
33087
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (4.9ms)
33088
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.5ms)
33089
+ Completed 200 OK in 29ms (Views: 16.7ms | ActiveRecord: 0.3ms)
33090
+
33091
+
33092
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:32:58 +0000
33093
+ Served asset /application.css - 304 Not Modified (0ms)
33094
+
33095
+
33096
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:32:58 +0000
33097
+ Served asset /citygate.css - 304 Not Modified (0ms)
33098
+
33099
+
33100
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:32:58 +0000
33101
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33102
+
33103
+
33104
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:58 +0000
33105
+ Served asset /jquery.js - 304 Not Modified (0ms)
33106
+
33107
+
33108
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:58 +0000
33109
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33110
+
33111
+
33112
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:58 +0000
33113
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33114
+
33115
+
33116
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:58 +0000
33117
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33118
+
33119
+
33120
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:58 +0000
33121
+ Served asset /citygate.js - 304 Not Modified (0ms)
33122
+
33123
+
33124
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:32:58 +0000
33125
+ Served asset /application.js - 304 Not Modified (0ms)
33126
+
33127
+
33128
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 13:32:59 +0000
33129
+
33130
+
33131
+ Started GET "/users/auth/twitter/callback?oauth_token=xofCsUeaGB9Qen0z4Q6BznW6lycD7S1UehMynQGzXJM&oauth_verifier=AO09ZDWWwFim8Glc9spnkGnUiEK9l2LcMHgPpjnPPYc" for 127.0.0.1 at 2012-11-14 13:33:01 +0000
33132
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
33133
+ Parameters: {"oauth_token"=>"xofCsUeaGB9Qen0z4Q6BznW6lycD7S1UehMynQGzXJM", "oauth_verifier"=>"AO09ZDWWwFim8Glc9spnkGnUiEK9l2LcMHgPpjnPPYc"}
33134
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."uid" = '24297915' LIMIT 1
33135
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."first_name" = 'Luís Ferreira' LIMIT 1
33136
+  (0.1ms) begin transaction
33137
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = '89920678-a62e-4e18-9afa-f233ef81c874@host' LIMIT 1
33138
+  (0.1ms) rollback transaction
33139
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" IS NULL AND "citygate_authorizations"."provider" = 'Twitter' LIMIT 1
33140
+  (0.1ms) begin transaction
33141
+ SQL (0.6ms) INSERT INTO "citygate_authorizations" ("created_at", "image_url", "link", "name", "provider", "secret", "token", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 13:33:04 UTC +00:00], ["image_url", "http://a0.twimg.com/profile_images/2612882851/meym8c0mppsqd4bjlv33_normal.jpeg"], ["link", nil], ["name", "Luís Ferreira"], ["provider", "Twitter"], ["secret", nil], ["token", "24297915-cNEAGSOEFfuv8WgJxLUN9UFOLLKIZOcZl8ObXZsBo"], ["uid", 24297915], ["updated_at", Wed, 14 Nov 2012 13:33:04 UTC +00:00], ["user_id", nil]]
33142
+  (1.8ms) commit transaction
33143
+  (0.1ms) begin transaction
33144
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = '89920678-a62e-4e18-9afa-f233ef81c874@host' LIMIT 1
33145
+  (0.1ms) rollback transaction
33146
+  (0.0ms) begin transaction
33147
+ SQL (0.3ms) DELETE FROM "citygate_authorizations" WHERE "citygate_authorizations"."id" = ? [["id", 7]]
33148
+  (1.5ms) commit transaction
33149
+ Redirected to http://127.0.0.1:3000/users/sign_up
33150
+ Completed 302 Found in 41ms (ActiveRecord: 5.8ms)
33151
+
33152
+
33153
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 13:33:04 +0000
33154
+ Processing by Devise::RegistrationsController#new as HTML
33155
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.3ms)
33156
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (4.4ms)
33157
+ Completed 200 OK in 67ms (Views: 66.4ms | ActiveRecord: 0.0ms)
33158
+
33159
+
33160
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:33:04 +0000
33161
+ Served asset /application.css - 304 Not Modified (0ms)
33162
+
33163
+
33164
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:33:04 +0000
33165
+ Served asset /citygate.css - 304 Not Modified (0ms)
33166
+
33167
+
33168
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:33:04 +0000
33169
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33170
+
33171
+
33172
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:33:04 +0000
33173
+ Served asset /jquery.js - 304 Not Modified (0ms)
33174
+
33175
+
33176
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:33:04 +0000
33177
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33178
+
33179
+
33180
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:33:04 +0000
33181
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33182
+
33183
+
33184
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:33:04 +0000
33185
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33186
+
33187
+
33188
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:33:04 +0000
33189
+ Served asset /citygate.js - 304 Not Modified (0ms)
33190
+
33191
+
33192
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:33:04 +0000
33193
+ Served asset /application.js - 304 Not Modified (0ms)
33194
+
33195
+
33196
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 13:33:28 +0000
33197
+
33198
+
33199
+ Started GET "/users/auth/twitter/callback?oauth_token=7JdsTDmGVV8q653Bb5mjG46fV5C8U5zd6CpDgadLUjg&oauth_verifier=jO2ZWgAgQRV33iWY3yeGW14CnjLF3OBsNPhzApqiE" for 127.0.0.1 at 2012-11-14 13:33:30 +0000
33200
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
33201
+ Parameters: {"oauth_token"=>"7JdsTDmGVV8q653Bb5mjG46fV5C8U5zd6CpDgadLUjg", "oauth_verifier"=>"jO2ZWgAgQRV33iWY3yeGW14CnjLF3OBsNPhzApqiE"}
33202
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."uid" = '24297915' LIMIT 1
33203
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."first_name" = 'Luís Ferreira' LIMIT 1
33204
+  (0.1ms) begin transaction
33205
+ Citygate::User Exists (0.2ms) SELECT 1 AS one FROM "citygate_users" WHERE "citygate_users"."email" = 'b7348bbe-b079-46b7-a96e-a0b53893722b@host.com' LIMIT 1
33206
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."confirmation_token" = 'GmaktVZ8DizVtreztZsz' LIMIT 1
33207
+ Binary data inserted for `string` type on column `encrypted_password`
33208
+ SQL (0.8ms) INSERT INTO "citygate_users" ("confirmation_sent_at", "confirmation_token", "confirmed_at", "created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "first_name", "invitation_accepted_at", "invitation_limit", "invitation_sent_at", "invitation_token", "invited_by_id", "invited_by_type", "last_name", "last_sign_in_at", "last_sign_in_ip", "password_salt", "remember_created_at", "reset_password_sent_at", "reset_password_token", "role_id", "sign_in_count", "unconfirmed_email", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", Wed, 14 Nov 2012 13:33:33 UTC +00:00], ["confirmation_token", "GmaktVZ8DizVtreztZsz"], ["confirmed_at", nil], ["created_at", Wed, 14 Nov 2012 13:33:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "b7348bbe-b079-46b7-a96e-a0b53893722b@host.com"], ["encrypted_password", "32db4922cbcaf1c0c7c782468ae58785643fba4b"], ["first_name", "Luís Ferreira"], ["invitation_accepted_at", nil], ["invitation_limit", nil], ["invitation_sent_at", nil], ["invitation_token", nil], ["invited_by_id", nil], ["invited_by_type", nil], ["last_name", nil], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["password_salt", "i58NqPAaoirex1eUS8ay"], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["role_id", nil], ["sign_in_count", 0], ["unconfirmed_email", nil], ["updated_at", Wed, 14 Nov 2012 13:33:33 UTC +00:00]]
33209
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/mailer/confirmation_instructions.html.erb (1.2ms)
33210
+
33211
+ Sent mail to b7348bbe-b079-46b7-a96e-a0b53893722b@host.com (34ms)
33212
+ Date: Wed, 14 Nov 2012 13:33:33 +0000
33213
+ From: please-change-me-at-config-initializers-devise@example.com
33214
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
33215
+ To: b7348bbe-b079-46b7-a96e-a0b53893722b@host.com
33216
+ Message-ID: <50a39dad9fe11_849d8044394879741@zamith.local.mail>
33217
+ Subject: Confirmation instructions
33218
+ Mime-Version: 1.0
33219
+ Content-Type: text/html;
33220
+ charset=UTF-8
33221
+ Content-Transfer-Encoding: 7bit
33222
+
33223
+ <p>Welcome b7348bbe-b079-46b7-a96e-a0b53893722b@host.com!</p>
33224
+
33225
+ <p>You can confirm your account email through the link below:</p>
33226
+
33227
+ <p><a href="http://localhost:3000/users/confirmation?confirmation_token=GmaktVZ8DizVtreztZsz">Confirm my account</a></p>
33228
+
33229
+  (2.8ms) commit transaction
33230
+ Citygate::Authorization Load (0.3ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 3 AND "citygate_authorizations"."provider" = 'Twitter' LIMIT 1
33231
+  (0.1ms) begin transaction
33232
+ SQL (0.7ms) INSERT INTO "citygate_authorizations" ("created_at", "image_url", "link", "name", "provider", "secret", "token", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 13:33:33 UTC +00:00], ["image_url", "http://a0.twimg.com/profile_images/2612882851/meym8c0mppsqd4bjlv33_normal.jpeg"], ["link", nil], ["name", "Luís Ferreira"], ["provider", "Twitter"], ["secret", nil], ["token", "24297915-cNEAGSOEFfuv8WgJxLUN9UFOLLKIZOcZl8ObXZsBo"], ["uid", 24297915], ["updated_at", Wed, 14 Nov 2012 13:33:33 UTC +00:00], ["user_id", 3]]
33233
+  (3.1ms) commit transaction
33234
+  (0.1ms) begin transaction
33235
+  (0.4ms) UPDATE "citygate_users" SET "role_id" = 1, "confirmed_at" = '2012-11-14 13:33:33.749023', "updated_at" = '2012-11-14 13:33:33.750485' WHERE "citygate_users"."id" = 3
33236
+  (2.5ms) commit transaction
33237
+  (0.1ms) begin transaction
33238
+  (0.4ms) UPDATE "citygate_users" SET "last_sign_in_at" = '2012-11-14 13:33:33.756276', "current_sign_in_at" = '2012-11-14 13:33:33.756276', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-11-14 13:33:33.756970' WHERE "citygate_users"."id" = 3
33239
+  (1.7ms) commit transaction
33240
+ Redirected to http://127.0.0.1:3000/
33241
+ Completed 302 Found in 414ms (ActiveRecord: 14.7ms)
33242
+
33243
+
33244
+ Started GET "/" for 127.0.0.1 at 2012-11-14 13:33:33 +0000
33245
+ Processing by Citygate::HomeController#index as HTML
33246
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33247
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
33248
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
33249
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
33250
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.8ms)
33251
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.1ms)
33252
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.8ms)
33253
+ Completed 200 OK in 41ms (Views: 14.4ms | ActiveRecord: 1.2ms)
33254
+
33255
+
33256
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:33:33 +0000
33257
+ Served asset /application.css - 304 Not Modified (0ms)
33258
+
33259
+
33260
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:33:33 +0000
33261
+ Served asset /citygate.css - 304 Not Modified (0ms)
33262
+
33263
+
33264
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:33:33 +0000
33265
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33266
+
33267
+
33268
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:33:33 +0000
33269
+ Served asset /jquery.js - 304 Not Modified (0ms)
33270
+
33271
+
33272
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:33:33 +0000
33273
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33274
+
33275
+
33276
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:33:33 +0000
33277
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33278
+
33279
+
33280
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:33:33 +0000
33281
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33282
+
33283
+
33284
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:33:33 +0000
33285
+ Served asset /citygate.js - 304 Not Modified (0ms)
33286
+
33287
+
33288
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:33:33 +0000
33289
+ Served asset /application.js - 304 Not Modified (0ms)
33290
+ Connecting to database specified by database.yml
33291
+
33292
+
33293
+ Started DELETE "/users/sign_out" for 127.0.0.1 at 2012-11-14 13:37:02 +0000
33294
+ Processing by Devise::SessionsController#destroy as HTML
33295
+ Parameters: {"authenticity_token"=>"5lUQzoP9unkmdVug1y6L9SBTrL0YxvV6RyrOzOEWz7o="}
33296
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33297
+  (0.1ms) begin transaction
33298
+  (0.1ms) commit transaction
33299
+ Redirected to http://127.0.0.1:3000/
33300
+ Completed 302 Found in 72ms (ActiveRecord: 3.6ms)
33301
+
33302
+
33303
+ Started GET "/" for 127.0.0.1 at 2012-11-14 13:37:03 +0000
33304
+ Processing by Citygate::HomeController#index as HTML
33305
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
33306
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (3.1ms)
33307
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (13.7ms)
33308
+ Completed 200 OK in 175ms (Views: 108.7ms | ActiveRecord: 0.3ms)
33309
+
33310
+
33311
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:03 +0000
33312
+ Served asset /application.css - 304 Not Modified (4ms)
33313
+
33314
+
33315
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:03 +0000
33316
+ Served asset /citygate.css - 304 Not Modified (3ms)
33317
+
33318
+
33319
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:03 +0000
33320
+ Served asset /citygate/main.css - 304 Not Modified (2ms)
33321
+
33322
+
33323
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:03 +0000
33324
+ Served asset /jquery.js - 304 Not Modified (2ms)
33325
+
33326
+
33327
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:03 +0000
33328
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
33329
+
33330
+
33331
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:03 +0000
33332
+ Served asset /citygate/home.js - 304 Not Modified (2ms)
33333
+
33334
+
33335
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:03 +0000
33336
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (3ms)
33337
+
33338
+
33339
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:03 +0000
33340
+ Served asset /citygate.js - 304 Not Modified (7ms)
33341
+
33342
+
33343
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:03 +0000
33344
+ Served asset /application.js - 304 Not Modified (8ms)
33345
+
33346
+
33347
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 13:37:05 +0000
33348
+
33349
+
33350
+ Started GET "/users/auth/twitter/callback?oauth_token=ZUzWxxMrTy2nCZ9RDv0mbQ8ASC5Zbx1dpMFAUpJFdm4&oauth_verifier=sjmJOVoHVeIRy2y1sbCw6Mcnankeo6wjoJZ6uy9JrQ" for 127.0.0.1 at 2012-11-14 13:37:07 +0000
33351
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
33352
+ Parameters: {"oauth_token"=>"ZUzWxxMrTy2nCZ9RDv0mbQ8ASC5Zbx1dpMFAUpJFdm4", "oauth_verifier"=>"sjmJOVoHVeIRy2y1sbCw6Mcnankeo6wjoJZ6uy9JrQ"}
33353
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."uid" = '24297915' LIMIT 1
33354
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33355
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 3 AND "citygate_authorizations"."provider" = 'Twitter' LIMIT 1
33356
+  (0.0ms) begin transaction
33357
+  (0.5ms) UPDATE "citygate_authorizations" SET "uid" = 24297915, "updated_at" = '2012-11-14 13:37:09.738714' WHERE "citygate_authorizations"."id" = 8
33358
+  (1.6ms) commit transaction
33359
+  (0.1ms) begin transaction
33360
+  (0.5ms) UPDATE "citygate_users" SET "confirmed_at" = '2012-11-14 13:37:09.805540', "updated_at" = '2012-11-14 13:37:09.810266' WHERE "citygate_users"."id" = 3
33361
+  (2.1ms) commit transaction
33362
+  (0.1ms) begin transaction
33363
+  (0.4ms) UPDATE "citygate_users" SET "current_sign_in_at" = '2012-11-14 13:37:09.816321', "sign_in_count" = 2, "updated_at" = '2012-11-14 13:37:09.817073' WHERE "citygate_users"."id" = 3
33364
+  (1.3ms) commit transaction
33365
+ Redirected to http://127.0.0.1:3000/
33366
+ Completed 302 Found in 128ms (ActiveRecord: 7.5ms)
33367
+
33368
+
33369
+ Started GET "/" for 127.0.0.1 at 2012-11-14 13:37:09 +0000
33370
+ Processing by Citygate::HomeController#index as HTML
33371
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33372
+ Citygate::Role Load (0.3ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
33373
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
33374
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
33375
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.5ms)
33376
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.3ms)
33377
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (7.9ms)
33378
+ Completed 200 OK in 44ms (Views: 16.8ms | ActiveRecord: 1.5ms)
33379
+
33380
+
33381
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:09 +0000
33382
+ Served asset /application.css - 304 Not Modified (0ms)
33383
+
33384
+
33385
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:09 +0000
33386
+ Served asset /citygate.css - 304 Not Modified (0ms)
33387
+
33388
+
33389
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:09 +0000
33390
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33391
+
33392
+
33393
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:09 +0000
33394
+ Served asset /jquery.js - 304 Not Modified (0ms)
33395
+
33396
+
33397
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:09 +0000
33398
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33399
+
33400
+
33401
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:09 +0000
33402
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33403
+
33404
+
33405
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:09 +0000
33406
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33407
+
33408
+
33409
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:09 +0000
33410
+ Served asset /citygate.js - 304 Not Modified (0ms)
33411
+
33412
+
33413
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:09 +0000
33414
+ Served asset /application.js - 304 Not Modified (0ms)
33415
+
33416
+
33417
+ Started DELETE "/users/sign_out" for 127.0.0.1 at 2012-11-14 13:37:22 +0000
33418
+ Processing by Devise::SessionsController#destroy as HTML
33419
+ Parameters: {"authenticity_token"=>"lj4NAF5GZVD9O5tOBMsAddJBo6yDtnHPKUr06xcoWqw="}
33420
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33421
+  (0.0ms) begin transaction
33422
+  (0.0ms) commit transaction
33423
+ Redirected to http://127.0.0.1:3000/
33424
+ Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
33425
+
33426
+
33427
+ Started GET "/" for 127.0.0.1 at 2012-11-14 13:37:22 +0000
33428
+ Processing by Citygate::HomeController#index as HTML
33429
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
33430
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.2ms)
33431
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (2.4ms)
33432
+ Completed 200 OK in 17ms (Views: 10.2ms | ActiveRecord: 0.3ms)
33433
+
33434
+
33435
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:22 +0000
33436
+ Served asset /application.css - 304 Not Modified (0ms)
33437
+
33438
+
33439
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:22 +0000
33440
+ Served asset /citygate.css - 304 Not Modified (0ms)
33441
+
33442
+
33443
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:22 +0000
33444
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33445
+
33446
+
33447
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:22 +0000
33448
+ Served asset /jquery.js - 304 Not Modified (0ms)
33449
+
33450
+
33451
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:22 +0000
33452
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33453
+
33454
+
33455
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:22 +0000
33456
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33457
+
33458
+
33459
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:22 +0000
33460
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33461
+
33462
+
33463
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:22 +0000
33464
+ Served asset /citygate.js - 304 Not Modified (0ms)
33465
+
33466
+
33467
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:22 +0000
33468
+ Served asset /application.js - 304 Not Modified (0ms)
33469
+
33470
+
33471
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 13:37:23 +0000
33472
+
33473
+
33474
+ Started GET "/users/auth/twitter/callback?oauth_token=LWgKleJPkc58EUJoghqVcCTljKgj0Q1PFlJoKtYfkBE&oauth_verifier=pRSE6pMngkAioYnkWCPRWYj6VKtvZ2OWjB9umrTEw4" for 127.0.0.1 at 2012-11-14 13:37:25 +0000
33475
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
33476
+ Parameters: {"oauth_token"=>"LWgKleJPkc58EUJoghqVcCTljKgj0Q1PFlJoKtYfkBE", "oauth_verifier"=>"pRSE6pMngkAioYnkWCPRWYj6VKtvZ2OWjB9umrTEw4"}
33477
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."uid" = '24297915' LIMIT 1
33478
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33479
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 3 AND "citygate_authorizations"."provider" = 'Twitter' LIMIT 1
33480
+  (0.0ms) begin transaction
33481
+  (0.3ms) UPDATE "citygate_authorizations" SET "uid" = 24297915, "updated_at" = '2012-11-14 13:37:27.986528' WHERE "citygate_authorizations"."id" = 8
33482
+  (2.4ms) commit transaction
33483
+  (0.1ms) begin transaction
33484
+  (0.3ms) UPDATE "citygate_users" SET "confirmed_at" = '2012-11-14 13:37:27.990439', "updated_at" = '2012-11-14 13:37:27.991936' WHERE "citygate_users"."id" = 3
33485
+  (2.1ms) commit transaction
33486
+  (0.1ms) begin transaction
33487
+  (0.4ms) UPDATE "citygate_users" SET "last_sign_in_at" = '2012-11-14 13:37:09.816321', "current_sign_in_at" = '2012-11-14 13:37:27.996315', "sign_in_count" = 3, "updated_at" = '2012-11-14 13:37:27.996913' WHERE "citygate_users"."id" = 3
33488
+  (1.4ms) commit transaction
33489
+ Redirected to http://127.0.0.1:3000/
33490
+ Completed 302 Found in 18ms (ActiveRecord: 7.8ms)
33491
+
33492
+
33493
+ Started GET "/" for 127.0.0.1 at 2012-11-14 13:37:28 +0000
33494
+ Processing by Citygate::HomeController#index as HTML
33495
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33496
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
33497
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
33498
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
33499
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (1.9ms)
33500
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
33501
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (4.2ms)
33502
+ Completed 200 OK in 20ms (Views: 12.0ms | ActiveRecord: 0.8ms)
33503
+
33504
+
33505
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:28 +0000
33506
+ Served asset /application.css - 304 Not Modified (0ms)
33507
+
33508
+
33509
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:28 +0000
33510
+ Served asset /citygate.css - 304 Not Modified (0ms)
33511
+
33512
+
33513
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:28 +0000
33514
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33515
+
33516
+
33517
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:28 +0000
33518
+ Served asset /jquery.js - 304 Not Modified (0ms)
33519
+
33520
+
33521
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:28 +0000
33522
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33523
+
33524
+
33525
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:28 +0000
33526
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33527
+
33528
+
33529
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:28 +0000
33530
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33531
+
33532
+
33533
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:28 +0000
33534
+ Served asset /citygate.js - 304 Not Modified (0ms)
33535
+
33536
+
33537
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:28 +0000
33538
+ Served asset /application.js - 304 Not Modified (0ms)
33539
+
33540
+
33541
+ Started DELETE "/users/sign_out" for 127.0.0.1 at 2012-11-14 13:37:32 +0000
33542
+ Processing by Devise::SessionsController#destroy as HTML
33543
+ Parameters: {"authenticity_token"=>"8VOXaS4VJ+K9sGXnEMcQ2TTN7ztwQBxDSIbZBwIixgU="}
33544
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33545
+  (0.1ms) begin transaction
33546
+  (0.0ms) commit transaction
33547
+ Redirected to http://127.0.0.1:3000/
33548
+ Completed 302 Found in 5ms (ActiveRecord: 0.4ms)
33549
+
33550
+
33551
+ Started GET "/" for 127.0.0.1 at 2012-11-14 13:37:32 +0000
33552
+ Processing by Citygate::HomeController#index as HTML
33553
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
33554
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.4ms)
33555
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (3.0ms)
33556
+ Completed 200 OK in 73ms (Views: 67.5ms | ActiveRecord: 0.3ms)
33557
+
33558
+
33559
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:32 +0000
33560
+ Served asset /application.css - 304 Not Modified (0ms)
33561
+
33562
+
33563
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:32 +0000
33564
+ Served asset /citygate.css - 304 Not Modified (0ms)
33565
+
33566
+
33567
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 13:37:32 +0000
33568
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33569
+
33570
+
33571
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:32 +0000
33572
+ Served asset /jquery.js - 304 Not Modified (0ms)
33573
+
33574
+
33575
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:32 +0000
33576
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33577
+
33578
+
33579
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:32 +0000
33580
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33581
+
33582
+
33583
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:32 +0000
33584
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33585
+
33586
+
33587
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:32 +0000
33588
+ Served asset /citygate.js - 304 Not Modified (0ms)
33589
+
33590
+
33591
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 13:37:32 +0000
33592
+ Served asset /application.js - 304 Not Modified (0ms)
33593
+ Connecting to database specified by database.yml
33594
+
33595
+
33596
+ Started GET "/" for 127.0.0.1 at 2012-11-14 14:36:51 +0000
33597
+ Processing by Citygate::HomeController#index as HTML
33598
+ Citygate::User Load (0.6ms) SELECT "citygate_users".* FROM "citygate_users" 
33599
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (59.9ms)
33600
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (100.9ms)
33601
+ Completed 200 OK in 376ms (Views: 251.6ms | ActiveRecord: 25.5ms)
33602
+
33603
+
33604
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 14:36:51 +0000
33605
+ Served asset /application.css - 304 Not Modified (4ms)
33606
+
33607
+
33608
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 14:36:51 +0000
33609
+ Served asset /citygate.css - 304 Not Modified (3ms)
33610
+
33611
+
33612
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 14:36:51 +0000
33613
+ Served asset /citygate/main.css - 304 Not Modified (2ms)
33614
+
33615
+
33616
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 14:36:51 +0000
33617
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (2ms)
33618
+
33619
+
33620
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 14:36:51 +0000
33621
+ Served asset /jquery.js - 304 Not Modified (2ms)
33622
+
33623
+
33624
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 14:36:51 +0000
33625
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
33626
+
33627
+
33628
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 14:36:51 +0000
33629
+ Served asset /citygate.js - 304 Not Modified (12ms)
33630
+
33631
+
33632
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 14:36:51 +0000
33633
+ Served asset /citygate/home.js - 304 Not Modified (3ms)
33634
+
33635
+
33636
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 14:36:51 +0000
33637
+ Served asset /application.js - 304 Not Modified (7ms)
33638
+
33639
+
33640
+ Started GET "/users/sign_up" for 127.0.0.1 at 2012-11-14 14:36:54 +0000
33641
+ Processing by Devise::RegistrationsController#new as HTML
33642
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.4ms)
33643
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/new.html.erb within layouts/application (7.8ms)
33644
+ Completed 200 OK in 63ms (Views: 61.6ms | ActiveRecord: 0.0ms)
33645
+
33646
+
33647
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 14:36:54 +0000
33648
+ Served asset /application.css - 304 Not Modified (0ms)
33649
+
33650
+
33651
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 14:36:54 +0000
33652
+ Served asset /citygate.css - 304 Not Modified (0ms)
33653
+
33654
+
33655
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 14:36:54 +0000
33656
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33657
+
33658
+
33659
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 14:36:54 +0000
33660
+ Served asset /jquery.js - 304 Not Modified (0ms)
33661
+
33662
+
33663
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 14:36:54 +0000
33664
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33665
+
33666
+
33667
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 14:36:54 +0000
33668
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33669
+
33670
+
33671
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 14:36:54 +0000
33672
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33673
+
33674
+
33675
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 14:36:54 +0000
33676
+ Served asset /citygate.js - 304 Not Modified (73ms)
33677
+
33678
+
33679
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 14:36:54 +0000
33680
+ Served asset /application.js - 304 Not Modified (0ms)
33681
+ Connecting to database specified by database.yml
33682
+ Connecting to database specified by database.yml
33683
+
33684
+
33685
+ Started GET "/users/auth/twitter" for 127.0.0.1 at 2012-11-14 15:11:36 +0000
33686
+
33687
+
33688
+ Started GET "/users/auth/twitter/callback?oauth_token=n0zMbOpfS0jG94BsqwCKiRKMj7BbUawiWST5gmY&oauth_verifier=2hxh0cP05cyMEizaJXjJskblqgGXAfwYSXyzABB8OM" for 127.0.0.1 at 2012-11-14 15:11:38 +0000
33689
+ Processing by Citygate::Users::OmniauthCallbacksController#twitter as HTML
33690
+ Parameters: {"oauth_token"=>"n0zMbOpfS0jG94BsqwCKiRKMj7BbUawiWST5gmY", "oauth_verifier"=>"2hxh0cP05cyMEizaJXjJskblqgGXAfwYSXyzABB8OM"}
33691
+ Citygate::Authorization Load (0.3ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."uid" = '24297915' LIMIT 1
33692
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33693
+ Citygate::Authorization Load (0.3ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 3 AND "citygate_authorizations"."provider" = 'Twitter' LIMIT 1
33694
+  (0.1ms) begin transaction
33695
+  (0.4ms) UPDATE "citygate_authorizations" SET "uid" = 24297915, "updated_at" = '2012-11-14 15:11:40.347787' WHERE "citygate_authorizations"."id" = 8
33696
+  (1.3ms) commit transaction
33697
+  (0.1ms) begin transaction
33698
+  (0.4ms) UPDATE "citygate_users" SET "confirmed_at" = '2012-11-14 15:11:40.359954', "updated_at" = '2012-11-14 15:11:40.367457' WHERE "citygate_users"."id" = 3
33699
+  (2.5ms) commit transaction
33700
+  (0.1ms) begin transaction
33701
+  (1.8ms) UPDATE "citygate_users" SET "last_sign_in_at" = '2012-11-14 13:37:27.996315', "current_sign_in_at" = '2012-11-14 15:11:40.387942', "sign_in_count" = 4, "updated_at" = '2012-11-14 15:11:40.388974' WHERE "citygate_users"."id" = 3
33702
+  (1.3ms) commit transaction
33703
+ Redirected to http://127.0.0.1:3000/
33704
+ Completed 302 Found in 241ms (ActiveRecord: 72.5ms)
33705
+
33706
+
33707
+ Started GET "/" for 127.0.0.1 at 2012-11-14 15:11:40 +0000
33708
+ Processing by Citygate::HomeController#index as HTML
33709
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33710
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
33711
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
33712
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
33713
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.5ms)
33714
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.9ms)
33715
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (15.5ms)
33716
+ Compiled citygate/main.css (379ms) (pid 37883)
33717
+ Compiled citygate.css (384ms) (pid 37883)
33718
+ Compiled application.css (391ms) (pid 37883)
33719
+ Compiled jquery.js (2ms) (pid 37883)
33720
+ Compiled jquery_ujs.js (0ms) (pid 37883)
33721
+ Compiled citygate/home.js (330ms) (pid 37883)
33722
+ Compiled FormToWizard/formToWizard.js (0ms) (pid 37883)
33723
+ Compiled citygate.js (350ms) (pid 37883)
33724
+ Compiled application.js (381ms) (pid 37883)
33725
+ Completed 200 OK in 977ms (Views: 951.9ms | ActiveRecord: 1.2ms)
33726
+
33727
+
33728
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 15:11:41 +0000
33729
+ Served asset /citygate.css - 304 Not Modified (5ms)
33730
+
33731
+
33732
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 15:11:41 +0000
33733
+ Served asset /application.css - 304 Not Modified (3ms)
33734
+
33735
+
33736
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 15:11:41 +0000
33737
+ Served asset /citygate/main.css - 304 Not Modified (2ms)
33738
+
33739
+
33740
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 15:11:41 +0000
33741
+ Served asset /jquery.js - 304 Not Modified (2ms)
33742
+
33743
+
33744
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 15:11:41 +0000
33745
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
33746
+
33747
+
33748
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 15:11:41 +0000
33749
+ Served asset /citygate/home.js - 304 Not Modified (2ms)
33750
+
33751
+
33752
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 15:11:41 +0000
33753
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (2ms)
33754
+
33755
+
33756
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 15:11:41 +0000
33757
+ Served asset /citygate.js - 304 Not Modified (12ms)
33758
+
33759
+
33760
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 15:11:41 +0000
33761
+ Served asset /application.js - 304 Not Modified (8ms)
33762
+
33763
+
33764
+ Started GET "/user/profile" for 127.0.0.1 at 2012-11-14 15:11:43 +0000
33765
+ Processing by Citygate::UsersController#show as HTML
33766
+ Citygate::User Load (0.4ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33767
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
33768
+ Citygate::Authorization Load (0.3ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 3
33769
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (4.6ms)
33770
+ Completed 200 OK in 28ms (Views: 14.9ms | ActiveRecord: 0.9ms)
33771
+
33772
+
33773
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 15:11:43 +0000
33774
+ Served asset /application.css - 304 Not Modified (0ms)
33775
+
33776
+
33777
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 15:11:43 +0000
33778
+ Served asset /citygate.css - 304 Not Modified (0ms)
33779
+
33780
+
33781
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 15:11:43 +0000
33782
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33783
+
33784
+
33785
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 15:11:43 +0000
33786
+ Served asset /jquery.js - 304 Not Modified (0ms)
33787
+
33788
+
33789
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 15:11:43 +0000
33790
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33791
+
33792
+
33793
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 15:11:43 +0000
33794
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33795
+
33796
+
33797
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 15:11:43 +0000
33798
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33799
+
33800
+
33801
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 15:11:43 +0000
33802
+ Served asset /citygate.js - 304 Not Modified (0ms)
33803
+
33804
+
33805
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 15:11:43 +0000
33806
+ Served asset /application.js - 304 Not Modified (0ms)
33807
+
33808
+
33809
+ Started GET "/user/profile" for 127.0.0.1 at 2012-11-14 15:13:21 +0000
33810
+ Processing by Citygate::UsersController#show as HTML
33811
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33812
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
33813
+ Citygate::Authorization Load (0.3ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 3
33814
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (3.4ms)
33815
+ Completed 200 OK in 22ms (Views: 11.9ms | ActiveRecord: 0.7ms)
33816
+
33817
+
33818
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 15:13:21 +0000
33819
+ Served asset /application.css - 304 Not Modified (0ms)
33820
+
33821
+
33822
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 15:13:21 +0000
33823
+ Served asset /citygate.css - 304 Not Modified (0ms)
33824
+
33825
+
33826
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 15:13:21 +0000
33827
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33828
+
33829
+
33830
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:21 +0000
33831
+ Served asset /jquery.js - 304 Not Modified (0ms)
33832
+
33833
+
33834
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:21 +0000
33835
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33836
+
33837
+
33838
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:21 +0000
33839
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33840
+
33841
+
33842
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:21 +0000
33843
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33844
+
33845
+
33846
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:21 +0000
33847
+ Served asset /citygate.js - 304 Not Modified (0ms)
33848
+
33849
+
33850
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:21 +0000
33851
+ Served asset /application.js - 304 Not Modified (0ms)
33852
+
33853
+
33854
+ Started GET "/users/auth/facebook?user=3" for 127.0.0.1 at 2012-11-14 15:13:25 +0000
33855
+
33856
+
33857
+ Started GET "/users/auth/google?user=3" for 127.0.0.1 at 2012-11-14 15:13:30 +0000
33858
+
33859
+
33860
+ Started GET "/users/auth/google/callback?user=3&_method=post&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.mode=id_res&openid.op_endpoint=https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fud&openid.response_nonce=2012-11-14T15%3A13%3A41Zamh5YuzyS_FIog&openid.return_to=http%3A%2F%2F127.0.0.1%3A3000%2Fusers%2Fauth%2Fgoogle%2Fcallback%3Fuser%3D3%26_method%3Dpost&openid.assoc_handle=AMlYA9W1CL6CzcjJK-l8M0aEFq1uaW1Mq9nEnXnwynuB0hEE-TqTQRep&openid.signed=op_endpoint%2Cclaimed_id%2Cidentity%2Creturn_to%2Cresponse_nonce%2Cassoc_handle%2Cns.ext1%2Cext1.mode%2Cext1.type.ext2%2Cext1.value.ext2%2Cext1.type.ext3%2Cext1.value.ext3%2Cext1.type.ext0%2Cext1.value.ext0&openid.sig=vlXLohSrdJM5vtLyA7p3mTLxTWI%3D&openid.identity=https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid%3Fid%3DAItOawketypWSXKf6ImaMbXSCoMHgFjb_GfAQ4c&openid.claimed_id=https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid%3Fid%3DAItOawketypWSXKf6ImaMbXSCoMHgFjb_GfAQ4c&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ext1.mode=fetch_response&openid.ext1.type.ext2=http%3A%2F%2Faxschema.org%2FnamePerson%2Ffirst&openid.ext1.value.ext2=Luis&openid.ext1.type.ext3=http%3A%2F%2Faxschema.org%2FnamePerson%2Flast&openid.ext1.value.ext3=Zamith+Ferreira&openid.ext1.type.ext0=http%3A%2F%2Faxschema.org%2Fcontact%2Femail&openid.ext1.value.ext0=zamith.28%40gmail.com" for 127.0.0.1 at 2012-11-14 15:13:41 +0000
33861
+ Processing by Citygate::Users::OmniauthCallbacksController#google as HTML
33862
+ Parameters: {"user"=>"3"}
33863
+ WARNING: Can't verify CSRF token authenticity
33864
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33865
+  (0.1ms) begin transaction
33866
+  (0.1ms) commit transaction
33867
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = ? LIMIT 1 [["id", "3"]]
33868
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 3 AND "citygate_authorizations"."provider" = 'Google' LIMIT 1
33869
+  (0.1ms) begin transaction
33870
+ SQL (0.8ms) INSERT INTO "citygate_authorizations" ("created_at", "image_url", "link", "name", "provider", "secret", "token", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 14 Nov 2012 15:13:41 UTC +00:00], ["image_url", nil], ["link", nil], ["name", "Luis Zamith Ferreira"], ["provider", "Google"], ["secret", nil], ["token", nil], ["uid", "https://www.google.com/accounts/o8/id?id=AItOawketypWSXKf6ImaMbXSCoMHgFjb_GfAQ4c"], ["updated_at", Wed, 14 Nov 2012 15:13:41 UTC +00:00], ["user_id", 3]]
33871
+  (1.5ms) commit transaction
33872
+  (0.0ms) begin transaction
33873
+  (0.4ms) UPDATE "citygate_users" SET "confirmed_at" = '2012-11-14 15:13:41.370481', "updated_at" = '2012-11-14 15:13:41.371716' WHERE "citygate_users"."id" = 3
33874
+  (1.9ms) commit transaction
33875
+  (0.1ms) begin transaction
33876
+  (0.3ms) UPDATE "citygate_users" SET "last_sign_in_at" = '2012-11-14 15:11:40.387942', "current_sign_in_at" = '2012-11-14 15:13:41.376255', "sign_in_count" = 5, "updated_at" = '2012-11-14 15:13:41.376879' WHERE "citygate_users"."id" = 3
33877
+  (1.2ms) commit transaction
33878
+ Redirected to http://127.0.0.1:3000/
33879
+ Completed 302 Found in 25ms (ActiveRecord: 7.3ms)
33880
+
33881
+
33882
+ Started GET "/" for 127.0.0.1 at 2012-11-14 15:13:41 +0000
33883
+ Processing by Citygate::HomeController#index as HTML
33884
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33885
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
33886
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
33887
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
33888
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (2.8ms)
33889
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.9ms)
33890
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (5.7ms)
33891
+ Completed 200 OK in 21ms (Views: 12.9ms | ActiveRecord: 0.8ms)
33892
+
33893
+
33894
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 15:13:41 +0000
33895
+ Served asset /application.css - 304 Not Modified (0ms)
33896
+
33897
+
33898
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 15:13:41 +0000
33899
+ Served asset /citygate.css - 304 Not Modified (0ms)
33900
+
33901
+
33902
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 15:13:41 +0000
33903
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33904
+
33905
+
33906
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:41 +0000
33907
+ Served asset /jquery.js - 304 Not Modified (0ms)
33908
+
33909
+
33910
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:41 +0000
33911
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33912
+
33913
+
33914
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:41 +0000
33915
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33916
+
33917
+
33918
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:41 +0000
33919
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33920
+
33921
+
33922
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:41 +0000
33923
+ Served asset /citygate.js - 304 Not Modified (1ms)
33924
+
33925
+
33926
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:41 +0000
33927
+ Served asset /application.js - 304 Not Modified (0ms)
33928
+
33929
+
33930
+ Started GET "/user/profile" for 127.0.0.1 at 2012-11-14 15:13:44 +0000
33931
+ Processing by Citygate::UsersController#show as HTML
33932
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 3 LIMIT 1
33933
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
33934
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 3
33935
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (2.0ms)
33936
+ Completed 200 OK in 19ms (Views: 9.6ms | ActiveRecord: 0.6ms)
33937
+
33938
+
33939
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-14 15:13:44 +0000
33940
+ Served asset /application.css - 304 Not Modified (1ms)
33941
+
33942
+
33943
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-14 15:13:44 +0000
33944
+ Served asset /citygate.css - 304 Not Modified (0ms)
33945
+
33946
+
33947
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-14 15:13:44 +0000
33948
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
33949
+
33950
+
33951
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:44 +0000
33952
+ Served asset /jquery.js - 304 Not Modified (0ms)
33953
+
33954
+
33955
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:44 +0000
33956
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33957
+
33958
+
33959
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:44 +0000
33960
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
33961
+
33962
+
33963
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:44 +0000
33964
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
33965
+
33966
+
33967
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:44 +0000
33968
+ Served asset /citygate.js - 304 Not Modified (0ms)
33969
+
33970
+
33971
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-14 15:13:44 +0000
33972
+ Served asset /application.js - 304 Not Modified (0ms)
33973
+ Connecting to database specified by database.yml
33974
+
33975
+
33976
+ Started GET "/" for 127.0.0.1 at 2012-11-16 09:56:59 +0000
33977
+ Processing by Citygate::HomeController#index as HTML
33978
+ Citygate::User Load (0.5ms) SELECT "citygate_users".* FROM "citygate_users" 
33979
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (257.6ms)
33980
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (307.8ms)
33981
+ Compiled citygate/main.css (614ms) (pid 43732)
33982
+ Compiled citygate.css (634ms) (pid 43732)
33983
+ Compiled application.css (657ms) (pid 43732)
33984
+ Compiled jquery.js (2ms) (pid 43732)
33985
+ Compiled jquery_ujs.js (0ms) (pid 43732)
33986
+ Compiled citygate/home.js (1060ms) (pid 43732)
33987
+ Compiled FormToWizard/formToWizard.js (1ms) (pid 43732)
33988
+ Compiled citygate.js (1157ms) (pid 43732)
33989
+ Compiled application.js (1663ms) (pid 43732)
33990
+ Completed 200 OK in 3075ms (Views: 2921.1ms | ActiveRecord: 26.7ms)
33991
+
33992
+
33993
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-16 09:57:03 +0000
33994
+ Served asset /application.css - 304 Not Modified (5ms)
33995
+
33996
+
33997
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-16 09:57:03 +0000
33998
+ Served asset /citygate.css - 304 Not Modified (3ms)
33999
+
34000
+
34001
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-16 09:57:03 +0000
34002
+ Served asset /citygate/main.css - 304 Not Modified (4ms)
34003
+
34004
+
34005
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-16 09:57:03 +0000
34006
+ Served asset /jquery.js - 304 Not Modified (2ms)
34007
+
34008
+
34009
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-16 09:57:03 +0000
34010
+ Served asset /citygate/home.js - 304 Not Modified (2ms)
34011
+
34012
+
34013
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-16 09:57:03 +0000
34014
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
34015
+
34016
+
34017
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-16 09:57:03 +0000
34018
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (2ms)
34019
+
34020
+
34021
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-16 09:57:03 +0000
34022
+ Served asset /citygate.js - 304 Not Modified (6ms)
34023
+
34024
+
34025
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-16 09:57:03 +0000
34026
+ Served asset /application.js - 304 Not Modified (13ms)
34027
+
34028
+
34029
+ Started GET "/users/auth/facebook" for 127.0.0.1 at 2012-11-16 09:58:17 +0000
34030
+
34031
+
34032
+ Started GET "/users/auth/facebook/callback?code=AQAe3P5TdLRfcVzuw2UCacgVlex-j1zHFR8Xm0B6-ZrwjCSL7xJcnjkcgCDR4snr2J1cga5XLdZLP2Cm5WC5eXvUN-LZMsFu5yA-ik0GE_TAxkHM8xvQqqTx78MLHCicWIFPLHKR-f4uXSO-DUuR9EL9NFl8m9XFjAYoVxAVvGnEIIaR2i8DzaNFwaH140KoiU6tD2KRSlBzS75-y6mTIWAt" for 127.0.0.1 at 2012-11-16 09:58:17 +0000
34033
+ Processing by Citygate::Users::OmniauthCallbacksController#facebook as HTML
34034
+ Parameters: {"code"=>"AQAe3P5TdLRfcVzuw2UCacgVlex-j1zHFR8Xm0B6-ZrwjCSL7xJcnjkcgCDR4snr2J1cga5XLdZLP2Cm5WC5eXvUN-LZMsFu5yA-ik0GE_TAxkHM8xvQqqTx78MLHCicWIFPLHKR-f4uXSO-DUuR9EL9NFl8m9XFjAYoVxAVvGnEIIaR2i8DzaNFwaH140KoiU6tD2KRSlBzS75-y6mTIWAt"}
34035
+ Citygate::User Load (0.4ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."email" = 'nj_nets_kidd@hotmail.com' LIMIT 1
34036
+ Citygate::Authorization Load (0.4ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 2 AND "citygate_authorizations"."provider" = 'Facebook' LIMIT 1
34037
+  (0.1ms) begin transaction
34038
+  (0.1ms) commit transaction
34039
+  (0.1ms) begin transaction
34040
+  (0.5ms) UPDATE "citygate_users" SET "confirmed_at" = '2012-11-16 09:58:19.803757', "updated_at" = '2012-11-16 09:58:19.806633' WHERE "citygate_users"."id" = 2
34041
+  (1.6ms) commit transaction
34042
+  (0.1ms) begin transaction
34043
+  (0.3ms) UPDATE "citygate_users" SET "current_sign_in_at" = '2012-11-16 09:58:19.871573', "sign_in_count" = 2, "updated_at" = '2012-11-16 09:58:19.872492' WHERE "citygate_users"."id" = 2
34044
+  (1.4ms) commit transaction
34045
+ Redirected to http://localhost:3000/
34046
+ Completed 302 Found in 194ms (ActiveRecord: 5.3ms)
34047
+
34048
+
34049
+ Started GET "/" for 127.0.0.1 at 2012-11-16 09:58:19 +0000
34050
+ Processing by Citygate::HomeController#index as HTML
34051
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 2 LIMIT 1
34052
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
34053
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
34054
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
34055
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.2ms)
34056
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.2ms)
34057
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (7.3ms)
34058
+ Completed 200 OK in 54ms (Views: 15.8ms | ActiveRecord: 1.2ms)
34059
+
34060
+
34061
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-16 09:58:20 +0000
34062
+ Served asset /application.css - 304 Not Modified (0ms)
34063
+
34064
+
34065
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-16 09:58:20 +0000
34066
+ Served asset /citygate.css - 304 Not Modified (0ms)
34067
+
34068
+
34069
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-16 09:58:20 +0000
34070
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
34071
+
34072
+
34073
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-16 09:58:20 +0000
34074
+ Served asset /jquery.js - 304 Not Modified (0ms)
34075
+
34076
+
34077
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-16 09:58:20 +0000
34078
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
34079
+
34080
+
34081
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-16 09:58:20 +0000
34082
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
34083
+
34084
+
34085
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-16 09:58:20 +0000
34086
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
34087
+
34088
+
34089
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-16 09:58:20 +0000
34090
+ Served asset /citygate.js - 304 Not Modified (0ms)
34091
+
34092
+
34093
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-16 09:58:20 +0000
34094
+ Served asset /application.js - 304 Not Modified (0ms)
34095
+
34096
+
34097
+ Started GET "/user/profile" for 127.0.0.1 at 2012-11-16 09:58:24 +0000
34098
+ Processing by Citygate::UsersController#show as HTML
34099
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 2 LIMIT 1
34100
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
34101
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 2
34102
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (3.8ms)
34103
+ Completed 200 OK in 56ms (Views: 44.1ms | ActiveRecord: 0.7ms)
34104
+
34105
+
34106
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-16 09:58:24 +0000
34107
+ Served asset /application.css - 304 Not Modified (0ms)
34108
+
34109
+
34110
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-16 09:58:24 +0000
34111
+ Served asset /citygate.css - 304 Not Modified (0ms)
34112
+
34113
+
34114
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-16 09:58:24 +0000
34115
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
34116
+
34117
+
34118
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-16 09:58:24 +0000
34119
+ Served asset /jquery.js - 304 Not Modified (0ms)
34120
+
34121
+
34122
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-16 09:58:24 +0000
34123
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
34124
+
34125
+
34126
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-16 09:58:24 +0000
34127
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
34128
+
34129
+
34130
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-16 09:58:24 +0000
34131
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
34132
+
34133
+
34134
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-16 09:58:25 +0000
34135
+ Served asset /citygate.js - 304 Not Modified (0ms)
34136
+
34137
+
34138
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-16 09:58:25 +0000
34139
+ Served asset /application.js - 304 Not Modified (0ms)
34140
+ Connecting to database specified by database.yml
34141
+
34142
+
34143
+ Started GET "//users/password/edit" for 127.0.0.1 at 2012-11-16 10:03:13 +0000
34144
+ Processing by Devise::PasswordsController#edit as HTML
34145
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 2 LIMIT 1
34146
+ Redirected to http://localhost:3000/
34147
+ Filter chain halted as :require_no_authentication rendered or redirected
34148
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
34149
+
34150
+
34151
+ Started GET "/" for 127.0.0.1 at 2012-11-16 10:03:13 +0000
34152
+ Processing by Citygate::HomeController#index as HTML
34153
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 2 LIMIT 1
34154
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
34155
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users"
34156
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
34157
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (1.9ms)
34158
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
34159
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (4.4ms)
34160
+ Completed 200 OK in 21ms (Views: 11.7ms | ActiveRecord: 0.7ms)
34161
+
34162
+
34163
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:13 +0000
34164
+ Served asset /application.css - 304 Not Modified (0ms)
34165
+
34166
+
34167
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:13 +0000
34168
+ Served asset /citygate.css - 304 Not Modified (0ms)
34169
+
34170
+
34171
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:13 +0000
34172
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
34173
+
34174
+
34175
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:13 +0000
34176
+ Served asset /jquery.js - 304 Not Modified (0ms)
34177
+
34178
+
34179
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:13 +0000
34180
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
34181
+
34182
+
34183
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:13 +0000
34184
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
34185
+
34186
+
34187
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:14 +0000
34188
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
34189
+
34190
+
34191
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:14 +0000
34192
+ Served asset /citygate.js - 304 Not Modified (0ms)
34193
+
34194
+
34195
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:14 +0000
34196
+ Served asset /application.js - 304 Not Modified (0ms)
34197
+
34198
+
34199
+ Started GET "/users/password/edit" for 127.0.0.1 at 2012-11-16 10:03:17 +0000
34200
+ Processing by Devise::PasswordsController#edit as HTML
34201
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 2 LIMIT 1
34202
+ Redirected to http://localhost:3000/
34203
+ Filter chain halted as :require_no_authentication rendered or redirected
34204
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
34205
+
34206
+
34207
+ Started GET "/" for 127.0.0.1 at 2012-11-16 10:03:17 +0000
34208
+ Processing by Citygate::HomeController#index as HTML
34209
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 2 LIMIT 1
34210
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
34211
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
34212
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles"
34213
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (1.7ms)
34214
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.6ms)
34215
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (3.9ms)
34216
+ Completed 200 OK in 18ms (Views: 10.8ms | ActiveRecord: 0.7ms)
34217
+
34218
+
34219
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:17 +0000
34220
+ Served asset /application.css - 304 Not Modified (0ms)
34221
+
34222
+
34223
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:17 +0000
34224
+ Served asset /citygate.css - 304 Not Modified (0ms)
34225
+
34226
+
34227
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:17 +0000
34228
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
34229
+
34230
+
34231
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:17 +0000
34232
+ Served asset /jquery.js - 304 Not Modified (0ms)
34233
+
34234
+
34235
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:17 +0000
34236
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
34237
+
34238
+
34239
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:17 +0000
34240
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
34241
+
34242
+
34243
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:17 +0000
34244
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
34245
+
34246
+
34247
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:17 +0000
34248
+ Served asset /citygate.js - 304 Not Modified (0ms)
34249
+
34250
+
34251
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:17 +0000
34252
+ Served asset /application.js - 304 Not Modified (0ms)
34253
+
34254
+
34255
+ Started DELETE "/users/sign_out" for 127.0.0.1 at 2012-11-16 10:03:19 +0000
34256
+ Processing by Devise::SessionsController#destroy as HTML
34257
+ Parameters: {"authenticity_token"=>"/TyjGLaeydm4e+lBXu7N44RVydYOahEHyiKRYySU730="}
34258
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 2 LIMIT 1
34259
+  (0.1ms) begin transaction
34260
+  (0.1ms) commit transaction
34261
+ Redirected to http://localhost:3000/
34262
+ Completed 302 Found in 7ms (ActiveRecord: 0.4ms)
34263
+
34264
+
34265
+ Started GET "/" for 127.0.0.1 at 2012-11-16 10:03:19 +0000
34266
+ Processing by Citygate::HomeController#index as HTML
34267
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
34268
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.3ms)
34269
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (2.3ms)
34270
+ Completed 200 OK in 16ms (Views: 9.9ms | ActiveRecord: 0.3ms)
34271
+
34272
+
34273
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:19 +0000
34274
+ Served asset /application.css - 304 Not Modified (0ms)
34275
+
34276
+
34277
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:19 +0000
34278
+ Served asset /citygate.css - 304 Not Modified (0ms)
34279
+
34280
+
34281
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:20 +0000
34282
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
34283
+
34284
+
34285
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:20 +0000
34286
+ Served asset /jquery.js - 304 Not Modified (0ms)
34287
+
34288
+
34289
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:20 +0000
34290
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
34291
+
34292
+
34293
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:20 +0000
34294
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
34295
+
34296
+
34297
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:20 +0000
34298
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
34299
+
34300
+
34301
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:20 +0000
34302
+ Served asset /citygate.js - 304 Not Modified (0ms)
34303
+
34304
+
34305
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:20 +0000
34306
+ Served asset /application.js - 304 Not Modified (0ms)
34307
+
34308
+
34309
+ Started GET "/users/password/edit" for 127.0.0.1 at 2012-11-16 10:03:23 +0000
34310
+ Processing by Devise::PasswordsController#edit as HTML
34311
+ Redirected to http://localhost:3000/users/sign_in
34312
+ Filter chain halted as :assert_reset_token_passed rendered or redirected
34313
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
34314
+
34315
+
34316
+ Started GET "/users/sign_in" for 127.0.0.1 at 2012-11-16 10:03:23 +0000
34317
+ Processing by Devise::SessionsController#new as HTML
34318
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/shared/_links.erb (55.1ms)
34319
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/sessions/new.html.erb within layouts/application (62.0ms)
34320
+ Completed 200 OK in 101ms (Views: 100.2ms | ActiveRecord: 0.0ms)
34321
+
34322
+
34323
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:23 +0000
34324
+ Served asset /application.css - 304 Not Modified (0ms)
34325
+
34326
+
34327
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:23 +0000
34328
+ Served asset /citygate.css - 304 Not Modified (0ms)
34329
+
34330
+
34331
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:23 +0000
34332
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
34333
+
34334
+
34335
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:23 +0000
34336
+ Served asset /jquery.js - 304 Not Modified (0ms)
34337
+
34338
+
34339
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:23 +0000
34340
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
34341
+
34342
+
34343
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:23 +0000
34344
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
34345
+
34346
+
34347
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:23 +0000
34348
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
34349
+
34350
+
34351
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:23 +0000
34352
+ Served asset /citygate.js - 304 Not Modified (0ms)
34353
+
34354
+
34355
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:23 +0000
34356
+ Served asset /application.js - 304 Not Modified (0ms)
34357
+
34358
+
34359
+ Started GET "/users/sign_in" for 127.0.0.1 at 2012-11-16 10:03:47 +0000
34360
+ Processing by Devise::SessionsController#new as HTML
34361
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/shared/_links.erb (1.1ms)
34362
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/sessions/new.html.erb within layouts/application (4.5ms)
34363
+ Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.0ms)
34364
+
34365
+
34366
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:47 +0000
34367
+ Served asset /application.css - 304 Not Modified (0ms)
34368
+
34369
+
34370
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:47 +0000
34371
+ Served asset /citygate.css - 304 Not Modified (0ms)
34372
+
34373
+
34374
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-16 10:03:47 +0000
34375
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
34376
+
34377
+
34378
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:47 +0000
34379
+ Served asset /jquery.js - 304 Not Modified (0ms)
34380
+
34381
+
34382
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:48 +0000
34383
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
34384
+
34385
+
34386
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:48 +0000
34387
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
34388
+
34389
+
34390
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:48 +0000
34391
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
34392
+
34393
+
34394
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:48 +0000
34395
+ Served asset /citygate.js - 304 Not Modified (0ms)
34396
+
34397
+
34398
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-16 10:03:48 +0000
34399
+ Served asset /application.js - 304 Not Modified (0ms)
34400
+
34401
+
34402
+ Started GET "/users/sign_in" for 127.0.0.1 at 2012-11-16 10:04:02 +0000
34403
+ Processing by Devise::SessionsController#new as HTML
34404
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/shared/_links.erb (1.2ms)
34405
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/sessions/new.html.erb within layouts/application (5.6ms)
34406
+ Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.0ms)
34407
+
34408
+
34409
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-16 10:04:02 +0000
34410
+ Served asset /application.css - 304 Not Modified (0ms)
34411
+
34412
+
34413
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-16 10:04:02 +0000
34414
+ Served asset /citygate.css - 304 Not Modified (0ms)
34415
+
34416
+
34417
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-16 10:04:02 +0000
34418
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
34419
+
34420
+
34421
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-16 10:04:02 +0000
34422
+ Served asset /jquery.js - 304 Not Modified (0ms)
34423
+
34424
+
34425
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-16 10:04:02 +0000
34426
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
34427
+
34428
+
34429
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-16 10:04:02 +0000
34430
+ Served asset /citygate/home.js - 304 Not Modified (5ms)
34431
+
34432
+
34433
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-16 10:04:03 +0000
34434
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
34435
+
34436
+
34437
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-16 10:04:03 +0000
34438
+ Served asset /citygate.js - 304 Not Modified (0ms)
34439
+
34440
+
34441
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-16 10:04:03 +0000
34442
+ Served asset /application.js - 304 Not Modified (0ms)
34443
+
34444
+
34445
+ Started GET "/users/sign_in" for 127.0.0.1 at 2012-11-16 10:04:08 +0000
34446
+ Processing by Devise::SessionsController#new as HTML
34447
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/shared/_links.erb (1.1ms)
34448
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/sessions/new.html.erb within layouts/application (5.2ms)
34449
+ Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.0ms)
34450
+
34451
+
34452
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-16 10:04:08 +0000
34453
+ Served asset /application.css - 304 Not Modified (0ms)
34454
+
34455
+
34456
+ Started GET "/assets/citygate.css?body=1" for 127.0.0.1 at 2012-11-16 10:04:08 +0000
34457
+ Served asset /citygate.css - 304 Not Modified (0ms)
34458
+
34459
+
34460
+ Started GET "/assets/citygate/main.css?body=1" for 127.0.0.1 at 2012-11-16 10:04:08 +0000
34461
+ Served asset /citygate/main.css - 304 Not Modified (0ms)
34462
+
34463
+
34464
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-11-16 10:04:08 +0000
34465
+ Served asset /jquery.js - 304 Not Modified (0ms)
34466
+
34467
+
34468
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-11-16 10:04:08 +0000
34469
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
34470
+
34471
+
34472
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-11-16 10:04:08 +0000
34473
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
34474
+
34475
+
34476
+ Started GET "/assets/FormToWizard/formToWizard.js?body=1" for 127.0.0.1 at 2012-11-16 10:04:08 +0000
34477
+ Served asset /FormToWizard/formToWizard.js - 304 Not Modified (0ms)
34478
+
34479
+
34480
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-11-16 10:04:08 +0000
34481
+ Served asset /citygate.js - 304 Not Modified (0ms)
34482
+
34483
+
34484
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-16 10:04:08 +0000
34485
+ Served asset /application.js - 304 Not Modified (0ms)
34486
+ Connecting to database specified by database.yml
34487
+ Connecting to database specified by database.yml
34488
+ DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from <class:User> at /Users/luis/Code/Ruby/GroupBuddies/citygate/app/models/citygate/user.rb:10)
34489
+ Connecting to database specified by database.yml
34490
+ DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from <class:User> at /Users/luis/Code/Ruby/GroupBuddies/citygate/app/models/citygate/user.rb:10)
34491
+ Connecting to database specified by database.yml
34492
+ DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from <class:User> at /Users/luis/Code/Ruby/GroupBuddies/citygate/app/models/citygate/user.rb:10)
34493
+ Connecting to database specified by database.yml
34494
+ DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from <class:User> at /Users/luis/Code/Ruby/GroupBuddies/citygate/app/models/citygate/user.rb:10)