proxy_authentication 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +34 -0
  4. data/lib/proxy_authentication.rb +68 -0
  5. data/lib/proxy_authentication/authentication_cipher.rb +59 -0
  6. data/lib/proxy_authentication/cipher.rb +64 -0
  7. data/lib/proxy_authentication/helpers.rb +31 -0
  8. data/lib/proxy_authentication/test_helpers.rb +44 -0
  9. data/lib/proxy_authentication/version.rb +3 -0
  10. data/lib/tasks/proxy_authentication_tasks.rake +4 -0
  11. data/test/authentication_cipher_test.rb +83 -0
  12. data/test/authentication_controller_test.rb +72 -0
  13. data/test/cipher_test.rb +21 -0
  14. data/test/dummy/README.rdoc +28 -0
  15. data/test/dummy/Rakefile +6 -0
  16. data/test/dummy/app/assets/javascripts/application.js +13 -0
  17. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  18. data/test/dummy/app/controllers/application_controller.rb +10 -0
  19. data/test/dummy/app/controllers/home_controller.rb +6 -0
  20. data/test/dummy/app/helpers/application_helper.rb +2 -0
  21. data/test/dummy/app/models/user.rb +13 -0
  22. data/test/dummy/app/views/home/show.html.erb +3 -0
  23. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  24. data/test/dummy/bin/bundle +3 -0
  25. data/test/dummy/bin/rails +4 -0
  26. data/test/dummy/bin/rake +4 -0
  27. data/test/dummy/bin/setup +29 -0
  28. data/test/dummy/config.ru +4 -0
  29. data/test/dummy/config/application.rb +26 -0
  30. data/test/dummy/config/boot.rb +5 -0
  31. data/test/dummy/config/database.yml +25 -0
  32. data/test/dummy/config/environment.rb +5 -0
  33. data/test/dummy/config/environments/development.rb +41 -0
  34. data/test/dummy/config/environments/production.rb +79 -0
  35. data/test/dummy/config/environments/test.rb +42 -0
  36. data/test/dummy/config/initializers/assets.rb +11 -0
  37. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  38. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  39. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  40. data/test/dummy/config/initializers/inflections.rb +16 -0
  41. data/test/dummy/config/initializers/mime_types.rb +4 -0
  42. data/test/dummy/config/initializers/proxy_authentication.rb +6 -0
  43. data/test/dummy/config/initializers/session_store.rb +3 -0
  44. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  45. data/test/dummy/config/locales/en.yml +23 -0
  46. data/test/dummy/config/routes.rb +59 -0
  47. data/test/dummy/config/secrets.yml +22 -0
  48. data/test/dummy/db/development.sqlite3 +0 -0
  49. data/test/dummy/db/test.sqlite3 +0 -0
  50. data/test/dummy/log/development.log +360 -0
  51. data/test/dummy/log/production.log +0 -0
  52. data/test/dummy/log/test.log +4612 -0
  53. data/test/dummy/public/404.html +67 -0
  54. data/test/dummy/public/422.html +67 -0
  55. data/test/dummy/public/500.html +66 -0
  56. data/test/dummy/public/favicon.ico +0 -0
  57. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/0-zEvwlFHnH_Pe19oAQdm9AvqiKmpSxMkm4hkxwuO2Q.cache +0 -0
  58. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/0ieeKnMtadPClPcf7n4_-7f9dFAa5EKPn-nhh8g4E_I.cache +1 -0
  59. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/3PrmpHHPB63uKo_J8DA17m8A2ifRM2oQwV2ht-J0-is.cache +0 -0
  60. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/3fB7XY5WyPu8FySUeyC372vbXJ2Ix4iB1QaNHXbk_BY.cache +1 -0
  61. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +2 -0
  62. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/EHcymtlGKlOMMf7gOs-X2_jpvcBTW92Qeaxu2B5-Wbg.cache +1 -0
  63. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/KwafFPkbuDYTVqsISFs_yCHgXK4p07hzR6veAzDwuuc.cache +1 -0
  64. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +3 -0
  65. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/SGxtd6iKmB2TMwH-VOx-jVYXh5m_09UjNEOkifPHLL0.cache +1 -0
  66. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/UGriVNvoxX6203fJqmsTHnKUagkF3JBw6nn6mfw3w5g.cache +0 -0
  67. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/dOuzt3uIJxwUNVKI0daCeNk0PQDI8MYqLlfcMHzc6-E.cache +1 -0
  68. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/glnuwd6ozsfCCVdZ5uagYczBMDB0D-W-i6JAuDfKvoc.cache +0 -0
  69. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache +3 -0
  70. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/o1kR1PA3NiPrjlfxeTACSvO3YLlOPjUQi2YkxURHJCs.cache +0 -0
  71. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache +2 -0
  72. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/zW42jTcqmsgkuFrYkna-BYD_J6kKuRW16OhweSyNss0.cache +1 -0
  73. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/4udH3Kvt3C2cCGuaQlNudmK4ORwSvcL3wly1cxYQSCI.cache +0 -0
  74. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +2 -0
  75. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9jPCqzZvmeFf31Rz8y3OEo8OQXEHVcwmLgkx0tXs-o8.cache +1 -0
  76. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/CNAnhGuda7RU2cy1LoLZtgOXanVdsdgrZA6YLhYkfCg.cache +1 -0
  77. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Ct2bBJ2j5lnvWEsqMkvxgrBschDpIaLnrbFjNlNqkwQ.cache +1 -0
  78. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/GQgusgBOwVSgRbnk7ZD_byHBEGf5x8tB7KEmS_Nn7go.cache +0 -0
  79. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/IsR8qItXiIDT-adWpc8GqBPg7rG0qBqvCOj3K-VsoT8.cache +0 -0
  80. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +3 -0
  81. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/OwNOsob6Xcj4v6Rh7nE6il11_qI3Y1aZgQLbWcwpcAA.cache +1 -0
  82. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Qx1JQQo3e3jJx9EX_SjE51tC9izB-kU-Dx3Lxs9pJog.cache +0 -0
  83. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/XLdrSXICyvmXq6FCVF8xNBTy0wtRmX087QMWRS5XGXA.cache +1 -0
  84. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_Slb8psWEK6pgvtcS5M2j38q9zUh6Xl86eQqnw5yjWY.cache +0 -0
  85. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/h3E0XD4wRGR5pmdK_kHHGggBEU01INtD8LDnoR8Nt_w.cache +0 -0
  86. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache +3 -0
  87. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ldn4mjNpwK-bJF0geft9TpHRidEVK2xKXMx4AqhIMWI.cache +1 -0
  88. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/o2kqwqoUQ3gkgncZO1IWdVRzFD0wCSQ-HyL62cINFOU.cache +1 -0
  89. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache +2 -0
  90. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/pQIgTfLmEPykNamzxdqBww21SMT7YlZlZGy6hgQ6eVE.cache +1 -0
  91. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/td9wUl9SLRnSSgE2ZK_VqCzLxTkFiCW50KkOhE916Wo.cache +1 -0
  92. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/vvv17q90-DU3Hs_cfDWuupUuw9khOZXTqTOEMhCl3ek.cache +1 -0
  93. data/test/proxy_authentication_test.rb +7 -0
  94. data/test/test_helper.rb +26 -0
  95. metadata +272 -0
