letsencrypt_http_challenge 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +15 -0
  3. data/LICENSE +22 -0
  4. data/README.md +109 -0
  5. data/Rakefile +37 -0
  6. data/app/assets/javascripts/letsencrypt_http_challenge/application.js +13 -0
  7. data/app/assets/stylesheets/letsencrypt_http_challenge/application.css +15 -0
  8. data/app/controllers/letsencrypt_http_challenge/application_controller.rb +27 -0
  9. data/app/helpers/letsencrypt_http_challenge/application_helper.rb +4 -0
  10. data/app/views/layouts/letsencrypt_http_challenge/application.html.erb +14 -0
  11. data/bin/rails +12 -0
  12. data/config/routes.rb +3 -0
  13. data/letsencrypt_http_challenge.gemspec +23 -0
  14. data/lib/letsencrypt_http_challenge/engine.rb +5 -0
  15. data/lib/letsencrypt_http_challenge/version.rb +3 -0
  16. data/lib/letsencrypt_http_challenge.rb +4 -0
  17. data/lib/tasks/letsencrypt_http_challenge_tasks.rake +87 -0
  18. data/test/controllers/application_controller_test.rb +27 -0
  19. data/test/dummy/README.rdoc +28 -0
  20. data/test/dummy/Rakefile +6 -0
  21. data/test/dummy/app/assets/javascripts/application.js +13 -0
  22. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  23. data/test/dummy/app/controllers/application_controller.rb +5 -0
  24. data/test/dummy/app/helpers/application_helper.rb +2 -0
  25. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  26. data/test/dummy/bin/bundle +3 -0
  27. data/test/dummy/bin/rails +4 -0
  28. data/test/dummy/bin/rake +4 -0
  29. data/test/dummy/bin/setup +29 -0
  30. data/test/dummy/config/application.rb +30 -0
  31. data/test/dummy/config/boot.rb +5 -0
  32. data/test/dummy/config/database.yml +25 -0
  33. data/test/dummy/config/environment.rb +5 -0
  34. data/test/dummy/config/environments/development.rb +41 -0
  35. data/test/dummy/config/environments/production.rb +79 -0
  36. data/test/dummy/config/environments/test.rb +42 -0
  37. data/test/dummy/config/initializers/assets.rb +11 -0
  38. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  39. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  40. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  41. data/test/dummy/config/initializers/inflections.rb +16 -0
  42. data/test/dummy/config/initializers/mime_types.rb +4 -0
  43. data/test/dummy/config/initializers/session_store.rb +3 -0
  44. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  45. data/test/dummy/config/locales/en.yml +23 -0
  46. data/test/dummy/config/routes.rb +4 -0
  47. data/test/dummy/config/secrets.yml +22 -0
  48. data/test/dummy/config.ru +4 -0
  49. data/test/dummy/db/development.sqlite3 +0 -0
  50. data/test/dummy/db/test.sqlite3 +0 -0
  51. data/test/dummy/log/development.log +508 -0
  52. data/test/dummy/log/test.log +243 -0
  53. data/test/dummy/public/404.html +67 -0
  54. data/test/dummy/public/422.html +67 -0
  55. data/test/dummy/public/500.html +66 -0
  56. data/test/dummy/public/favicon.ico +0 -0
  57. data/test/letsencrypt_http_challenge_test.rb +7 -0
  58. data/test/test_helper.rb +25 -0
  59. metadata +172 -0
