citygate 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. data/README.rdoc +13 -3
  2. data/app/assets/javascripts/citygate/home.js.coffee.erb +6 -5
  3. data/app/controllers/citygate/application_controller.rb +1 -0
  4. data/app/controllers/citygate/users_controller.rb +2 -0
  5. data/app/models/citygate/role.rb +4 -0
  6. data/app/models/citygate/user.rb +24 -1
  7. data/config/locales/views/admin/actions/en.yml +4 -0
  8. data/db/seeds.rb +0 -14
  9. data/lib/ability/USAGE +8 -0
  10. data/lib/ability/ability_generator.rb +3 -0
  11. data/lib/ability/templates/ability.rb +25 -0
  12. data/lib/citygate/engine.rb +8 -1
  13. data/lib/citygate/version.rb +1 -1
  14. data/lib/generators/ability/USAGE +8 -0
  15. data/lib/generators/ability/ability_generator.rb +7 -0
  16. data/lib/generators/ability/templates/ability.rb +25 -0
  17. data/spec/dummy/config/application.rb +3 -1
  18. data/spec/dummy/db/development.sqlite3 +0 -0
  19. data/spec/dummy/db/migrate/{20120706095546_devise_create_users.citygate.rb → 20121010234716_devise_create_users.citygate.rb} +0 -0
  20. data/spec/dummy/db/migrate/{20120706095547_add_name_to_users.citygate.rb → 20121010234717_add_name_to_users.citygate.rb} +0 -0
  21. data/spec/dummy/db/migrate/{20120706095548_add_confirmable_to_users.citygate.rb → 20121010234718_add_confirmable_to_users.citygate.rb} +0 -0
  22. data/spec/dummy/db/migrate/{20120706095549_devise_invitable_add_to_users.citygate.rb → 20121010234719_devise_invitable_add_to_users.citygate.rb} +0 -0
  23. data/spec/dummy/db/migrate/{20120706095550_add_omniauth_to_devise.citygate.rb → 20121010234720_add_omniauth_to_devise.citygate.rb} +0 -0
  24. data/spec/dummy/db/migrate/{20120706095551_create_roles.citygate.rb → 20121010234721_create_roles.citygate.rb} +0 -0
  25. data/spec/dummy/db/schema.rb +1 -11
  26. data/spec/dummy/db/test.sqlite3 +0 -0
  27. data/spec/dummy/features/step_definitions/user_steps.rb +7 -0
  28. data/spec/dummy/features/support/paths.rb +3 -0
  29. data/spec/dummy/features/users/user_edit.feature +2 -0
  30. data/spec/dummy/features/users/users_admin.feature +1 -1
  31. data/spec/dummy/lib/ability.rb +25 -0
  32. data/spec/dummy/log/development.log +2692 -0
  33. data/spec/dummy/log/test.log +23012 -0
  34. data/spec/dummy/spec/models/role_spec.rb +13 -0
  35. data/spec/dummy/spec/models/user_spec.rb +47 -0
  36. data/spec/dummy/tmp/cache/assets/C72/B10/sprockets%2F21a4b8118f1f4254bf815e306027b951 +0 -0
  37. data/spec/dummy/tmp/cache/assets/C7A/CE0/sprockets%2F9124c83a02e7332a90b2883b69f81d04 +0 -0
  38. data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  39. data/spec/dummy/tmp/cache/assets/CE3/150/sprockets%2F7d7a09e1df5c7510266a8d752683c4b3 +0 -0
  40. data/spec/dummy/tmp/cache/assets/D0D/DE0/sprockets%2Fa35442f02b0b2479f22d83d639d8c4fd +0 -0
  41. data/spec/dummy/tmp/cache/assets/D11/620/sprockets%2Ff9ea58224378018a71daac5437676adc +0 -0
  42. data/spec/dummy/tmp/cache/assets/D14/F80/sprockets%2F88a8b65bba21cb666758df2ff9300272 +0 -0
  43. data/spec/dummy/tmp/cache/assets/D1C/110/sprockets%2Ff7118b71a9f4d6d8bf76e874be631322 +0 -0
  44. data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  45. data/spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  46. data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  47. data/spec/dummy/tmp/cache/assets/D8F/400/sprockets%2F1aeaa1227411ad4c4ee0a489f5dbc668 +0 -0
  48. data/spec/dummy/tmp/cache/assets/D99/BF0/sprockets%2F2fd8d582e234f8d0a741c1b4cafb716e +0 -0
  49. data/spec/dummy/tmp/cache/assets/D9E/F10/sprockets%2F9ab223df888d724dcad09eb1163cc5f4 +0 -0
  50. data/spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  51. data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  52. metadata +312 -198
  53. data/app/assets/javascripts/citygate/admin_users.coffee +0 -2
  54. data/app/assets/javascripts/citygate/jquery.pjax.js +0 -690
  55. data/app/models/citygate/permission.rb +0 -24
  56. data/db/migrate/20120727143920_create_permissions_table.rb +0 -12
  57. data/db/migrate/20120916221334_add_conditions_to_permissions.rb +0 -5
  58. data/lib/ability.rb +0 -73
  59. data/spec/dummy/db/migrate/20120727145840_create_permissions_table.citygate.rb +0 -13
  60. data/spec/dummy/db/migrate/20120916223209_add_conditions_to_permissions.citygate.rb +0 -6
  61. data/spec/dummy/spec/lib/ability_spec.rb +0 -10
  62. data/spec/dummy/spec/models/permission_spec.rb +0 -13