@@ -0,0 +1,7 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
+ # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
+
6
+ # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
+ # Rails.backtrace_cleaner.remove_silencers!
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.action_dispatch.cookies_serializer = :json
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Configure sensitive parameters which will be filtered from the log file.
4
+ Rails.application.config.filter_parameters += [:password]
@@ -0,0 +1,16 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new inflection rules using the following format. Inflections
4
+ # are locale specific, and you may define rules for as many different
5
+ # locales as you wish. All of these examples are active by default:
6
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
7
+ # inflect.plural /^(ox)$/i, '\1en'
8
+ # inflect.singular /^(ox)en/i, '\1'
9
+ # inflect.irregular 'person', 'people'
10
+ # inflect.uncountable %w( fish sheep )
11
+ # end
12
+
13
+ # These inflection rules are supported but not enabled by default:
14
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
15
+ # inflect.acronym 'RESTful'
16
+ # end
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new mime types for use in respond_to blocks:
4
+ # Mime::Type.register "text/richtext", :rtf
@@ -0,0 +1,6 @@
1
+ ProxyAuthentication.setup do |config|
2
+
3
+ config.redirect_to_if_authentication_failed = 'http://www.app-a.com/sign_in'
4
+ config.secret_key = Rails.application.secrets.secret_key_base
5
+
6
+ end
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.session_store :cookie_store, key: '_dummy_session'
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
9
+ end
10
+
11
+ # To enable root element in JSON for ActiveRecord objects.
12
+ # ActiveSupport.on_load(:active_record) do
13
+ # self.include_root_in_json = true
14
+ # end
@@ -0,0 +1,23 @@
1
+ # Files in the config/locales directory are used for internationalization
2
+ # and are automatically loaded by Rails. If you want to use locales other
3
+ # than English, add the necessary files in this directory.
4
+ #
5
+ # To use the locales, use `I18n.t`:
6
+ #
7
+ # I18n.t 'hello'
8
+ #
9
+ # In views, this is aliased to just `t`:
10
+ #
11
+ # <%= t('hello') %>
12
+ #
13
+ # To use a different locale, set it with `I18n.locale`:
14
+ #
15
+ # I18n.locale = :es
16
+ #
17
+ # This would use the information in config/locales/es.yml.
18
+ #
19
+ # To learn more, please read the Rails Internationalization guide
20
+ # available at http://guides.rubyonrails.org/i18n.html.
21
+
22
+ en:
23
+ hello: "Hello world"
@@ -0,0 +1,59 @@
1
+ Rails.application.routes.draw do
2
+ # The priority is based upon order of creation: first created -> highest priority.
3
+ # See how all your routes lay out with "rake routes".
4
+
5
+ # You can have the root of your site routed with "root"
6
+ # root 'welcome#index'
7
+
8
+ # Example of regular route:
9
+ # get 'products/:id' => 'catalog#view'
10
+
11
+ # Example of named route that can be invoked with purchase_url(id: product.id)
12
+ # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase
13
+
14
+ # Example resource route (maps HTTP verbs to controller actions automatically):
15
+ # resources :products
16
+
17
+ # Example resource route with options:
18
+ # resources :products do
19
+ # member do
20
+ # get 'short'
21
+ # post 'toggle'
22
+ # end
23
+ #
24
+ # collection do
25
+ # get 'sold'
26
+ # end
27
+ # end
28
+
29
+ # Example resource route with sub-resources:
30
+ # resources :products do
31
+ # resources :comments, :sales
32
+ # resource :seller
33
+ # end
34
+
35
+ # Example resource route with more complex sub-resources:
36
+ # resources :products do
37
+ # resources :comments
38
+ # resources :sales do
39
+ # get 'recent', on: :collection
40
+ # end
41
+ # end
42
+
43
+ # Example resource route with concerns:
44
+ # concern :toggleable do
45
+ # post 'toggle'
46
+ # end
47
+ # resources :posts, concerns: :toggleable
48
+ # resources :photos, concerns: :toggleable
49
+
50
+ # Example resource route within a namespace:
51
+ # namespace :admin do
52
+ # # Directs /admin/products/* to Admin::ProductsController
53
+ # # (app/controllers/admin/products_controller.rb)
54
+ # resources :products
55
+ # end
56
+
57
+ root 'home#show'
58
+
59
+ end
@@ -0,0 +1,22 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key is used for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+
6
+ # Make sure the secret is at least 30 characters and all random,
7
+ # no regular words or you'll be exposed to dictionary attacks.
8
+ # You can use `rake secret` to generate a secure secret key.
9
+
10
+ # Make sure the secrets in this file are kept private
11
+ # if you're sharing your code publicly.
12
+
13
+ development:
14
+ secret_key_base: bd9423d9e64503612a8b6909e453fa45a252cb4c15274b2ba31fd134e80c344d60e864ecd8705a0758a83b5d0a66e7c54cacc804b9d6e039036fdcbca84e4874
15
+
16
+ test:
17
+ secret_key_base: 4172de40436cd9661c210ebf7ed8ca2dbb22cdf810a83760f0310171ce8ad7326b016dfd7da7fe3a0c465bc7972c2bb91e65b408c13e221f56a37f806c78abb7
18
+
19
+ # Do not keep production secrets in the repository,
20
+ # instead read values from the environment.
21
+ production:
22
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
File without changes
File without changes
@@ -0,0 +1,360 @@
1
+
2
+
3
+ Started GET "/" for ::1 at 2015-09-10 13:37:00 -0400
4
+ Processing by Rails::WelcomeController#index as HTML
5
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/railties-4.2.4/lib/rails/templates/rails/welcome/index.html.erb (6.0ms)
6
+ Completed 200 OK in 55ms (Views: 46.7ms | ActiveRecord: 0.0ms)
7
+
8
+
9
+ Started GET "/" for ::1 at 2015-09-10 13:40:50 -0400
10
+ Processing by HomeController#show as HTML
11
+ Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.0ms)
12
+
13
+ NoMethodError (undefined method `authenticate_user!' for #<HomeController:0x007f8538bfd190>):
14
+ activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
15
+ activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call'
16
+ activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting'
17
+ activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
18
+ activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
19
+ activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
20
+ activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
21
+ activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
22
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
23
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
24
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
25
+ actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
26
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
27
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
28
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
29
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
30
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
31
+ actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
32
+ activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
33
+ actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
34
+ actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
35
+ actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
36
+ actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
37
+ actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
38
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
39
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
40
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
41
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
42
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
43
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
44
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
45
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
46
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
47
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
48
+ actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
49
+ actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
50
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
51
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
52
+ actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
53
+ activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
54
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
55
+ activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
56
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
57
+ activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
58
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
59
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
60
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
61
+ actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
62
+ actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
63
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
64
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
65
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
66
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
67
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
68
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
69
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
70
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
71
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
72
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
73
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
74
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
75
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
76
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
77
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
78
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
79
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
80
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
81
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
82
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
83
+ /Users/jesus/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
84
+ /Users/jesus/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
85
+ /Users/jesus/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
86
+
87
+
88
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (338.1ms)
89
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (86.9ms)
90
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (40.1ms)
91
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (540.8ms)
92
+
93
+
94
+ Started GET "/" for ::1 at 2015-09-10 13:48:39 -0400
95
+ Processing by HomeController#show as HTML
96
+ Completed 500 Internal Server Error in 3564ms (ActiveRecord: 0.0ms)
97
+
98
+ NoMethodError (undefined method `authenticated?' for nil:NilClass):
99
+ /Users/jesus/Documents/proxy_authentication/lib/proxy_authentication/helpers.rb:24:in `authenticate_user!'
100
+ activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
101
+ activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call'
102
+ activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting'
103
+ activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
104
+ activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
105
+ activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
106
+ activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
107
+ activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
108
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
109
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
110
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
111
+ actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
112
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
113
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
114
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
115
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
116
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
117
+ actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
118
+ activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
119
+ actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
120
+ actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
121
+ actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
122
+ actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
123
+ actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
124
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
125
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
126
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
127
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
128
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
129
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
130
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
131
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
132
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
133
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
134
+ actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
135
+ actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
136
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
137
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
138
+ actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
139
+ activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
140
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
141
+ activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
142
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
143
+ activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
144
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
145
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
146
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
147
+ actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
148
+ actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
149
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
150
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
151
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
152
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
153
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
154
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
155
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
156
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
157
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
158
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
159
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
160
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
161
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
162
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
163
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
164
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
165
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
166
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
167
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
168
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
169
+ /Users/jesus/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
170
+ /Users/jesus/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
171
+ /Users/jesus/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
172
+
173
+
174
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (308.4ms)
175
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (76.1ms)
176
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.8ms)
177
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (437.0ms)
178
+
179
+
180
+ Started GET "/" for ::1 at 2015-09-10 13:50:23 -0400
181
+ Processing by HomeController#show as HTML
182
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
183
+
184
+ NoMethodError (undefined method `authenticated?' for nil:NilClass):
185
+ /Users/jesus/Documents/proxy_authentication/lib/proxy_authentication/helpers.rb:23:in `authenticate_user!'
186
+ activesupport (4.2.4) lib/active_support/callbacks.rb:432:in `block in make_lambda'
187
+ activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `call'
188
+ activesupport (4.2.4) lib/active_support/callbacks.rb:164:in `block in halting'
189
+ activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
190
+ activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `block in call'
191
+ activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `each'
192
+ activesupport (4.2.4) lib/active_support/callbacks.rb:504:in `call'
193
+ activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
194
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
195
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
196
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
197
+ actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
198
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
199
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
200
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
201
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
202
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
203
+ actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
204
+ activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
205
+ actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
206
+ actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
207
+ actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
208
+ actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
209
+ actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
210
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
211
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
212
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
213
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
214
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
215
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
216
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
217
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
218
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
219
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
220
+ actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
221
+ actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
222
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
223
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
224
+ actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
225
+ activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
226
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
227
+ activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
228
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
229
+ activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
230
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
231
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
232
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
233
+ actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
234
+ actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
235
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
236
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
237
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
238
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
239
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
240
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
241
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
242
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
243
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
244
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
245
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
246
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
247
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
248
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
249
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
250
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
251
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
252
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
253
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
254
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
255
+ /Users/jesus/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
256
+ /Users/jesus/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
257
+ /Users/jesus/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
258
+
259
+
260
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (182.5ms)
261
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (42.6ms)
262
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (43.4ms)
263
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (304.2ms)
264
+
265
+
266
+ Started GET "/" for ::1 at 2015-09-10 17:24:10 -0400
267
+ Processing by HomeController#show as HTML
268
+ Redirected to http://admin.adgear.com/signin
269
+ Filter chain halted as :authenticate_user_from_token! rendered or redirected
270
+ Completed 302 Found in 26ms (ActiveRecord: 0.0ms)
271
+
272
+
273
+ Started GET "/?u=OjoxCjE0NDE5MjA5ODIKeyJpZCI6MSwibmFtZSI6IlN1cGVyIGFkbWluIiwiZW1haWwiOiJzdXBlci1hZG1pbkBhZGdlYXIuY29tIiwiaXNfc3VwZXJfYWRtaW4iOnRydWUsInByb2R1Y3QiOiJjb25zb2xlIiwiZmFybSI6InByb2R1Y3Rpb24iLCJhY2NvdW50X3R5cGUiOiJhZ2VuY3kiLCJhY2NvdW50X2lkIjoxfQo3MDhlY2JjYzU5YWM0Nzk0MDE4ZWI2ZWMzZWJmZWJjMGQ4MTdjZmY1" for ::1 at 2015-09-10 17:36:58 -0400
274
+ Processing by HomeController#show as HTML
275
+ Parameters: {"u"=>"OjoxCjE0NDE5MjA5ODIKeyJpZCI6MSwibmFtZSI6IlN1cGVyIGFkbWluIiwiZW1haWwiOiJzdXBlci1hZG1pbkBhZGdlYXIuY29tIiwiaXNfc3VwZXJfYWRtaW4iOnRydWUsInByb2R1Y3QiOiJjb25zb2xlIiwiZmFybSI6InByb2R1Y3Rpb24iLCJhY2NvdW50X3R5cGUiOiJhZ2VuY3kiLCJhY2NvdW50X2lkIjoxfQo3MDhlY2JjYzU5YWM0Nzk0MDE4ZWI2ZWMzZWJmZWJjMGQ4MTdjZmY1"}
276
+ Rendered home/show.html.erb within layouts/application (3.8ms)
277
+ Completed 200 OK in 296ms (Views: 269.6ms | ActiveRecord: 0.0ms)
278
+
279
+
280
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-10 17:36:58 -0400
281
+
282
+
283
+ Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-09-10 17:36:58 -0400
284
+
285
+
286
+ Started GET "/" for ::1 at 2015-09-10 17:38:54 -0400
287
+ Processing by HomeController#show as HTML
288
+ Rendered home/show.html.erb within layouts/application (0.2ms)
289
+ Completed 200 OK in 49ms (Views: 47.9ms | ActiveRecord: 0.0ms)
290
+
291
+
292
+ Started GET "/a/reports/delivery/" for ::1 at 2015-09-11 14:12:12 -0400
293
+
294
+ ActionController::RoutingError (No route matches [GET] "/a/reports/delivery"):
295
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
296
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
297
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
298
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
299
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
300
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
301
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
302
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
303
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
304
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
305
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
306
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
307
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
308
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
309
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
310
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
311
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
312
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
313
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
314
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
315
+ /Users/jesus/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
316
+ /Users/jesus/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
317
+ /Users/jesus/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
318
+
319
+
320
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
321
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
322
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.5ms)
323
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (233.1ms)
324
+ Rendered /Users/jesus/.gem/ruby/2.1.5/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (279.4ms)
325
+
326
+
327
+ Started GET "/?u=MTI3LjAuMC4xCjE0NDE5OTUyNjUKeyJpZCI6MSwibmFtZSI6IlN1cGVyIGFkbWluIiwiZW1haWwiOiJzdXBlci1hZG1pbkBhZGdlYXIuY29tIiwiaXNfc3VwZXJfYWRtaW4iOnRydWUsInByb2R1Y3QiOiJjb25zb2xlIiwiZmFybSI6InByb2R1Y3Rpb24iLCJhY2NvdW50X3R5cGUiOiJhZ2VuY3kiLCJhY2NvdW50X2lkIjoxfQplMjY0YzlmNTQyNzA1ZGNmZTk1ZGUwNzExZDY5OTEyZTg1MTgwMTdl" for ::1 at 2015-09-11 14:14:55 -0400
328
+ Processing by HomeController#show as HTML
329
+ Parameters: {"u"=>"MTI3LjAuMC4xCjE0NDE5OTUyNjUKeyJpZCI6MSwibmFtZSI6IlN1cGVyIGFkbWluIiwiZW1haWwiOiJzdXBlci1hZG1pbkBhZGdlYXIuY29tIiwiaXNfc3VwZXJfYWRtaW4iOnRydWUsInByb2R1Y3QiOiJjb25zb2xlIiwiZmFybSI6InByb2R1Y3Rpb24iLCJhY2NvdW50X3R5cGUiOiJhZ2VuY3kiLCJhY2NvdW50X2lkIjoxfQplMjY0YzlmNTQyNzA1ZGNmZTk1ZGUwNzExZDY5OTEyZTg1MTgwMTdl"}
330
+ Redirected to http://admin.adgear.com/signin
331
+ Filter chain halted as :authenticate_user_from_token! rendered or redirected
332
+ Completed 302 Found in 29ms (ActiveRecord: 0.0ms)
333
+
334
+
335
+ Started GET "/?u=MTI3LjAuMC4xCjE0NDE5OTUyNjUKeyJpZCI6MSwibmFtZSI6IlN1cGVyIGFkbWluIiwiZW1haWwiOiJzdXBlci1hZG1pbkBhZGdlYXIuY29tIiwiaXNfc3VwZXJfYWRtaW4iOnRydWUsInByb2R1Y3QiOiJjb25zb2xlIiwiZmFybSI6InByb2R1Y3Rpb24iLCJhY2NvdW50X3R5cGUiOiJhZ2VuY3kiLCJhY2NvdW50X2lkIjoxfQplMjY0YzlmNTQyNzA1ZGNmZTk1ZGUwNzExZDY5OTEyZTg1MTgwMTdl" for ::1 at 2015-09-11 14:16:15 -0400
336
+ Processing by HomeController#show as HTML
337
+ Parameters: {"u"=>"MTI3LjAuMC4xCjE0NDE5OTUyNjUKeyJpZCI6MSwibmFtZSI6IlN1cGVyIGFkbWluIiwiZW1haWwiOiJzdXBlci1hZG1pbkBhZGdlYXIuY29tIiwiaXNfc3VwZXJfYWRtaW4iOnRydWUsInByb2R1Y3QiOiJjb25zb2xlIiwiZmFybSI6InByb2R1Y3Rpb24iLCJhY2NvdW50X3R5cGUiOiJhZ2VuY3kiLCJhY2NvdW50X2lkIjoxfQplMjY0YzlmNTQyNzA1ZGNmZTk1ZGUwNzExZDY5OTEyZTg1MTgwMTdl"}
338
+ Redirected to http://admin.adgear.com/signin
339
+ Filter chain halted as :authenticate_user_from_token! rendered or redirected
340
+ Completed 302 Found in 226660ms (ActiveRecord: 0.0ms)
341
+
342
+
343
+ Started GET "/?u=bG9jYWxob3N0CjE0NDE5OTY3NTkKeyJpZCI6MSwibmFtZSI6IlN1cGVyIGFkbWluIiwiZW1haWwiOiJzdXBlci1hZG1pbkBhZGdlYXIuY29tIiwiaXNfc3VwZXJfYWRtaW4iOnRydWUsInByb2R1Y3QiOiJjb25zb2xlIiwiZmFybSI6InByb2R1Y3Rpb24iLCJhY2NvdW50X3R5cGUiOiJhZ2VuY3kiLCJhY2NvdW50X2lkIjoxfQo0MTBlNDViZWI5M2IyMzJlNWZlZTE5NDFkYjY2NDRjNGEzNjllMTJl" for ::1 at 2015-09-11 14:39:36 -0400
344
+ Processing by HomeController#show as HTML
345
+ Parameters: {"u"=>"bG9jYWxob3N0CjE0NDE5OTY3NTkKeyJpZCI6MSwibmFtZSI6IlN1cGVyIGFkbWluIiwiZW1haWwiOiJzdXBlci1hZG1pbkBhZGdlYXIuY29tIiwiaXNfc3VwZXJfYWRtaW4iOnRydWUsInByb2R1Y3QiOiJjb25zb2xlIiwiZmFybSI6InByb2R1Y3Rpb24iLCJhY2NvdW50X3R5cGUiOiJhZ2VuY3kiLCJhY2NvdW50X2lkIjoxfQo0MTBlNDViZWI5M2IyMzJlNWZlZTE5NDFkYjY2NDRjNGEzNjllMTJl"}
346
+ Rendered home/show.html.erb within layouts/application (4.7ms)
347
+ Completed 200 OK in 25904ms (Views: 1177.2ms | ActiveRecord: 0.0ms)
348
+
349
+
350
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-11 14:40:03 -0400
351
+
352
+
353
+ Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2015-09-11 14:40:03 -0400
354
+
355
+
356
+ Started GET "/?u=bG9jYWxob3N0CjE0NDIwMDE5ODAKeyJpZCI6MSwibmFtZSI6IlN1cGVyIGFkbWluIiwiZW1haWwiOiJzdXBlci1hZG1pbkBhZGdlYXIuY29tIiwiaXNfc3VwZXJfYWRtaW4iOnRydWUsInByb2R1Y3QiOiJjb25zb2xlIiwiZmFybSI6InByb2R1Y3Rpb24iLCJhY2NvdW50X3R5cGUiOiJhZ2VuY3kiLCJhY2NvdW50X2lkIjoxfQo3ZGRjNDI1MGE5MDM0ODU5YTUxYjUzNmU3MmQ3ODE0YzVlOTdiYzUz" for ::1 at 2015-09-11 16:06:31 -0400
357
+ Processing by HomeController#show as HTML
358
+ Parameters: {"u"=>"bG9jYWxob3N0CjE0NDIwMDE5ODAKeyJpZCI6MSwibmFtZSI6IlN1cGVyIGFkbWluIiwiZW1haWwiOiJzdXBlci1hZG1pbkBhZGdlYXIuY29tIiwiaXNfc3VwZXJfYWRtaW4iOnRydWUsInByb2R1Y3QiOiJjb25zb2xlIiwiZmFybSI6InByb2R1Y3Rpb24iLCJhY2NvdW50X3R5cGUiOiJhZ2VuY3kiLCJhY2NvdW50X2lkIjoxfQo3ZGRjNDI1MGE5MDM0ODU5YTUxYjUzNmU3MmQ3ODE0YzVlOTdiYzUz"}
359
+ Rendered home/show.html.erb within layouts/application (1.8ms)
360
+ Completed 200 OK in 5089ms (Views: 400.6ms | ActiveRecord: 0.0ms)