@@ -0,0 +1,508 @@
1
+
2
+
3
+ Started GET "/" for ::1 at 2015-12-14 13:53:36 -0800
4
+ Processing by Rails::WelcomeController#index as HTML
5
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/railties-4.2.5/lib/rails/templates/rails/welcome/index.html.erb (1.8ms)
6
+ Completed 200 OK in 43ms (Views: 42.7ms | ActiveRecord: 0.0ms)
7
+
8
+
9
+ Started GET "/.well-known/acme-challenge/snafuasngsngoinsoginsoniosinbosinboins" for ::1 at 2015-12-14 13:53:41 -0800
10
+
11
+ ActionController::RoutingError (No route matches [GET] "/.well-known/acme-challenge/snafuasngsngoinsoginsoniosinbosinboins"):
12
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
14
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
15
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
16
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
17
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
18
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
19
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
20
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
21
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
22
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
23
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
24
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
25
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
26
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
27
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
28
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
29
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
30
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
31
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
32
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
33
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
34
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
35
+
36
+
37
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
38
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
39
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms)
40
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (67.2ms)
41
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (31.4ms)
42
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (193.2ms)
43
+
44
+
45
+ Started GET "/.well-known/acme-challenge/snafuasngsngoinsoginsoniosinbosinboins" for ::1 at 2015-12-14 13:55:24 -0800
46
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
47
+ Parameters: {"challenge"=>"snafuasngsngoinsoginsoniosinbosinboins"}
48
+ Rendered text template (0.0ms)
49
+ Completed 200 OK in 149ms (Views: 148.7ms | ActiveRecord: 0.0ms)
50
+
51
+
52
+ Started GET "/.well-known/acme-challenge/snafuasngsngoinsoginsoniosinbosinboins" for ::1 at 2015-12-14 13:55:59 -0800
53
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
54
+ Parameters: {"challenge"=>"snafuasngsngoinsoginsoniosinbosinboins"}
55
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
56
+
57
+ TypeError (type mismatch: String given):
58
+ /Users/lussierluc/dev/rails/workshop/gem/letsencrypt_http_challenge/app/controllers/letsencrypt_http_challenge/application_controller.rb:14:in `=~'
59
+ /Users/lussierluc/dev/rails/workshop/gem/letsencrypt_http_challenge/app/controllers/letsencrypt_http_challenge/application_controller.rb:14:in `!~'
60
+ /Users/lussierluc/dev/rails/workshop/gem/letsencrypt_http_challenge/app/controllers/letsencrypt_http_challenge/application_controller.rb:14:in `index'
61
+ actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
62
+ actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
63
+ actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
64
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
65
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
66
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
67
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
68
+ actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
69
+ actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
70
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
71
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
72
+ activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
73
+ activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
74
+ actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
75
+ actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
76
+ activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
77
+ actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
78
+ actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
79
+ actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
80
+ actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
81
+ actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
82
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
83
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
84
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
85
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
86
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
87
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
88
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
89
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
90
+ railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
91
+ railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
92
+ actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
93
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
94
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
95
+ actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
96
+ actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
97
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
98
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
99
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
100
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
101
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
102
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
103
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
104
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
105
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
106
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
107
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
108
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
109
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
110
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
111
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
112
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
113
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
114
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
115
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
116
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
117
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
118
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
119
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
120
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
121
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
122
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
123
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
124
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
125
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
126
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
127
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
128
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
129
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
130
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
131
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
132
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
133
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
134
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
135
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
136
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
137
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
138
+
139
+
140
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
141
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
142
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (22.2ms)
143
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (80.4ms)
144
+
145
+
146
+ Started GET "/.well-known/acme-challenge/snafuasngsngoinsoginsoniosinbosinboins" for ::1 at 2015-12-14 13:57:27 -0800
147
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
148
+ Parameters: {"challenge"=>"snafuasngsngoinsoginsoniosinbosinboins"}
149
+ Challenge failed - The token must have at least 128 bits of entropy
150
+ Rendered text template (0.2ms)
151
+ Completed 400 Bad Request in 841621ms (Views: 170.2ms | ActiveRecord: 0.0ms)
152
+
153
+
154
+ Started GET "/.well-known/acme-challenge/snafuasngsngoinsoginsoniosinbosinboins" for ::1 at 2015-12-14 14:11:50 -0800
155
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
156
+ Parameters: {"challenge"=>"snafuasngsngoinsoginsoniosinbosinboins"}
157
+ Challenge failed - The token must match between the challenge and the response
158
+ Rendered text template (0.2ms)
159
+ Completed 400 Bad Request in 8714ms (Views: 6.1ms | ActiveRecord: 0.0ms)
160
+
161
+
162
+ Started GET "/.well-known/acme-challenge/snafuasngsngoinsoginsoniosinbosinboins" for ::1 at 2015-12-14 14:12:16 -0800
163
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
164
+ Parameters: {"challenge"=>"snafuasngsngoinsoginsoniosinbosinboins"}
165
+ Challenge failed - The token must match between the challenge and the response
166
+ Rendered text template (0.2ms)
167
+ Completed 400 Bad Request in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms)
168
+
169
+
170
+ Started GET "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU" for ::1 at 2015-12-14 14:12:41 -0800
171
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
172
+ Parameters: {"challenge"=>"58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU"}
173
+ Rendered text template (0.2ms)
174
+ Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms)
175
+
176
+
177
+ Started GET "/.well-known/acme-challenge/58u1GL" for ::1 at 2015-12-14 14:13:04 -0800
178
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
179
+ Parameters: {"challenge"=>"58u1GL"}
180
+ Challenge failed - The token must have at least 128 bits of entropy
181
+ Rendered text template (0.2ms)
182
+ Completed 400 Bad Request in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)
183
+
184
+
185
+ Started GET "/.well-known/acme-challenge/58u1GLlsjflsgsjglslkfnslvknlsknvskdn" for ::1 at 2015-12-14 14:13:16 -0800
186
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
187
+ Parameters: {"challenge"=>"58u1GLlsjflsgsjglslkfnslvknlsknvskdn"}
188
+ Challenge failed - The token must match between the challenge and the response
189
+ Rendered text template (0.2ms)
190
+ Completed 400 Bad Request in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms)
191
+
192
+
193
+ Started GET "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU" for ::1 at 2015-12-14 14:59:29 -0800
194
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
195
+ Parameters: {"challenge"=>"58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU"}
196
+ Rendered text template (0.2ms)
197
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
198
+
199
+
200
+ Started GET "/" for ::1 at 2015-12-14 15:00:00 -0800
201
+ Processing by Rails::WelcomeController#index as HTML
202
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/railties-4.2.5/lib/rails/templates/rails/welcome/index.html.erb (4.5ms)
203
+ Completed 200 OK in 219ms (Views: 218.4ms | ActiveRecord: 0.0ms)
204
+
205
+
206
+ Started GET "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU" for ::1 at 2015-12-14 15:00:06 -0800
207
+
208
+ ActionController::RoutingError (No route matches [GET] "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU"):
209
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
210
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
211
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
212
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
213
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
214
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
215
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
216
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
217
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
218
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
219
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
220
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
221
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
222
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
223
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
224
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
225
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
226
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
227
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
228
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
229
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
230
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
231
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
232
+
233
+
234
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
235
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
236
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
237
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (59.2ms)
238
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (32.9ms)
239
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (181.1ms)
240
+
241
+
242
+ Started GET "/" for ::1 at 2015-12-14 21:55:05 -0800
243
+ Processing by Rails::WelcomeController#index as HTML
244
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/railties-4.2.5/lib/rails/templates/rails/welcome/index.html.erb (0.4ms)
245
+ Completed 200 OK in 61ms (Views: 60.7ms | ActiveRecord: 0.0ms)
246
+
247
+
248
+ Started GET "/" for 127.0.0.1 at 2015-12-14 22:19:04 -0800
249
+
250
+ NoMethodError (undefined method `raise_in_transactional_callbacks=' for #<Class:0x007f89f6348988>):
251
+ activerecord (4.1.0) lib/active_record/dynamic_matchers.rb:26:in `method_missing'
252
+ activerecord (4.1.0) lib/active_record/railtie.rb:110:in `block (3 levels) in <class:Railtie>'
253
+ activerecord (4.1.0) lib/active_record/railtie.rb:109:in `each'
254
+ activerecord (4.1.0) lib/active_record/railtie.rb:109:in `block (2 levels) in <class:Railtie>'
255
+ activesupport (4.1.0) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
256
+ activesupport (4.1.0) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
257
+ activesupport (4.1.0) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
258
+ activesupport (4.1.0) lib/active_support/lazy_load_hooks.rb:44:in `each'
259
+ activesupport (4.1.0) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
260
+ activerecord (4.1.0) lib/active_record/base.rb:326:in `<module:ActiveRecord>'
261
+ activerecord (4.1.0) lib/active_record/base.rb:23:in `<top (required)>'
262
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:628:in `rescue in call'
263
+ activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:619:in `call'
264
+ activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
265
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
266
+ activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
267
+ actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
268
+ actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
269
+ actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
270
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
271
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
272
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
273
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
274
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
275
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
276
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
277
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
278
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
279
+ rack (1.5.5) lib/rack/methodoverride.rb:21:in `call'
280
+ rack (1.5.5) lib/rack/runtime.rb:17:in `call'
281
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
282
+ rack (1.5.5) lib/rack/lock.rb:17:in `call'
283
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
284
+ rack (1.5.5) lib/rack/sendfile.rb:112:in `call'
285
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
286
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
287
+ rack (1.5.5) lib/rack/lock.rb:17:in `call'
288
+ rack (1.5.5) lib/rack/content_length.rb:14:in `call'
289
+ rack (1.5.5) lib/rack/handler/webrick.rb:60:in `service'
290
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
291
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
292
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
293
+
294
+
295
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
296
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
297
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
298
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (41.6ms)
299
+
300
+
301
+ Started GET "/" for ::1 at 2015-12-14 22:27:29 -0800
302
+ Processing by Rails::WelcomeController#index as HTML
303
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/railties-4.2.5/lib/rails/templates/rails/welcome/index.html.erb (2.0ms)
304
+ Completed 200 OK in 43ms (Views: 42.6ms | ActiveRecord: 0.0ms)
305
+
306
+
307
+ Started GET "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU" for ::1 at 2015-12-14 22:27:39 -0800
308
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
309
+ Parameters: {"challenge"=>"58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU"}
310
+ Rendered text template (0.0ms)
311
+ Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms)
312
+
313
+
314
+ Started GET "/" for 127.0.0.1 at 2015-12-14 22:31:23 -0800
315
+
316
+ NoMethodError (undefined method `raise_in_transactional_callbacks=' for #<Class:0x007f836acbc290>):
317
+ activerecord (4.1.12) lib/active_record/dynamic_matchers.rb:26:in `method_missing'
318
+ activerecord (4.1.12) lib/active_record/railtie.rb:108:in `block (3 levels) in <class:Railtie>'
319
+ activerecord (4.1.12) lib/active_record/railtie.rb:107:in `each'
320
+ activerecord (4.1.12) lib/active_record/railtie.rb:107:in `block (2 levels) in <class:Railtie>'
321
+ activesupport (4.1.12) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
322
+ activesupport (4.1.12) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
323
+ activesupport (4.1.12) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
324
+ activesupport (4.1.12) lib/active_support/lazy_load_hooks.rb:44:in `each'
325
+ activesupport (4.1.12) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
326
+ activerecord (4.1.12) lib/active_record/base.rb:326:in `<module:ActiveRecord>'
327
+ activerecord (4.1.12) lib/active_record/base.rb:23:in `<top (required)>'
328
+ activerecord (4.1.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:628:in `rescue in call'
329
+ activerecord (4.1.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:619:in `call'
330
+ activerecord (4.1.12) lib/active_record/migration.rb:380:in `call'
331
+ actionpack (4.1.12) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
332
+ activesupport (4.1.12) lib/active_support/callbacks.rb:82:in `run_callbacks'
333
+ actionpack (4.1.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
334
+ actionpack (4.1.12) lib/action_dispatch/middleware/reloader.rb:73:in `call'
335
+ actionpack (4.1.12) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
336
+ actionpack (4.1.12) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
337
+ actionpack (4.1.12) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
338
+ railties (4.1.12) lib/rails/rack/logger.rb:38:in `call_app'
339
+ railties (4.1.12) lib/rails/rack/logger.rb:20:in `block in call'
340
+ activesupport (4.1.12) lib/active_support/tagged_logging.rb:68:in `block in tagged'
341
+ activesupport (4.1.12) lib/active_support/tagged_logging.rb:26:in `tagged'
342
+ activesupport (4.1.12) lib/active_support/tagged_logging.rb:68:in `tagged'
343
+ railties (4.1.12) lib/rails/rack/logger.rb:20:in `call'
344
+ actionpack (4.1.12) lib/action_dispatch/middleware/request_id.rb:21:in `call'
345
+ rack (1.5.5) lib/rack/methodoverride.rb:21:in `call'
346
+ rack (1.5.5) lib/rack/runtime.rb:17:in `call'
347
+ activesupport (4.1.12) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
348
+ rack (1.5.5) lib/rack/lock.rb:17:in `call'
349
+ actionpack (4.1.12) lib/action_dispatch/middleware/static.rb:84:in `call'
350
+ rack (1.5.5) lib/rack/sendfile.rb:112:in `call'
351
+ railties (4.1.12) lib/rails/engine.rb:514:in `call'
352
+ railties (4.1.12) lib/rails/application.rb:144:in `call'
353
+ rack (1.5.5) lib/rack/lock.rb:17:in `call'
354
+ rack (1.5.5) lib/rack/content_length.rb:14:in `call'
355
+ rack (1.5.5) lib/rack/handler/webrick.rb:60:in `service'
356
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
357
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
358
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
359
+
360
+
361
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.12/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
362
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.12/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
363
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
364
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (44.9ms)
365
+
366
+
367
+ Started GET "/" for 127.0.0.1 at 2015-12-14 22:33:19 -0800
368
+ Processing by Rails::WelcomeController#index as HTML
369
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/railties-4.1.12/lib/rails/templates/rails/welcome/index.html.erb (1.9ms)
370
+ Completed 200 OK in 93ms (Views: 92.6ms | ActiveRecord: 0.0ms)
371
+
372
+
373
+ Started GET "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU" for 127.0.0.1 at 2015-12-14 22:33:30 -0800
374
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
375
+ Parameters: {"challenge"=>"58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU"}
376
+ Rendered text template (0.0ms)
377
+ Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.0ms)
378
+
379
+
380
+ Started GET "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU" for 127.0.0.1 at 2015-12-14 22:34:33 -0800
381
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
382
+ Parameters: {"challenge"=>"58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU"}
383
+ Rendered text template (0.0ms)
384
+ Completed 200 OK in 46ms (Views: 46.0ms | ActiveRecord: 0.0ms)
385
+
386
+
387
+ Started GET "/" for 127.0.0.1 at 2015-12-14 22:34:40 -0800
388
+ Processing by Rails::WelcomeController#index as HTML
389
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/railties-4.1.0/lib/rails/templates/rails/welcome/index.html.erb (41.5ms)
390
+ Completed 200 OK in 86ms (Views: 85.7ms | ActiveRecord: 0.0ms)
391
+
392
+
393
+ Started GET "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU" for 127.0.0.1 at 2015-12-14 22:34:44 -0800
394
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
395
+ Parameters: {"challenge"=>"58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU"}
396
+ Rendered text template (0.0ms)
397
+ Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
398
+
399
+
400
+ Started GET "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU" for ::1 at 2015-12-14 22:35:53 -0800
401
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
402
+ Parameters: {"challenge"=>"58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU"}
403
+ Rendered text template (0.0ms)
404
+ Completed 200 OK in 40ms (Views: 39.6ms | ActiveRecord: 0.0ms)
405
+
406
+
407
+ Started GET "/" for ::1 at 2015-12-14 22:36:01 -0800
408
+ Processing by Rails::WelcomeController#index as HTML
409
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/railties-4.2.5/lib/rails/templates/rails/welcome/index.html.erb (42.7ms)
410
+ Completed 200 OK in 46ms (Views: 45.7ms | ActiveRecord: 0.0ms)
411
+
412
+
413
+ Started GET "/" for ::1 at 2015-12-14 22:36:31 -0800
414
+ Processing by Rails::WelcomeController#index as HTML
415
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/railties-4.2.5/lib/rails/templates/rails/welcome/index.html.erb (2.3ms)
416
+ Completed 200 OK in 29ms (Views: 29.3ms | ActiveRecord: 0.0ms)
417
+
418
+
419
+ Started GET "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU" for ::1 at 2015-12-14 22:36:37 -0800
420
+
421
+ ActionController::RoutingError (No route matches [GET] "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU"):
422
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
423
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
424
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
425
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
426
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
427
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
428
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
429
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
430
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
431
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
432
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
433
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
434
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
435
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
436
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
437
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
438
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
439
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
440
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
441
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
442
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
443
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
444
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
445
+
446
+
447
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
448
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
449
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
450
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (65.1ms)
451
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (155.3ms)
452
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (327.9ms)
453
+
454
+
455
+ Started GET "/" for ::1 at 2015-12-16 10:15:02 -0800
456
+ Processing by Rails::WelcomeController#index as HTML
457
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/railties-4.2.5/lib/rails/templates/rails/welcome/index.html.erb (1.6ms)
458
+ Completed 200 OK in 20ms (Views: 20.3ms)
459
+
460
+
461
+ Started GET "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU" for ::1 at 2015-12-16 10:16:07 -0800
462
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
463
+ Parameters: {"challenge"=>"58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU"}
464
+ Rendered text template (0.0ms)
465
+ Completed 200 OK in 45ms (Views: 45.1ms)
466
+
467
+
468
+ Started GET "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU" for ::1 at 2015-12-16 10:17:02 -0800
469
+
470
+ ActionController::RoutingError (No route matches [GET] "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU"):
471
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
472
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
473
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
474
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
475
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
476
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
477
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
478
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
479
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
480
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
481
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
482
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
483
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
484
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
485
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
486
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
487
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
488
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
489
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
490
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
491
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
492
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
493
+ /Users/lussierluc/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
494
+
495
+
496
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
497
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
498
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
499
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (20.6ms)
500
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (26.5ms)
501
+ Rendered /Users/lussierluc/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (125.9ms)
502
+
503
+
504
+ Started GET "/.well-known/acme-challenge/58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU" for ::1 at 2015-12-16 10:18:46 -0800
505
+ Processing by LetsencryptHttpChallenge::ApplicationController#index as HTML
506
+ Parameters: {"challenge"=>"58u1GLEGwgSbK-3LnTYUDwZySN3FmTxE4CuqAf8IpAU"}
507
+ Rendered text template (0.0ms)
508
+ Completed 200 OK in 6ms (Views: 5.5ms)