simplificator_infrastructure 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abdbfe9de1781d9da38c80c32ee4bb62b224cb56
|
4
|
+
data.tar.gz: 9d6cdbd1132acb39d3e1eb68277929f44f22c7b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2bd5b2c3fe483d92ad2c6953fb0681ac95f66fba053c719651881c5f9c9ea80bc4d4da3d5401354b4bb2d53274b515baaac7387968f048262b0668ae495cf29
|
7
|
+
data.tar.gz: d984c39694aabd95461d0a4b04d6f06a79b4bc9d07fe9d430b7adc05c75d3f01b3a7c46edd0ed37b4d3c330cd1e4e85280d7011da5f9edce0e53e4414568aa2b
|
@@ -6,13 +6,14 @@ class SimplificatorInfrastructure::ErrorsController < ActionController::Base
|
|
6
6
|
|
7
7
|
|
8
8
|
def render_error
|
9
|
-
|
10
|
-
render template, status: error_summary.status_code
|
9
|
+
render template_for_status_code, status: error_summary.status_code, content_type: 'text/html'
|
11
10
|
end
|
12
11
|
|
13
12
|
private
|
14
13
|
|
15
|
-
|
14
|
+
# Returns the template for the status code that is associated to the current error.
|
15
|
+
# INCLUDING 'html' as type to force rendering of a the html view.
|
16
|
+
def template_for_status_code
|
16
17
|
if specific_error_template_exists?
|
17
18
|
specific_template
|
18
19
|
else
|
@@ -21,11 +22,11 @@ class SimplificatorInfrastructure::ErrorsController < ActionController::Base
|
|
21
22
|
end
|
22
23
|
|
23
24
|
def specific_template
|
24
|
-
"errors/#{error_summary.status_code}"
|
25
|
+
"errors/#{error_summary.status_code}.html"
|
25
26
|
end
|
26
27
|
|
27
28
|
def generic_template
|
28
|
-
'errors/generic_error'
|
29
|
+
'errors/generic_error.html'
|
29
30
|
end
|
30
31
|
|
31
32
|
def specific_error_template_exists?
|
@@ -44,11 +45,4 @@ class SimplificatorInfrastructure::ErrorsController < ActionController::Base
|
|
44
45
|
yield
|
45
46
|
end
|
46
47
|
end
|
47
|
-
|
48
|
-
# This allows to find the html error templates even though something non-html was requested.
|
49
|
-
# Useful if an error occurs in PDF rendering or JSON API request.
|
50
|
-
def force_html_type
|
51
|
-
request.format = MIME::Types.type_for('html').first
|
52
|
-
end
|
53
|
-
|
54
48
|
end
|
@@ -2003,3 +2003,661 @@ Started GET "/assets/application-823e88bf1231c4323ee1d35731d8f1b6.css?body=1" fo
|
|
2003
2003
|
|
2004
2004
|
|
2005
2005
|
Started GET "/assets/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 15:01:53 +0100
|
2006
|
+
|
2007
|
+
|
2008
|
+
Started GET "/error_previews/preview?code=500&locale=en" for ::1 at 2015-01-21 17:34:49 +0100
|
2009
|
+
Processing by ErrorPreviewsController#preview as HTML
|
2010
|
+
Parameters: {"code"=>"500", "locale"=>"en"}
|
2011
|
+
Completed 500 Internal Server Error in 0ms
|
2012
|
+
|
2013
|
+
RuntimeError (some generic exception):
|
2014
|
+
app/controllers/error_previews_controller.rb:8:in `preview'
|
2015
|
+
|
2016
|
+
|
2017
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
2018
|
+
Parameters: {"code"=>"500", "locale"=>"en"}
|
2019
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/generic_error.html.erb within layouts/simplificator_infrastructure/errors (6.5ms)
|
2020
|
+
Completed 500 Internal Server Error in 47ms (Views: 40.5ms)
|
2021
|
+
|
2022
|
+
|
2023
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 17:34:49 +0100
|
2024
|
+
|
2025
|
+
|
2026
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 17:34:49 +0100
|
2027
|
+
|
2028
|
+
|
2029
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 17:34:49 +0100
|
2030
|
+
|
2031
|
+
|
2032
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_generic-a968490d61f954f36a76c8e28c134c0c.png" for ::1 at 2015-01-21 17:34:49 +0100
|
2033
|
+
|
2034
|
+
|
2035
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 17:34:49 +0100
|
2036
|
+
|
2037
|
+
|
2038
|
+
Started GET "/" for ::1 at 2015-01-21 17:34:51 +0100
|
2039
|
+
Processing by ErrorPreviewsController#index as HTML
|
2040
|
+
Rendered error_previews/index.html.erb within layouts/application (0.4ms)
|
2041
|
+
Completed 200 OK in 19ms (Views: 18.4ms)
|
2042
|
+
|
2043
|
+
|
2044
|
+
Started GET "/assets/application-823e88bf1231c4323ee1d35731d8f1b6.css?body=1" for ::1 at 2015-01-21 17:34:51 +0100
|
2045
|
+
|
2046
|
+
|
2047
|
+
Started GET "/assets/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 17:34:51 +0100
|
2048
|
+
|
2049
|
+
|
2050
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 17:34:52 +0100
|
2051
|
+
Processing by ErrorPreviewsController#preview as HTML
|
2052
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2053
|
+
Completed 404 Not Found in 0ms
|
2054
|
+
|
2055
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2056
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2057
|
+
|
2058
|
+
|
2059
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
2060
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2061
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (3.3ms)
|
2062
|
+
Completed 404 Not Found in 22ms (Views: 14.3ms)
|
2063
|
+
|
2064
|
+
|
2065
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 17:34:52 +0100
|
2066
|
+
|
2067
|
+
|
2068
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 17:34:52 +0100
|
2069
|
+
|
2070
|
+
|
2071
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 17:34:52 +0100
|
2072
|
+
|
2073
|
+
|
2074
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_404-1b456d7204a73d7e2b991d63e1bb0bb6.png" for ::1 at 2015-01-21 17:34:52 +0100
|
2075
|
+
|
2076
|
+
|
2077
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 17:34:52 +0100
|
2078
|
+
|
2079
|
+
|
2080
|
+
Started GET "/error_previews/preview.json?code=404&locale=en" for ::1 at 2015-01-21 17:34:56 +0100
|
2081
|
+
Processing by ErrorPreviewsController#preview as JSON
|
2082
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2083
|
+
Completed 404 Not Found in 0ms
|
2084
|
+
|
2085
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2086
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2087
|
+
|
2088
|
+
|
2089
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as JSON
|
2090
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2091
|
+
Completed 500 Internal Server Error in 3ms
|
2092
|
+
|
2093
|
+
|
2094
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:35:01 +0100
|
2095
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2096
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2097
|
+
Completed 404 Not Found in 0ms
|
2098
|
+
|
2099
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2100
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2101
|
+
|
2102
|
+
|
2103
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2104
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2105
|
+
Completed 500 Internal Server Error in 1ms
|
2106
|
+
|
2107
|
+
|
2108
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:36:25 +0100
|
2109
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2110
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2111
|
+
Completed 404 Not Found in 0ms
|
2112
|
+
|
2113
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2114
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2115
|
+
|
2116
|
+
|
2117
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2118
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2119
|
+
Completed 500 Internal Server Error in 1ms
|
2120
|
+
|
2121
|
+
|
2122
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:39:47 +0100
|
2123
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2124
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2125
|
+
Completed 404 Not Found in 0ms
|
2126
|
+
|
2127
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2128
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2129
|
+
|
2130
|
+
|
2131
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2132
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2133
|
+
Completed 500 Internal Server Error in 4ms
|
2134
|
+
|
2135
|
+
|
2136
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:40:17 +0100
|
2137
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2138
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2139
|
+
Completed 404 Not Found in 0ms
|
2140
|
+
|
2141
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2142
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2143
|
+
|
2144
|
+
|
2145
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2146
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2147
|
+
Completed 500 Internal Server Error in 9ms
|
2148
|
+
|
2149
|
+
|
2150
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:40:18 +0100
|
2151
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2152
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2153
|
+
Completed 404 Not Found in 0ms
|
2154
|
+
|
2155
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2156
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2157
|
+
|
2158
|
+
|
2159
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2160
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2161
|
+
Completed 500 Internal Server Error in 1ms
|
2162
|
+
|
2163
|
+
|
2164
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:43:17 +0100
|
2165
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2166
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2167
|
+
Completed 404 Not Found in 1ms
|
2168
|
+
|
2169
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2170
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2171
|
+
|
2172
|
+
|
2173
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2174
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2175
|
+
Completed 500 Internal Server Error in 5ms
|
2176
|
+
|
2177
|
+
|
2178
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:47:00 +0100
|
2179
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2180
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2181
|
+
Completed 404 Not Found in 0ms
|
2182
|
+
|
2183
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2184
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2185
|
+
|
2186
|
+
|
2187
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2188
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2189
|
+
Completed 500 Internal Server Error in 2ms
|
2190
|
+
|
2191
|
+
|
2192
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:47:16 +0100
|
2193
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2194
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2195
|
+
Completed 404 Not Found in 0ms
|
2196
|
+
|
2197
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2198
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2199
|
+
|
2200
|
+
|
2201
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2202
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2203
|
+
Completed 500 Internal Server Error in 4ms
|
2204
|
+
|
2205
|
+
|
2206
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:47:45 +0100
|
2207
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2208
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2209
|
+
Completed 404 Not Found in 0ms
|
2210
|
+
|
2211
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2212
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2213
|
+
|
2214
|
+
|
2215
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2216
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2217
|
+
Completed 500 Internal Server Error in 6ms
|
2218
|
+
|
2219
|
+
|
2220
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:48:26 +0100
|
2221
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2222
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2223
|
+
Completed 404 Not Found in 0ms
|
2224
|
+
|
2225
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2226
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2227
|
+
|
2228
|
+
|
2229
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2230
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2231
|
+
Completed 500 Internal Server Error in 0ms
|
2232
|
+
|
2233
|
+
|
2234
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:56:08 +0100
|
2235
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2236
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2237
|
+
Completed 404 Not Found in 0ms
|
2238
|
+
|
2239
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2240
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2241
|
+
|
2242
|
+
|
2243
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2244
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2245
|
+
Completed 500 Internal Server Error in 7ms
|
2246
|
+
|
2247
|
+
|
2248
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:56:18 +0100
|
2249
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2250
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2251
|
+
Completed 404 Not Found in 0ms
|
2252
|
+
|
2253
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2254
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2255
|
+
|
2256
|
+
|
2257
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2258
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2259
|
+
Completed 500 Internal Server Error in 2ms
|
2260
|
+
|
2261
|
+
|
2262
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:56:44 +0100
|
2263
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2264
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2265
|
+
Completed 404 Not Found in 0ms
|
2266
|
+
|
2267
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2268
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2269
|
+
|
2270
|
+
|
2271
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2272
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2273
|
+
Completed 500 Internal Server Error in 11ms
|
2274
|
+
|
2275
|
+
|
2276
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:57:24 +0100
|
2277
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2278
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2279
|
+
Completed 404 Not Found in 0ms
|
2280
|
+
|
2281
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2282
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2283
|
+
|
2284
|
+
|
2285
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2286
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2287
|
+
Completed 500 Internal Server Error in 3ms
|
2288
|
+
|
2289
|
+
|
2290
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:57:46 +0100
|
2291
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2292
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2293
|
+
Completed 404 Not Found in 0ms
|
2294
|
+
|
2295
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2296
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2297
|
+
|
2298
|
+
|
2299
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2300
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2301
|
+
Completed 500 Internal Server Error in 3ms
|
2302
|
+
|
2303
|
+
|
2304
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:58:41 +0100
|
2305
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2306
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2307
|
+
Completed 404 Not Found in 0ms
|
2308
|
+
|
2309
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2310
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2311
|
+
|
2312
|
+
|
2313
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2314
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2315
|
+
Completed 500 Internal Server Error in 2ms
|
2316
|
+
|
2317
|
+
|
2318
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:58:44 +0100
|
2319
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2320
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2321
|
+
Completed 404 Not Found in 0ms
|
2322
|
+
|
2323
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2324
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2325
|
+
|
2326
|
+
|
2327
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2328
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2329
|
+
Completed 500 Internal Server Error in 1ms
|
2330
|
+
|
2331
|
+
|
2332
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:59:03 +0100
|
2333
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2334
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2335
|
+
Completed 404 Not Found in 0ms
|
2336
|
+
|
2337
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2338
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2339
|
+
|
2340
|
+
|
2341
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2342
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2343
|
+
Completed 500 Internal Server Error in 2ms
|
2344
|
+
|
2345
|
+
|
2346
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:59:12 +0100
|
2347
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2348
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2349
|
+
Completed 404 Not Found in 0ms
|
2350
|
+
|
2351
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2352
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2353
|
+
|
2354
|
+
|
2355
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2356
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2357
|
+
Completed 500 Internal Server Error in 1ms
|
2358
|
+
|
2359
|
+
|
2360
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 17:59:44 +0100
|
2361
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2362
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2363
|
+
Completed 404 Not Found in 0ms
|
2364
|
+
|
2365
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2366
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2367
|
+
|
2368
|
+
|
2369
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2370
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2371
|
+
Completed 500 Internal Server Error in 11ms
|
2372
|
+
|
2373
|
+
|
2374
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 18:00:19 +0100
|
2375
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2376
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2377
|
+
Completed 404 Not Found in 0ms
|
2378
|
+
|
2379
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2380
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2381
|
+
|
2382
|
+
|
2383
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2384
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2385
|
+
Completed 500 Internal Server Error in 2ms
|
2386
|
+
|
2387
|
+
|
2388
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 18:00:39 +0100
|
2389
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2390
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2391
|
+
Completed 404 Not Found in 0ms
|
2392
|
+
|
2393
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2394
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2395
|
+
|
2396
|
+
|
2397
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2398
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2399
|
+
Completed 500 Internal Server Error in 2ms
|
2400
|
+
|
2401
|
+
|
2402
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 18:10:33 +0100
|
2403
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2404
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2405
|
+
Completed 404 Not Found in 0ms
|
2406
|
+
|
2407
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2408
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2409
|
+
|
2410
|
+
|
2411
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2412
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2413
|
+
Completed 500 Internal Server Error in 2ms
|
2414
|
+
|
2415
|
+
|
2416
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 18:10:34 +0100
|
2417
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2418
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2419
|
+
Completed 404 Not Found in 0ms
|
2420
|
+
|
2421
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2422
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2423
|
+
|
2424
|
+
|
2425
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2426
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2427
|
+
Completed 500 Internal Server Error in 1ms
|
2428
|
+
|
2429
|
+
|
2430
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 18:10:46 +0100
|
2431
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2432
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2433
|
+
Completed 404 Not Found in 0ms
|
2434
|
+
|
2435
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2436
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2437
|
+
|
2438
|
+
|
2439
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2440
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2441
|
+
Completed 500 Internal Server Error in 10ms
|
2442
|
+
|
2443
|
+
|
2444
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 18:11:09 +0100
|
2445
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2446
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2447
|
+
Completed 404 Not Found in 0ms
|
2448
|
+
|
2449
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2450
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2451
|
+
|
2452
|
+
|
2453
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2454
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2455
|
+
Completed 500 Internal Server Error in 5ms
|
2456
|
+
|
2457
|
+
|
2458
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 18:11:20 +0100
|
2459
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2460
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2461
|
+
Completed 404 Not Found in 0ms
|
2462
|
+
|
2463
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2464
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2465
|
+
|
2466
|
+
|
2467
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2468
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2469
|
+
Completed 500 Internal Server Error in 4ms
|
2470
|
+
|
2471
|
+
|
2472
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 18:13:23 +0100
|
2473
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2474
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2475
|
+
Completed 404 Not Found in 0ms
|
2476
|
+
|
2477
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2478
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2479
|
+
|
2480
|
+
|
2481
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2482
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2483
|
+
Completed 500 Internal Server Error in 10ms
|
2484
|
+
|
2485
|
+
|
2486
|
+
Started GET "/error_previews/preview.pdf?code=404&locale=en" for ::1 at 2015-01-21 18:14:01 +0100
|
2487
|
+
Processing by ErrorPreviewsController#preview as PDF
|
2488
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2489
|
+
Completed 404 Not Found in 0ms
|
2490
|
+
|
2491
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2492
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2493
|
+
|
2494
|
+
|
2495
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
2496
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2497
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/generic_error.html.erb within layouts/simplificator_infrastructure/errors (6.3ms)
|
2498
|
+
Completed 404 Not Found in 42ms (Views: 40.8ms)
|
2499
|
+
|
2500
|
+
|
2501
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 18:14:01 +0100
|
2502
|
+
|
2503
|
+
|
2504
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 18:14:01 +0100
|
2505
|
+
|
2506
|
+
|
2507
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 18:14:01 +0100
|
2508
|
+
|
2509
|
+
|
2510
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_generic-a968490d61f954f36a76c8e28c134c0c.png" for ::1 at 2015-01-21 18:14:01 +0100
|
2511
|
+
|
2512
|
+
|
2513
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 18:14:01 +0100
|
2514
|
+
|
2515
|
+
|
2516
|
+
Started GET "/error_previews/preview.json?code=404&locale=en" for ::1 at 2015-01-21 18:14:05 +0100
|
2517
|
+
Processing by ErrorPreviewsController#preview as JSON
|
2518
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2519
|
+
Completed 404 Not Found in 0ms
|
2520
|
+
|
2521
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2522
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2523
|
+
|
2524
|
+
|
2525
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as JSON
|
2526
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2527
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/generic_error.html.erb within layouts/simplificator_infrastructure/errors (1.1ms)
|
2528
|
+
Completed 404 Not Found in 12ms (Views: 10.7ms)
|
2529
|
+
|
2530
|
+
|
2531
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 18:14:05 +0100
|
2532
|
+
|
2533
|
+
|
2534
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 18:14:05 +0100
|
2535
|
+
|
2536
|
+
|
2537
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 18:14:05 +0100
|
2538
|
+
|
2539
|
+
|
2540
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_generic-a968490d61f954f36a76c8e28c134c0c.png" for ::1 at 2015-01-21 18:14:05 +0100
|
2541
|
+
|
2542
|
+
|
2543
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 18:14:05 +0100
|
2544
|
+
|
2545
|
+
|
2546
|
+
Started GET "/error_previews/preview.json?code=404&locale=en" for ::1 at 2015-01-21 18:14:12 +0100
|
2547
|
+
Processing by ErrorPreviewsController#preview as JSON
|
2548
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2549
|
+
Completed 404 Not Found in 0ms
|
2550
|
+
|
2551
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2552
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2553
|
+
|
2554
|
+
|
2555
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as JSON
|
2556
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2557
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/generic_error.html.erb within layouts/simplificator_infrastructure/errors (0.8ms)
|
2558
|
+
Completed 404 Not Found in 12ms (Views: 11.5ms)
|
2559
|
+
|
2560
|
+
|
2561
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 18:14:12 +0100
|
2562
|
+
|
2563
|
+
|
2564
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 18:14:12 +0100
|
2565
|
+
|
2566
|
+
|
2567
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 18:14:12 +0100
|
2568
|
+
|
2569
|
+
|
2570
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_generic-a968490d61f954f36a76c8e28c134c0c.png" for ::1 at 2015-01-21 18:14:12 +0100
|
2571
|
+
|
2572
|
+
|
2573
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 18:14:12 +0100
|
2574
|
+
|
2575
|
+
|
2576
|
+
Started GET "/error_previews/preview.json?code=404&locale=en" for ::1 at 2015-01-21 18:14:13 +0100
|
2577
|
+
Processing by ErrorPreviewsController#preview as JSON
|
2578
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2579
|
+
Completed 404 Not Found in 0ms
|
2580
|
+
|
2581
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2582
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2583
|
+
|
2584
|
+
|
2585
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as JSON
|
2586
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2587
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/generic_error.html.erb within layouts/simplificator_infrastructure/errors (0.6ms)
|
2588
|
+
Completed 404 Not Found in 11ms (Views: 10.1ms)
|
2589
|
+
|
2590
|
+
|
2591
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 18:14:13 +0100
|
2592
|
+
|
2593
|
+
|
2594
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 18:14:13 +0100
|
2595
|
+
|
2596
|
+
|
2597
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 18:14:13 +0100
|
2598
|
+
|
2599
|
+
|
2600
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_generic-a968490d61f954f36a76c8e28c134c0c.png" for ::1 at 2015-01-21 18:14:13 +0100
|
2601
|
+
|
2602
|
+
|
2603
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 18:14:13 +0100
|
2604
|
+
|
2605
|
+
|
2606
|
+
Started GET "/error_previews/preview.json?code=404&locale=en" for ::1 at 2015-01-21 18:14:17 +0100
|
2607
|
+
Processing by ErrorPreviewsController#preview as JSON
|
2608
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2609
|
+
Completed 404 Not Found in 0ms
|
2610
|
+
|
2611
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
2612
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
2613
|
+
|
2614
|
+
|
2615
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as JSON
|
2616
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
2617
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/generic_error.html.erb within layouts/simplificator_infrastructure/errors (1.2ms)
|
2618
|
+
Completed 404 Not Found in 11ms (Views: 10.8ms)
|
2619
|
+
|
2620
|
+
|
2621
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 18:14:17 +0100
|
2622
|
+
|
2623
|
+
|
2624
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 18:14:17 +0100
|
2625
|
+
|
2626
|
+
|
2627
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 18:14:17 +0100
|
2628
|
+
|
2629
|
+
|
2630
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_generic-a968490d61f954f36a76c8e28c134c0c.png" for ::1 at 2015-01-21 18:14:17 +0100
|
2631
|
+
|
2632
|
+
|
2633
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 18:14:17 +0100
|
2634
|
+
|
2635
|
+
|
2636
|
+
Started GET "/error_previews/preview.json?code=500&locale=en" for ::1 at 2015-01-21 18:14:19 +0100
|
2637
|
+
Processing by ErrorPreviewsController#preview as JSON
|
2638
|
+
Parameters: {"code"=>"500", "locale"=>"en"}
|
2639
|
+
Completed 500 Internal Server Error in 0ms
|
2640
|
+
|
2641
|
+
RuntimeError (some generic exception):
|
2642
|
+
app/controllers/error_previews_controller.rb:8:in `preview'
|
2643
|
+
|
2644
|
+
|
2645
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as JSON
|
2646
|
+
Parameters: {"code"=>"500", "locale"=>"en"}
|
2647
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/generic_error.html.erb within layouts/simplificator_infrastructure/errors (0.5ms)
|
2648
|
+
Completed 500 Internal Server Error in 10ms (Views: 9.7ms)
|
2649
|
+
|
2650
|
+
|
2651
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 18:14:19 +0100
|
2652
|
+
|
2653
|
+
|
2654
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 18:14:19 +0100
|
2655
|
+
|
2656
|
+
|
2657
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 18:14:19 +0100
|
2658
|
+
|
2659
|
+
|
2660
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_generic-a968490d61f954f36a76c8e28c134c0c.png" for ::1 at 2015-01-21 18:14:19 +0100
|
2661
|
+
|
2662
|
+
|
2663
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 18:14:20 +0100
|