lockup 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.md +31 -0
  3. data/Rakefile +40 -0
  4. data/app/assets/javascripts/lockup/application.js +15 -0
  5. data/app/assets/stylesheets/lockup/application.css +13 -0
  6. data/app/assets/stylesheets/lockup/layout.css +91 -0
  7. data/app/controllers/lockup/application_controller.rb +4 -0
  8. data/app/controllers/lockup/lockup_controller.rb +42 -0
  9. data/app/helpers/lockup/application_helper.rb +4 -0
  10. data/app/views/layouts/lockup/application.html.erb +12 -0
  11. data/app/views/lockup/lockup/unlock.html.erb +23 -0
  12. data/config/routes.rb +7 -0
  13. data/lib/lockup.rb +22 -0
  14. data/lib/lockup/engine.rb +13 -0
  15. data/lib/lockup/version.rb +3 -0
  16. data/lib/tasks/lockup_tasks.rake +4 -0
  17. data/test/dummy/README.rdoc +261 -0
  18. data/test/dummy/Rakefile +7 -0
  19. data/test/dummy/app/assets/javascripts/application.js +15 -0
  20. data/test/dummy/app/assets/javascripts/posts.js +2 -0
  21. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  22. data/test/dummy/app/assets/stylesheets/posts.css +4 -0
  23. data/test/dummy/app/assets/stylesheets/scaffold.css +56 -0
  24. data/test/dummy/app/controllers/application_controller.rb +3 -0
  25. data/test/dummy/app/controllers/posts_controller.rb +83 -0
  26. data/test/dummy/app/helpers/application_helper.rb +2 -0
  27. data/test/dummy/app/helpers/posts_helper.rb +2 -0
  28. data/test/dummy/app/models/post.rb +3 -0
  29. data/test/dummy/app/views/posts/_form.html.erb +17 -0
  30. data/test/dummy/app/views/posts/edit.html.erb +6 -0
  31. data/test/dummy/app/views/posts/index.html.erb +21 -0
  32. data/test/dummy/app/views/posts/new.html.erb +5 -0
  33. data/test/dummy/app/views/posts/show.html.erb +5 -0
  34. data/test/dummy/config.ru +4 -0
  35. data/test/dummy/config/application.rb +59 -0
  36. data/test/dummy/config/boot.rb +10 -0
  37. data/test/dummy/config/database.yml +25 -0
  38. data/test/dummy/config/environment.rb +5 -0
  39. data/test/dummy/config/environments/development.rb +37 -0
  40. data/test/dummy/config/environments/production.rb +67 -0
  41. data/test/dummy/config/environments/test.rb +37 -0
  42. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  43. data/test/dummy/config/initializers/inflections.rb +15 -0
  44. data/test/dummy/config/initializers/mime_types.rb +5 -0
  45. data/test/dummy/config/initializers/secret_token.rb +7 -0
  46. data/test/dummy/config/initializers/session_store.rb +8 -0
  47. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  48. data/test/dummy/config/locales/en.yml +5 -0
  49. data/test/dummy/config/routes.rb +9 -0
  50. data/test/dummy/db/development.sqlite3 +0 -0
  51. data/test/dummy/db/migrate/20130509023411_create_posts.rb +8 -0
  52. data/test/dummy/db/schema.rb +21 -0
  53. data/test/dummy/log/development.log +4271 -0
  54. data/test/dummy/public/404.html +26 -0
  55. data/test/dummy/public/422.html +26 -0
  56. data/test/dummy/public/500.html +25 -0
  57. data/test/dummy/public/favicon.ico +0 -0
  58. data/test/dummy/script/rails +6 -0
  59. data/test/dummy/test/fixtures/posts.yml +11 -0
  60. data/test/dummy/test/functional/posts_controller_test.rb +49 -0
  61. data/test/dummy/test/unit/helpers/posts_helper_test.rb +4 -0
  62. data/test/dummy/test/unit/post_test.rb +7 -0
  63. data/test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212 +0 -0
  64. data/test/dummy/tmp/cache/assets/CA2/B90/sprockets%2Fd5057be14242f909abb7946501241cf0 +0 -0
  65. data/test/dummy/tmp/cache/assets/CBB/A30/sprockets%2F35d582a476413fe8922740f51fca668e +0 -0
  66. data/test/dummy/tmp/cache/assets/CC4/090/sprockets%2F4a68d2ee97c29d4331984665f2f06a94 +0 -0
  67. data/test/dummy/tmp/cache/assets/CC7/220/sprockets%2Fd066c004d1fd26ae76a61303a7a18145 +0 -0
  68. data/test/dummy/tmp/cache/assets/CD5/B70/sprockets%2F416150dc3ac35079c94273cc46e90aa6 +0 -0
  69. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  70. data/test/dummy/tmp/cache/assets/CEC/250/sprockets%2Fe5b6884ad9163b19d26c96b787ce0035 +0 -0
  71. data/test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
  72. data/test/dummy/tmp/cache/assets/D13/DE0/sprockets%2F9eded750b033712e986c4e3d06b2439e +0 -0
  73. data/test/dummy/tmp/cache/assets/D13/F80/sprockets%2Fea61f46df9f7066133164054f6a7c6cc +0 -0
  74. data/test/dummy/tmp/cache/assets/D1A/310/sprockets%2F5384ad85f52d3272dbc64d46ef3876a4 +0 -0
  75. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  76. data/test/dummy/tmp/cache/assets/D38/110/sprockets%2F69fef092c21ae1a546c34042e4b56bd8 +0 -0
  77. data/test/dummy/tmp/cache/assets/D41/EF0/sprockets%2F5d8cab6dc1e5d8064d90822e03d75c66 +0 -0
  78. data/test/dummy/tmp/cache/assets/D46/E10/sprockets%2F0d0d7c4506cde94708f65e8bd3a5b864 +0 -0
  79. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  80. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  81. data/test/dummy/tmp/cache/assets/D9C/CD0/sprockets%2Fc85016e7bbd4f3adbb7635d01f85d39b +0 -0
  82. data/test/dummy/tmp/cache/assets/DB8/CF0/sprockets%2Fbb3db17916aaef05a30edd91ef00e703 +0 -0
  83. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  84. data/test/dummy/tmp/cache/assets/E01/5E0/sprockets%2F71a1c4bce0075db389efee818edffc60 +0 -0
  85. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  86. data/test/dummy/tmp/cache/assets/E2B/1E0/sprockets%2F15ebf39553d9aa1ffeab7edc3800cf5c +0 -0
  87. data/test/integration/navigation_test.rb +10 -0
  88. data/test/lockup_test.rb +7 -0
  89. data/test/test_helper.rb +15 -0
  90. metadata +248 -0