@@ -1,8 +1,10 @@
1
- = Citygate {<img src="https://secure.travis-ci.org/zamith/citygate.png" />}[http://travis-ci.org/zamith/citygate]
1
+ = {<img src="http://i50.tinypic.com/wag4d4.png">}[http://github.com/zamith/citygate] {<img src="https://secure.travis-ci.org/zamith/citygate.png" />}[http://travis-ci.org/zamith/citygate]
2
2
 
3
- Citygate is a rails engine that provides your application with user authentication (on the site or through facebook or google) using Devise and fully customizable authorization using CanCan.
3
+ Citygate is a rails engine that provides your application with user authentication (on the site or through OAuth) using Devise and authorization using CanCan.
4
4
 
5
- It also provides a customizable backend for administrating all your users, using pjax and pushState making your website as fast as responsive as you ever wanted it to be.
5
+ It also provides a customizable backend for administrating all your users, using turbolinks making your website as fast and responsive as you ever wanted it to be.
6
+
7
+ Citygate aims to provide this functionalities in a hassle free way, thus it requires very little to no configuration in order to have everything up and running. It achieves this at the cost of not being super flexible and configurable, for that you can use gems as sorcery[https://github.com/NoamB/sorcery] or clearance[https://github.com/thoughtbot/clearance], or even hack into devise[https://github.com/plataformatec/devise] or cancan[https://github.com/ryanb/cancan] yourself.
6
8
 
7
9
  == Instalation
8
10
 
@@ -93,6 +95,14 @@ will_paginate_options:: an hash with any option supported by paginate[https://gi
93
95
  mount_path:: if you mount the engine in any other path than "/", must define it here as well so that omniauth can be aware of it
94
96
  no_of_users:: limit the number of users allowed in your system
95
97
 
98
+ == Authorization
99
+
100
+ Citygate load CanCan and uses it internally, but since it cannot know which roles and permissions you need it leaves it up to you to define an Ability class following the CanCan format[https://github.com/ryanb/cancan/wiki/Defining-Abilities].
101
+
102
+ Citygate checks for authorization on most of its views, you can generate a default ability class by running:
103
+
104
+ rails generate ability
105
+
96
106
  == Running Citygate
97
107
 
98
108
  Users in citygate will not be able to login with their google account if you use WEBrick, due to its url length limitation. Therefore run your server in development with <tt>rails s thin</tt>, to run the thin server.
@@ -1,13 +1,14 @@
1
1
  $ ->
2
2
  role_selector =
3
- $el: $("#role_id")
4
-
5
3
  select_new_role: ->
6
- role_selector.$el.on "change", (event) ->
7
- $.post "home/role_change", { data: role_selector.$el.val() }, (data) ->
4
+ $("#role_id").on "change", (event) ->
5
+ $.post "/home/role_change", { data: $("#role_id").val() }, (data) ->
8
6
  window.location.href = data.redirect
9
7
 
10
8
  init: ->
11
9
  role_selector.select_new_role()
12
10
 
13
- role_selector.init()
11
+ # When using turbolinks
12
+ $(window).bind 'page:change', role_selector.init()
13
+ # otherwise
14
+ role_selector.init()
@@ -10,6 +10,7 @@ class Citygate::ApplicationController < ::ApplicationController
10
10
  before_filter :set_locale
11
11
 
12
12
  rescue_from CanCan::AccessDenied do |exception|
13
+ Rails.logger.debug "Access denied on #{exception.action} #{exception.subject.inspect}"
13
14
  redirect_to root_url, :alert => t('cancan.access_denied')
14
15
  end unless ::ApplicationController.rescue_handlers.assoc "CanCan::AccessDenied"
15
16
 
@@ -2,6 +2,8 @@ class Citygate::UsersController < Citygate::ApplicationController
2
2
  load_and_authorize_resource :class => "Citygate::User"
3
3
 
4
4
  def show
5
+ authorize! :show, current_user
6
+
5
7
  @providers = Citygate::User.omniauth_providers
6
8
  end
7
9
  end
@@ -3,5 +3,9 @@ module Citygate
3
3
  class Role < ActiveRecord::Base
4
4
  attr_accessible :name
5
5
  has_many :permissions
6
+
7
+ def self.underscored_role_names
8
+ self.select(:name).map{|r|r.name.underscore}
9
+ end
6
10
  end
7
11
  end
@@ -22,6 +22,29 @@ module Citygate
22
22
 
23
23
  before_create :check_no_of_users
24
24
 
25
+ def method_missing(method_name, *args, &block)
26
+ if method_name.to_s =~ /^is_(.*)\?$/ && Citygate::Role.underscored_role_names.include?($1)
27
+ self.class.send :define_method, method_name do
28
+ if self.role
29
+ self.role.name.underscore == method_name.to_s.match(/is_(.*)\?/)[1]
30
+ else
31
+ false
32
+ end
33
+ end
34
+ self.send method_name
35
+ else
36
+ super
37
+ end
38
+ end
39
+
40
+ def respond_to?(method_name, include_private = false)
41
+ if method_name.to_s =~ /^is_(.*)\?$/ && Citygate::Role.underscored_role_names.include?($1)
42
+ true
43
+ else
44
+ super
45
+ end
46
+ end
47
+
25
48
  # Get the json object for an user. Used by to_json.
26
49
  # @example
27
50
  # {
@@ -59,7 +82,7 @@ module Citygate
59
82
  self.name_or_email
60
83
  end
61
84
 
62
- protected
85
+ private
63
86
 
64
87
  def check_no_of_users
65
88
  if Citygate::Engine.no_of_users > 0 && Citygate::User.count >= Citygate::Engine.no_of_users
@@ -0,0 +1,4 @@
1
+ en:
2
+ admin:
3
+ actions:
4
+ confirm: "Are you sure?"
@@ -15,17 +15,3 @@ roles = [
15
15
  roles.each do |attributes|
16
16
  Citygate::Role.find_or_initialize_by_name(attributes[:name]).save!
17
17
  end
18
-
19
- puts 'Creating permissions for citygate...'
20
- permissions = [
21
- # Guest
22
- {:action => "index", :subject_class => "home", :role_id => nil },
23
- # Member
24
- {:action => "read", :subject_class => "Citygate::User", :role_id => 1 },
25
- # Admin
26
- {:action => "manage", :subject_class => "all", :role_id => 2 }
27
- ]
28
-
29
- permissions.each do |attributes|
30
- Citygate::Permission.create attributes
31
- end unless Citygate::Permission.find_by_action_and_subject_class_and_role_id("index","home",nil)
@@ -0,0 +1,8 @@
1
+ Description:
2
+ This will create an ability file that is compliant with CanCan and has all the authorization needed by Citygate's internals
3
+
4
+ Example:
5
+ rails generate ability
6
+
7
+ This will create:
8
+ lib/ability.rb
@@ -0,0 +1,3 @@
1
+ class AbilityGenerator < Rails::Generators::NamedBase
2
+ source_root File.expand_path('../templates', __FILE__)
3
+ end
@@ -0,0 +1,25 @@
1
+ # @author Zamith
2
+ class Ability
3
+ include CanCan::Ability
4
+
5
+ def initialize(user)
6
+
7
+ @user = user || Citygate::User.new # guest user (not logged in)
8
+
9
+ can :index, :home
10
+
11
+ if @user.role
12
+ send(@user.role.name.downcase)
13
+ end
14
+ end
15
+
16
+ def member
17
+ can :read, Citygate::User
18
+ can :update, Citygate::User, id: @user.id
19
+ end
20
+
21
+ def admin
22
+ can :manage, :all
23
+ end
24
+
25
+ end
@@ -27,7 +27,7 @@ module Citygate
27
27
  # Accepts the same options as will_paginate and uses
28
28
  # them in the backend
29
29
  mattr_accessor :will_paginate_options
30
- @@will_paginate_options = {per_page: 10}
30
+ @@will_paginate_options = { per_page: 10 }
31
31
 
32
32
  # If the mount path of citygate in the app changes,
33
33
  # this must change
@@ -37,6 +37,13 @@ module Citygate
37
37
  # The maximum number of allowed users. 0 is unlimited.
38
38
  mattr_accessor :no_of_users
39
39
  @@no_of_users = 0
40
+
41
+ #The roles in the system (guest is implicit)
42
+ mattr_accessor :roles
43
+ @@roles = [
44
+ { name: "member" },
45
+ { name: "admin" }
46
+ ]
40
47
 
41
48
  def configure
42
49
  yield self
@@ -1,3 +1,3 @@
1
1
  module Citygate
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -0,0 +1,8 @@
1
+ Description:
2
+ This will create an ability file that is compliant with CanCan and has all the authorization needed by Citygate's internals
3
+
4
+ Example:
5
+ rails generate ability
6
+
7
+ This will create:
8
+ lib/ability.rb
@@ -0,0 +1,7 @@
1
+ class AbilityGenerator < Rails::Generators::Base
2
+ source_root File.expand_path('../templates', __FILE__)
3
+
4
+ def copy_ability_file
5
+ copy_file "ability.rb", "lib/ability.rb"
6
+ end
7
+ end
@@ -0,0 +1,25 @@
1
+ # @author Zamith
2
+ class Ability
3
+ include CanCan::Ability
4
+
5
+ def initialize(user)
6
+
7
+ @user = user || Citygate::User.new # guest user (not logged in)
8
+
9
+ can :index, :home
10
+
11
+ if @user.role
12
+ send(@user.role.name.downcase)
13
+ end
14
+ end
15
+
16
+ def member
17
+ can :read, Citygate::User
18
+ can :update, Citygate::User, id: @user.id
19
+ end
20
+
21
+ def admin
22
+ can :manage, :all
23
+ end
24
+
25
+ end
@@ -12,7 +12,7 @@ module Dummy
12
12
  # -- all .rb files in that directory are automatically loaded.
13
13
 
14
14
  # Custom directories with classes and modules you want to be autoloadable.
15
- # config.autoload_paths += %W(#{config.root}/extras)
15
+ config.autoload_paths += %W(#{Rails.root}/lib)
16
16
 
17
17
  # Only load the plugins named here, in the order given (default is alphabetical).
18
18
  # :all can be used as a placeholder for all plugins not explicitly named.
@@ -51,6 +51,8 @@ module Dummy
51
51
 
52
52
  # Version of your assets, change this if you want to expire all your assets
53
53
  config.assets.version = '1.0'
54
+
55
+ config.log_level = :debug
54
56
 
55
57
  Citygate::Engine.configure do |config|
56
58
  config.will_paginate_options = {per_page: 2}
@@ -11,7 +11,7 @@
11
11
  #
12
12
  # It's strongly recommended to check this file into your version control system.
13
13
 
14
- ActiveRecord::Schema.define(:version => 20120916223209) do
14
+ ActiveRecord::Schema.define(:version => 20121010234721) do
15
15
 
16
16
  create_table "citygate_authorizations", :force => true do |t|
17
17
  t.string "provider"
@@ -26,16 +26,6 @@ ActiveRecord::Schema.define(:version => 20120916223209) do
26
26
  t.datetime "updated_at", :null => false
27
27
  end
28
28
 
29
- create_table "citygate_permissions", :force => true do |t|
30
- t.string "action", :null => false
31
- t.string "subject_class", :null => false
32
- t.string "subject_id"
33
- t.integer "role_id"
34
- t.string "conditions"
35
- end
36
-
37
- add_index "citygate_permissions", ["role_id"], :name => "index_citygate_permissions_on_role_id"
38
-
39
29
  create_table "citygate_roles", :force => true do |t|
40
30
  t.string "name"
41
31
  t.datetime "created_at", :null => false
Binary file
@@ -62,6 +62,12 @@ Given /^I am logged in$/ do
62
62
  sign_in
63
63
  end
64
64
 
65
+ Given /^I am a member$/ do
66
+ create_or_get_user
67
+ @user.role_id = 1
68
+ @user.save
69
+ end
70
+
65
71
  Given /^I am an admin$/ do
66
72
  create_or_get_user
67
73
  @user.role_id = 2
@@ -144,6 +150,7 @@ When /^I sign in with a wrong password$/ do
144
150
  end
145
151
 
146
152
  When /^I edit my account details$/ do
153
+ p page.body
147
154
  click_link "Edit account"
148
155
  fill_in "user_current_password", :with => @visitor[:password]
149
156
  click_button "Update"
@@ -9,6 +9,9 @@ module NavigationHelpers
9
9
  def path_to(page_name)
10
10
  case page_name
11
11
 
12
+ when /my profile page/
13
+ profile_path
14
+
12
15
  when /the home\s?page/
13
16
  root_path
14
17
 
@@ -5,5 +5,7 @@ Feature: Edit User
5
5
 
6
6
  Scenario: I sign in and edit my account
7
7
  Given I am logged in
8
+ And I am a member
9
+ And I am on my profile page
8
10
  When I edit my account details
9
11
  Then I should see an account edited message
@@ -38,7 +38,7 @@ Feature: Admin Users
38
38
  And I am logged in
39
39
  And I am an admin
40
40
  When I look at the list of users
41
- And I click Show
41
+ And I click Edit
42
42
  And I go back in history
43
43
  Then I should be redirected to the users admin page
44
44
  And I should see the name of user number 1
@@ -0,0 +1,25 @@
1
+ # @author Zamith
2
+ class Ability
3
+ include CanCan::Ability
4
+
5
+ def initialize(user)
6
+
7
+ @user = user || Citygate::User.new # guest user (not logged in)
8
+
9
+ can :index, :home
10
+
11
+ if @user.role
12
+ send(@user.role.name.downcase)
13
+ end
14
+ end
15
+
16
+ def member
17
+ can :read, Citygate::User
18
+ can :update, Citygate::User, id: @user.id
19
+ end
20
+
21
+ def admin
22
+ can :manage, :all
23
+ end
24
+
25
+ end
@@ -27452,3 +27452,2695 @@ Connecting to database specified by database.yml
27452
27452
   (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120706095550')
27453
27453
   (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120706095551')
27454
27454
   (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120727145840')
27455
+ Connecting to database specified by database.yml
27456
+ Connecting to database specified by database.yml
27457
+ Connecting to database specified by database.yml
27458
+ Connecting to database specified by database.yml
27459
+ Connecting to database specified by database.yml
27460
+ Connecting to database specified by database.yml
27461
+
27462
+
27463
+ Started GET "/" for 127.0.0.1 at 2012-10-10 23:57:36 +0100
27464
+ Processing by Citygate::HomeController#index as HTML
27465
+ Citygate::User Load (0.7ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27466
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 2 LIMIT 1
27467
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
27468
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
27469
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.4ms)
27470
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (11.5ms)
27471
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (106.0ms)
27472
+ Compiled application.css (0ms) (pid 90544)
27473
+ Compiled jquery.js (2ms) (pid 90544)
27474
+ Compiled jquery_ujs.js (0ms) (pid 90544)
27475
+ Compiled citygate/home.js (1076ms) (pid 90544)
27476
+ Compiled citygate.js (1124ms) (pid 90544)
27477
+ Compiled application.js (1202ms) (pid 90544)
27478
+ Completed 200 OK in 1647ms (Views: 1499.8ms | ActiveRecord: 20.2ms)
27479
+
27480
+
27481
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-10 23:57:38 +0100
27482
+ Served asset /application.css - 200 OK (2ms)
27483
+
27484
+
27485
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-10 23:57:38 +0100
27486
+ Served asset /jquery.js - 200 OK (2ms)
27487
+
27488
+
27489
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-10 23:57:38 +0100
27490
+ Served asset /jquery_ujs.js - 200 OK (2ms)
27491
+
27492
+
27493
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-10 23:57:38 +0100
27494
+ Served asset /citygate/home.js - 200 OK (2ms)
27495
+
27496
+
27497
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-10 23:57:38 +0100
27498
+ Served asset /citygate.js - 200 OK (6ms)
27499
+
27500
+
27501
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-10 23:57:38 +0100
27502
+ Served asset /application.js - 200 OK (10ms)
27503
+
27504
+
27505
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-10 23:58:09 +0100
27506
+ Processing by Citygate::UsersController#show as HTML
27507
+ Citygate::User Load (0.4ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27508
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 2 LIMIT 1
27509
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
27510
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (37.5ms)
27511
+ Completed 200 OK in 81ms (Views: 68.0ms | ActiveRecord: 1.1ms)
27512
+
27513
+
27514
+ Started GET "/users/edit" for 127.0.0.1 at 2012-10-10 23:58:15 +0100
27515
+ Processing by Devise::RegistrationsController#edit as HTML
27516
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27517
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/edit.html.erb within layouts/application (55.7ms)
27518
+ Completed 200 OK in 80ms (Views: 77.1ms | ActiveRecord: 0.3ms)
27519
+
27520
+
27521
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-10 23:58:16 +0100
27522
+ Processing by Citygate::UsersController#show as HTML
27523
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27524
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 2 LIMIT 1
27525
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
27526
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (1.9ms)
27527
+ Completed 200 OK in 21ms (Views: 8.8ms | ActiveRecord: 0.6ms)
27528
+ Connecting to database specified by database.yml
27529
+
27530
+
27531
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:04:41 +0100
27532
+ Processing by Citygate::UsersController#show as HTML
27533
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27534
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27535
+ Access denied on show Citygate::User(id: integer, email: string, encrypted_password: string, reset_password_token: string, reset_password_sent_at: datetime, remember_created_at: datetime, sign_in_count: integer, current_sign_in_at: datetime, last_sign_in_at: datetime, current_sign_in_ip: string, last_sign_in_ip: string, created_at: datetime, updated_at: datetime, first_name: string, last_name: string, confirmation_token: string, confirmed_at: datetime, confirmation_sent_at: datetime, unconfirmed_email: string, invitation_token: string, invitation_sent_at: datetime, invitation_accepted_at: datetime, invitation_limit: integer, invited_by_id: integer, invited_by_type: string, password_salt: string, role_id: integer)
27536
+ Redirected to http://localhost:3000/
27537
+ Completed 302 Found in 567ms (ActiveRecord: 0.5ms)
27538
+
27539
+
27540
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:04:42 +0100
27541
+ Processing by Citygate::HomeController#index as HTML
27542
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27543
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27544
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
27545
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
27546
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.3ms)
27547
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
27548
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.1ms)
27549
+ Completed 200 OK in 56ms (Views: 41.3ms | ActiveRecord: 1.0ms)
27550
+
27551
+
27552
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:04:42 +0100
27553
+ Served asset /application.css - 304 Not Modified (0ms)
27554
+
27555
+
27556
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:04:42 +0100
27557
+ Served asset /jquery.js - 304 Not Modified (0ms)
27558
+
27559
+
27560
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:04:42 +0100
27561
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
27562
+
27563
+
27564
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:04:42 +0100
27565
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
27566
+
27567
+
27568
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:04:42 +0100
27569
+ Served asset /citygate.js - 304 Not Modified (0ms)
27570
+
27571
+
27572
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:04:42 +0100
27573
+ Served asset /application.js - 304 Not Modified (0ms)
27574
+
27575
+
27576
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:04:44 +0100
27577
+ Processing by Citygate::UsersController#show as HTML
27578
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27579
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27580
+ Access denied on show Citygate::User(id: integer, email: string, encrypted_password: string, reset_password_token: string, reset_password_sent_at: datetime, remember_created_at: datetime, sign_in_count: integer, current_sign_in_at: datetime, last_sign_in_at: datetime, current_sign_in_ip: string, last_sign_in_ip: string, created_at: datetime, updated_at: datetime, first_name: string, last_name: string, confirmation_token: string, confirmed_at: datetime, confirmation_sent_at: datetime, unconfirmed_email: string, invitation_token: string, invitation_sent_at: datetime, invitation_accepted_at: datetime, invitation_limit: integer, invited_by_id: integer, invited_by_type: string, password_salt: string, role_id: integer)
27581
+ Redirected to http://localhost:3000/
27582
+ Completed 302 Found in 11ms (ActiveRecord: 0.4ms)
27583
+
27584
+
27585
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:04:44 +0100
27586
+ Processing by Citygate::HomeController#index as HTML
27587
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27588
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27589
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users"
27590
+ Citygate::Role Load (2.3ms) SELECT "citygate_roles".* FROM "citygate_roles" 
27591
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.5ms)
27592
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
27593
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (7.4ms)
27594
+ Completed 200 OK in 23ms (Views: 12.0ms | ActiveRecord: 2.9ms)
27595
+
27596
+
27597
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:04:44 +0100
27598
+ Served asset /application.css - 304 Not Modified (0ms)
27599
+
27600
+
27601
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:04:44 +0100
27602
+ Served asset /jquery.js - 304 Not Modified (0ms)
27603
+
27604
+
27605
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:04:44 +0100
27606
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
27607
+
27608
+
27609
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:04:44 +0100
27610
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
27611
+
27612
+
27613
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:04:44 +0100
27614
+ Served asset /application.js - 304 Not Modified (0ms)
27615
+
27616
+
27617
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:04:44 +0100
27618
+ Served asset /citygate.js - 304 Not Modified (0ms)
27619
+
27620
+
27621
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:07:03 +0100
27622
+ Processing by Citygate::HomeController#index as HTML
27623
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27624
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27625
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
27626
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
27627
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.4ms)
27628
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
27629
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.0ms)
27630
+ Completed 200 OK in 78ms (Views: 13.0ms | ActiveRecord: 1.9ms)
27631
+
27632
+
27633
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:07:04 +0100
27634
+ Served asset /application.css - 304 Not Modified (0ms)
27635
+
27636
+
27637
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:04 +0100
27638
+ Served asset /jquery.js - 304 Not Modified (0ms)
27639
+
27640
+
27641
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:04 +0100
27642
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
27643
+
27644
+
27645
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:04 +0100
27646
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
27647
+
27648
+
27649
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:04 +0100
27650
+ Served asset /citygate.js - 304 Not Modified (0ms)
27651
+
27652
+
27653
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:04 +0100
27654
+ Served asset /application.js - 304 Not Modified (0ms)
27655
+
27656
+
27657
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:07:06 +0100
27658
+ Processing by Citygate::UsersController#show as HTML
27659
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27660
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27661
+ Access denied on show Citygate::User(id: integer, email: string, encrypted_password: string, reset_password_token: string, reset_password_sent_at: datetime, remember_created_at: datetime, sign_in_count: integer, current_sign_in_at: datetime, last_sign_in_at: datetime, current_sign_in_ip: string, last_sign_in_ip: string, created_at: datetime, updated_at: datetime, first_name: string, last_name: string, confirmation_token: string, confirmed_at: datetime, confirmation_sent_at: datetime, unconfirmed_email: string, invitation_token: string, invitation_sent_at: datetime, invitation_accepted_at: datetime, invitation_limit: integer, invited_by_id: integer, invited_by_type: string, password_salt: string, role_id: integer)
27662
+ Redirected to http://localhost:3000/
27663
+ Completed 302 Found in 15ms (ActiveRecord: 0.5ms)
27664
+
27665
+
27666
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:07:06 +0100
27667
+ Processing by Citygate::HomeController#index as HTML
27668
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27669
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27670
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users"
27671
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
27672
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (2.3ms)
27673
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
27674
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (4.9ms)
27675
+ Completed 200 OK in 20ms (Views: 11.9ms | ActiveRecord: 0.8ms)
27676
+
27677
+
27678
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:07:06 +0100
27679
+ Served asset /application.css - 304 Not Modified (0ms)
27680
+
27681
+
27682
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:06 +0100
27683
+ Served asset /jquery.js - 304 Not Modified (1ms)
27684
+
27685
+
27686
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:06 +0100
27687
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
27688
+
27689
+
27690
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:06 +0100
27691
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
27692
+
27693
+
27694
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:06 +0100
27695
+ Served asset /citygate.js - 304 Not Modified (0ms)
27696
+
27697
+
27698
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:06 +0100
27699
+ Served asset /application.js - 304 Not Modified (0ms)
27700
+ Connecting to database specified by database.yml
27701
+
27702
+
27703
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:07:53 +0100
27704
+ Processing by Citygate::HomeController#index as HTML
27705
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27706
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27707
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
27708
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
27709
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.1ms)
27710
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (11.8ms)
27711
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (73.0ms)
27712
+ Completed 200 OK in 240ms (Views: 109.9ms | ActiveRecord: 4.9ms)
27713
+
27714
+
27715
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:07:53 +0100
27716
+ Served asset /application.css - 304 Not Modified (2ms)
27717
+
27718
+
27719
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:53 +0100
27720
+ Served asset /jquery.js - 304 Not Modified (3ms)
27721
+
27722
+
27723
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:53 +0100
27724
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
27725
+
27726
+
27727
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:53 +0100
27728
+ Served asset /citygate/home.js - 304 Not Modified (2ms)
27729
+
27730
+
27731
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:53 +0100
27732
+ Served asset /citygate.js - 304 Not Modified (6ms)
27733
+
27734
+
27735
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:53 +0100
27736
+ Served asset /application.js - 304 Not Modified (9ms)
27737
+
27738
+
27739
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:07:58 +0100
27740
+ Processing by Citygate::UsersController#show as HTML
27741
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27742
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27743
+ Access denied on show Citygate::User(id: integer, email: string, encrypted_password: string, reset_password_token: string, reset_password_sent_at: datetime, remember_created_at: datetime, sign_in_count: integer, current_sign_in_at: datetime, last_sign_in_at: datetime, current_sign_in_ip: string, last_sign_in_ip: string, created_at: datetime, updated_at: datetime, first_name: string, last_name: string, confirmation_token: string, confirmed_at: datetime, confirmation_sent_at: datetime, unconfirmed_email: string, invitation_token: string, invitation_sent_at: datetime, invitation_accepted_at: datetime, invitation_limit: integer, invited_by_id: integer, invited_by_type: string, password_salt: string, role_id: integer)
27744
+ Redirected to http://localhost:3000/
27745
+ Completed 302 Found in 73ms (ActiveRecord: 0.4ms)
27746
+
27747
+
27748
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:07:58 +0100
27749
+ Processing by Citygate::HomeController#index as HTML
27750
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27751
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27752
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
27753
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
27754
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.4ms)
27755
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (9.1ms)
27756
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (14.7ms)
27757
+ Completed 200 OK in 42ms (Views: 25.3ms | ActiveRecord: 0.8ms)
27758
+
27759
+
27760
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:07:59 +0100
27761
+ Served asset /application.css - 304 Not Modified (0ms)
27762
+
27763
+
27764
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:59 +0100
27765
+ Served asset /jquery.js - 304 Not Modified (0ms)
27766
+
27767
+
27768
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:59 +0100
27769
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
27770
+
27771
+
27772
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:59 +0100
27773
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
27774
+
27775
+
27776
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:59 +0100
27777
+ Served asset /citygate.js - 304 Not Modified (0ms)
27778
+
27779
+
27780
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:07:59 +0100
27781
+ Served asset /application.js - 304 Not Modified (0ms)
27782
+ Connecting to database specified by database.yml
27783
+
27784
+
27785
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:09:01 +0100
27786
+ Processing by Citygate::HomeController#index as HTML
27787
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27788
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27789
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
27790
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
27791
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.2ms)
27792
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (10.9ms)
27793
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (27.1ms)
27794
+ Completed 200 OK in 245ms (Views: 110.8ms | ActiveRecord: 4.9ms)
27795
+
27796
+
27797
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:09:01 +0100
27798
+ Served asset /application.css - 304 Not Modified (2ms)
27799
+
27800
+
27801
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:01 +0100
27802
+ Served asset /jquery.js - 304 Not Modified (2ms)
27803
+
27804
+
27805
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:01 +0100
27806
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
27807
+
27808
+
27809
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:01 +0100
27810
+ Served asset /citygate/home.js - 304 Not Modified (2ms)
27811
+
27812
+
27813
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:01 +0100
27814
+ Served asset /citygate.js - 304 Not Modified (6ms)
27815
+
27816
+
27817
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:01 +0100
27818
+ Served asset /application.js - 304 Not Modified (9ms)
27819
+
27820
+
27821
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:09:03 +0100
27822
+ Processing by Citygate::UsersController#show as HTML
27823
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27824
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27825
+ Access denied on show Citygate::User(id: integer, email: string, encrypted_password: string, reset_password_token: string, reset_password_sent_at: datetime, remember_created_at: datetime, sign_in_count: integer, current_sign_in_at: datetime, last_sign_in_at: datetime, current_sign_in_ip: string, last_sign_in_ip: string, created_at: datetime, updated_at: datetime, first_name: string, last_name: string, confirmation_token: string, confirmed_at: datetime, confirmation_sent_at: datetime, unconfirmed_email: string, invitation_token: string, invitation_sent_at: datetime, invitation_accepted_at: datetime, invitation_limit: integer, invited_by_id: integer, invited_by_type: string, password_salt: string, role_id: integer)
27826
+ Redirected to http://localhost:3000/
27827
+ Completed 302 Found in 20ms (ActiveRecord: 0.4ms)
27828
+
27829
+
27830
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:09:03 +0100
27831
+ Processing by Citygate::HomeController#index as HTML
27832
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27833
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27834
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
27835
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
27836
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (2.3ms)
27837
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
27838
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (5.1ms)
27839
+ Completed 200 OK in 22ms (Views: 12.8ms | ActiveRecord: 0.9ms)
27840
+
27841
+
27842
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:09:03 +0100
27843
+ Served asset /application.css - 304 Not Modified (0ms)
27844
+
27845
+
27846
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:03 +0100
27847
+ Served asset /jquery.js - 304 Not Modified (0ms)
27848
+
27849
+
27850
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:03 +0100
27851
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
27852
+
27853
+
27854
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:03 +0100
27855
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
27856
+
27857
+
27858
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:03 +0100
27859
+ Served asset /citygate.js - 304 Not Modified (0ms)
27860
+
27861
+
27862
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:03 +0100
27863
+ Served asset /application.js - 304 Not Modified (0ms)
27864
+ Connecting to database specified by database.yml
27865
+
27866
+
27867
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:09:27 +0100
27868
+ Processing by Citygate::HomeController#index as HTML
27869
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27870
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27871
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
27872
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
27873
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.4ms)
27874
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (11.2ms)
27875
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (73.3ms)
27876
+ Completed 200 OK in 241ms (Views: 110.4ms | ActiveRecord: 5.3ms)
27877
+
27878
+
27879
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:09:27 +0100
27880
+ Served asset /application.css - 304 Not Modified (2ms)
27881
+
27882
+
27883
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:27 +0100
27884
+ Served asset /jquery.js - 304 Not Modified (3ms)
27885
+
27886
+
27887
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:27 +0100
27888
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
27889
+
27890
+
27891
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:27 +0100
27892
+ Served asset /citygate/home.js - 304 Not Modified (6ms)
27893
+
27894
+
27895
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:27 +0100
27896
+ Served asset /citygate.js - 304 Not Modified (19ms)
27897
+
27898
+
27899
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:27 +0100
27900
+ Served asset /application.js - 304 Not Modified (7ms)
27901
+
27902
+
27903
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:09:29 +0100
27904
+ Processing by Citygate::UsersController#show as HTML
27905
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27906
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27907
+ Access denied on show Citygate::User(id: integer, email: string, encrypted_password: string, reset_password_token: string, reset_password_sent_at: datetime, remember_created_at: datetime, sign_in_count: integer, current_sign_in_at: datetime, last_sign_in_at: datetime, current_sign_in_ip: string, last_sign_in_ip: string, created_at: datetime, updated_at: datetime, first_name: string, last_name: string, confirmation_token: string, confirmed_at: datetime, confirmation_sent_at: datetime, unconfirmed_email: string, invitation_token: string, invitation_sent_at: datetime, invitation_accepted_at: datetime, invitation_limit: integer, invited_by_id: integer, invited_by_type: string, password_salt: string, role_id: integer)
27908
+ Redirected to http://localhost:3000/
27909
+ Completed 302 Found in 76ms (ActiveRecord: 0.4ms)
27910
+
27911
+
27912
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:09:29 +0100
27913
+ Processing by Citygate::HomeController#index as HTML
27914
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27915
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27916
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
27917
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
27918
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (2.8ms)
27919
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.8ms)
27920
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.2ms)
27921
+ Completed 200 OK in 21ms (Views: 13.0ms | ActiveRecord: 0.8ms)
27922
+
27923
+
27924
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:09:29 +0100
27925
+ Served asset /application.css - 304 Not Modified (0ms)
27926
+
27927
+
27928
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:29 +0100
27929
+ Served asset /jquery.js - 304 Not Modified (0ms)
27930
+
27931
+
27932
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:29 +0100
27933
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
27934
+
27935
+
27936
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:29 +0100
27937
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
27938
+
27939
+
27940
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:29 +0100
27941
+ Served asset /citygate.js - 304 Not Modified (0ms)
27942
+
27943
+
27944
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:09:29 +0100
27945
+ Served asset /application.js - 304 Not Modified (0ms)
27946
+ Connecting to database specified by database.yml
27947
+
27948
+
27949
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:12:09 +0100
27950
+ Processing by Citygate::HomeController#index as HTML
27951
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27952
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27953
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
27954
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
27955
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.3ms)
27956
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (11.8ms)
27957
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (80.2ms)
27958
+ Completed 200 OK in 260ms (Views: 119.8ms | ActiveRecord: 5.4ms)
27959
+
27960
+
27961
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:12:10 +0100
27962
+ Served asset /application.css - 304 Not Modified (2ms)
27963
+
27964
+
27965
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:12:10 +0100
27966
+ Served asset /jquery.js - 304 Not Modified (2ms)
27967
+
27968
+
27969
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:12:10 +0100
27970
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
27971
+
27972
+
27973
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:12:10 +0100
27974
+ Served asset /citygate/home.js - 304 Not Modified (2ms)
27975
+
27976
+
27977
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:12:10 +0100
27978
+ Served asset /citygate.js - 304 Not Modified (6ms)
27979
+
27980
+
27981
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:12:10 +0100
27982
+ Served asset /application.js - 304 Not Modified (13ms)
27983
+
27984
+
27985
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:12:11 +0100
27986
+ Processing by Citygate::UsersController#show as HTML
27987
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27988
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27989
+ Access denied on show Citygate::User(id: integer, email: string, encrypted_password: string, reset_password_token: string, reset_password_sent_at: datetime, remember_created_at: datetime, sign_in_count: integer, current_sign_in_at: datetime, last_sign_in_at: datetime, current_sign_in_ip: string, last_sign_in_ip: string, created_at: datetime, updated_at: datetime, first_name: string, last_name: string, confirmation_token: string, confirmed_at: datetime, confirmation_sent_at: datetime, unconfirmed_email: string, invitation_token: string, invitation_sent_at: datetime, invitation_accepted_at: datetime, invitation_limit: integer, invited_by_id: integer, invited_by_type: string, password_salt: string, role_id: integer)
27990
+ Redirected to http://localhost:3000/
27991
+ Completed 302 Found in 69ms (ActiveRecord: 0.4ms)
27992
+
27993
+
27994
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:12:11 +0100
27995
+ Processing by Citygate::HomeController#index as HTML
27996
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
27997
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
27998
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
27999
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles"
28000
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (2.0ms)
28001
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
28002
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (4.7ms)
28003
+ Completed 200 OK in 20ms (Views: 11.2ms | ActiveRecord: 0.7ms)
28004
+
28005
+
28006
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:12:11 +0100
28007
+ Served asset /application.css - 304 Not Modified (0ms)
28008
+
28009
+
28010
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:12:11 +0100
28011
+ Served asset /jquery.js - 304 Not Modified (0ms)
28012
+
28013
+
28014
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:12:11 +0100
28015
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28016
+
28017
+
28018
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:12:11 +0100
28019
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28020
+
28021
+
28022
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:12:11 +0100
28023
+ Served asset /citygate.js - 304 Not Modified (0ms)
28024
+
28025
+
28026
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:12:11 +0100
28027
+ Served asset /application.js - 304 Not Modified (0ms)
28028
+
28029
+
28030
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:19:53 +0100
28031
+ Processing by Citygate::HomeController#index as HTML
28032
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28033
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28034
+ Citygate::User Load (0.4ms) SELECT "citygate_users".* FROM "citygate_users" 
28035
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
28036
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.8ms)
28037
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.2ms)
28038
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (7.6ms)
28039
+ Completed 200 OK in 181ms (Views: 17.6ms | ActiveRecord: 2.1ms)
28040
+
28041
+
28042
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:19:54 +0100
28043
+ Served asset /application.css - 304 Not Modified (0ms)
28044
+
28045
+
28046
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:19:54 +0100
28047
+ Served asset /jquery.js - 304 Not Modified (0ms)
28048
+
28049
+
28050
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:19:54 +0100
28051
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28052
+
28053
+
28054
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:19:54 +0100
28055
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28056
+
28057
+
28058
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:19:54 +0100
28059
+ Served asset /citygate.js - 304 Not Modified (0ms)
28060
+
28061
+
28062
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:19:54 +0100
28063
+ Served asset /application.js - 304 Not Modified (0ms)
28064
+
28065
+
28066
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:19:55 +0100
28067
+ Processing by Citygate::UsersController#show as HTML
28068
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28069
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28070
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28071
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (81.9ms)
28072
+ Completed 200 OK in 101ms (Views: 89.0ms | ActiveRecord: 0.9ms)
28073
+
28074
+
28075
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:19:55 +0100
28076
+ Served asset /application.css - 304 Not Modified (0ms)
28077
+
28078
+
28079
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:19:55 +0100
28080
+ Served asset /jquery.js - 304 Not Modified (0ms)
28081
+
28082
+
28083
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:19:55 +0100
28084
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28085
+
28086
+
28087
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:19:55 +0100
28088
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28089
+
28090
+
28091
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:19:55 +0100
28092
+ Served asset /citygate.js - 304 Not Modified (0ms)
28093
+
28094
+
28095
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:19:55 +0100
28096
+ Served asset /application.js - 304 Not Modified (0ms)
28097
+
28098
+
28099
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:20:06 +0100
28100
+ Processing by Citygate::HomeController#index as HTML
28101
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28102
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28103
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
28104
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
28105
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (2.8ms)
28106
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.1ms)
28107
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.2ms)
28108
+ Completed 200 OK in 27ms (Views: 13.0ms | ActiveRecord: 0.9ms)
28109
+
28110
+
28111
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:20:06 +0100
28112
+ Served asset /application.css - 304 Not Modified (0ms)
28113
+
28114
+
28115
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:06 +0100
28116
+ Served asset /jquery.js - 304 Not Modified (0ms)
28117
+
28118
+
28119
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:06 +0100
28120
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28121
+
28122
+
28123
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:06 +0100
28124
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28125
+
28126
+
28127
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:06 +0100
28128
+ Served asset /citygate.js - 304 Not Modified (0ms)
28129
+
28130
+
28131
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:06 +0100
28132
+ Served asset /application.js - 304 Not Modified (0ms)
28133
+
28134
+
28135
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:20:15 +0100
28136
+ Processing by Citygate::HomeController#index as HTML
28137
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28138
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28139
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
28140
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
28141
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.2ms)
28142
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
28143
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (5.7ms)
28144
+ Completed 200 OK in 127ms (Views: 12.5ms | ActiveRecord: 2.2ms)
28145
+
28146
+
28147
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:20:16 +0100
28148
+ Served asset /application.css - 304 Not Modified (0ms)
28149
+
28150
+
28151
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:16 +0100
28152
+ Served asset /jquery.js - 304 Not Modified (0ms)
28153
+
28154
+
28155
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:16 +0100
28156
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28157
+
28158
+
28159
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:16 +0100
28160
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28161
+
28162
+
28163
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:16 +0100
28164
+ Served asset /citygate.js - 304 Not Modified (0ms)
28165
+
28166
+
28167
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:16 +0100
28168
+ Served asset /application.js - 304 Not Modified (0ms)
28169
+
28170
+
28171
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:20:17 +0100
28172
+ Processing by Citygate::UsersController#show as HTML
28173
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28174
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28175
+ Access denied on show Citygate::User(id: integer, email: string, encrypted_password: string, reset_password_token: string, reset_password_sent_at: datetime, remember_created_at: datetime, sign_in_count: integer, current_sign_in_at: datetime, last_sign_in_at: datetime, current_sign_in_ip: string, last_sign_in_ip: string, created_at: datetime, updated_at: datetime, first_name: string, last_name: string, confirmation_token: string, confirmed_at: datetime, confirmation_sent_at: datetime, unconfirmed_email: string, invitation_token: string, invitation_sent_at: datetime, invitation_accepted_at: datetime, invitation_limit: integer, invited_by_id: integer, invited_by_type: string, password_salt: string, role_id: integer)
28176
+ Redirected to http://localhost:3000/
28177
+ Completed 302 Found in 12ms (ActiveRecord: 0.5ms)
28178
+
28179
+
28180
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:20:17 +0100
28181
+ Processing by Citygate::HomeController#index as HTML
28182
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28183
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28184
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users"
28185
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" 
28186
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (2.0ms)
28187
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
28188
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (4.4ms)
28189
+ Completed 200 OK in 21ms (Views: 11.3ms | ActiveRecord: 0.7ms)
28190
+
28191
+
28192
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:20:17 +0100
28193
+ Served asset /application.css - 304 Not Modified (0ms)
28194
+
28195
+
28196
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:17 +0100
28197
+ Served asset /jquery.js - 304 Not Modified (0ms)
28198
+
28199
+
28200
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:17 +0100
28201
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28202
+
28203
+
28204
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:17 +0100
28205
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28206
+
28207
+
28208
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:17 +0100
28209
+ Served asset /citygate.js - 304 Not Modified (0ms)
28210
+
28211
+
28212
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:20:17 +0100
28213
+ Served asset /application.js - 304 Not Modified (0ms)
28214
+
28215
+
28216
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:21:47 +0100
28217
+ Processing by Citygate::HomeController#index as HTML
28218
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28219
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28220
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
28221
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
28222
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.4ms)
28223
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.9ms)
28224
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (7.8ms)
28225
+ Completed 200 OK in 194ms (Views: 42.2ms | ActiveRecord: 32.4ms)
28226
+
28227
+
28228
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:21:47 +0100
28229
+ Served asset /application.css - 304 Not Modified (0ms)
28230
+
28231
+
28232
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:21:47 +0100
28233
+ Served asset /jquery.js - 304 Not Modified (0ms)
28234
+
28235
+
28236
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:21:47 +0100
28237
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28238
+
28239
+
28240
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:21:47 +0100
28241
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28242
+
28243
+
28244
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:21:47 +0100
28245
+ Served asset /citygate.js - 304 Not Modified (0ms)
28246
+
28247
+
28248
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:21:47 +0100
28249
+ Served asset /application.js - 304 Not Modified (0ms)
28250
+
28251
+
28252
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:21:48 +0100
28253
+ Processing by Citygate::UsersController#show as HTML
28254
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28255
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28256
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28257
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (17.0ms)
28258
+ Completed 200 OK in 35ms (Views: 23.6ms | ActiveRecord: 0.9ms)
28259
+
28260
+
28261
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:21:48 +0100
28262
+ Served asset /application.css - 304 Not Modified (0ms)
28263
+
28264
+
28265
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:21:48 +0100
28266
+ Served asset /jquery.js - 304 Not Modified (0ms)
28267
+
28268
+
28269
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:21:48 +0100
28270
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28271
+
28272
+
28273
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:21:48 +0100
28274
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28275
+
28276
+
28277
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:21:48 +0100
28278
+ Served asset /citygate.js - 304 Not Modified (0ms)
28279
+
28280
+
28281
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:21:48 +0100
28282
+ Served asset /application.js - 304 Not Modified (0ms)
28283
+
28284
+
28285
+ Started GET "/users/edit" for 127.0.0.1 at 2012-10-11 00:22:04 +0100
28286
+ Processing by Devise::RegistrationsController#edit as HTML
28287
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28288
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/edit.html.erb within layouts/application (6.5ms)
28289
+ Completed 200 OK in 140ms (Views: 47.2ms | ActiveRecord: 1.0ms)
28290
+
28291
+
28292
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:22:04 +0100
28293
+ Served asset /application.css - 304 Not Modified (0ms)
28294
+
28295
+
28296
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:04 +0100
28297
+ Served asset /jquery.js - 304 Not Modified (0ms)
28298
+
28299
+
28300
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:04 +0100
28301
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28302
+
28303
+
28304
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:04 +0100
28305
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28306
+
28307
+
28308
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:04 +0100
28309
+ Served asset /citygate.js - 304 Not Modified (0ms)
28310
+
28311
+
28312
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:04 +0100
28313
+ Served asset /application.js - 304 Not Modified (0ms)
28314
+
28315
+
28316
+ Started GET "/users/edit" for 127.0.0.1 at 2012-10-11 00:22:18 +0100
28317
+ Processing by Devise::RegistrationsController#edit as HTML
28318
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28319
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/edit.html.erb within layouts/application (3.9ms)
28320
+ Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.3ms)
28321
+
28322
+
28323
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:22:18 +0100
28324
+ Served asset /application.css - 304 Not Modified (0ms)
28325
+
28326
+
28327
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:18 +0100
28328
+ Served asset /jquery.js - 304 Not Modified (0ms)
28329
+
28330
+
28331
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:18 +0100
28332
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28333
+
28334
+
28335
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:18 +0100
28336
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28337
+
28338
+
28339
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:18 +0100
28340
+ Served asset /citygate.js - 304 Not Modified (0ms)
28341
+
28342
+
28343
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:18 +0100
28344
+ Served asset /application.js - 304 Not Modified (0ms)
28345
+
28346
+
28347
+ Started PUT "/users" for 127.0.0.1 at 2012-10-11 00:22:34 +0100
28348
+ Processing by Devise::RegistrationsController#update as HTML
28349
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"aGVxyCWVMs9nnkVTzfCNqeWzfjXX/LOHWCpznjH8PXE=", "user"=>{"first_name"=>"frwfg", "last_name"=>"", "email"=>"luis@zamith.pt", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "current_password"=>"[FILTERED]"}, "commit"=>"Update"}
28350
+ Citygate::User Load (0.6ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28351
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = ? LIMIT 1 [["id", 4]]
28352
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/devise/registrations/edit.html.erb within layouts/application (5.1ms)
28353
+ Completed 200 OK in 413ms (Views: 12.4ms | ActiveRecord: 0.0ms)
28354
+
28355
+
28356
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:22:34 +0100
28357
+ Served asset /application.css - 304 Not Modified (0ms)
28358
+
28359
+
28360
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:34 +0100
28361
+ Served asset /jquery.js - 304 Not Modified (0ms)
28362
+
28363
+
28364
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:34 +0100
28365
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28366
+
28367
+
28368
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:34 +0100
28369
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28370
+
28371
+
28372
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:34 +0100
28373
+ Served asset /citygate.js - 304 Not Modified (0ms)
28374
+
28375
+
28376
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:34 +0100
28377
+ Served asset /application.js - 304 Not Modified (0ms)
28378
+
28379
+
28380
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:22:54 +0100
28381
+ Processing by Citygate::UsersController#show as HTML
28382
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28383
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28384
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28385
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (19.1ms)
28386
+ Completed 200 OK in 76ms (Views: 25.9ms | ActiveRecord: 1.9ms)
28387
+
28388
+
28389
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:22:54 +0100
28390
+ Served asset /application.css - 304 Not Modified (0ms)
28391
+
28392
+
28393
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:54 +0100
28394
+ Served asset /jquery.js - 304 Not Modified (0ms)
28395
+
28396
+
28397
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:54 +0100
28398
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28399
+
28400
+
28401
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:54 +0100
28402
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28403
+
28404
+
28405
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:54 +0100
28406
+ Served asset /citygate.js - 304 Not Modified (0ms)
28407
+
28408
+
28409
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:54 +0100
28410
+ Served asset /application.js - 304 Not Modified (1ms)
28411
+
28412
+
28413
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:22:56 +0100
28414
+ Processing by Citygate::HomeController#index as HTML
28415
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28416
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28417
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users"
28418
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
28419
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.1ms)
28420
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
28421
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.7ms)
28422
+ Completed 200 OK in 27ms (Views: 13.7ms | ActiveRecord: 0.8ms)
28423
+
28424
+
28425
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:22:56 +0100
28426
+ Served asset /application.css - 304 Not Modified (0ms)
28427
+
28428
+
28429
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:56 +0100
28430
+ Served asset /jquery.js - 304 Not Modified (0ms)
28431
+
28432
+
28433
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:56 +0100
28434
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28435
+
28436
+
28437
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:56 +0100
28438
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28439
+
28440
+
28441
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:56 +0100
28442
+ Served asset /citygate.js - 304 Not Modified (0ms)
28443
+
28444
+
28445
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:57 +0100
28446
+ Served asset /application.js - 304 Not Modified (0ms)
28447
+
28448
+
28449
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:22:58 +0100
28450
+ Processing by Citygate::UsersController#show as HTML
28451
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28452
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28453
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28454
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (1.9ms)
28455
+ Completed 200 OK in 22ms (Views: 8.4ms | ActiveRecord: 0.7ms)
28456
+
28457
+
28458
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:22:58 +0100
28459
+ Served asset /application.css - 304 Not Modified (0ms)
28460
+
28461
+
28462
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:58 +0100
28463
+ Served asset /jquery.js - 304 Not Modified (0ms)
28464
+
28465
+
28466
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:58 +0100
28467
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28468
+
28469
+
28470
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:58 +0100
28471
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28472
+
28473
+
28474
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:58 +0100
28475
+ Served asset /citygate.js - 304 Not Modified (0ms)
28476
+
28477
+
28478
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:22:58 +0100
28479
+ Served asset /application.js - 304 Not Modified (0ms)
28480
+
28481
+
28482
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:23:06 +0100
28483
+ Processing by Citygate::UsersController#show as HTML
28484
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28485
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28486
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28487
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (20.0ms)
28488
+ Completed 200 OK in 138ms (Views: 28.1ms | ActiveRecord: 2.1ms)
28489
+
28490
+
28491
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:23:06 +0100
28492
+ Served asset /application.css - 304 Not Modified (0ms)
28493
+
28494
+
28495
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:06 +0100
28496
+ Served asset /jquery.js - 304 Not Modified (0ms)
28497
+
28498
+
28499
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:06 +0100
28500
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28501
+
28502
+
28503
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:06 +0100
28504
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28505
+
28506
+
28507
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:06 +0100
28508
+ Served asset /citygate.js - 304 Not Modified (0ms)
28509
+
28510
+
28511
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:06 +0100
28512
+ Served asset /application.js - 304 Not Modified (0ms)
28513
+
28514
+
28515
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:23:11 +0100
28516
+ Processing by Citygate::HomeController#index as HTML
28517
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28518
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28519
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users"
28520
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
28521
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.1ms)
28522
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.8ms)
28523
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.9ms)
28524
+ Completed 200 OK in 23ms (Views: 13.6ms | ActiveRecord: 0.8ms)
28525
+
28526
+
28527
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:23:11 +0100
28528
+ Served asset /application.css - 304 Not Modified (0ms)
28529
+
28530
+
28531
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:11 +0100
28532
+ Served asset /jquery.js - 304 Not Modified (0ms)
28533
+
28534
+
28535
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:11 +0100
28536
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28537
+
28538
+
28539
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:11 +0100
28540
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28541
+
28542
+
28543
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:11 +0100
28544
+ Served asset /citygate.js - 304 Not Modified (0ms)
28545
+
28546
+
28547
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:11 +0100
28548
+ Served asset /application.js - 304 Not Modified (0ms)
28549
+
28550
+
28551
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:23:12 +0100
28552
+ Processing by Citygate::UsersController#show as HTML
28553
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28554
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28555
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28556
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (2.1ms)
28557
+ Completed 200 OK in 20ms (Views: 9.4ms | ActiveRecord: 0.6ms)
28558
+
28559
+
28560
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:23:12 +0100
28561
+ Served asset /application.css - 304 Not Modified (0ms)
28562
+
28563
+
28564
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:12 +0100
28565
+ Served asset /jquery.js - 304 Not Modified (0ms)
28566
+
28567
+
28568
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:12 +0100
28569
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28570
+
28571
+
28572
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:12 +0100
28573
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28574
+
28575
+
28576
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:12 +0100
28577
+ Served asset /citygate.js - 304 Not Modified (0ms)
28578
+
28579
+
28580
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:23:12 +0100
28581
+ Served asset /application.js - 304 Not Modified (0ms)
28582
+
28583
+
28584
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:27:20 +0100
28585
+ Processing by Citygate::UsersController#show as HTML
28586
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28587
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28588
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28589
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (22.3ms)
28590
+ Completed 200 OK in 196ms (Views: 53.6ms | ActiveRecord: 2.0ms)
28591
+
28592
+
28593
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:27:20 +0100
28594
+ Served asset /application.css - 304 Not Modified (0ms)
28595
+
28596
+
28597
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:27:20 +0100
28598
+ Served asset /jquery.js - 304 Not Modified (0ms)
28599
+
28600
+
28601
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:27:20 +0100
28602
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28603
+
28604
+
28605
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:27:20 +0100
28606
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28607
+
28608
+
28609
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:27:20 +0100
28610
+ Served asset /citygate.js - 304 Not Modified (0ms)
28611
+
28612
+
28613
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:27:20 +0100
28614
+ Served asset /application.js - 304 Not Modified (0ms)
28615
+
28616
+
28617
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:27:24 +0100
28618
+ Processing by Citygate::UsersController#show as HTML
28619
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28620
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28621
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28622
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (2.1ms)
28623
+ Completed 200 OK in 22ms (Views: 11.8ms | ActiveRecord: 0.6ms)
28624
+
28625
+
28626
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:27:24 +0100
28627
+ Served asset /application.css - 304 Not Modified (0ms)
28628
+
28629
+
28630
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:27:24 +0100
28631
+ Served asset /jquery.js - 304 Not Modified (0ms)
28632
+
28633
+
28634
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:27:24 +0100
28635
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28636
+
28637
+
28638
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:27:24 +0100
28639
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28640
+
28641
+
28642
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:27:24 +0100
28643
+ Served asset /citygate.js - 304 Not Modified (0ms)
28644
+
28645
+
28646
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:27:24 +0100
28647
+ Served asset /application.js - 304 Not Modified (1ms)
28648
+
28649
+
28650
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:28:29 +0100
28651
+ Processing by Citygate::HomeController#index as HTML
28652
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28653
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28654
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
28655
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
28656
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.5ms)
28657
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
28658
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.1ms)
28659
+ Completed 200 OK in 74ms (Views: 12.6ms | ActiveRecord: 1.8ms)
28660
+
28661
+
28662
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:28:29 +0100
28663
+ Served asset /application.css - 304 Not Modified (0ms)
28664
+
28665
+
28666
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:29 +0100
28667
+ Served asset /jquery.js - 304 Not Modified (0ms)
28668
+
28669
+
28670
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:29 +0100
28671
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28672
+
28673
+
28674
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:29 +0100
28675
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28676
+
28677
+
28678
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:29 +0100
28679
+ Served asset /citygate.js - 304 Not Modified (0ms)
28680
+
28681
+
28682
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:29 +0100
28683
+ Served asset /application.js - 304 Not Modified (0ms)
28684
+
28685
+
28686
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:28:30 +0100
28687
+ Processing by Citygate::UsersController#show as HTML
28688
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28689
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28690
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28691
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (19.0ms)
28692
+ Completed 200 OK in 37ms (Views: 25.7ms | ActiveRecord: 0.9ms)
28693
+
28694
+
28695
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:28:30 +0100
28696
+ Served asset /application.css - 304 Not Modified (0ms)
28697
+
28698
+
28699
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:30 +0100
28700
+ Served asset /jquery.js - 304 Not Modified (0ms)
28701
+
28702
+
28703
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:30 +0100
28704
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28705
+
28706
+
28707
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:30 +0100
28708
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28709
+
28710
+
28711
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:30 +0100
28712
+ Served asset /citygate.js - 304 Not Modified (0ms)
28713
+
28714
+
28715
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:30 +0100
28716
+ Served asset /application.js - 304 Not Modified (0ms)
28717
+
28718
+
28719
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:28:55 +0100
28720
+ Processing by Citygate::HomeController#index as HTML
28721
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28722
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28723
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
28724
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
28725
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.4ms)
28726
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
28727
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (5.9ms)
28728
+ Completed 200 OK in 128ms (Views: 12.8ms | ActiveRecord: 2.0ms)
28729
+
28730
+
28731
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:28:55 +0100
28732
+ Served asset /application.css - 304 Not Modified (0ms)
28733
+
28734
+
28735
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:55 +0100
28736
+ Served asset /jquery.js - 304 Not Modified (0ms)
28737
+
28738
+
28739
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:55 +0100
28740
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28741
+
28742
+
28743
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:55 +0100
28744
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28745
+
28746
+
28747
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:55 +0100
28748
+ Served asset /citygate.js - 304 Not Modified (0ms)
28749
+
28750
+
28751
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:55 +0100
28752
+ Served asset /application.js - 304 Not Modified (0ms)
28753
+
28754
+
28755
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:28:56 +0100
28756
+ Processing by Citygate::UsersController#show as HTML
28757
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28758
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28759
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28760
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (17.0ms)
28761
+ Completed 200 OK in 35ms (Views: 24.0ms | ActiveRecord: 0.9ms)
28762
+
28763
+
28764
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:28:57 +0100
28765
+ Served asset /application.css - 304 Not Modified (0ms)
28766
+
28767
+
28768
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:57 +0100
28769
+ Served asset /jquery.js - 304 Not Modified (0ms)
28770
+
28771
+
28772
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:57 +0100
28773
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28774
+
28775
+
28776
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:57 +0100
28777
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28778
+
28779
+
28780
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:57 +0100
28781
+ Served asset /citygate.js - 304 Not Modified (0ms)
28782
+
28783
+
28784
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:28:57 +0100
28785
+ Served asset /application.js - 304 Not Modified (0ms)
28786
+
28787
+
28788
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:29:11 +0100
28789
+ Processing by Citygate::UsersController#show as HTML
28790
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28791
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28792
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28793
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (18.7ms)
28794
+ Completed 200 OK in 131ms (Views: 25.4ms | ActiveRecord: 1.9ms)
28795
+
28796
+
28797
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:29:11 +0100
28798
+ Served asset /application.css - 304 Not Modified (0ms)
28799
+
28800
+
28801
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:11 +0100
28802
+ Served asset /jquery.js - 304 Not Modified (0ms)
28803
+
28804
+
28805
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:11 +0100
28806
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28807
+
28808
+
28809
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:11 +0100
28810
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28811
+
28812
+
28813
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:11 +0100
28814
+ Served asset /citygate.js - 304 Not Modified (0ms)
28815
+
28816
+
28817
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:11 +0100
28818
+ Served asset /application.js - 304 Not Modified (0ms)
28819
+
28820
+
28821
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:29:33 +0100
28822
+ Processing by Citygate::UsersController#show as HTML
28823
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28824
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28825
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28826
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (16.7ms)
28827
+ Completed 200 OK in 127ms (Views: 23.0ms | ActiveRecord: 1.8ms)
28828
+
28829
+
28830
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:29:33 +0100
28831
+ Served asset /application.css - 304 Not Modified (0ms)
28832
+
28833
+
28834
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:33 +0100
28835
+ Served asset /jquery.js - 304 Not Modified (0ms)
28836
+
28837
+
28838
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:33 +0100
28839
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28840
+
28841
+
28842
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:33 +0100
28843
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28844
+
28845
+
28846
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:33 +0100
28847
+ Served asset /citygate.js - 304 Not Modified (0ms)
28848
+
28849
+
28850
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:33 +0100
28851
+ Served asset /application.js - 304 Not Modified (0ms)
28852
+
28853
+
28854
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:29:35 +0100
28855
+ Processing by Citygate::UsersController#show as HTML
28856
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28857
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28858
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28859
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (1.9ms)
28860
+ Completed 200 OK in 17ms (Views: 7.9ms | ActiveRecord: 0.6ms)
28861
+
28862
+
28863
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:29:36 +0100
28864
+ Served asset /application.css - 304 Not Modified (0ms)
28865
+
28866
+
28867
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:36 +0100
28868
+ Served asset /jquery.js - 304 Not Modified (0ms)
28869
+
28870
+
28871
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:36 +0100
28872
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28873
+
28874
+
28875
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:36 +0100
28876
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28877
+
28878
+
28879
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:36 +0100
28880
+ Served asset /citygate.js - 304 Not Modified (0ms)
28881
+
28882
+
28883
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:29:36 +0100
28884
+ Served asset /application.js - 304 Not Modified (0ms)
28885
+
28886
+
28887
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:31:32 +0100
28888
+ Processing by Citygate::UsersController#show as HTML
28889
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28890
+ Citygate::Role Load (0.3ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28891
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28892
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (1.8ms)
28893
+ Completed 200 OK in 20ms (Views: 8.2ms | ActiveRecord: 0.7ms)
28894
+
28895
+
28896
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:31:32 +0100
28897
+ Served asset /application.css - 304 Not Modified (0ms)
28898
+
28899
+
28900
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:32 +0100
28901
+ Served asset /jquery.js - 304 Not Modified (0ms)
28902
+
28903
+
28904
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:32 +0100
28905
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28906
+
28907
+
28908
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:32 +0100
28909
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28910
+
28911
+
28912
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:32 +0100
28913
+ Served asset /citygate.js - 304 Not Modified (0ms)
28914
+
28915
+
28916
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:32 +0100
28917
+ Served asset /application.js - 304 Not Modified (0ms)
28918
+
28919
+
28920
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:31:56 +0100
28921
+ Processing by Citygate::HomeController#index as HTML
28922
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28923
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28924
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
28925
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
28926
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.4ms)
28927
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
28928
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.0ms)
28929
+ Completed 200 OK in 130ms (Views: 13.5ms | ActiveRecord: 1.9ms)
28930
+
28931
+
28932
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:31:57 +0100
28933
+ Served asset /application.css - 304 Not Modified (0ms)
28934
+
28935
+
28936
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:57 +0100
28937
+ Served asset /jquery.js - 304 Not Modified (0ms)
28938
+
28939
+
28940
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:57 +0100
28941
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28942
+
28943
+
28944
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:57 +0100
28945
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28946
+
28947
+
28948
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:57 +0100
28949
+ Served asset /citygate.js - 304 Not Modified (0ms)
28950
+
28951
+
28952
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:57 +0100
28953
+ Served asset /application.js - 304 Not Modified (0ms)
28954
+
28955
+
28956
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:31:58 +0100
28957
+ Processing by Citygate::UsersController#show as HTML
28958
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28959
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28960
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
28961
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (18.3ms)
28962
+ Completed 200 OK in 37ms (Views: 25.4ms | ActiveRecord: 1.5ms)
28963
+
28964
+
28965
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:31:58 +0100
28966
+ Served asset /application.css - 304 Not Modified (0ms)
28967
+
28968
+
28969
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:58 +0100
28970
+ Served asset /jquery.js - 304 Not Modified (0ms)
28971
+
28972
+
28973
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:58 +0100
28974
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
28975
+
28976
+
28977
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:58 +0100
28978
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
28979
+
28980
+
28981
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:58 +0100
28982
+ Served asset /citygate.js - 304 Not Modified (0ms)
28983
+
28984
+
28985
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:31:58 +0100
28986
+ Served asset /application.js - 304 Not Modified (3ms)
28987
+
28988
+
28989
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:35:05 +0100
28990
+ Processing by Citygate::HomeController#index as HTML
28991
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
28992
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
28993
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
28994
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
28995
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.6ms)
28996
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
28997
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.4ms)
28998
+ Completed 200 OK in 76ms (Views: 14.1ms | ActiveRecord: 1.9ms)
28999
+
29000
+
29001
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:35:05 +0100
29002
+ Served asset /application.css - 304 Not Modified (0ms)
29003
+
29004
+
29005
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:05 +0100
29006
+ Served asset /jquery.js - 304 Not Modified (0ms)
29007
+
29008
+
29009
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:05 +0100
29010
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29011
+
29012
+
29013
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:05 +0100
29014
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29015
+
29016
+
29017
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:06 +0100
29018
+ Served asset /citygate.js - 304 Not Modified (0ms)
29019
+
29020
+
29021
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:06 +0100
29022
+ Served asset /application.js - 304 Not Modified (0ms)
29023
+
29024
+
29025
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:35:07 +0100
29026
+ Processing by Citygate::UsersController#show as HTML
29027
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29028
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29029
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
29030
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (71.7ms)
29031
+ Completed 200 OK in 91ms (Views: 78.6ms | ActiveRecord: 0.9ms)
29032
+
29033
+
29034
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:35:07 +0100
29035
+ Served asset /application.css - 304 Not Modified (0ms)
29036
+
29037
+
29038
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:07 +0100
29039
+ Served asset /jquery.js - 304 Not Modified (0ms)
29040
+
29041
+
29042
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:07 +0100
29043
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29044
+
29045
+
29046
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:07 +0100
29047
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29048
+
29049
+
29050
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:07 +0100
29051
+ Served asset /citygate.js - 304 Not Modified (0ms)
29052
+
29053
+
29054
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:07 +0100
29055
+ Served asset /application.js - 304 Not Modified (0ms)
29056
+ Connecting to database specified by database.yml
29057
+
29058
+
29059
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:35:34 +0100
29060
+ Processing by Citygate::UsersController#show as HTML
29061
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29062
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29063
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
29064
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (96.4ms)
29065
+ Completed 200 OK in 272ms (Views: 135.4ms | ActiveRecord: 5.2ms)
29066
+
29067
+
29068
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:35:35 +0100
29069
+ Served asset /application.css - 304 Not Modified (2ms)
29070
+
29071
+
29072
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:35 +0100
29073
+ Served asset /jquery.js - 304 Not Modified (3ms)
29074
+
29075
+
29076
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:35 +0100
29077
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
29078
+
29079
+
29080
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:35 +0100
29081
+ Served asset /citygate/home.js - 304 Not Modified (2ms)
29082
+
29083
+
29084
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:35 +0100
29085
+ Served asset /citygate.js - 304 Not Modified (18ms)
29086
+
29087
+
29088
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:35 +0100
29089
+ Served asset /application.js - 304 Not Modified (90ms)
29090
+
29091
+
29092
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:35:37 +0100
29093
+ Processing by Citygate::UsersController#show as HTML
29094
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29095
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29096
+ Citygate::Authorization Load (0.2ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
29097
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (1.9ms)
29098
+ Completed 200 OK in 22ms (Views: 8.6ms | ActiveRecord: 0.6ms)
29099
+
29100
+
29101
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:35:37 +0100
29102
+ Served asset /application.css - 304 Not Modified (0ms)
29103
+
29104
+
29105
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:37 +0100
29106
+ Served asset /jquery.js - 304 Not Modified (0ms)
29107
+
29108
+
29109
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:37 +0100
29110
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29111
+
29112
+
29113
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:37 +0100
29114
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29115
+
29116
+
29117
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:37 +0100
29118
+ Served asset /citygate.js - 304 Not Modified (0ms)
29119
+
29120
+
29121
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:35:37 +0100
29122
+ Served asset /application.js - 304 Not Modified (0ms)
29123
+
29124
+
29125
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:39:48 +0100
29126
+ Processing by Citygate::HomeController#index as HTML
29127
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29128
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29129
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
29130
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
29131
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.5ms)
29132
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (2.1ms)
29133
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (28.4ms)
29134
+ Completed 200 OK in 184ms (Views: 67.1ms | ActiveRecord: 2.0ms)
29135
+
29136
+
29137
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:39:49 +0100
29138
+ Served asset /application.css - 304 Not Modified (0ms)
29139
+
29140
+
29141
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:39:49 +0100
29142
+ Served asset /jquery.js - 304 Not Modified (0ms)
29143
+
29144
+
29145
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:39:49 +0100
29146
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29147
+
29148
+
29149
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:39:49 +0100
29150
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29151
+
29152
+
29153
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:39:49 +0100
29154
+ Served asset /citygate.js - 304 Not Modified (0ms)
29155
+
29156
+
29157
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:39:49 +0100
29158
+ Served asset /application.js - 304 Not Modified (0ms)
29159
+
29160
+
29161
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:39:50 +0100
29162
+ Processing by Citygate::UsersController#show as HTML
29163
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29164
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29165
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
29166
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (17.8ms)
29167
+ Completed 200 OK in 37ms (Views: 24.8ms | ActiveRecord: 0.9ms)
29168
+
29169
+
29170
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:39:50 +0100
29171
+ Served asset /application.css - 304 Not Modified (0ms)
29172
+
29173
+
29174
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:39:50 +0100
29175
+ Served asset /jquery.js - 304 Not Modified (0ms)
29176
+
29177
+
29178
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:39:50 +0100
29179
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29180
+
29181
+
29182
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:39:50 +0100
29183
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29184
+
29185
+
29186
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:39:50 +0100
29187
+ Served asset /citygate.js - 304 Not Modified (0ms)
29188
+
29189
+
29190
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:39:50 +0100
29191
+ Served asset /application.js - 304 Not Modified (0ms)
29192
+
29193
+
29194
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:41:34 +0100
29195
+ Processing by Citygate::HomeController#index as HTML
29196
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29197
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29198
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
29199
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
29200
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.8ms)
29201
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.8ms)
29202
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.7ms)
29203
+ Completed 200 OK in 130ms (Views: 14.0ms | ActiveRecord: 2.1ms)
29204
+
29205
+
29206
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:41:34 +0100
29207
+ Served asset /application.css - 304 Not Modified (0ms)
29208
+
29209
+
29210
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:41:34 +0100
29211
+ Served asset /jquery.js - 304 Not Modified (0ms)
29212
+
29213
+
29214
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:41:34 +0100
29215
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29216
+
29217
+
29218
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:41:34 +0100
29219
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29220
+
29221
+
29222
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:41:34 +0100
29223
+ Served asset /citygate.js - 304 Not Modified (0ms)
29224
+
29225
+
29226
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:41:34 +0100
29227
+ Served asset /application.js - 304 Not Modified (1ms)
29228
+
29229
+
29230
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:41:35 +0100
29231
+ Processing by Citygate::UsersController#show as HTML
29232
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29233
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29234
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
29235
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (17.1ms)
29236
+ Completed 200 OK in 36ms (Views: 23.6ms | ActiveRecord: 0.9ms)
29237
+
29238
+
29239
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:41:35 +0100
29240
+ Served asset /application.css - 304 Not Modified (0ms)
29241
+
29242
+
29243
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:41:35 +0100
29244
+ Served asset /jquery.js - 304 Not Modified (0ms)
29245
+
29246
+
29247
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:41:35 +0100
29248
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29249
+
29250
+
29251
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:41:35 +0100
29252
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29253
+
29254
+
29255
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:41:35 +0100
29256
+ Served asset /citygate.js - 304 Not Modified (0ms)
29257
+
29258
+
29259
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:41:35 +0100
29260
+ Served asset /application.js - 304 Not Modified (0ms)
29261
+
29262
+
29263
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:42:08 +0100
29264
+ Processing by Citygate::HomeController#index as HTML
29265
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29266
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29267
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
29268
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
29269
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.5ms)
29270
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
29271
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.3ms)
29272
+ Completed 200 OK in 79ms (Views: 13.0ms | ActiveRecord: 1.9ms)
29273
+
29274
+
29275
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:42:08 +0100
29276
+ Served asset /application.css - 304 Not Modified (0ms)
29277
+
29278
+
29279
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:08 +0100
29280
+ Served asset /jquery.js - 304 Not Modified (0ms)
29281
+
29282
+
29283
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:08 +0100
29284
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29285
+
29286
+
29287
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:08 +0100
29288
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29289
+
29290
+
29291
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:08 +0100
29292
+ Served asset /citygate.js - 304 Not Modified (0ms)
29293
+
29294
+
29295
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:08 +0100
29296
+ Served asset /application.js - 304 Not Modified (0ms)
29297
+
29298
+
29299
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:42:09 +0100
29300
+ Processing by Citygate::UsersController#show as HTML
29301
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29302
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29303
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
29304
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (18.8ms)
29305
+ Completed 200 OK in 37ms (Views: 25.4ms | ActiveRecord: 0.9ms)
29306
+
29307
+
29308
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:42:10 +0100
29309
+ Served asset /application.css - 304 Not Modified (0ms)
29310
+
29311
+
29312
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:10 +0100
29313
+ Served asset /jquery.js - 304 Not Modified (0ms)
29314
+
29315
+
29316
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:10 +0100
29317
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29318
+
29319
+
29320
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:10 +0100
29321
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29322
+
29323
+
29324
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:10 +0100
29325
+ Served asset /citygate.js - 304 Not Modified (0ms)
29326
+
29327
+
29328
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:10 +0100
29329
+ Served asset /application.js - 304 Not Modified (0ms)
29330
+
29331
+
29332
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:42:37 +0100
29333
+ Processing by Citygate::UsersController#show as HTML
29334
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29335
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29336
+ Completed 500 Internal Server Error in 106ms
29337
+
29338
+ NoMethodError (undefined method `can?' for nil:NilClass):
29339
+ /Users/luis/Code/Ruby/GroupBuddies/citygate/app/controllers/citygate/users_controller.rb:6:in `show'
29340
+ actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
29341
+ actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
29342
+ actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
29343
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
29344
+ activesupport (3.2.6) lib/active_support/callbacks.rb:436:in `_run__2166822599009371587__process_action__1117695617537137203__callbacks'
29345
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
29346
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
29347
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
29348
+ actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
29349
+ actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
29350
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
29351
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `block in instrument'
29352
+ activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
29353
+ activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
29354
+ actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
29355
+ actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
29356
+ activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
29357
+ actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
29358
+ actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
29359
+ actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
29360
+ actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
29361
+ actionpack (3.2.6) lib/action_controller/metal.rb:246:in `block in action'
29362
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
29363
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
29364
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
29365
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
29366
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
29367
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
29368
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
29369
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
29370
+ railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing'
29371
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
29372
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
29373
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
29374
+ actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
29375
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
29376
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
29377
+ omniauth (1.0.3) lib/omniauth/strategy.rb:168:in `call!'
29378
+ omniauth (1.0.3) lib/omniauth/strategy.rb:148:in `call'
29379
+ warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
29380
+ warden (1.1.1) lib/warden/manager.rb:34:in `catch'
29381
+ warden (1.1.1) lib/warden/manager.rb:34:in `call'
29382
+ actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
29383
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
29384
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
29385
+ actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
29386
+ actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
29387
+ actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
29388
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
29389
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
29390
+ actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
29391
+ activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
29392
+ activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
29393
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
29394
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__2589149230239418369__call__965310086344321755__callbacks'
29395
+ activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
29396
+ activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
29397
+ activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
29398
+ actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
29399
+ actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
29400
+ actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
29401
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
29402
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
29403
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
29404
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
29405
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
29406
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
29407
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
29408
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
29409
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
29410
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
29411
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
29412
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
29413
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
29414
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
29415
+ thin (1.3.1) lib/thin/connection.rb:80:in `block in pre_process'
29416
+ thin (1.3.1) lib/thin/connection.rb:78:in `catch'
29417
+ thin (1.3.1) lib/thin/connection.rb:78:in `pre_process'
29418
+ thin (1.3.1) lib/thin/connection.rb:53:in `process'
29419
+ thin (1.3.1) lib/thin/connection.rb:38:in `receive_data'
29420
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
29421
+ eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
29422
+ thin (1.3.1) lib/thin/backends/base.rb:61:in `start'
29423
+ thin (1.3.1) lib/thin/server.rb:159:in `start'
29424
+ rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
29425
+ rack (1.4.1) lib/rack/server.rb:265:in `start'
29426
+ railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
29427
+ railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
29428
+ railties (3.2.6) lib/rails/commands.rb:50:in `tap'
29429
+ railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
29430
+ script/rails:6:in `require'
29431
+ script/rails:6:in `<main>'
29432
+
29433
+
29434
+ Rendered /usr/local/rvm/gems/ruby-1.9.2-p320@coachme/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms)
29435
+ Rendered /usr/local/rvm/gems/ruby-1.9.2-p320@coachme/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
29436
+ Rendered /usr/local/rvm/gems/ruby-1.9.2-p320@coachme/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.5ms)
29437
+
29438
+
29439
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:42:58 +0100
29440
+ Processing by Citygate::UsersController#show as HTML
29441
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29442
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29443
+ Access denied on show nil
29444
+ Redirected to http://localhost:3000/
29445
+ Completed 302 Found in 51ms (ActiveRecord: 1.4ms)
29446
+
29447
+
29448
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:42:58 +0100
29449
+ Processing by Citygate::HomeController#index as HTML
29450
+ Citygate::User Load (0.4ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29451
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29452
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
29453
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
29454
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (6.4ms)
29455
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.8ms)
29456
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (9.6ms)
29457
+ Completed 200 OK in 33ms (Views: 17.4ms | ActiveRecord: 1.1ms)
29458
+
29459
+
29460
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:42:58 +0100
29461
+ Served asset /application.css - 304 Not Modified (0ms)
29462
+
29463
+
29464
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:58 +0100
29465
+ Served asset /jquery.js - 304 Not Modified (0ms)
29466
+
29467
+
29468
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:58 +0100
29469
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29470
+
29471
+
29472
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:58 +0100
29473
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29474
+
29475
+
29476
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:58 +0100
29477
+ Served asset /citygate.js - 304 Not Modified (0ms)
29478
+
29479
+
29480
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:42:58 +0100
29481
+ Served asset /application.js - 304 Not Modified (0ms)
29482
+
29483
+
29484
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:43:09 +0100
29485
+ Processing by Citygate::HomeController#index as HTML
29486
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29487
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29488
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
29489
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
29490
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.7ms)
29491
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
29492
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.4ms)
29493
+ Completed 200 OK in 142ms (Views: 13.4ms | ActiveRecord: 1.9ms)
29494
+
29495
+
29496
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:43:09 +0100
29497
+ Served asset /application.css - 304 Not Modified (0ms)
29498
+
29499
+
29500
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:09 +0100
29501
+ Served asset /jquery.js - 304 Not Modified (0ms)
29502
+
29503
+
29504
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:09 +0100
29505
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29506
+
29507
+
29508
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:09 +0100
29509
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29510
+
29511
+
29512
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:09 +0100
29513
+ Served asset /citygate.js - 304 Not Modified (0ms)
29514
+
29515
+
29516
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:09 +0100
29517
+ Served asset /application.js - 304 Not Modified (0ms)
29518
+
29519
+
29520
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:43:10 +0100
29521
+ Processing by Citygate::UsersController#show as HTML
29522
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29523
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29524
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
29525
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (18.2ms)
29526
+ Completed 200 OK in 37ms (Views: 25.2ms | ActiveRecord: 0.9ms)
29527
+
29528
+
29529
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:43:10 +0100
29530
+ Served asset /application.css - 304 Not Modified (0ms)
29531
+
29532
+
29533
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:10 +0100
29534
+ Served asset /jquery.js - 304 Not Modified (0ms)
29535
+
29536
+
29537
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:10 +0100
29538
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29539
+
29540
+
29541
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:10 +0100
29542
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29543
+
29544
+
29545
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:10 +0100
29546
+ Served asset /citygate.js - 304 Not Modified (0ms)
29547
+
29548
+
29549
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:10 +0100
29550
+ Served asset /application.js - 304 Not Modified (0ms)
29551
+
29552
+
29553
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:43:23 +0100
29554
+ Processing by Citygate::UsersController#show as HTML
29555
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29556
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29557
+ Access denied on show nil
29558
+ Redirected to http://localhost:3000/
29559
+ Completed 302 Found in 51ms (ActiveRecord: 1.5ms)
29560
+
29561
+
29562
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:43:24 +0100
29563
+ Processing by Citygate::HomeController#index as HTML
29564
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29565
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29566
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
29567
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
29568
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.7ms)
29569
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
29570
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (7.5ms)
29571
+ Completed 200 OK in 31ms (Views: 19.6ms | ActiveRecord: 0.9ms)
29572
+
29573
+
29574
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:43:24 +0100
29575
+ Served asset /application.css - 304 Not Modified (0ms)
29576
+
29577
+
29578
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:24 +0100
29579
+ Served asset /jquery.js - 304 Not Modified (0ms)
29580
+
29581
+
29582
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:24 +0100
29583
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29584
+
29585
+
29586
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:24 +0100
29587
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29588
+
29589
+
29590
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:24 +0100
29591
+ Served asset /citygate.js - 304 Not Modified (0ms)
29592
+
29593
+
29594
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:24 +0100
29595
+ Served asset /application.js - 304 Not Modified (0ms)
29596
+
29597
+
29598
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:43:35 +0100
29599
+ Processing by Citygate::HomeController#index as HTML
29600
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29601
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29602
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
29603
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
29604
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.7ms)
29605
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.8ms)
29606
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.5ms)
29607
+ Completed 200 OK in 129ms (Views: 13.3ms | ActiveRecord: 1.9ms)
29608
+
29609
+
29610
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:43:35 +0100
29611
+ Served asset /application.css - 304 Not Modified (0ms)
29612
+
29613
+
29614
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:35 +0100
29615
+ Served asset /jquery.js - 304 Not Modified (0ms)
29616
+
29617
+
29618
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:35 +0100
29619
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29620
+
29621
+
29622
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:35 +0100
29623
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29624
+
29625
+
29626
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:35 +0100
29627
+ Served asset /citygate.js - 304 Not Modified (0ms)
29628
+
29629
+
29630
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:35 +0100
29631
+ Served asset /application.js - 304 Not Modified (0ms)
29632
+
29633
+
29634
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:43:37 +0100
29635
+ Processing by Citygate::UsersController#show as HTML
29636
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29637
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29638
+ Access denied on show nil
29639
+ Redirected to http://localhost:3000/
29640
+ Completed 302 Found in 5ms (ActiveRecord: 0.4ms)
29641
+
29642
+
29643
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:43:37 +0100
29644
+ Processing by Citygate::HomeController#index as HTML
29645
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29646
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29647
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
29648
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
29649
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (2.1ms)
29650
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
29651
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (4.4ms)
29652
+ Completed 200 OK in 23ms (Views: 10.9ms | ActiveRecord: 0.8ms)
29653
+
29654
+
29655
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:43:37 +0100
29656
+ Served asset /application.css - 304 Not Modified (0ms)
29657
+
29658
+
29659
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:37 +0100
29660
+ Served asset /jquery.js - 304 Not Modified (0ms)
29661
+
29662
+
29663
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:37 +0100
29664
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29665
+
29666
+
29667
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:37 +0100
29668
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29669
+
29670
+
29671
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:37 +0100
29672
+ Served asset /citygate.js - 304 Not Modified (0ms)
29673
+
29674
+
29675
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:37 +0100
29676
+ Served asset /application.js - 304 Not Modified (0ms)
29677
+
29678
+
29679
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:43:53 +0100
29680
+ Processing by Citygate::HomeController#index as HTML
29681
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29682
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29683
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
29684
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
29685
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.7ms)
29686
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
29687
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (6.2ms)
29688
+ Completed 200 OK in 77ms (Views: 12.8ms | ActiveRecord: 2.0ms)
29689
+
29690
+
29691
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:43:53 +0100
29692
+ Served asset /application.css - 304 Not Modified (0ms)
29693
+
29694
+
29695
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:53 +0100
29696
+ Served asset /jquery.js - 304 Not Modified (0ms)
29697
+
29698
+
29699
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:53 +0100
29700
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29701
+
29702
+
29703
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:53 +0100
29704
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29705
+
29706
+
29707
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:53 +0100
29708
+ Served asset /citygate.js - 304 Not Modified (0ms)
29709
+
29710
+
29711
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:53 +0100
29712
+ Served asset /application.js - 304 Not Modified (0ms)
29713
+
29714
+
29715
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:43:54 +0100
29716
+ Processing by Citygate::UsersController#show as HTML
29717
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29718
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29719
+ Access denied on show nil
29720
+ Redirected to http://localhost:3000/
29721
+ Completed 302 Found in 13ms (ActiveRecord: 0.4ms)
29722
+
29723
+
29724
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:43:54 +0100
29725
+ Processing by Citygate::HomeController#index as HTML
29726
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29727
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29728
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" 
29729
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
29730
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (2.2ms)
29731
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
29732
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (4.5ms)
29733
+ Completed 200 OK in 76ms (Views: 65.7ms | ActiveRecord: 0.7ms)
29734
+
29735
+
29736
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:43:54 +0100
29737
+ Served asset /application.css - 304 Not Modified (0ms)
29738
+
29739
+
29740
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:54 +0100
29741
+ Served asset /jquery.js - 304 Not Modified (0ms)
29742
+
29743
+
29744
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:54 +0100
29745
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29746
+
29747
+
29748
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:54 +0100
29749
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29750
+
29751
+
29752
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:54 +0100
29753
+ Served asset /citygate.js - 304 Not Modified (0ms)
29754
+
29755
+
29756
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:43:54 +0100
29757
+ Served asset /application.js - 304 Not Modified (0ms)
29758
+
29759
+
29760
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:44:08 +0100
29761
+ Processing by Citygate::HomeController#index as HTML
29762
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29763
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29764
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" 
29765
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles"
29766
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (4.1ms)
29767
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (1.3ms)
29768
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (7.7ms)
29769
+ Completed 200 OK in 140ms (Views: 14.7ms | ActiveRecord: 2.2ms)
29770
+
29771
+
29772
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:44:08 +0100
29773
+ Served asset /application.css - 304 Not Modified (4ms)
29774
+
29775
+
29776
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:08 +0100
29777
+ Served asset /jquery.js - 304 Not Modified (0ms)
29778
+
29779
+
29780
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:08 +0100
29781
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29782
+
29783
+
29784
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:08 +0100
29785
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29786
+
29787
+
29788
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:08 +0100
29789
+ Served asset /citygate.js - 304 Not Modified (0ms)
29790
+
29791
+
29792
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:08 +0100
29793
+ Served asset /application.js - 304 Not Modified (0ms)
29794
+
29795
+
29796
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:44:09 +0100
29797
+ Processing by Citygate::UsersController#show as HTML
29798
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29799
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29800
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
29801
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (18.3ms)
29802
+ Completed 200 OK in 37ms (Views: 25.3ms | ActiveRecord: 0.9ms)
29803
+
29804
+
29805
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:44:09 +0100
29806
+ Served asset /application.css - 304 Not Modified (0ms)
29807
+
29808
+
29809
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:09 +0100
29810
+ Served asset /jquery.js - 304 Not Modified (0ms)
29811
+
29812
+
29813
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:09 +0100
29814
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29815
+
29816
+
29817
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:09 +0100
29818
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29819
+
29820
+
29821
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:09 +0100
29822
+ Served asset /citygate.js - 304 Not Modified (0ms)
29823
+
29824
+
29825
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:09 +0100
29826
+ Served asset /application.js - 304 Not Modified (0ms)
29827
+
29828
+
29829
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:44:18 +0100
29830
+ Processing by Citygate::HomeController#index as HTML
29831
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29832
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29833
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
29834
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
29835
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.2ms)
29836
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
29837
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (5.6ms)
29838
+ Completed 200 OK in 78ms (Views: 12.2ms | ActiveRecord: 1.9ms)
29839
+
29840
+
29841
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:44:19 +0100
29842
+ Served asset /application.css - 304 Not Modified (0ms)
29843
+
29844
+
29845
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:19 +0100
29846
+ Served asset /jquery.js - 304 Not Modified (0ms)
29847
+
29848
+
29849
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:19 +0100
29850
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29851
+
29852
+
29853
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:19 +0100
29854
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29855
+
29856
+
29857
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:19 +0100
29858
+ Served asset /citygate.js - 304 Not Modified (0ms)
29859
+
29860
+
29861
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:19 +0100
29862
+ Served asset /application.js - 304 Not Modified (0ms)
29863
+
29864
+
29865
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:44:20 +0100
29866
+ Processing by Citygate::UsersController#show as HTML
29867
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29868
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29869
+ Access denied on show #<Citygate::User id: 4, email: "luis@zamith.pt", encrypted_password: "fa2d4fdfd0602439152148fe9e5edc567d2e6f0d", reset_password_token: nil, reset_password_sent_at: nil, remember_created_at: nil, sign_in_count: 1, current_sign_in_at: "2012-09-10 10:16:23", last_sign_in_at: "2012-09-10 10:16:23", current_sign_in_ip: "127.0.0.1", last_sign_in_ip: "127.0.0.1", created_at: "2012-09-10 10:16:12", updated_at: "2012-10-10 23:04:37", first_name: nil, last_name: nil, confirmation_token: nil, confirmed_at: "2012-09-10 10:16:23", confirmation_sent_at: "2012-09-10 10:16:12", unconfirmed_email: nil, invitation_token: nil, invitation_sent_at: nil, invitation_accepted_at: nil, invitation_limit: nil, invited_by_id: nil, invited_by_type: nil, password_salt: "uiky1jsz94fqePT3maoz", role_id: 1>
29870
+ Redirected to http://localhost:3000/
29871
+ Completed 302 Found in 14ms (ActiveRecord: 0.4ms)
29872
+
29873
+
29874
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:44:20 +0100
29875
+ Processing by Citygate::HomeController#index as HTML
29876
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29877
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29878
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users"
29879
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
29880
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (2.0ms)
29881
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.6ms)
29882
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (4.2ms)
29883
+ Completed 200 OK in 19ms (Views: 10.8ms | ActiveRecord: 0.7ms)
29884
+
29885
+
29886
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:44:20 +0100
29887
+ Served asset /application.css - 304 Not Modified (0ms)
29888
+
29889
+
29890
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:20 +0100
29891
+ Served asset /jquery.js - 304 Not Modified (0ms)
29892
+
29893
+
29894
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:20 +0100
29895
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29896
+
29897
+
29898
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:20 +0100
29899
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29900
+
29901
+
29902
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:20 +0100
29903
+ Served asset /citygate.js - 304 Not Modified (0ms)
29904
+
29905
+
29906
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:20 +0100
29907
+ Served asset /application.js - 304 Not Modified (0ms)
29908
+
29909
+
29910
+ Started GET "/" for 127.0.0.1 at 2012-10-11 00:44:40 +0100
29911
+ Processing by Citygate::HomeController#index as HTML
29912
+ Citygate::User Load (0.2ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29913
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29914
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users"
29915
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" 
29916
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/_role_changer.html.erb (3.2ms)
29917
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/shared/_navigation.html.erb (0.7ms)
29918
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/home/index.html.erb within layouts/application (5.6ms)
29919
+ Completed 200 OK in 132ms (Views: 12.3ms | ActiveRecord: 1.8ms)
29920
+
29921
+
29922
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:44:40 +0100
29923
+ Served asset /application.css - 304 Not Modified (0ms)
29924
+
29925
+
29926
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:40 +0100
29927
+ Served asset /jquery.js - 304 Not Modified (0ms)
29928
+
29929
+
29930
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:40 +0100
29931
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29932
+
29933
+
29934
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:40 +0100
29935
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29936
+
29937
+
29938
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:40 +0100
29939
+ Served asset /citygate.js - 304 Not Modified (0ms)
29940
+
29941
+
29942
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:40 +0100
29943
+ Served asset /application.js - 304 Not Modified (0ms)
29944
+
29945
+
29946
+ Started GET "/user/profile" for 127.0.0.1 at 2012-10-11 00:44:41 +0100
29947
+ Processing by Citygate::UsersController#show as HTML
29948
+ Citygate::User Load (0.3ms) SELECT "citygate_users".* FROM "citygate_users" WHERE "citygate_users"."id" = 4 LIMIT 1
29949
+ Citygate::Role Load (0.1ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."id" = 1 LIMIT 1
29950
+ Citygate::Authorization Load (0.1ms) SELECT "citygate_authorizations".* FROM "citygate_authorizations" WHERE "citygate_authorizations"."user_id" = 4
29951
+ Rendered /Users/luis/Code/Ruby/GroupBuddies/citygate/app/views/citygate/users/show.html.erb within layouts/application (17.4ms)
29952
+ Completed 200 OK in 36ms (Views: 23.9ms | ActiveRecord: 0.9ms)
29953
+
29954
+
29955
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-11 00:44:41 +0100
29956
+ Served asset /application.css - 304 Not Modified (0ms)
29957
+
29958
+
29959
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:41 +0100
29960
+ Served asset /jquery.js - 304 Not Modified (0ms)
29961
+
29962
+
29963
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:41 +0100
29964
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
29965
+
29966
+
29967
+ Started GET "/assets/citygate/home.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:41 +0100
29968
+ Served asset /citygate/home.js - 304 Not Modified (0ms)
29969
+
29970
+
29971
+ Started GET "/assets/citygate.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:41 +0100
29972
+ Served asset /citygate.js - 304 Not Modified (0ms)
29973
+
29974
+
29975
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-11 00:44:41 +0100
29976
+ Served asset /application.js - 304 Not Modified (0ms)
29977
+ Connecting to database specified by database.yml
29978
+  (0.1ms) select sqlite_version(*)
29979
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
29980
+  (0.0ms) PRAGMA index_list("schema_migrations")
29981
+  (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
29982
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
29983
+ Migrating to DeviseCreateUsers (20121010234716)
29984
+  (0.1ms) begin transaction
29985
+  (0.6ms) CREATE TABLE "citygate_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
29986
+  (0.0ms) PRAGMA index_list("citygate_users")
29987
+  (0.4ms) CREATE UNIQUE INDEX "index_citygate_users_on_email" ON "citygate_users" ("email")
29988
+  (0.0ms) PRAGMA index_list("citygate_users")
29989
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_email')
29990
+  (0.2ms) CREATE UNIQUE INDEX "index_citygate_users_on_reset_password_token" ON "citygate_users" ("reset_password_token")
29991
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121010234716')
29992
+  (3.5ms) commit transaction
29993
+ Migrating to AddNameToUsers (20121010234717)
29994
+  (0.1ms) begin transaction
29995
+  (0.5ms) ALTER TABLE "citygate_users" ADD "first_name" varchar(255)
29996
+  (0.2ms) ALTER TABLE "citygate_users" ADD "last_name" varchar(255)
29997
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121010234717')
29998
+  (1.8ms) commit transaction
29999
+ Migrating to AddConfirmableToUsers (20121010234718)
30000
+  (0.1ms) begin transaction
30001
+  (0.5ms) ALTER TABLE "citygate_users" ADD "confirmation_token" varchar(255)
30002
+  (0.2ms) ALTER TABLE "citygate_users" ADD "confirmed_at" datetime
30003
+  (0.2ms) ALTER TABLE "citygate_users" ADD "confirmation_sent_at" datetime
30004
+  (0.2ms) ALTER TABLE "citygate_users" ADD "unconfirmed_email" varchar(255)
30005
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121010234718')
30006
+  (2.0ms) commit transaction
30007
+ Migrating to DeviseInvitableAddToUsers (20121010234719)
30008
+  (0.1ms) begin transaction
30009
+  (0.6ms) ALTER TABLE "citygate_users" ADD "invitation_token" varchar(60)
30010
+  (0.3ms) ALTER TABLE "citygate_users" ADD "invitation_sent_at" datetime
30011
+  (0.2ms) ALTER TABLE "citygate_users" ADD "invitation_accepted_at" datetime
30012
+  (0.2ms) ALTER TABLE "citygate_users" ADD "invitation_limit" integer
30013
+  (0.2ms) ALTER TABLE "citygate_users" ADD "invited_by_id" integer
30014
+  (0.2ms) ALTER TABLE "citygate_users" ADD "invited_by_type" varchar(255)
30015
+  (0.1ms) PRAGMA index_list("citygate_users")
30016
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_reset_password_token')
30017
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_email')
30018
+  (0.4ms) CREATE INDEX "index_citygate_users_on_invitation_token" ON "citygate_users" ("invitation_token")
30019
+  (0.0ms) PRAGMA index_list("citygate_users")
30020
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_invitation_token')
30021
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_reset_password_token')
30022
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_email')
30023
+  (0.1ms) CREATE INDEX "index_citygate_users_on_invited_by_id" ON "citygate_users" ("invited_by_id")
30024
+  (0.6ms) CREATE TEMPORARY TABLE "altered_citygate_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "unconfirmed_email" varchar(255), "invitation_token" varchar(60), "invitation_sent_at" datetime, "invitation_accepted_at" datetime, "invitation_limit" integer, "invited_by_id" integer, "invited_by_type" varchar(255)) 
30025
+  (0.0ms) PRAGMA index_list("citygate_users")
30026
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_invited_by_id')
30027
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_invitation_token')
30028
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_reset_password_token')
30029
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_email')
30030
+  (0.0ms) PRAGMA index_list("altered_citygate_users")
30031
+  (0.1ms) CREATE INDEX "temp_index_altered_citygate_users_on_invited_by_id" ON "altered_citygate_users" ("invited_by_id")
30032
+  (0.0ms) PRAGMA index_list("altered_citygate_users")
30033
+  (0.0ms) PRAGMA index_info('temp_index_altered_citygate_users_on_invited_by_id')
30034
+  (0.1ms) CREATE INDEX "temp_index_altered_citygate_users_on_invitation_token" ON "altered_citygate_users" ("invitation_token")
30035
+  (0.0ms) PRAGMA index_list("altered_citygate_users")
30036
+  (0.0ms) PRAGMA index_info('temp_index_altered_citygate_users_on_invitation_token')
30037
+  (0.0ms) PRAGMA index_info('temp_index_altered_citygate_users_on_invited_by_id')
30038
+  (0.4ms) CREATE UNIQUE INDEX "temp_index_altered_citygate_users_on_reset_password_token" ON "altered_citygate_users" ("reset_password_token")
30039
+  (0.0ms) PRAGMA index_list("altered_citygate_users")
30040
+  (0.0ms) PRAGMA index_info('temp_index_altered_citygate_users_on_reset_password_token')
30041
+  (0.0ms) PRAGMA index_info('temp_index_altered_citygate_users_on_invitation_token')
30042
+  (0.0ms) PRAGMA index_info('temp_index_altered_citygate_users_on_invited_by_id')
30043
+  (0.2ms) CREATE UNIQUE INDEX "temp_index_altered_citygate_users_on_email" ON "altered_citygate_users" ("email")
30044
+  (0.1ms) SELECT * FROM "citygate_users"
30045
+  (0.6ms) DROP TABLE "citygate_users"
30046
+  (0.3ms) CREATE TABLE "citygate_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '', "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "unconfirmed_email" varchar(255), "invitation_token" varchar(60), "invitation_sent_at" datetime, "invitation_accepted_at" datetime, "invitation_limit" integer, "invited_by_id" integer, "invited_by_type" varchar(255)) 
30047
+  (0.0ms) PRAGMA index_list("altered_citygate_users")
30048
+  (0.0ms) PRAGMA index_info('temp_index_altered_citygate_users_on_email')
30049
+  (0.0ms) PRAGMA index_info('temp_index_altered_citygate_users_on_reset_password_token')
30050
+  (0.0ms) PRAGMA index_info('temp_index_altered_citygate_users_on_invitation_token')
30051
+  (0.0ms) PRAGMA index_info('temp_index_altered_citygate_users_on_invited_by_id')
30052
+  (0.0ms) PRAGMA index_list("citygate_users")
30053
+  (0.2ms) CREATE UNIQUE INDEX "index_citygate_users_on_email" ON "citygate_users" ("email")
30054
+  (0.0ms) PRAGMA index_list("citygate_users")
30055
+  (0.1ms) PRAGMA index_info('index_citygate_users_on_email')
30056
+  (0.3ms) CREATE UNIQUE INDEX "index_citygate_users_on_reset_password_token" ON "citygate_users" ("reset_password_token")
30057
+  (0.1ms) PRAGMA index_list("citygate_users")
30058
+  (0.1ms) PRAGMA index_info('index_citygate_users_on_reset_password_token')
30059
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_email')
30060
+  (0.2ms) CREATE INDEX "index_citygate_users_on_invitation_token" ON "citygate_users" ("invitation_token")
30061
+  (0.0ms) PRAGMA index_list("citygate_users")
30062
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_invitation_token')
30063
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_reset_password_token')
30064
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_email')
30065
+  (0.1ms) CREATE INDEX "index_citygate_users_on_invited_by_id" ON "citygate_users" ("invited_by_id")
30066
+  (0.1ms) SELECT * FROM "altered_citygate_users"
30067
+  (0.5ms) DROP TABLE "altered_citygate_users"
30068
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121010234719')
30069
+  (3.1ms) commit transaction
30070
+ Migrating to AddOmniauthToDevise (20121010234720)
30071
+  (0.1ms) begin transaction
30072
+  (0.1ms) PRAGMA index_list("citygate_users")
30073
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_invited_by_id')
30074
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_invitation_token')
30075
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_reset_password_token')
30076
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_email')
30077
+  (0.6ms) CREATE UNIQUE INDEX "index_citygate_users_on_confirmation_token" ON "citygate_users" ("confirmation_token")
30078
+  (0.3ms) ALTER TABLE "citygate_users" ADD "password_salt" varchar(255)
30079
+  (1.3ms) CREATE TABLE "citygate_authorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "provider" varchar(255), "uid" varchar(255), "user_id" integer, "token" varchar(255), "secret" varchar(255), "name" varchar(255), "link" varchar(255), "image_url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
30080
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121010234720')
30081
+  (2.3ms) commit transaction
30082
+ Migrating to CreateRoles (20121010234721)
30083
+  (0.1ms) begin transaction
30084
+  (0.5ms) CREATE TABLE "citygate_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
30085
+  (0.3ms) ALTER TABLE "citygate_users" ADD "role_id" integer
30086
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121010234721')
30087
+  (2.2ms) commit transaction
30088
+  (0.4ms) select sqlite_version(*)
30089
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
30090
+  (0.0ms) PRAGMA index_list("citygate_authorizations")
30091
+  (0.0ms) PRAGMA index_list("citygate_roles")
30092
+  (0.1ms) PRAGMA index_list("citygate_users")
30093
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_confirmation_token')
30094
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_invited_by_id')
30095
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_invitation_token')
30096
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_reset_password_token')
30097
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_email')
30098
+ Connecting to database specified by database.yml
30099
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
30100
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."name" = 'Member' LIMIT 1
30101
+  (0.1ms) begin transaction
30102
+ SQL (9.7ms) INSERT INTO "citygate_roles" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Oct 2012 23:48:04 UTC +00:00], ["name", "Member"], ["updated_at", Wed, 10 Oct 2012 23:48:04 UTC +00:00]]
30103
+  (1.8ms) commit transaction
30104
+ Citygate::Role Load (0.2ms) SELECT "citygate_roles".* FROM "citygate_roles" WHERE "citygate_roles"."name" = 'Admin' LIMIT 1
30105
+  (0.0ms) begin transaction
30106
+ SQL (0.4ms) INSERT INTO "citygate_roles" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Oct 2012 23:48:04 UTC +00:00], ["name", "Admin"], ["updated_at", Wed, 10 Oct 2012 23:48:04 UTC +00:00]]
30107
+  (2.1ms) commit transaction
30108
+ Connecting to database specified by database.yml
30109
+  (3.0ms) select sqlite_version(*)
30110
+  (2.8ms) CREATE TABLE "citygate_authorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "provider" varchar(255), "uid" varchar(255), "user_id" integer, "token" varchar(255), "secret" varchar(255), "name" varchar(255), "link" varchar(255), "image_url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
30111
+  (1.9ms) CREATE TABLE "citygate_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
30112
+  (3.0ms) CREATE TABLE "citygate_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '', "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "unconfirmed_email" varchar(255), "invitation_token" varchar(60), "invitation_sent_at" datetime, "invitation_accepted_at" datetime, "invitation_limit" integer, "invited_by_id" integer, "invited_by_type" varchar(255), "password_salt" varchar(255), "role_id" integer)
30113
+  (0.1ms) PRAGMA index_list("citygate_users")
30114
+  (2.6ms) CREATE UNIQUE INDEX "index_citygate_users_on_confirmation_token" ON "citygate_users" ("confirmation_token")
30115
+  (0.1ms) PRAGMA index_list("citygate_users")
30116
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_confirmation_token')
30117
+  (2.1ms) CREATE UNIQUE INDEX "index_citygate_users_on_email" ON "citygate_users" ("email")
30118
+  (0.1ms) PRAGMA index_list("citygate_users")
30119
+  (0.1ms) PRAGMA index_info('index_citygate_users_on_email')
30120
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_confirmation_token')
30121
+  (3.3ms) CREATE INDEX "index_citygate_users_on_invitation_token" ON "citygate_users" ("invitation_token")
30122
+  (0.1ms) PRAGMA index_list("citygate_users")
30123
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_invitation_token')
30124
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_email')
30125
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_confirmation_token')
30126
+  (2.7ms) CREATE INDEX "index_citygate_users_on_invited_by_id" ON "citygate_users" ("invited_by_id")
30127
+  (0.1ms) PRAGMA index_list("citygate_users")
30128
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_invited_by_id')
30129
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_invitation_token')
30130
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_email')
30131
+  (0.0ms) PRAGMA index_info('index_citygate_users_on_confirmation_token')
30132
+  (3.3ms) CREATE UNIQUE INDEX "index_citygate_users_on_reset_password_token" ON "citygate_users" ("reset_password_token")
30133
+  (6.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
30134
+  (0.1ms) PRAGMA index_list("schema_migrations")
30135
+  (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
30136
+  (0.1ms) SELECT version FROM "schema_migrations"
30137
+  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20121010234721')
30138
+  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20121010234716')
30139
+  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20121010234717')
30140
+  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20121010234718')
30141
+  (3.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20121010234719')
30142
+  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20121010234720')
30143
+ Connecting to database specified by database.yml
30144
+ Connecting to database specified by database.yml
30145
+ Connecting to database specified by database.yml
30146
+ Connecting to database specified by database.yml