@@ -0,0 +1,37 @@
1
+ Dummy::Application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb
3
+
4
+ # The test environment is used exclusively to run your application's
5
+ # test suite. You never need to work with it otherwise. Remember that
6
+ # your test database is "scratch space" for the test suite and is wiped
7
+ # and recreated between test runs. Don't rely on the data there!
8
+ config.cache_classes = true
9
+
10
+ # Configure static asset server for tests with Cache-Control for performance
11
+ config.serve_static_assets = true
12
+ config.static_cache_control = "public, max-age=3600"
13
+
14
+ # Log error messages when you accidentally call methods on nil
15
+ config.whiny_nils = true
16
+
17
+ # Show full error reports and disable caching
18
+ config.consider_all_requests_local = true
19
+ config.action_controller.perform_caching = false
20
+
21
+ # Raise exceptions instead of rendering exception templates
22
+ config.action_dispatch.show_exceptions = false
23
+
24
+ # Disable request forgery protection in test environment
25
+ config.action_controller.allow_forgery_protection = false
26
+
27
+ # Tell Action Mailer not to deliver emails to the real world.
28
+ # The :test delivery method accumulates sent emails in the
29
+ # ActionMailer::Base.deliveries array.
30
+ config.action_mailer.delivery_method = :test
31
+
32
+ # Raise exception on mass assignment protection for Active Record models
33
+ config.active_record.mass_assignment_sanitizer = :strict
34
+
35
+ # Print deprecation notices to the stderr
36
+ config.active_support.deprecation = :stderr
37
+ end
@@ -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,15 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new inflection rules using the following format
4
+ # (all these examples are active by default):
5
+ # ActiveSupport::Inflector.inflections do |inflect|
6
+ # inflect.plural /^(ox)$/i, '\1en'
7
+ # inflect.singular /^(ox)en/i, '\1'
8
+ # inflect.irregular 'person', 'people'
9
+ # inflect.uncountable %w( fish sheep )
10
+ # end
11
+ #
12
+ # These inflection rules are supported but not enabled by default:
13
+ # ActiveSupport::Inflector.inflections do |inflect|
14
+ # inflect.acronym 'RESTful'
15
+ # end
@@ -0,0 +1,5 @@
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
5
+ # Mime::Type.register_alias "text/html", :iphone
@@ -0,0 +1,7 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+ # Make sure the secret is at least 30 characters and all random,
6
+ # no regular words or you'll be exposed to dictionary attacks.
7
+ Dummy::Application.config.secret_token = 'a3dd47907d51d6946ef617c700ed16e2fcb6f7bc94f58bbf5efcb5e0be80f90b0714b47690eca3f52a400237614a0f5e26e7eb1edc3b12c9567f19f2cdbe6f5b'
@@ -0,0 +1,8 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
4
+
5
+ # Use the database for sessions instead of the cookie-based default,
6
+ # which shouldn't be used to store highly confidential information
7
+ # (create the session table with "rails generate session_migration")
8
+ # Dummy::Application.config.session_store :active_record_store
@@ -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]
9
+ end
10
+
11
+ # Disable root element in JSON by default.
12
+ ActiveSupport.on_load(:active_record) do
13
+ self.include_root_in_json = false
14
+ end
@@ -0,0 +1,5 @@
1
+ # Sample localization file for English. Add more files in this directory for other locales.
2
+ # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
3
+
4
+ en:
5
+ hello: "Hello world"
@@ -0,0 +1,9 @@
1
+ Rails.application.routes.draw do
2
+
3
+ resources :posts
4
+ root :to => 'posts#index'
5
+ match ':controller(/:action(/:id))(.:format)'
6
+
7
+
8
+ mount Lockup::Engine => "/lockup"
9
+ end
Binary file
@@ -0,0 +1,8 @@
1
+ class CreatePosts < ActiveRecord::Migration
2
+ def change
3
+ create_table :posts do |t|
4
+
5
+ t.timestamps
6
+ end
7
+ end
8
+ end
@@ -0,0 +1,21 @@
1
+ # encoding: UTF-8
2
+ # This file is auto-generated from the current state of the database. Instead
3
+ # of editing this file, please use the migrations feature of Active Record to
4
+ # incrementally modify your database, and then regenerate this schema definition.
5
+ #
6
+ # Note that this schema.rb definition is the authoritative source for your
7
+ # database schema. If you need to create the application database on another
8
+ # system, you should be using db:schema:load, not running all the migrations
9
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
11
+ #
12
+ # It's strongly recommended to check this file into your version control system.
13
+
14
+ ActiveRecord::Schema.define(:version => 20130509023411) do
15
+
16
+ create_table "posts", :force => true do |t|
17
+ t.datetime "created_at", :null => false
18
+ t.datetime "updated_at", :null => false
19
+ end
20
+
21
+ end
@@ -0,0 +1,4271 @@
1
+ Connecting to database specified by database.yml
2
+
3
+
4
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:33:38 -0600
5
+
6
+ ActionController::RoutingError (No route matches [GET] "/"):
7
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
8
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
10
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
11
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
12
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
13
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
15
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
16
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
17
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
18
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
19
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
20
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
21
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
22
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
23
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
24
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
25
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
26
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
27
+
28
+
29
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.7ms)
30
+ Connecting to database specified by database.yml
31
+ Connecting to database specified by database.yml
32
+  (14.9ms) select sqlite_version(*)
33
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
34
+  (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
35
+  (32.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
36
+ Migrating to CreatePosts (20130509023411)
37
+  (0.1ms) begin transaction
38
+  (0.6ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
39
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130509023411')
40
+  (3.3ms) commit transaction
41
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
42
+ Connecting to database specified by database.yml
43
+
44
+
45
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:34:29 -0600
46
+
47
+ ActionController::RoutingError (No route matches [GET] "/"):
48
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
49
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
50
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
51
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
52
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
53
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
54
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
55
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
56
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
57
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
58
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
59
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
60
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
61
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
62
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
63
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
64
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
65
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
66
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
67
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
68
+
69
+
70
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.8ms)
71
+
72
+
73
+ Started GET "/posts/" for 127.0.0.1 at 2013-05-08 20:34:34 -0600
74
+ Processing by PostsController#index as HTML
75
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" 
76
+ Rendered posts/index.html.erb within layouts/application (1.1ms)
77
+ Compiled posts.css (0ms) (pid 58346)
78
+ Compiled scaffold.css (0ms) (pid 58346)
79
+ Compiled application.css (26ms) (pid 58346)
80
+ Compiled jquery.js (3ms) (pid 58346)
81
+ Compiled jquery_ujs.js (0ms) (pid 58346)
82
+ Compiled posts.js (0ms) (pid 58346)
83
+ Compiled application.js (102ms) (pid 58346)
84
+ Completed 200 OK in 327ms (Views: 274.8ms | ActiveRecord: 2.2ms)
85
+
86
+
87
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:34:34 -0600
88
+ Served asset /application.css - 200 OK (20ms)
89
+
90
+
91
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:34:34 -0600
92
+ Served asset /posts.css - 200 OK (2ms)
93
+
94
+
95
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:34:34 -0600
96
+ Served asset /posts.js - 200 OK (1ms)
97
+
98
+
99
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:34:34 -0600
100
+ Served asset /scaffold.css - 200 OK (1ms)
101
+
102
+
103
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:34:34 -0600
104
+ Served asset /jquery.js - 304 Not Modified (2ms)
105
+
106
+
107
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:34:34 -0600
108
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
109
+
110
+
111
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:34:34 -0600
112
+ Served asset /application.js - 200 OK (62ms)
113
+ Connecting to database specified by database.yml
114
+ Connecting to database specified by database.yml
115
+ Connecting to database specified by database.yml
116
+
117
+
118
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:37:33 -0600
119
+ Processing by PostsController#index as HTML
120
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" 
121
+ Rendered posts/index.html.erb within layouts/application (3.4ms)
122
+ Completed 200 OK in 105ms (Views: 41.6ms | ActiveRecord: 4.3ms)
123
+
124
+
125
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:37:33 -0600
126
+ Served asset /posts.css - 304 Not Modified (2ms)
127
+
128
+
129
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:37:33 -0600
130
+ Served asset /scaffold.css - 304 Not Modified (3ms)
131
+
132
+
133
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:37:34 -0600
134
+ Served asset /jquery.js - 304 Not Modified (6ms)
135
+
136
+
137
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:37:34 -0600
138
+ Served asset /application.css - 304 Not Modified (18ms)
139
+
140
+
141
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:37:34 -0600
142
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
143
+
144
+
145
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:37:34 -0600
146
+ Served asset /application.js - 304 Not Modified (6ms)
147
+
148
+
149
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:37:34 -0600
150
+ Served asset /posts.js - 304 Not Modified (2ms)
151
+ Connecting to database specified by database.yml
152
+
153
+
154
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:40:06 -0600
155
+ Processing by PostsController#index as HTML
156
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" 
157
+ Rendered posts/index.html.erb within layouts/application (4.4ms)
158
+ Completed 200 OK in 87ms (Views: 37.6ms | ActiveRecord: 2.4ms)
159
+
160
+
161
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:40:06 -0600
162
+ Served asset /posts.css - 304 Not Modified (2ms)
163
+
164
+
165
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:40:06 -0600
166
+ Served asset /application.css - 304 Not Modified (4ms)
167
+
168
+
169
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:40:06 -0600
170
+ Served asset /posts.js - 304 Not Modified (1ms)
171
+
172
+
173
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:40:06 -0600
174
+ Served asset /jquery.js - 304 Not Modified (3ms)
175
+
176
+
177
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:40:06 -0600
178
+ Served asset /scaffold.css - 304 Not Modified (2ms)
179
+
180
+
181
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:40:06 -0600
182
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
183
+
184
+
185
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:40:06 -0600
186
+ Served asset /application.js - 304 Not Modified (9ms)
187
+
188
+
189
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:40:29 -0600
190
+ Processing by PostsController#index as HTML
191
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
192
+ Rendered posts/index.html.erb within layouts/application (0.5ms)
193
+ Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.6ms)
194
+
195
+
196
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:40:30 -0600
197
+ Served asset /application.css - 304 Not Modified (0ms)
198
+
199
+
200
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:40:30 -0600
201
+ Served asset /posts.css - 304 Not Modified (0ms)
202
+
203
+
204
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:40:30 -0600
205
+ Served asset /jquery.js - 304 Not Modified (0ms)
206
+
207
+
208
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:40:30 -0600
209
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
210
+
211
+
212
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:40:30 -0600
213
+ Served asset /posts.js - 304 Not Modified (0ms)
214
+
215
+
216
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:40:30 -0600
217
+ Served asset /scaffold.css - 304 Not Modified (0ms)
218
+
219
+
220
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:40:30 -0600
221
+ Served asset /application.js - 304 Not Modified (0ms)
222
+
223
+
224
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:40:31 -0600
225
+ Processing by PostsController#index as HTML
226
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" 
227
+ Rendered posts/index.html.erb within layouts/application (0.4ms)
228
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.2ms)
229
+
230
+
231
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:40:31 -0600
232
+ Served asset /application.css - 304 Not Modified (0ms)
233
+
234
+
235
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:40:31 -0600
236
+ Served asset /scaffold.css - 304 Not Modified (0ms)
237
+
238
+
239
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:40:31 -0600
240
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
241
+
242
+
243
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:40:31 -0600
244
+ Served asset /posts.css - 304 Not Modified (0ms)
245
+
246
+
247
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:40:31 -0600
248
+ Served asset /posts.js - 304 Not Modified (0ms)
249
+
250
+
251
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:40:31 -0600
252
+ Served asset /jquery.js - 304 Not Modified (0ms)
253
+
254
+
255
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:40:31 -0600
256
+ Served asset /application.js - 304 Not Modified (0ms)
257
+
258
+
259
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:41:16 -0600
260
+ Processing by PostsController#index as HTML
261
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
262
+ Rendered posts/index.html.erb within layouts/application (0.4ms)
263
+ Completed 200 OK in 8ms (Views: 5.4ms | ActiveRecord: 0.6ms)
264
+
265
+
266
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:41:16 -0600
267
+ Served asset /application.css - 304 Not Modified (0ms)
268
+
269
+
270
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:41:16 -0600
271
+ Served asset /posts.css - 304 Not Modified (0ms)
272
+
273
+
274
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:41:16 -0600
275
+ Served asset /jquery.js - 304 Not Modified (0ms)
276
+
277
+
278
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:41:16 -0600
279
+ Served asset /posts.js - 304 Not Modified (0ms)
280
+
281
+
282
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:41:16 -0600
283
+ Served asset /scaffold.css - 304 Not Modified (0ms)
284
+
285
+
286
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:41:16 -0600
287
+ Served asset /application.js - 304 Not Modified (0ms)
288
+
289
+
290
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:41:16 -0600
291
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
292
+
293
+
294
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:44:29 -0600
295
+ Processing by PostsController#index as HTML
296
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" 
297
+ Rendered posts/index.html.erb within layouts/application (0.4ms)
298
+ Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.6ms)
299
+
300
+
301
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:44:29 -0600
302
+ Served asset /application.css - 304 Not Modified (0ms)
303
+
304
+
305
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:29 -0600
306
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
307
+
308
+
309
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:44:29 -0600
310
+ Served asset /posts.css - 304 Not Modified (0ms)
311
+
312
+
313
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:44:29 -0600
314
+ Served asset /scaffold.css - 304 Not Modified (0ms)
315
+
316
+
317
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:29 -0600
318
+ Served asset /posts.js - 304 Not Modified (0ms)
319
+
320
+
321
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:29 -0600
322
+ Served asset /jquery.js - 304 Not Modified (0ms)
323
+
324
+
325
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:29 -0600
326
+ Served asset /application.js - 304 Not Modified (0ms)
327
+
328
+
329
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:44:30 -0600
330
+ Processing by PostsController#index as HTML
331
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
332
+ Rendered posts/index.html.erb within layouts/application (0.3ms)
333
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.2ms)
334
+
335
+
336
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:44:31 -0600
337
+ Served asset /posts.css - 304 Not Modified (0ms)
338
+
339
+
340
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:44:31 -0600
341
+ Served asset /application.css - 304 Not Modified (0ms)
342
+
343
+
344
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:31 -0600
345
+ Served asset /jquery.js - 304 Not Modified (0ms)
346
+
347
+
348
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:31 -0600
349
+ Served asset /posts.js - 304 Not Modified (0ms)
350
+
351
+
352
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:44:31 -0600
353
+ Served asset /scaffold.css - 304 Not Modified (0ms)
354
+
355
+
356
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:31 -0600
357
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
358
+
359
+
360
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:31 -0600
361
+ Served asset /application.js - 304 Not Modified (0ms)
362
+
363
+
364
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:44:40 -0600
365
+ Processing by PostsController#index as HTML
366
+ Post Load (0.3ms) SELECT "posts".* FROM "posts" 
367
+ Rendered posts/index.html.erb within layouts/application (0.8ms)
368
+ Completed 200 OK in 56ms (Views: 48.8ms | ActiveRecord: 2.5ms)
369
+
370
+
371
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:44:40 -0600
372
+ Served asset /application.css - 304 Not Modified (0ms)
373
+
374
+
375
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:44:40 -0600
376
+ Served asset /posts.css - 304 Not Modified (0ms)
377
+
378
+
379
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:44:41 -0600
380
+ Served asset /scaffold.css - 304 Not Modified (0ms)
381
+
382
+
383
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:41 -0600
384
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
385
+
386
+
387
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:41 -0600
388
+ Served asset /application.js - 304 Not Modified (0ms)
389
+
390
+
391
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:41 -0600
392
+ Served asset /jquery.js - 304 Not Modified (0ms)
393
+
394
+
395
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:41 -0600
396
+ Served asset /posts.js - 304 Not Modified (0ms)
397
+
398
+
399
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:44:42 -0600
400
+ Processing by PostsController#index as HTML
401
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
402
+ Rendered posts/index.html.erb within layouts/application (0.4ms)
403
+ Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.2ms)
404
+
405
+
406
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:44:42 -0600
407
+ Served asset /posts.css - 304 Not Modified (0ms)
408
+
409
+
410
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:44:42 -0600
411
+ Served asset /application.css - 304 Not Modified (0ms)
412
+
413
+
414
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:42 -0600
415
+ Served asset /jquery.js - 304 Not Modified (0ms)
416
+
417
+
418
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:44:42 -0600
419
+ Served asset /scaffold.css - 304 Not Modified (0ms)
420
+
421
+
422
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:42 -0600
423
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
424
+
425
+
426
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:42 -0600
427
+ Served asset /posts.js - 304 Not Modified (0ms)
428
+
429
+
430
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:44:42 -0600
431
+ Served asset /application.js - 304 Not Modified (0ms)
432
+
433
+
434
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:45:05 -0600
435
+ Processing by PostsController#index as HTML
436
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" 
437
+ Rendered posts/index.html.erb within layouts/application (0.5ms)
438
+ Completed 200 OK in 12ms (Views: 9.1ms | ActiveRecord: 0.7ms)
439
+
440
+
441
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:45:05 -0600
442
+ Served asset /application.css - 304 Not Modified (0ms)
443
+
444
+
445
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:05 -0600
446
+ Served asset /posts.js - 304 Not Modified (0ms)
447
+
448
+
449
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:05 -0600
450
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
451
+
452
+
453
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:45:05 -0600
454
+ Served asset /posts.css - 304 Not Modified (0ms)
455
+
456
+
457
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:45:05 -0600
458
+ Served asset /scaffold.css - 304 Not Modified (0ms)
459
+
460
+
461
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:05 -0600
462
+ Served asset /jquery.js - 304 Not Modified (0ms)
463
+
464
+
465
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:05 -0600
466
+ Served asset /application.js - 304 Not Modified (0ms)
467
+
468
+
469
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
470
+ Processing by PostsController#index as HTML
471
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
472
+ Rendered posts/index.html.erb within layouts/application (0.4ms)
473
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.2ms)
474
+
475
+
476
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
477
+ Served asset /application.css - 304 Not Modified (0ms)
478
+
479
+
480
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
481
+ Served asset /posts.css - 304 Not Modified (0ms)
482
+
483
+
484
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
485
+ Served asset /scaffold.css - 304 Not Modified (0ms)
486
+
487
+
488
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
489
+ Served asset /jquery.js - 304 Not Modified (0ms)
490
+
491
+
492
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
493
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
494
+
495
+
496
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
497
+ Served asset /posts.js - 304 Not Modified (0ms)
498
+
499
+
500
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
501
+ Processing by PostsController#index as HTML
502
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" 
503
+ Rendered posts/index.html.erb within layouts/application (0.5ms)
504
+ Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms)
505
+
506
+
507
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
508
+ Served asset /application.css - 304 Not Modified (0ms)
509
+
510
+
511
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
512
+ Served asset /jquery.js - 304 Not Modified (0ms)
513
+
514
+
515
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
516
+ Served asset /posts.css - 304 Not Modified (0ms)
517
+
518
+
519
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
520
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
521
+
522
+
523
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
524
+ Served asset /scaffold.css - 304 Not Modified (0ms)
525
+
526
+
527
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
528
+ Served asset /posts.js - 304 Not Modified (0ms)
529
+
530
+
531
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
532
+ Served asset /application.js - 304 Not Modified (0ms)
533
+
534
+
535
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
536
+ Processing by PostsController#index as HTML
537
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
538
+ Rendered posts/index.html.erb within layouts/application (0.5ms)
539
+ Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms)
540
+
541
+
542
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
543
+ Served asset /application.css - 304 Not Modified (0ms)
544
+
545
+
546
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
547
+ Served asset /posts.css - 304 Not Modified (0ms)
548
+
549
+
550
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
551
+ Served asset /posts.js - 304 Not Modified (0ms)
552
+
553
+
554
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:07 -0600
555
+ Served asset /application.js - 304 Not Modified (0ms)
556
+
557
+
558
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:45:08 -0600
559
+ Served asset /scaffold.css - 304 Not Modified (0ms)
560
+
561
+
562
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:08 -0600
563
+ Served asset /jquery.js - 304 Not Modified (0ms)
564
+
565
+
566
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:45:08 -0600
567
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
568
+
569
+
570
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:54:28 -0600
571
+ Processing by PostsController#index as HTML
572
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" 
573
+ Rendered posts/index.html.erb within layouts/application (0.4ms)
574
+ Completed 200 OK in 9ms (Views: 6.0ms | ActiveRecord: 0.6ms)
575
+
576
+
577
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:28 -0600
578
+ Served asset /application.css - 304 Not Modified (0ms)
579
+
580
+
581
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:28 -0600
582
+ Served asset /posts.css - 304 Not Modified (0ms)
583
+
584
+
585
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:28 -0600
586
+ Served asset /jquery.js - 304 Not Modified (0ms)
587
+
588
+
589
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:28 -0600
590
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
591
+
592
+
593
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:28 -0600
594
+ Served asset /scaffold.css - 304 Not Modified (0ms)
595
+
596
+
597
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:29 -0600
598
+ Served asset /posts.js - 304 Not Modified (0ms)
599
+
600
+
601
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:29 -0600
602
+ Served asset /application.js - 304 Not Modified (0ms)
603
+
604
+
605
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
606
+ Processing by PostsController#index as HTML
607
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
608
+ Rendered posts/index.html.erb within layouts/application (0.3ms)
609
+ Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.2ms)
610
+
611
+
612
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
613
+ Served asset /application.css - 304 Not Modified (0ms)
614
+
615
+
616
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
617
+ Served asset /posts.css - 304 Not Modified (0ms)
618
+
619
+
620
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
621
+ Served asset /jquery.js - 304 Not Modified (0ms)
622
+
623
+
624
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
625
+ Served asset /scaffold.css - 304 Not Modified (0ms)
626
+
627
+
628
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
629
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
630
+
631
+
632
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
633
+ Served asset /posts.js - 304 Not Modified (0ms)
634
+
635
+
636
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
637
+ Served asset /application.js - 304 Not Modified (0ms)
638
+
639
+
640
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
641
+ Processing by PostsController#index as HTML
642
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" 
643
+ Rendered posts/index.html.erb within layouts/application (0.3ms)
644
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms)
645
+
646
+
647
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
648
+ Served asset /application.css - 304 Not Modified (0ms)
649
+
650
+
651
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
652
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
653
+
654
+
655
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
656
+ Served asset /posts.js - 304 Not Modified (0ms)
657
+
658
+
659
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
660
+ Served asset /posts.css - 304 Not Modified (0ms)
661
+
662
+
663
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
664
+ Served asset /jquery.js - 304 Not Modified (0ms)
665
+
666
+
667
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
668
+ Served asset /scaffold.css - 304 Not Modified (0ms)
669
+
670
+
671
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
672
+ Served asset /application.js - 304 Not Modified (0ms)
673
+
674
+
675
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
676
+ Processing by PostsController#index as HTML
677
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
678
+ Rendered posts/index.html.erb within layouts/application (0.9ms)
679
+ Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms)
680
+
681
+
682
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
683
+ Served asset /application.css - 304 Not Modified (0ms)
684
+
685
+
686
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
687
+ Served asset /posts.css - 304 Not Modified (0ms)
688
+
689
+
690
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
691
+ Served asset /jquery.js - 304 Not Modified (0ms)
692
+
693
+
694
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
695
+ Served asset /scaffold.css - 304 Not Modified (0ms)
696
+
697
+
698
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
699
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
700
+
701
+
702
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
703
+ Served asset /posts.js - 304 Not Modified (0ms)
704
+
705
+
706
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:30 -0600
707
+ Served asset /application.js - 304 Not Modified (0ms)
708
+
709
+
710
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
711
+ Processing by PostsController#index as HTML
712
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" 
713
+ Rendered posts/index.html.erb within layouts/application (0.4ms)
714
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms)
715
+
716
+
717
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
718
+ Served asset /application.css - 304 Not Modified (0ms)
719
+
720
+
721
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
722
+ Served asset /posts.js - 304 Not Modified (0ms)
723
+
724
+
725
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
726
+ Served asset /jquery.js - 304 Not Modified (0ms)
727
+
728
+
729
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
730
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
731
+
732
+
733
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
734
+ Served asset /posts.css - 304 Not Modified (0ms)
735
+
736
+
737
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
738
+ Served asset /scaffold.css - 304 Not Modified (0ms)
739
+
740
+
741
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
742
+ Served asset /application.js - 304 Not Modified (0ms)
743
+
744
+
745
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
746
+ Processing by PostsController#index as HTML
747
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
748
+ Rendered posts/index.html.erb within layouts/application (0.5ms)
749
+ Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.2ms)
750
+
751
+
752
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
753
+ Served asset /application.css - 304 Not Modified (0ms)
754
+
755
+
756
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
757
+ Served asset /posts.js - 304 Not Modified (0ms)
758
+
759
+
760
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
761
+ Served asset /jquery.js - 304 Not Modified (0ms)
762
+
763
+
764
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
765
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
766
+
767
+
768
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
769
+ Served asset /scaffold.css - 304 Not Modified (0ms)
770
+
771
+
772
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
773
+ Served asset /posts.css - 304 Not Modified (0ms)
774
+
775
+
776
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
777
+ Served asset /application.js - 304 Not Modified (0ms)
778
+
779
+
780
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
781
+ Processing by PostsController#index as HTML
782
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" 
783
+ Rendered posts/index.html.erb within layouts/application (0.5ms)
784
+ Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms)
785
+
786
+
787
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
788
+ Served asset /application.css - 304 Not Modified (0ms)
789
+
790
+
791
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
792
+ Served asset /scaffold.css - 304 Not Modified (0ms)
793
+
794
+
795
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
796
+ Served asset /jquery.js - 304 Not Modified (0ms)
797
+
798
+
799
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
800
+ Served asset /posts.css - 304 Not Modified (0ms)
801
+
802
+
803
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
804
+ Served asset /application.js - 304 Not Modified (0ms)
805
+
806
+
807
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
808
+ Served asset /posts.js - 304 Not Modified (0ms)
809
+
810
+
811
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:31 -0600
812
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
813
+ Connecting to database specified by database.yml
814
+
815
+
816
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:54:42 -0600
817
+ Processing by PostsController#index as HTML
818
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" 
819
+ Rendered posts/index.html.erb within layouts/application (5.0ms)
820
+ Completed 200 OK in 102ms (Views: 47.4ms | ActiveRecord: 3.3ms)
821
+
822
+
823
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:43 -0600
824
+ Served asset /posts.css - 304 Not Modified (3ms)
825
+
826
+
827
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:43 -0600
828
+ Served asset /jquery.js - 304 Not Modified (9ms)
829
+
830
+
831
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:43 -0600
832
+ Served asset /scaffold.css - 304 Not Modified (1ms)
833
+
834
+
835
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:43 -0600
836
+ Served asset /application.css - 304 Not Modified (3ms)
837
+
838
+
839
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:43 -0600
840
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
841
+
842
+
843
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:43 -0600
844
+ Served asset /posts.js - 304 Not Modified (4ms)
845
+
846
+
847
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:43 -0600
848
+ Served asset /application.js - 304 Not Modified (8ms)
849
+
850
+
851
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:54:45 -0600
852
+ Processing by PostsController#index as HTML
853
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
854
+ Rendered posts/index.html.erb within layouts/application (1.0ms)
855
+ Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.2ms)
856
+
857
+
858
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:45 -0600
859
+ Served asset /application.css - 304 Not Modified (0ms)
860
+
861
+
862
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:45 -0600
863
+ Served asset /posts.css - 304 Not Modified (0ms)
864
+
865
+
866
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:45 -0600
867
+ Served asset /jquery.js - 304 Not Modified (0ms)
868
+
869
+
870
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:45 -0600
871
+ Served asset /posts.js - 304 Not Modified (0ms)
872
+
873
+
874
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:54:45 -0600
875
+ Served asset /scaffold.css - 304 Not Modified (0ms)
876
+
877
+
878
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:45 -0600
879
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
880
+
881
+
882
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:54:45 -0600
883
+ Served asset /application.js - 304 Not Modified (0ms)
884
+
885
+
886
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:55:40 -0600
887
+ Processing by PostsController#index as HTML
888
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" 
889
+ Rendered posts/index.html.erb within layouts/application (0.5ms)
890
+ Completed 200 OK in 42ms (Views: 8.2ms | ActiveRecord: 0.9ms)
891
+
892
+
893
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:55:40 -0600
894
+ Served asset /application.css - 304 Not Modified (0ms)
895
+
896
+
897
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:55:40 -0600
898
+ Served asset /posts.css - 304 Not Modified (0ms)
899
+
900
+
901
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:55:40 -0600
902
+ Served asset /jquery.js - 304 Not Modified (0ms)
903
+
904
+
905
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:55:40 -0600
906
+ Served asset /scaffold.css - 304 Not Modified (0ms)
907
+
908
+
909
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:55:40 -0600
910
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
911
+
912
+
913
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:55:40 -0600
914
+ Served asset /application.js - 304 Not Modified (0ms)
915
+
916
+
917
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:55:40 -0600
918
+ Served asset /posts.js - 304 Not Modified (0ms)
919
+ Connecting to database specified by database.yml
920
+
921
+
922
+ Started GET "/" for 127.0.0.1 at 2013-05-08 20:56:13 -0600
923
+ Processing by PostsController#index as HTML
924
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" 
925
+ Rendered posts/index.html.erb within layouts/application (5.1ms)
926
+ Completed 200 OK in 85ms (Views: 35.2ms | ActiveRecord: 2.5ms)
927
+
928
+
929
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 20:56:14 -0600
930
+ Served asset /application.css - 200 OK (32ms)
931
+
932
+
933
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 20:56:14 -0600
934
+ Served asset /jquery_ujs.js - 200 OK (4ms)
935
+
936
+
937
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 20:56:14 -0600
938
+ Served asset /jquery.js - 200 OK (5ms)
939
+
940
+
941
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 20:56:14 -0600
942
+ Served asset /posts.js - 200 OK (5ms)
943
+
944
+
945
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 20:56:14 -0600
946
+ Served asset /posts.css - 200 OK (1ms)
947
+
948
+
949
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 20:56:14 -0600
950
+ Served asset /application.js - 200 OK (6ms)
951
+
952
+
953
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 20:56:14 -0600
954
+ Served asset /scaffold.css - 200 OK (1ms)
955
+
956
+
957
+ Started GET "/" for 127.0.0.1 at 2013-05-08 21:04:10 -0600
958
+ Processing by PostsController#index as HTML
959
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
960
+ Rendered posts/index.html.erb within layouts/application (0.4ms)
961
+ Completed 200 OK in 40ms (Views: 37.8ms | ActiveRecord: 0.6ms)
962
+
963
+
964
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 21:04:10 -0600
965
+ Served asset /application.css - 304 Not Modified (0ms)
966
+
967
+
968
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 21:04:10 -0600
969
+ Served asset /posts.css - 304 Not Modified (0ms)
970
+
971
+
972
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 21:04:10 -0600
973
+ Served asset /posts.js - 304 Not Modified (0ms)
974
+
975
+
976
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 21:04:10 -0600
977
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
978
+
979
+
980
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 21:04:10 -0600
981
+ Served asset /scaffold.css - 304 Not Modified (0ms)
982
+
983
+
984
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 21:04:10 -0600
985
+ Served asset /jquery.js - 304 Not Modified (0ms)
986
+
987
+
988
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 21:04:10 -0600
989
+ Served asset /application.js - 304 Not Modified (0ms)
990
+
991
+
992
+ Started GET "/" for 127.0.0.1 at 2013-05-08 21:04:11 -0600
993
+ Processing by PostsController#index as HTML
994
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" 
995
+ Rendered posts/index.html.erb within layouts/application (0.4ms)
996
+ Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.2ms)
997
+
998
+
999
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 21:04:11 -0600
1000
+ Served asset /application.css - 304 Not Modified (0ms)
1001
+
1002
+
1003
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 21:04:11 -0600
1004
+ Served asset /posts.css - 304 Not Modified (0ms)
1005
+
1006
+
1007
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 21:04:11 -0600
1008
+ Served asset /scaffold.css - 304 Not Modified (0ms)
1009
+
1010
+
1011
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 21:04:11 -0600
1012
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1013
+
1014
+
1015
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 21:04:11 -0600
1016
+ Served asset /posts.js - 304 Not Modified (0ms)
1017
+
1018
+
1019
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 21:04:11 -0600
1020
+ Served asset /jquery.js - 304 Not Modified (0ms)
1021
+
1022
+
1023
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 21:04:11 -0600
1024
+ Served asset /application.js - 304 Not Modified (0ms)
1025
+ Connecting to database specified by database.yml
1026
+ Connecting to database specified by database.yml
1027
+ Connecting to database specified by database.yml
1028
+ Connecting to database specified by database.yml
1029
+
1030
+
1031
+ Started GET "/" for 127.0.0.1 at 2013-05-08 21:13:04 -0600
1032
+ Processing by PostsController#index as HTML
1033
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" 
1034
+ Rendered posts/index.html.erb within layouts/application (6.1ms)
1035
+ Completed 200 OK in 102ms (Views: 48.6ms | ActiveRecord: 2.4ms)
1036
+
1037
+
1038
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 21:13:04 -0600
1039
+ Served asset /posts.css - 304 Not Modified (2ms)
1040
+
1041
+
1042
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 21:13:04 -0600
1043
+ Served asset /application.css - 304 Not Modified (8ms)
1044
+
1045
+
1046
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 21:13:04 -0600
1047
+ Served asset /posts.js - 304 Not Modified (1ms)
1048
+
1049
+
1050
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 21:13:04 -0600
1051
+ Served asset /scaffold.css - 304 Not Modified (2ms)
1052
+
1053
+
1054
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 21:13:04 -0600
1055
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
1056
+
1057
+
1058
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 21:13:04 -0600
1059
+ Served asset /jquery.js - 304 Not Modified (2ms)
1060
+
1061
+
1062
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 21:13:04 -0600
1063
+ Served asset /application.js - 304 Not Modified (33ms)
1064
+
1065
+
1066
+ Started GET "/" for 127.0.0.1 at 2013-05-08 21:14:38 -0600
1067
+ Processing by PostsController#index as HTML
1068
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
1069
+ Rendered posts/index.html.erb within layouts/application (0.4ms)
1070
+ Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.2ms)
1071
+
1072
+
1073
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 21:14:38 -0600
1074
+ Served asset /application.css - 304 Not Modified (0ms)
1075
+
1076
+
1077
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 21:14:38 -0600
1078
+ Served asset /posts.css - 304 Not Modified (0ms)
1079
+
1080
+
1081
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 21:14:38 -0600
1082
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1083
+
1084
+
1085
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 21:14:38 -0600
1086
+ Served asset /scaffold.css - 304 Not Modified (0ms)
1087
+
1088
+
1089
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 21:14:38 -0600
1090
+ Served asset /posts.js - 304 Not Modified (0ms)
1091
+
1092
+
1093
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 21:14:38 -0600
1094
+ Served asset /jquery.js - 304 Not Modified (0ms)
1095
+
1096
+
1097
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 21:14:38 -0600
1098
+ Served asset /application.js - 304 Not Modified (0ms)
1099
+ Connecting to database specified by database.yml
1100
+
1101
+
1102
+ Started GET "/" for 127.0.0.1 at 2013-05-08 21:14:48 -0600
1103
+ Processing by PostsController#index as HTML
1104
+ Redirected to http://google.com
1105
+ Filter chain halted as :redirect rendered or redirected
1106
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1107
+
1108
+
1109
+ Started GET "/posts/" for 127.0.0.1 at 2013-05-08 21:14:59 -0600
1110
+ Processing by PostsController#index as HTML
1111
+ Redirected to http://google.com
1112
+ Filter chain halted as :redirect rendered or redirected
1113
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1114
+
1115
+
1116
+ Started GET "/" for 127.0.0.1 at 2013-05-08 21:15:03 -0600
1117
+ Processing by PostsController#index as HTML
1118
+ Redirected to http://google.com
1119
+ Filter chain halted as :redirect rendered or redirected
1120
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1121
+ Connecting to database specified by database.yml
1122
+
1123
+
1124
+ Started GET "/" for 127.0.0.1 at 2013-05-08 21:37:26 -0600
1125
+ Processing by PostsController#index as HTML
1126
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" 
1127
+ Rendered posts/index.html.erb within layouts/application (3.4ms)
1128
+ Completed 200 OK in 89ms (Views: 35.0ms | ActiveRecord: 2.3ms)
1129
+
1130
+
1131
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-08 21:37:26 -0600
1132
+ Served asset /posts.css - 304 Not Modified (2ms)
1133
+
1134
+
1135
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-08 21:37:26 -0600
1136
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
1137
+
1138
+
1139
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-08 21:37:26 -0600
1140
+ Served asset /scaffold.css - 304 Not Modified (3ms)
1141
+
1142
+
1143
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-08 21:37:26 -0600
1144
+ Served asset /jquery.js - 304 Not Modified (7ms)
1145
+
1146
+
1147
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-08 21:37:26 -0600
1148
+ Served asset /posts.js - 304 Not Modified (1ms)
1149
+
1150
+
1151
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-08 21:37:26 -0600
1152
+ Served asset /application.css - 304 Not Modified (4ms)
1153
+
1154
+
1155
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-08 21:37:26 -0600
1156
+ Served asset /application.js - 304 Not Modified (21ms)
1157
+ Connecting to database specified by database.yml
1158
+
1159
+
1160
+ Started GET "/" for 127.0.0.1 at 2013-05-08 21:41:23 -0600
1161
+ Processing by PostsController#index as HTML
1162
+ Redirected to
1163
+ Completed 404 Not Found in 2ms
1164
+
1165
+ ActionController::RoutingError (No route matches {:controller=>"lockup", :action=>"unlock", :return_to=>"/", :lockup_codeword=>nil}):
1166
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:544:in `raise_routing_error'
1167
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:540:in `rescue in generate'
1168
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:532:in `generate'
1169
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:573:in `generate'
1170
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:598:in `url_for'
1171
+ actionpack (3.2.13) lib/action_dispatch/routing/url_for.rb:148:in `url_for'
1172
+ actionpack (3.2.13) lib/action_controller/metal/redirecting.rb:105:in `_compute_redirect_to_location'
1173
+ actionpack (3.2.13) lib/action_controller/metal/redirecting.rb:74:in `redirect_to'
1174
+ actionpack (3.2.13) lib/action_controller/metal/flash.rb:25:in `redirect_to'
1175
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:60:in `block in redirect_to'
1176
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
1177
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1178
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
1179
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:59:in `redirect_to'
1180
+ /Users/Admin/Documents/Projects/rails/gems/lockup/lib/lockup.rb:15:in `check_for_lockup'
1181
+ activesupport (3.2.13) lib/active_support/callbacks.rb:418:in `_run__3626969681194265617__process_action__453743119223325048__callbacks'
1182
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1183
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1184
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1185
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
1186
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
1187
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1188
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
1189
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1190
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
1191
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1192
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1193
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1194
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
1195
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
1196
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
1197
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1198
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
1199
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
1200
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1201
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
1202
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1203
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1204
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1205
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
1206
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1207
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1208
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
1209
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
1210
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1211
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
1212
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1213
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1214
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1215
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
1216
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1217
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1218
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__308998040790178369__call__30965173766207298__callbacks'
1219
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1220
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1221
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1222
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1223
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1224
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1225
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1226
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1227
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1228
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1229
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1230
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1231
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1232
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1233
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1234
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1235
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1236
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1237
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1238
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1239
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1240
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1241
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1242
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1243
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1244
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1245
+
1246
+
1247
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.1ms)
1248
+ Connecting to database specified by database.yml
1249
+
1250
+
1251
+ Started GET "/" for 127.0.0.1 at 2013-05-08 21:43:11 -0600
1252
+ Processing by PostsController#index as HTML
1253
+ Redirected to http://localhost:3000/lockup/unlock?return_to=%2F
1254
+ Filter chain halted as :check_for_lockup rendered or redirected
1255
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1256
+
1257
+
1258
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-08 21:43:11 -0600
1259
+
1260
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1261
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1262
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1263
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1264
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1265
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1266
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1267
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1268
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1269
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1270
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1271
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1272
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1273
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1274
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1275
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1276
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1277
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1278
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1279
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1280
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1281
+
1282
+
1283
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (5.5ms)
1284
+
1285
+
1286
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 12:59:16 -0600
1287
+
1288
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1289
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1290
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1291
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1292
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1293
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1294
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1295
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1296
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1297
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1298
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1299
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1300
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1301
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1302
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1303
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1304
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1305
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1306
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1307
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1308
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1309
+
1310
+
1311
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
1312
+
1313
+
1314
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 12:59:59 -0600
1315
+
1316
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1317
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1318
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1319
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1320
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1321
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1322
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1323
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1324
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1325
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1326
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1327
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1328
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1329
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1330
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1331
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1332
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1333
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1334
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1335
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1336
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1337
+
1338
+
1339
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
1340
+
1341
+
1342
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:02:47 -0600
1343
+
1344
+ ArgumentError (:controller segment is not allowed within a namespace block):
1345
+ actionpack (3.2.13) lib/action_dispatch/routing/mapper.rb:97:in `normalize_path'
1346
+ actionpack (3.2.13) lib/action_dispatch/routing/mapper.rb:59:in `initialize'
1347
+ actionpack (3.2.13) lib/action_dispatch/routing/mapper.rb:1308:in `new'
1348
+ actionpack (3.2.13) lib/action_dispatch/routing/mapper.rb:1308:in `add_route'
1349
+ actionpack (3.2.13) lib/action_dispatch/routing/mapper.rb:1287:in `decomposed_match'
1350
+ actionpack (3.2.13) lib/action_dispatch/routing/mapper.rb:1269:in `block in match'
1351
+ actionpack (3.2.13) lib/action_dispatch/routing/mapper.rb:1269:in `each'
1352
+ actionpack (3.2.13) lib/action_dispatch/routing/mapper.rb:1269:in `match'
1353
+ /Users/Admin/Documents/Projects/rails/gems/lockup/config/routes.rb:2:in `block in <top (required)>'
1354
+ actionpack (3.2.13) lib/action_dispatch/routing/mapper.rb:420:in `instance_exec'
1355
+ actionpack (3.2.13) lib/action_dispatch/routing/mapper.rb:420:in `block in with_default_scope'
1356
+ actionpack (3.2.13) lib/action_dispatch/routing/mapper.rb:618:in `scope'
1357
+ actionpack (3.2.13) lib/action_dispatch/routing/mapper.rb:419:in `with_default_scope'
1358
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:287:in `eval_block'
1359
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:267:in `draw'
1360
+ /Users/Admin/Documents/Projects/rails/gems/lockup/config/routes.rb:1:in `<top (required)>'
1361
+ activesupport (3.2.13) lib/active_support/dependencies.rb:245:in `load'
1362
+ activesupport (3.2.13) lib/active_support/dependencies.rb:245:in `block in load'
1363
+ activesupport (3.2.13) lib/active_support/dependencies.rb:236:in `load_dependency'
1364
+ activesupport (3.2.13) lib/active_support/dependencies.rb:245:in `load'
1365
+ railties (3.2.13) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
1366
+ railties (3.2.13) lib/rails/application/routes_reloader.rb:40:in `each'
1367
+ railties (3.2.13) lib/rails/application/routes_reloader.rb:40:in `load_paths'
1368
+ railties (3.2.13) lib/rails/application/routes_reloader.rb:16:in `reload!'
1369
+ railties (3.2.13) lib/rails/application/routes_reloader.rb:26:in `block in updater'
1370
+ activesupport (3.2.13) lib/active_support/file_update_checker.rb:78:in `call'
1371
+ activesupport (3.2.13) lib/active_support/file_update_checker.rb:78:in `execute'
1372
+ activesupport (3.2.13) lib/active_support/file_update_checker.rb:86:in `execute_if_updated'
1373
+ railties (3.2.13) lib/rails/application/routes_reloader.rb:7:in `execute_if_updated'
1374
+ railties (3.2.13) lib/rails/application/finisher.rb:68:in `block (2 levels) in <module:Finisher>'
1375
+ activesupport (3.2.13) lib/active_support/callbacks.rb:451:in `_run__3310986436181722849__prepare__2666426925151375454__callbacks'
1376
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1377
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_prepare_callbacks'
1378
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1379
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:74:in `prepare!'
1380
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1381
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1382
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1383
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1384
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1385
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1386
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1387
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1388
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1389
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1390
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1391
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1392
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1393
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1394
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1395
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1396
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1397
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1398
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1399
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1400
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1401
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1402
+
1403
+
1404
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms)
1405
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
1406
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.0ms)
1407
+
1408
+
1409
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:02:49 -0600
1410
+
1411
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1412
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1413
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1414
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1415
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1416
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1417
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1418
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1419
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1420
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1421
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1422
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1423
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1424
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1425
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1426
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1427
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1428
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1429
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1430
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1431
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1432
+
1433
+
1434
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
1435
+
1436
+
1437
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:02:50 -0600
1438
+
1439
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1440
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1441
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1442
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1443
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1444
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1445
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1446
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1447
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1448
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1449
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1450
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1451
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1452
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1453
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1454
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1455
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1456
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1457
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1458
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1459
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1460
+
1461
+
1462
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
1463
+
1464
+
1465
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:04:44 -0600
1466
+
1467
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1468
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1469
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1470
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1471
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1472
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1473
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1474
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1475
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1476
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1477
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1478
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1479
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1480
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1481
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1482
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1483
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1484
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1485
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1486
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1487
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1488
+
1489
+
1490
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
1491
+
1492
+
1493
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:04:45 -0600
1494
+
1495
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1496
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1497
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1498
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1499
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1500
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1501
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1502
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1503
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1504
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1505
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1506
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1507
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1508
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1509
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1510
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1511
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1512
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1513
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1514
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1515
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1516
+
1517
+
1518
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
1519
+ Connecting to database specified by database.yml
1520
+ Connecting to database specified by database.yml
1521
+ Connecting to database specified by database.yml
1522
+
1523
+
1524
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:05:53 -0600
1525
+
1526
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1527
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1528
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1529
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1530
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1531
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1532
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1533
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1534
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1535
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1536
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1537
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1538
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1539
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1540
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1541
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1542
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1543
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1544
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1545
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1546
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1547
+
1548
+
1549
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.6ms)
1550
+
1551
+
1552
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:05:55 -0600
1553
+
1554
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1555
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1556
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1557
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1558
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1559
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1560
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1561
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1562
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1563
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1564
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1565
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1566
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1567
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1568
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1569
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1570
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1571
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1572
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1573
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1574
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1575
+
1576
+
1577
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
1578
+
1579
+
1580
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:05:59 -0600
1581
+
1582
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1583
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1584
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1585
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1586
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1587
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1588
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1589
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1590
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1591
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1592
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1593
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1594
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1595
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1596
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1597
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1598
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1599
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1600
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1601
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1602
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1603
+
1604
+
1605
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
1606
+
1607
+
1608
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:08:00 -0600
1609
+
1610
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1611
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1612
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1613
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1614
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1615
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1616
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1617
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1618
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1619
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1620
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1621
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1622
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1623
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1624
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1625
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1626
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1627
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1628
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1629
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1630
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1631
+
1632
+
1633
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
1634
+
1635
+
1636
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:08:23 -0600
1637
+
1638
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1639
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1640
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1641
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1642
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1643
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1644
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1645
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1646
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1647
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1648
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1649
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1650
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1651
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1652
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1653
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1654
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1655
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1656
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1657
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1658
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1659
+
1660
+
1661
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
1662
+
1663
+
1664
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:08:24 -0600
1665
+
1666
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1667
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1668
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1669
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1670
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1671
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1672
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1673
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1674
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1675
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1676
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1677
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1678
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1679
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1680
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1681
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1682
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1683
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1684
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1685
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1686
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1687
+
1688
+
1689
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
1690
+
1691
+
1692
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:08:33 -0600
1693
+
1694
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1695
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1696
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1697
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1698
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1699
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1700
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1701
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1702
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1703
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1704
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1705
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1706
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1707
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1708
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1709
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1710
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1711
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1712
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1713
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1714
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1715
+
1716
+
1717
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
1718
+
1719
+
1720
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:08:34 -0600
1721
+
1722
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1723
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1724
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1725
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1726
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1727
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1728
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1729
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1730
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1731
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1732
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1733
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1734
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1735
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1736
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1737
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1738
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1739
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1740
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1741
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1742
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1743
+
1744
+
1745
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
1746
+
1747
+
1748
+ Started GET "/" for 127.0.0.1 at 2013-05-09 13:08:40 -0600
1749
+ Processing by PostsController#index as HTML
1750
+ Redirected to http://localhost:3000/lockup/unlock?return_to=%2F
1751
+ Filter chain halted as :check_for_lockup rendered or redirected
1752
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1753
+
1754
+
1755
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:08:40 -0600
1756
+
1757
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1758
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1759
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1760
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1761
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1762
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1763
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1764
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1765
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1766
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1767
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1768
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1769
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1770
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1771
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1772
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1773
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1774
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1775
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1776
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1777
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1778
+
1779
+
1780
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
1781
+ Connecting to database specified by database.yml
1782
+
1783
+
1784
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:08:56 -0600
1785
+
1786
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1787
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1788
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1789
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1790
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1791
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1792
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1793
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1794
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1795
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1796
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1797
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1798
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1799
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1800
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1801
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1802
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1803
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1804
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1805
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1806
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1807
+
1808
+
1809
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.9ms)
1810
+
1811
+
1812
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:08:57 -0600
1813
+
1814
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1815
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1816
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1817
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1818
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1819
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1820
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1821
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1822
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1823
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1824
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1825
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1826
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1827
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1828
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1829
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1830
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1831
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1832
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1833
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1834
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1835
+
1836
+
1837
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
1838
+
1839
+
1840
+ Started GET "/" for 127.0.0.1 at 2013-05-09 13:09:04 -0600
1841
+ Processing by PostsController#index as HTML
1842
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" 
1843
+ Rendered posts/index.html.erb within layouts/application (1.2ms)
1844
+ Completed 200 OK in 134ms (Views: 88.4ms | ActiveRecord: 2.8ms)
1845
+
1846
+
1847
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-09 13:09:05 -0600
1848
+ Served asset /application.css - 200 OK (4ms)
1849
+
1850
+
1851
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-09 13:09:05 -0600
1852
+ Served asset /posts.css - 200 OK (2ms)
1853
+
1854
+
1855
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-09 13:09:05 -0600
1856
+ Served asset /application.js - 200 OK (14ms)
1857
+
1858
+
1859
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 13:09:05 -0600
1860
+ Served asset /jquery_ujs.js - 200 OK (2ms)
1861
+
1862
+
1863
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 13:09:05 -0600
1864
+ Served asset /jquery.js - 200 OK (3ms)
1865
+
1866
+
1867
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-09 13:09:05 -0600
1868
+ Served asset /posts.js - 200 OK (2ms)
1869
+
1870
+
1871
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-09 13:09:05 -0600
1872
+ Served asset /scaffold.css - 200 OK (1ms)
1873
+ Connecting to database specified by database.yml
1874
+
1875
+
1876
+ Started GET "/" for 127.0.0.1 at 2013-05-09 13:09:26 -0600
1877
+ Processing by PostsController#index as HTML
1878
+ Redirected to http://localhost:3000/lockup/unlock?return_to=%2F
1879
+ Filter chain halted as :check_for_lockup rendered or redirected
1880
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1881
+
1882
+
1883
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:09:26 -0600
1884
+
1885
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1886
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1887
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1888
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1889
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1890
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1891
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1892
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1893
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1894
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1895
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1896
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1897
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1898
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1899
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1900
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1901
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1902
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1903
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1904
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1905
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1906
+
1907
+
1908
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.8ms)
1909
+
1910
+
1911
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:09:34 -0600
1912
+
1913
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1914
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1915
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1916
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1917
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1918
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1919
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1920
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1921
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1922
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1923
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1924
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1925
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1926
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1927
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1928
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1929
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1930
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1931
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1932
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1933
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1934
+
1935
+
1936
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
1937
+
1938
+
1939
+ Started GET "/" for 127.0.0.1 at 2013-05-09 13:09:38 -0600
1940
+ Processing by PostsController#index as HTML
1941
+ Redirected to http://localhost:3000/lockup/unlock?return_to=%2F
1942
+ Filter chain halted as :check_for_lockup rendered or redirected
1943
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1944
+
1945
+
1946
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:09:38 -0600
1947
+
1948
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
1949
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1950
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1951
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1952
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1953
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1954
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1955
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1956
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1957
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1958
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1959
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1960
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1961
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1962
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1963
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1964
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1965
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1966
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1967
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1968
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1969
+
1970
+
1971
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
1972
+ Connecting to database specified by database.yml
1973
+
1974
+
1975
+ Started GET "/" for 127.0.0.1 at 2013-05-09 13:09:53 -0600
1976
+ Processing by PostsController#index as HTML
1977
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" 
1978
+ Rendered posts/index.html.erb within layouts/application (3.5ms)
1979
+ Completed 200 OK in 84ms (Views: 33.3ms | ActiveRecord: 2.4ms)
1980
+
1981
+
1982
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-09 13:09:53 -0600
1983
+ Served asset /application.css - 304 Not Modified (6ms)
1984
+
1985
+
1986
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-05-09 13:09:53 -0600
1987
+ Served asset /posts.css - 304 Not Modified (1ms)
1988
+
1989
+
1990
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 13:09:53 -0600
1991
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
1992
+
1993
+
1994
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-05-09 13:09:53 -0600
1995
+ Served asset /scaffold.css - 304 Not Modified (2ms)
1996
+
1997
+
1998
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-05-09 13:09:53 -0600
1999
+ Served asset /posts.js - 304 Not Modified (1ms)
2000
+
2001
+
2002
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 13:09:53 -0600
2003
+ Served asset /jquery.js - 304 Not Modified (3ms)
2004
+
2005
+
2006
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-09 13:09:53 -0600
2007
+ Served asset /application.js - 304 Not Modified (6ms)
2008
+ Connecting to database specified by database.yml
2009
+
2010
+
2011
+ Started GET "/" for 127.0.0.1 at 2013-05-09 13:10:59 -0600
2012
+ Processing by PostsController#index as HTML
2013
+ Redirected to http://localhost:3000/lockup/application/unlock?return_to=%2F
2014
+ Filter chain halted as :check_for_lockup rendered or redirected
2015
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2016
+
2017
+
2018
+ Started GET "/lockup/application/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:10:59 -0600
2019
+
2020
+ ActionController::RoutingError (No route matches [GET] "/lockup/application/unlock"):
2021
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2022
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2023
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2024
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2025
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2026
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2027
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2028
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2029
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2030
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2031
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2032
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2033
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2034
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2035
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2036
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2037
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2038
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2039
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2040
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2041
+
2042
+
2043
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.9ms)
2044
+
2045
+
2046
+ Started GET "/lockup/application/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:11:00 -0600
2047
+
2048
+ ActionController::RoutingError (No route matches [GET] "/lockup/application/unlock"):
2049
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2050
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2051
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2052
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2053
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2054
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2055
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2056
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2057
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2058
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2059
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2060
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2061
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2062
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2063
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2064
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2065
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2066
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2067
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2068
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2069
+
2070
+
2071
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
2072
+
2073
+
2074
+ Started GET "/lockup/application/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:11:19 -0600
2075
+
2076
+ ActionController::RoutingError (No route matches [GET] "/lockup/application/unlock"):
2077
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2078
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2079
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2080
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2081
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2082
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2083
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2084
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2085
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2086
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2087
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2088
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2089
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2090
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2091
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2092
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2093
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2094
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2095
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2096
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2097
+
2098
+
2099
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
2100
+ Connecting to database specified by database.yml
2101
+
2102
+
2103
+ Started GET "/lockup/application/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:11:28 -0600
2104
+
2105
+ ActionController::RoutingError (No route matches [GET] "/lockup/application/unlock"):
2106
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2107
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2108
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2109
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2110
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2111
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2112
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2113
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2114
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2115
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2116
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2117
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2118
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2119
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2120
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2121
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2122
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2123
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2124
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2125
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2126
+
2127
+
2128
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.0ms)
2129
+
2130
+
2131
+ Started GET "/" for 127.0.0.1 at 2013-05-09 13:11:36 -0600
2132
+ Processing by PostsController#index as HTML
2133
+ Redirected to http://localhost:3000/application/unlock?return_to=%2F
2134
+ Filter chain halted as :check_for_lockup rendered or redirected
2135
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
2136
+
2137
+
2138
+ Started GET "/application/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:11:36 -0600
2139
+
2140
+ AbstractController::ActionNotFound (The action 'unlock' could not be found for ApplicationController):
2141
+ actionpack (3.2.13) lib/abstract_controller/base.rb:116:in `process'
2142
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
2143
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
2144
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2145
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
2146
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
2147
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2148
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
2149
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2150
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2151
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2152
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2153
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2154
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2155
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
2156
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
2157
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2158
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
2159
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2160
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2161
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2162
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
2163
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2164
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2165
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__3872795380411566038__call__3356195107454406041__callbacks'
2166
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2167
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2168
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2169
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2170
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2171
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2172
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2173
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2174
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2175
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2176
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2177
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2178
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2179
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2180
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2181
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2182
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2183
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2184
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2185
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2186
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2187
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2188
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2189
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2190
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2191
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2192
+
2193
+
2194
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms)
2195
+ Connecting to database specified by database.yml
2196
+
2197
+
2198
+ Started GET "/" for 127.0.0.1 at 2013-05-09 13:12:32 -0600
2199
+ Processing by PostsController#index as HTML
2200
+ Redirected to http://localhost:3000/Lockup::application/unlock?return_to=%2F
2201
+ Filter chain halted as :check_for_lockup rendered or redirected
2202
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
2203
+
2204
+
2205
+ Started GET "/Lockup::application/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:12:33 -0600
2206
+ Processing by Lockup::ApplicationController#unlock as HTML
2207
+ Parameters: {"return_to"=>"/"}
2208
+ Completed 500 Internal Server Error in 52ms
2209
+
2210
+ ActionView::MissingTemplate (Missing template lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
2211
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
2212
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
2213
+ ):
2214
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
2215
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
2216
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
2217
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
2218
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
2219
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
2220
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
2221
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
2222
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
2223
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
2224
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
2225
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
2226
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
2227
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
2228
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
2229
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
2230
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
2231
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
2232
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
2233
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
2234
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
2235
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
2236
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
2237
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
2238
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
2239
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
2240
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2241
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__265777327515070421__process_action__3827628294793527488__callbacks'
2242
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2243
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2244
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2245
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
2246
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
2247
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2248
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
2249
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2250
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
2251
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2252
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2253
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2254
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
2255
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
2256
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
2257
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2258
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
2259
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
2260
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2261
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
2262
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2263
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2264
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2265
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2266
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2267
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2268
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
2269
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
2270
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2271
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
2272
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2273
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2274
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2275
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
2276
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2277
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2278
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__3430650647208602379__call__3019692776893544778__callbacks'
2279
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2280
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2281
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2282
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2283
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2284
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2285
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2286
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2287
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2288
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2289
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2290
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2291
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2292
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2293
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2294
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2295
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2296
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2297
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2298
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2299
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2300
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2301
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2302
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2303
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2304
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2305
+
2306
+
2307
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (3.2ms)
2308
+ Connecting to database specified by database.yml
2309
+
2310
+
2311
+ Started GET "/" for 127.0.0.1 at 2013-05-09 13:18:42 -0600
2312
+ Processing by PostsController#index as HTML
2313
+ Redirected to http://localhost:3000/lockup/unlock?return_to=%2F
2314
+ Filter chain halted as :check_for_lockup rendered or redirected
2315
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
2316
+
2317
+
2318
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:18:42 -0600
2319
+
2320
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
2321
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2322
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2323
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2324
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2325
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2326
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2327
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2328
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2329
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2330
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2331
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2332
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2333
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2334
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2335
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2336
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2337
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2338
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2339
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2340
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2341
+
2342
+
2343
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.9ms)
2344
+ Connecting to database specified by database.yml
2345
+ Connecting to database specified by database.yml
2346
+ Connecting to database specified by database.yml
2347
+
2348
+
2349
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:19:59 -0600
2350
+
2351
+ ActionController::RoutingError (No route matches [GET] "/lockup/unlock"):
2352
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
2353
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2354
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2355
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2356
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2357
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2358
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2359
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2360
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2361
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2362
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2363
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2364
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2365
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2366
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2367
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2368
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2369
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2370
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2371
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2372
+
2373
+
2374
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.9ms)
2375
+
2376
+
2377
+ Started GET "/lockup/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:20:07 -0600
2378
+
2379
+ LoadError (Expected /Users/Admin/Documents/Projects/rails/gems/lockup/app/controllers/lockup/lockup_controller.rb to define Lockup::LockupController):
2380
+ activesupport (3.2.13) lib/active_support/dependencies.rb:503:in `load_missing_constant'
2381
+ activesupport (3.2.13) lib/active_support/dependencies.rb:192:in `block in const_missing'
2382
+ activesupport (3.2.13) lib/active_support/dependencies.rb:190:in `each'
2383
+ activesupport (3.2.13) lib/active_support/dependencies.rb:190:in `const_missing'
2384
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
2385
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
2386
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
2387
+ activesupport (3.2.13) lib/active_support/dependencies.rb:554:in `get'
2388
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
2389
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
2390
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
2391
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2392
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2393
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2394
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2395
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2396
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
2397
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2398
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2399
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2400
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2401
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2402
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2403
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
2404
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
2405
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2406
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
2407
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2408
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2409
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2410
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
2411
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2412
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2413
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__915114480486461146__call__1659120564914143320__callbacks'
2414
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2415
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2416
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2417
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2418
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2419
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2420
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2421
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2422
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2423
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2424
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2425
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2426
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2427
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2428
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2429
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2430
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2431
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2432
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2433
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2434
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2435
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2436
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2437
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2438
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2439
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2440
+
2441
+
2442
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms)
2443
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.2ms)
2444
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.5ms)
2445
+ Connecting to database specified by database.yml
2446
+
2447
+
2448
+ Started GET "/lockup/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:21:03 -0600
2449
+ Processing by Lockup::LockupController#unlock as HTML
2450
+ Completed 500 Internal Server Error in 38ms
2451
+
2452
+ ActionView::MissingTemplate (Missing template lockup/lockup/unlock, lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
2453
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
2454
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
2455
+ ):
2456
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
2457
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
2458
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
2459
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
2460
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
2461
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
2462
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
2463
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
2464
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
2465
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
2466
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
2467
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
2468
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
2469
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
2470
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
2471
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
2472
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
2473
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
2474
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
2475
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
2476
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
2477
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
2478
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
2479
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
2480
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
2481
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
2482
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2483
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__3452224792815905044__process_action__4154067015063116525__callbacks'
2484
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2485
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2486
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2487
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
2488
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
2489
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2490
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
2491
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2492
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
2493
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2494
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2495
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2496
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
2497
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
2498
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
2499
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2500
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
2501
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
2502
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2503
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
2504
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2505
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2506
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2507
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2508
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2509
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
2510
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2511
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2512
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2513
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2514
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2515
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2516
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
2517
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
2518
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2519
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
2520
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2521
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2522
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2523
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
2524
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2525
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2526
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1525423989521194413__call__1159621098724681020__callbacks'
2527
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2528
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2529
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2530
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2531
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2532
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2533
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2534
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2535
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2536
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2537
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2538
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2539
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2540
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2541
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2542
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2543
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2544
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2545
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2546
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2547
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2548
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2549
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2550
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2551
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2552
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2553
+
2554
+
2555
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (2.8ms)
2556
+ Connecting to database specified by database.yml
2557
+
2558
+
2559
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:22:36 -0600
2560
+ Processing by Lockup::LockupController#unlock as HTML
2561
+ Completed 500 Internal Server Error in 51ms
2562
+
2563
+ ActionView::MissingTemplate (Missing template lockup/lockup/unlock, lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
2564
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
2565
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
2566
+ ):
2567
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
2568
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
2569
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
2570
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
2571
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
2572
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
2573
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
2574
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
2575
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
2576
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
2577
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
2578
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
2579
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
2580
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
2581
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
2582
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
2583
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
2584
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
2585
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
2586
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
2587
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
2588
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
2589
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
2590
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
2591
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
2592
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
2593
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2594
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__3132562629068263441__process_action__3659878102332936989__callbacks'
2595
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2596
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2597
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2598
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
2599
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
2600
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2601
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
2602
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2603
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
2604
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2605
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2606
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2607
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
2608
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
2609
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
2610
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2611
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
2612
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
2613
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2614
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
2615
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2616
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2617
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2618
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2619
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2620
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
2621
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2622
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2623
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2624
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2625
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2626
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2627
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
2628
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
2629
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2630
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
2631
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2632
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2633
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2634
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
2635
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2636
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2637
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1954486997700459921__call__4092647339806584692__callbacks'
2638
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2639
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2640
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2641
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2642
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2643
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2644
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2645
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2646
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2647
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2648
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2649
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2650
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2651
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2652
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2653
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2654
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2655
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2656
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2657
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2658
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2659
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2660
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2661
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2662
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2663
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2664
+
2665
+
2666
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (3.2ms)
2667
+
2668
+
2669
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:23:26 -0600
2670
+ Processing by Lockup::LockupController#unlock as HTML
2671
+ Completed 500 Internal Server Error in 2ms
2672
+
2673
+ ActionView::MissingTemplate (Missing template lockup/lockup/unlock, lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
2674
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
2675
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
2676
+ ):
2677
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
2678
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
2679
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
2680
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
2681
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
2682
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
2683
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
2684
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
2685
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
2686
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
2687
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
2688
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
2689
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
2690
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
2691
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
2692
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
2693
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
2694
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
2695
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
2696
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
2697
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
2698
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
2699
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
2700
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
2701
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
2702
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
2703
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2704
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__3132562629068263441__process_action__3659878102332936989__callbacks'
2705
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2706
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2707
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2708
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
2709
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
2710
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2711
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
2712
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2713
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
2714
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2715
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2716
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2717
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
2718
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
2719
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
2720
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2721
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
2722
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
2723
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2724
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
2725
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2726
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2727
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2728
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2729
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2730
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
2731
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2732
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2733
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2734
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2735
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2736
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2737
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
2738
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
2739
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2740
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
2741
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2742
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2743
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2744
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
2745
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2746
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2747
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1954486997700459921__call__4092647339806584692__callbacks'
2748
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2749
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2750
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2751
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2752
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2753
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2754
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2755
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2756
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2757
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2758
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2759
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2760
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2761
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2762
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2763
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2764
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2765
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2766
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2767
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2768
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2769
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2770
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2771
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2772
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2773
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2774
+
2775
+
2776
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms)
2777
+ Connecting to database specified by database.yml
2778
+ Connecting to database specified by database.yml
2779
+
2780
+
2781
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:26:58 -0600
2782
+ Processing by Lockup::LockupController#unlock as HTML
2783
+ Completed 500 Internal Server Error in 39ms
2784
+
2785
+ ActionView::MissingTemplate (Missing template lockup/lockup/unlock, lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
2786
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
2787
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
2788
+ ):
2789
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
2790
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
2791
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
2792
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
2793
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
2794
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
2795
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
2796
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
2797
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
2798
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
2799
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
2800
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
2801
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
2802
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
2803
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
2804
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
2805
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
2806
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
2807
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
2808
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
2809
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
2810
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
2811
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
2812
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
2813
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
2814
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
2815
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2816
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__4102113980951093520__process_action__4084005251982166745__callbacks'
2817
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2818
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2819
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2820
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
2821
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
2822
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2823
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
2824
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2825
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
2826
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2827
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2828
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2829
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
2830
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
2831
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
2832
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2833
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
2834
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
2835
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2836
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
2837
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2838
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2839
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2840
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2841
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2842
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
2843
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2844
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2845
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2846
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2847
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2848
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2849
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
2850
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
2851
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2852
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
2853
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2854
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2855
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2856
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
2857
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2858
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2859
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__4487551901211159837__call__709926709974897221__callbacks'
2860
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2861
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2862
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2863
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2864
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2865
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2866
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2867
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2868
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2869
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2870
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2871
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2872
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2873
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2874
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2875
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2876
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2877
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2878
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2879
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2880
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2881
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2882
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2883
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2884
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2885
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2886
+
2887
+
2888
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (3.0ms)
2889
+ Connecting to database specified by database.yml
2890
+
2891
+
2892
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:27:09 -0600
2893
+ Processing by Lockup::LockupController#unlock as HTML
2894
+ Completed 500 Internal Server Error in 40ms
2895
+
2896
+ ActionView::MissingTemplate (Missing template lockup/lockup/unlock, lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
2897
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
2898
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
2899
+ ):
2900
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
2901
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
2902
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
2903
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
2904
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
2905
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
2906
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
2907
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
2908
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
2909
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
2910
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
2911
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
2912
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
2913
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
2914
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
2915
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
2916
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
2917
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
2918
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
2919
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
2920
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
2921
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
2922
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
2923
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
2924
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
2925
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
2926
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2927
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2258117805101035420__process_action__1425504752655637806__callbacks'
2928
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2929
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2930
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2931
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
2932
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
2933
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2934
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
2935
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2936
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
2937
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2938
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2939
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2940
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
2941
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
2942
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
2943
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2944
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
2945
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
2946
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2947
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
2948
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2949
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2950
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2951
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2952
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2953
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
2954
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2955
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2956
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2957
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
2958
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2959
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2960
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
2961
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
2962
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2963
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
2964
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2965
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2966
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2967
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
2968
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2969
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2970
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__4085908428793706499__call__1533396198855783697__callbacks'
2971
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
2972
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2973
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
2974
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2975
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2976
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2977
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2978
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2979
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
2980
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
2981
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
2982
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
2983
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2984
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2985
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2986
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2987
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2988
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
2989
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
2990
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
2991
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2992
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
2993
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2994
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2995
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2996
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2997
+
2998
+
2999
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (2.6ms)
3000
+
3001
+
3002
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:27:11 -0600
3003
+ Processing by Lockup::LockupController#unlock as HTML
3004
+ Completed 500 Internal Server Error in 1ms
3005
+
3006
+ ActionView::MissingTemplate (Missing template lockup/lockup/unlock, lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
3007
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
3008
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
3009
+ ):
3010
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
3011
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
3012
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
3013
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
3014
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
3015
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
3016
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
3017
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
3018
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
3019
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
3020
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
3021
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
3022
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
3023
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
3024
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
3025
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
3026
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
3027
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
3028
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
3029
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
3030
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
3031
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
3032
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
3033
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
3034
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
3035
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
3036
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3037
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2258117805101035420__process_action__1425504752655637806__callbacks'
3038
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3039
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3040
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3041
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
3042
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
3043
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3044
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
3045
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3046
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
3047
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3048
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3049
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3050
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
3051
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
3052
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
3053
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3054
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
3055
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
3056
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3057
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
3058
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3059
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3060
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3061
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3062
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3063
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
3064
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3065
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3066
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3067
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3068
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3069
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3070
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
3071
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
3072
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3073
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
3074
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3075
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3076
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3077
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
3078
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3079
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3080
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__4085908428793706499__call__1533396198855783697__callbacks'
3081
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3082
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3083
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3084
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3085
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3086
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3087
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3088
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3089
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
3090
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
3091
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
3092
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
3093
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3094
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3095
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3096
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3097
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3098
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
3099
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3100
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
3101
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3102
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
3103
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3104
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3105
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3106
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3107
+
3108
+
3109
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms)
3110
+
3111
+
3112
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:27:12 -0600
3113
+ Processing by Lockup::LockupController#unlock as HTML
3114
+ Completed 500 Internal Server Error in 2ms
3115
+
3116
+ ActionView::MissingTemplate (Missing template lockup/lockup/unlock, lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
3117
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
3118
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
3119
+ ):
3120
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
3121
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
3122
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
3123
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
3124
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
3125
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
3126
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
3127
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
3128
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
3129
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
3130
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
3131
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
3132
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
3133
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
3134
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
3135
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
3136
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
3137
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
3138
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
3139
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
3140
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
3141
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
3142
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
3143
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
3144
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
3145
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
3146
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3147
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2258117805101035420__process_action__1425504752655637806__callbacks'
3148
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3149
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3150
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3151
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
3152
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
3153
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3154
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
3155
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3156
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
3157
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3158
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3159
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3160
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
3161
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
3162
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
3163
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3164
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
3165
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
3166
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3167
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
3168
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3169
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3170
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3171
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3172
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3173
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
3174
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3175
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3176
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3177
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3178
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3179
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3180
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
3181
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
3182
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3183
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
3184
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3185
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3186
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3187
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
3188
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3189
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3190
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__4085908428793706499__call__1533396198855783697__callbacks'
3191
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3192
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3193
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3194
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3195
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3196
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3197
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3198
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3199
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
3200
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
3201
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
3202
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
3203
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3204
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3205
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3206
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3207
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3208
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
3209
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3210
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
3211
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3212
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
3213
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3214
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3215
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3216
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3217
+
3218
+
3219
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
3220
+ Connecting to database specified by database.yml
3221
+
3222
+
3223
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:30:44 -0600
3224
+ Processing by Lockup::LockupController#unlock as HTML
3225
+ Completed 500 Internal Server Error in 40ms
3226
+
3227
+ ActionView::MissingTemplate (Missing template lockup/lockup/unlock, lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
3228
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
3229
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
3230
+ ):
3231
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
3232
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
3233
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
3234
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
3235
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
3236
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
3237
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
3238
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
3239
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
3240
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
3241
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
3242
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
3243
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
3244
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
3245
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
3246
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
3247
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
3248
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
3249
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
3250
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
3251
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
3252
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
3253
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
3254
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
3255
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
3256
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
3257
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3258
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__3773863765775143352__process_action__1912884209524857887__callbacks'
3259
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3260
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3261
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3262
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
3263
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
3264
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3265
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
3266
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3267
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
3268
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3269
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3270
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3271
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
3272
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
3273
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
3274
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3275
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
3276
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
3277
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3278
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
3279
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3280
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3281
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3282
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3283
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3284
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
3285
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3286
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3287
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3288
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3289
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3290
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3291
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
3292
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
3293
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3294
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
3295
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3296
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3297
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3298
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
3299
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3300
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3301
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1716062448852817619__call__1454055620428437612__callbacks'
3302
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3303
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3304
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3305
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3306
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3307
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3308
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3309
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3310
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
3311
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
3312
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
3313
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
3314
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3315
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3316
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3317
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3318
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3319
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
3320
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3321
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
3322
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3323
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
3324
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3325
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3326
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3327
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3328
+
3329
+
3330
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (2.6ms)
3331
+ Connecting to database specified by database.yml
3332
+
3333
+
3334
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:33:13 -0600
3335
+ Processing by Lockup::LockupController#unlock as HTML
3336
+ Completed 500 Internal Server Error in 39ms
3337
+
3338
+ ActionView::MissingTemplate (Missing template lockup/lockup/unlock, lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
3339
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
3340
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
3341
+ ):
3342
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
3343
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
3344
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
3345
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
3346
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
3347
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
3348
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
3349
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
3350
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
3351
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
3352
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
3353
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
3354
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
3355
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
3356
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
3357
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
3358
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
3359
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
3360
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
3361
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
3362
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
3363
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
3364
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
3365
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
3366
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
3367
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
3368
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3369
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__3083215940858883026__process_action__1623586734645513302__callbacks'
3370
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3371
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3372
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3373
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
3374
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
3375
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3376
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
3377
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3378
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
3379
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3380
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3381
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3382
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
3383
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
3384
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
3385
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3386
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
3387
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
3388
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3389
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
3390
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3391
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3392
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3393
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3394
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3395
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
3396
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3397
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3398
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3399
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3400
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3401
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3402
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
3403
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
3404
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3405
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
3406
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3407
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3408
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3409
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
3410
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3411
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3412
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__3375353308283611421__call__4114429241909722386__callbacks'
3413
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3414
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3415
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3416
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3417
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3418
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3419
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3420
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3421
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
3422
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
3423
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
3424
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
3425
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3426
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3427
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3428
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3429
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3430
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
3431
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3432
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
3433
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3434
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
3435
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3436
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3437
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3438
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3439
+
3440
+
3441
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (2.7ms)
3442
+
3443
+
3444
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:33:14 -0600
3445
+ Processing by Lockup::LockupController#unlock as HTML
3446
+ Completed 500 Internal Server Error in 2ms
3447
+
3448
+ ActionView::MissingTemplate (Missing template lockup/lockup/unlock, lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
3449
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
3450
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
3451
+ ):
3452
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
3453
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
3454
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
3455
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
3456
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
3457
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
3458
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
3459
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
3460
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
3461
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
3462
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
3463
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
3464
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
3465
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
3466
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
3467
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
3468
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
3469
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
3470
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
3471
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
3472
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
3473
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
3474
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
3475
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
3476
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
3477
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
3478
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3479
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__3083215940858883026__process_action__1623586734645513302__callbacks'
3480
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3481
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3482
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3483
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
3484
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
3485
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3486
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
3487
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3488
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
3489
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3490
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3491
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3492
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
3493
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
3494
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
3495
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3496
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
3497
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
3498
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3499
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
3500
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3501
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3502
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3503
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3504
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3505
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
3506
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3507
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3508
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3509
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3510
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3511
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3512
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
3513
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
3514
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3515
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
3516
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3517
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3518
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3519
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
3520
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3521
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3522
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__3375353308283611421__call__4114429241909722386__callbacks'
3523
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3524
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3525
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3526
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3527
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3528
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3529
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3530
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3531
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
3532
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
3533
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
3534
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
3535
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3536
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3537
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3538
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3539
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3540
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
3541
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3542
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
3543
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3544
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
3545
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3546
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3547
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3548
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3549
+
3550
+
3551
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
3552
+
3553
+
3554
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:33:18 -0600
3555
+ Processing by Lockup::LockupController#unlock as HTML
3556
+ Completed 500 Internal Server Error in 3ms
3557
+
3558
+ ActionView::MissingTemplate (Missing template lockup/lockup/unlock, lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
3559
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
3560
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
3561
+ ):
3562
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
3563
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
3564
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
3565
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
3566
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
3567
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
3568
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
3569
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
3570
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
3571
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
3572
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
3573
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
3574
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
3575
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
3576
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
3577
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
3578
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
3579
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
3580
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
3581
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
3582
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
3583
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
3584
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
3585
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
3586
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
3587
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
3588
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3589
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__3083215940858883026__process_action__1623586734645513302__callbacks'
3590
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3591
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3592
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3593
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
3594
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
3595
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3596
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
3597
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3598
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
3599
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3600
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3601
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3602
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
3603
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
3604
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
3605
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3606
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
3607
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
3608
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3609
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
3610
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3611
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3612
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3613
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3614
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3615
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
3616
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3617
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3618
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3619
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3620
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3621
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3622
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
3623
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
3624
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3625
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
3626
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3627
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3628
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3629
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
3630
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3631
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3632
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__3375353308283611421__call__4114429241909722386__callbacks'
3633
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3634
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3635
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3636
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3637
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3638
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3639
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3640
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3641
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
3642
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
3643
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
3644
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
3645
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3646
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3647
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3648
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3649
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3650
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
3651
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3652
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
3653
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3654
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
3655
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3656
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3657
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3658
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3659
+
3660
+
3661
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
3662
+
3663
+
3664
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:33:20 -0600
3665
+ Processing by Lockup::LockupController#unlock as HTML
3666
+ Completed 500 Internal Server Error in 1ms
3667
+
3668
+ ActionView::MissingTemplate (Missing template lockup/lockup/unlock, lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
3669
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
3670
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
3671
+ ):
3672
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
3673
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
3674
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
3675
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
3676
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
3677
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
3678
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
3679
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
3680
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
3681
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
3682
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
3683
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
3684
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
3685
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
3686
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
3687
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
3688
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
3689
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
3690
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
3691
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
3692
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
3693
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
3694
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
3695
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
3696
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
3697
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
3698
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3699
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__3083215940858883026__process_action__1623586734645513302__callbacks'
3700
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3701
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3702
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3703
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
3704
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
3705
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3706
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
3707
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3708
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
3709
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3710
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3711
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3712
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
3713
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
3714
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
3715
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3716
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
3717
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
3718
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3719
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
3720
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3721
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3722
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3723
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3724
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3725
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
3726
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3727
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3728
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3729
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3730
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3731
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3732
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
3733
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
3734
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3735
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
3736
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3737
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3738
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3739
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
3740
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3741
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3742
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__3375353308283611421__call__4114429241909722386__callbacks'
3743
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3744
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3745
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3746
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3747
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3748
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3749
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3750
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3751
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
3752
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
3753
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
3754
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
3755
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3756
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3757
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3758
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3759
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3760
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
3761
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3762
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
3763
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3764
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
3765
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3766
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3767
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3768
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3769
+
3770
+
3771
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
3772
+
3773
+
3774
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:33:23 -0600
3775
+ Processing by Lockup::LockupController#unlock as HTML
3776
+ Completed 500 Internal Server Error in 2ms
3777
+
3778
+ ActionView::MissingTemplate (Missing template lockup/lockup/unlock, lockup/application/unlock with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
3779
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/test/dummy/app/views"
3780
+ * "/Users/Admin/Documents/Projects/rails/gems/lockup/app/views"
3781
+ ):
3782
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
3783
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
3784
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
3785
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
3786
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
3787
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
3788
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
3789
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
3790
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
3791
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
3792
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
3793
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
3794
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
3795
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
3796
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
3797
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
3798
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
3799
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
3800
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
3801
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
3802
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
3803
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
3804
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
3805
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
3806
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
3807
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
3808
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3809
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__3083215940858883026__process_action__1623586734645513302__callbacks'
3810
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3811
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3812
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3813
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
3814
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
3815
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3816
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
3817
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3818
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
3819
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3820
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3821
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3822
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
3823
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
3824
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
3825
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3826
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
3827
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
3828
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3829
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
3830
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3831
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3832
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3833
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3834
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3835
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
3836
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3837
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3838
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3839
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
3840
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3841
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3842
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
3843
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
3844
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3845
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
3846
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3847
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3848
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3849
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
3850
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3851
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3852
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__3375353308283611421__call__4114429241909722386__callbacks'
3853
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
3854
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3855
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
3856
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3857
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3858
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3859
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3860
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3861
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
3862
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
3863
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
3864
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
3865
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3866
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3867
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3868
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3869
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3870
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
3871
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
3872
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
3873
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3874
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
3875
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3876
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3877
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3878
+ /Users/Admin/.rvm/rubies/ruby-1.9.3-p385/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3879
+
3880
+
3881
+ Rendered /Users/Admin/.rvm/gems/ruby-1.9.3-p385@rails32/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
3882
+
3883
+
3884
+ Started GET "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:45:55 -0600
3885
+ Processing by Lockup::LockupController#unlock as HTML
3886
+ Rendered /Users/Admin/Documents/Projects/rails/gems/lockup/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (2.9ms)
3887
+ Compiled lockup/layout.css (0ms) (pid 59931)
3888
+ Compiled lockup/application.css (47ms) (pid 59931)
3889
+ Compiled lockup/application.js (7ms) (pid 59931)
3890
+ Completed 200 OK in 171ms (Views: 170.9ms | ActiveRecord: 0.0ms)
3891
+
3892
+
3893
+ Started GET "/assets/lockup/layout.css?body=1" for 127.0.0.1 at 2013-05-09 13:45:55 -0600
3894
+ Served asset /lockup/layout.css - 200 OK (2ms)
3895
+
3896
+
3897
+ Started GET "/assets/lockup/application.js?body=1" for 127.0.0.1 at 2013-05-09 13:45:55 -0600
3898
+ Served asset /lockup/application.js - 200 OK (6ms)
3899
+
3900
+
3901
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 13:45:55 -0600
3902
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
3903
+
3904
+
3905
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 13:45:55 -0600
3906
+ Served asset /jquery.js - 304 Not Modified (4ms)
3907
+
3908
+
3909
+ Started GET "/assets/lockup/application.css?body=1" for 127.0.0.1 at 2013-05-09 13:45:55 -0600
3910
+ Served asset /lockup/application.css - 200 OK (4ms)
3911
+ Connecting to database specified by database.yml
3912
+
3913
+
3914
+ Started GET "/" for 127.0.0.1 at 2013-05-09 13:48:26 -0600
3915
+ Processing by PostsController#index as HTML
3916
+ Redirected to http://localhost:3000/lockup/unlock?return_to=%2F
3917
+ Filter chain halted as :check_for_lockup rendered or redirected
3918
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
3919
+
3920
+
3921
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:48:26 -0600
3922
+ Processing by Lockup::LockupController#unlock as HTML
3923
+ Parameters: {"return_to"=>"/"}
3924
+ Rendered /Users/Admin/Documents/Projects/rails/gems/lockup/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (4.2ms)
3925
+ Completed 200 OK in 63ms (Views: 63.1ms | ActiveRecord: 0.0ms)
3926
+
3927
+
3928
+ Started GET "/assets/lockup/layout.css?body=1" for 127.0.0.1 at 2013-05-09 13:48:26 -0600
3929
+ Served asset /lockup/layout.css - 304 Not Modified (4ms)
3930
+
3931
+
3932
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 13:48:26 -0600
3933
+ Served asset /jquery.js - 304 Not Modified (33ms)
3934
+
3935
+
3936
+ Started GET "/assets/lockup/application.js?body=1" for 127.0.0.1 at 2013-05-09 13:48:26 -0600
3937
+ Served asset /lockup/application.js - 304 Not Modified (9ms)
3938
+
3939
+
3940
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 13:48:26 -0600
3941
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
3942
+
3943
+
3944
+ Started GET "/assets/lockup/application.css?body=1" for 127.0.0.1 at 2013-05-09 13:48:26 -0600
3945
+ Served asset /lockup/application.css - 304 Not Modified (3ms)
3946
+
3947
+
3948
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:51:46 -0600
3949
+ Processing by Lockup::LockupController#unlock as HTML
3950
+ Parameters: {"return_to"=>"/"}
3951
+ Rendered /Users/Admin/Documents/Projects/rails/gems/lockup/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (2.0ms)
3952
+ Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
3953
+
3954
+
3955
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 13:51:46 -0600
3956
+ Served asset /jquery.js - 304 Not Modified (0ms)
3957
+
3958
+
3959
+ Started GET "/assets/lockup/application.css?body=1" for 127.0.0.1 at 2013-05-09 13:51:46 -0600
3960
+ Served asset /lockup/application.css - 304 Not Modified (0ms)
3961
+
3962
+
3963
+ Started GET "/assets/lockup/layout.css?body=1" for 127.0.0.1 at 2013-05-09 13:51:46 -0600
3964
+ Served asset /lockup/layout.css - 304 Not Modified (0ms)
3965
+
3966
+
3967
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 13:51:46 -0600
3968
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3969
+
3970
+
3971
+ Started GET "/assets/lockup/application.js?body=1" for 127.0.0.1 at 2013-05-09 13:51:46 -0600
3972
+ Served asset /lockup/application.js - 304 Not Modified (0ms)
3973
+
3974
+
3975
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:54:52 -0600
3976
+ Processing by Lockup::LockupController#unlock as HTML
3977
+ Parameters: {"return_to"=>"/"}
3978
+ Rendered /Users/Admin/Documents/Projects/rails/gems/lockup/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (3.4ms)
3979
+ Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
3980
+
3981
+
3982
+ Started GET "/assets/lockup/application.css?body=1" for 127.0.0.1 at 2013-05-09 13:54:52 -0600
3983
+ Served asset /lockup/application.css - 304 Not Modified (0ms)
3984
+
3985
+
3986
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 13:54:52 -0600
3987
+ Served asset /jquery.js - 304 Not Modified (0ms)
3988
+
3989
+
3990
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 13:54:52 -0600
3991
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3992
+
3993
+
3994
+ Started GET "/assets/lockup/layout.css?body=1" for 127.0.0.1 at 2013-05-09 13:54:52 -0600
3995
+ Served asset /lockup/layout.css - 304 Not Modified (0ms)
3996
+
3997
+
3998
+ Started GET "/assets/lockup/application.js?body=1" for 127.0.0.1 at 2013-05-09 13:54:52 -0600
3999
+ Served asset /lockup/application.js - 304 Not Modified (0ms)
4000
+
4001
+
4002
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:55:07 -0600
4003
+ Processing by Lockup::LockupController#unlock as HTML
4004
+ Parameters: {"return_to"=>"/"}
4005
+ Rendered /Users/Admin/Documents/Projects/rails/gems/lockup/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (3.5ms)
4006
+ Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)
4007
+
4008
+
4009
+ Started GET "/assets/lockup/application.css?body=1" for 127.0.0.1 at 2013-05-09 13:55:07 -0600
4010
+ Served asset /lockup/application.css - 304 Not Modified (0ms)
4011
+
4012
+
4013
+ Started GET "/assets/lockup/layout.css?body=1" for 127.0.0.1 at 2013-05-09 13:55:07 -0600
4014
+ Served asset /lockup/layout.css - 304 Not Modified (0ms)
4015
+
4016
+
4017
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 13:55:07 -0600
4018
+ Served asset /jquery.js - 304 Not Modified (0ms)
4019
+
4020
+
4021
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 13:55:07 -0600
4022
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4023
+
4024
+
4025
+ Started GET "/assets/lockup/application.js?body=1" for 127.0.0.1 at 2013-05-09 13:55:07 -0600
4026
+ Served asset /lockup/application.js - 304 Not Modified (0ms)
4027
+
4028
+
4029
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:55:33 -0600
4030
+ Processing by Lockup::LockupController#unlock as HTML
4031
+ Parameters: {"return_to"=>"/"}
4032
+ Rendered /Users/Admin/Documents/Projects/rails/gems/lockup/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (19.4ms)
4033
+ Completed 200 OK in 24ms (Views: 24.1ms | ActiveRecord: 0.0ms)
4034
+
4035
+
4036
+ Started GET "/assets/lockup/application.css?body=1" for 127.0.0.1 at 2013-05-09 13:55:33 -0600
4037
+ Served asset /lockup/application.css - 304 Not Modified (0ms)
4038
+
4039
+
4040
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 13:55:33 -0600
4041
+ Served asset /jquery.js - 304 Not Modified (0ms)
4042
+
4043
+
4044
+ Started GET "/assets/lockup/layout.css?body=1" for 127.0.0.1 at 2013-05-09 13:55:33 -0600
4045
+ Served asset /lockup/layout.css - 304 Not Modified (0ms)
4046
+
4047
+
4048
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 13:55:33 -0600
4049
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4050
+
4051
+
4052
+ Started GET "/assets/lockup/application.js?body=1" for 127.0.0.1 at 2013-05-09 13:55:33 -0600
4053
+ Served asset /lockup/application.js - 304 Not Modified (0ms)
4054
+
4055
+
4056
+ Started POST "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:57:39 -0600
4057
+ Processing by Lockup::LockupController#unlock as HTML
4058
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Uma3PPZKz9mMR6O6OlwTyCatbROZbW9XE/mXHimsXjo=", "lockup"=>{"codeword"=>"fd", "return_to"=>"/"}, "button"=>""}
4059
+ Rendered /Users/Admin/Documents/Projects/rails/gems/lockup/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (2.3ms)
4060
+ Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
4061
+
4062
+
4063
+ Started GET "/assets/lockup/application.css?body=1" for 127.0.0.1 at 2013-05-09 13:57:39 -0600
4064
+ Served asset /lockup/application.css - 304 Not Modified (0ms)
4065
+
4066
+
4067
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 13:57:39 -0600
4068
+ Served asset /jquery.js - 304 Not Modified (0ms)
4069
+
4070
+
4071
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 13:57:39 -0600
4072
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4073
+
4074
+
4075
+ Started GET "/assets/lockup/layout.css?body=1" for 127.0.0.1 at 2013-05-09 13:57:39 -0600
4076
+ Served asset /lockup/layout.css - 304 Not Modified (0ms)
4077
+
4078
+
4079
+ Started GET "/assets/lockup/application.js?body=1" for 127.0.0.1 at 2013-05-09 13:57:39 -0600
4080
+ Served asset /lockup/application.js - 304 Not Modified (0ms)
4081
+
4082
+
4083
+ Started POST "/lockup/unlock" for 127.0.0.1 at 2013-05-09 13:57:45 -0600
4084
+ Processing by Lockup::LockupController#unlock as HTML
4085
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Uma3PPZKz9mMR6O6OlwTyCatbROZbW9XE/mXHimsXjo=", "lockup"=>{"codeword"=>"dave", "return_to"=>"/"}, "button"=>""}
4086
+ Redirected to http://localhost:3000/
4087
+ Completed 302 Found in 29ms (ActiveRecord: 0.0ms)
4088
+
4089
+
4090
+ Started GET "/" for 127.0.0.1 at 2013-05-09 13:57:45 -0600
4091
+ Processing by PostsController#index as HTML
4092
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" 
4093
+ Rendered posts/index.html.erb (1.3ms)
4094
+ Completed 200 OK in 115ms (Views: 12.8ms | ActiveRecord: 3.6ms)
4095
+
4096
+
4097
+ Started GET "/" for 127.0.0.1 at 2013-05-09 13:57:50 -0600
4098
+ Processing by PostsController#index as HTML
4099
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
4100
+ Rendered posts/index.html.erb (0.4ms)
4101
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
4102
+
4103
+
4104
+ Started GET "/" for 127.0.0.1 at 2013-05-09 13:58:07 -0600
4105
+ Processing by PostsController#index as HTML
4106
+ Redirected to http://localhost:3000/lockup/unlock?return_to=%2F
4107
+ Filter chain halted as :check_for_lockup rendered or redirected
4108
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
4109
+
4110
+
4111
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 13:58:07 -0600
4112
+ Processing by Lockup::LockupController#unlock as HTML
4113
+ Parameters: {"return_to"=>"/"}
4114
+ Rendered /Users/Admin/Documents/Projects/rails/gems/lockup/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (1.2ms)
4115
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
4116
+
4117
+
4118
+ Started GET "/assets/lockup/application.css?body=1" for 127.0.0.1 at 2013-05-09 13:58:07 -0600
4119
+ Served asset /lockup/application.css - 304 Not Modified (0ms)
4120
+
4121
+
4122
+ Started GET "/assets/lockup/layout.css?body=1" for 127.0.0.1 at 2013-05-09 13:58:07 -0600
4123
+ Served asset /lockup/layout.css - 304 Not Modified (0ms)
4124
+
4125
+
4126
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 13:58:07 -0600
4127
+ Served asset /jquery.js - 304 Not Modified (0ms)
4128
+
4129
+
4130
+ Started GET "/assets/lockup/application.js?body=1" for 127.0.0.1 at 2013-05-09 13:58:07 -0600
4131
+ Served asset /lockup/application.js - 304 Not Modified (0ms)
4132
+
4133
+
4134
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 13:58:07 -0600
4135
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4136
+
4137
+
4138
+ Started GET "/lockup/unlock?return_to=%2F&codeword=dave" for 127.0.0.1 at 2013-05-09 14:06:16 -0600
4139
+ Processing by Lockup::LockupController#unlock as HTML
4140
+ Parameters: {"return_to"=>"/", "codeword"=>"dave"}
4141
+ Rendered /Users/Admin/Documents/Projects/rails/gems/lockup/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (2.1ms)
4142
+ Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
4143
+
4144
+
4145
+ Started GET "/assets/lockup/application.css?body=1" for 127.0.0.1 at 2013-05-09 14:06:16 -0600
4146
+ Served asset /lockup/application.css - 304 Not Modified (0ms)
4147
+
4148
+
4149
+ Started GET "/assets/lockup/layout.css?body=1" for 127.0.0.1 at 2013-05-09 14:06:17 -0600
4150
+ Served asset /lockup/layout.css - 304 Not Modified (0ms)
4151
+
4152
+
4153
+ Started GET "/assets/lockup/application.js?body=1" for 127.0.0.1 at 2013-05-09 14:06:17 -0600
4154
+ Served asset /lockup/application.js - 304 Not Modified (0ms)
4155
+
4156
+
4157
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 14:06:17 -0600
4158
+ Served asset /jquery.js - 304 Not Modified (0ms)
4159
+
4160
+
4161
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 14:06:17 -0600
4162
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4163
+
4164
+
4165
+ Started GET "/lockup/unlock?return_to=%2F&codeword=dave" for 127.0.0.1 at 2013-05-09 14:06:22 -0600
4166
+ Processing by Lockup::LockupController#unlock as HTML
4167
+ Parameters: {"return_to"=>"/", "codeword"=>"dave"}
4168
+ Rendered /Users/Admin/Documents/Projects/rails/gems/lockup/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (1.1ms)
4169
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
4170
+
4171
+
4172
+ Started GET "/assets/lockup/application.css?body=1" for 127.0.0.1 at 2013-05-09 14:06:22 -0600
4173
+ Served asset /lockup/application.css - 304 Not Modified (0ms)
4174
+
4175
+
4176
+ Started GET "/assets/lockup/application.js?body=1" for 127.0.0.1 at 2013-05-09 14:06:22 -0600
4177
+ Served asset /lockup/application.js - 304 Not Modified (0ms)
4178
+
4179
+
4180
+ Started GET "/assets/lockup/layout.css?body=1" for 127.0.0.1 at 2013-05-09 14:06:22 -0600
4181
+ Served asset /lockup/layout.css - 304 Not Modified (0ms)
4182
+
4183
+
4184
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 14:06:22 -0600
4185
+ Served asset /jquery.js - 304 Not Modified (0ms)
4186
+
4187
+
4188
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 14:06:22 -0600
4189
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4190
+
4191
+
4192
+ Started GET "/lockup/unlock?codeword=dave" for 127.0.0.1 at 2013-05-09 14:09:18 -0600
4193
+ Processing by Lockup::LockupController#unlock as HTML
4194
+ Parameters: {"codeword"=>"dave"}
4195
+ Rendered /Users/Admin/Documents/Projects/rails/gems/lockup/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (1.1ms)
4196
+ Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
4197
+
4198
+
4199
+ Started GET "/assets/lockup/application.css?body=1" for 127.0.0.1 at 2013-05-09 14:09:18 -0600
4200
+ Served asset /lockup/application.css - 304 Not Modified (0ms)
4201
+
4202
+
4203
+ Started GET "/assets/lockup/layout.css?body=1" for 127.0.0.1 at 2013-05-09 14:09:18 -0600
4204
+ Served asset /lockup/layout.css - 304 Not Modified (0ms)
4205
+
4206
+
4207
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 14:09:18 -0600
4208
+ Served asset /jquery.js - 304 Not Modified (0ms)
4209
+
4210
+
4211
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 14:09:18 -0600
4212
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4213
+
4214
+
4215
+ Started GET "/assets/lockup/application.js?body=1" for 127.0.0.1 at 2013-05-09 14:09:18 -0600
4216
+ Served asset /lockup/application.js - 304 Not Modified (0ms)
4217
+
4218
+
4219
+ Started GET "/lockup/unlock?lockup_codeword=dave" for 127.0.0.1 at 2013-05-09 14:11:38 -0600
4220
+ Processing by Lockup::LockupController#unlock as HTML
4221
+ Parameters: {"lockup_codeword"=>"dave"}
4222
+ Redirected to http://localhost:3000/
4223
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
4224
+
4225
+
4226
+ Started GET "/" for 127.0.0.1 at 2013-05-09 14:11:38 -0600
4227
+ Processing by PostsController#index as HTML
4228
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" 
4229
+ Rendered posts/index.html.erb (0.4ms)
4230
+ Completed 200 OK in 9ms (Views: 3.6ms | ActiveRecord: 0.6ms)
4231
+
4232
+
4233
+ Started GET "/" for 127.0.0.1 at 2013-05-09 14:11:42 -0600
4234
+ Processing by PostsController#index as HTML
4235
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
4236
+ Rendered posts/index.html.erb (0.4ms)
4237
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)
4238
+
4239
+
4240
+ Started GET "/" for 127.0.0.1 at 2013-05-09 14:12:37 -0600
4241
+ Processing by PostsController#index as HTML
4242
+ Redirected to http://localhost:3000/lockup/unlock?return_to=%2F
4243
+ Filter chain halted as :check_for_lockup rendered or redirected
4244
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
4245
+
4246
+
4247
+ Started GET "/lockup/unlock?return_to=%2F" for 127.0.0.1 at 2013-05-09 14:12:37 -0600
4248
+ Processing by Lockup::LockupController#unlock as HTML
4249
+ Parameters: {"return_to"=>"/"}
4250
+ Rendered /Users/Admin/Documents/Projects/rails/gems/lockup/app/views/lockup/lockup/unlock.html.erb within layouts/lockup/application (1.3ms)
4251
+ Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
4252
+
4253
+
4254
+ Started GET "/assets/lockup/application.css?body=1" for 127.0.0.1 at 2013-05-09 14:12:37 -0600
4255
+ Served asset /lockup/application.css - 304 Not Modified (0ms)
4256
+
4257
+
4258
+ Started GET "/assets/lockup/application.js?body=1" for 127.0.0.1 at 2013-05-09 14:12:37 -0600
4259
+ Served asset /lockup/application.js - 304 Not Modified (0ms)
4260
+
4261
+
4262
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-09 14:12:37 -0600
4263
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4264
+
4265
+
4266
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-09 14:12:37 -0600
4267
+ Served asset /jquery.js - 304 Not Modified (0ms)
4268
+
4269
+
4270
+ Started GET "/assets/lockup/layout.css?body=1" for 127.0.0.1 at 2013-05-09 14:12:37 -0600
4271
+ Served asset /lockup/layout.css - 304 Not Modified (0ms)