simplificator_infrastructure 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/images/simplificator_infrastructure/errors/logo.png +0 -0
- data/app/views/errors/404.html.erb +9 -9
- data/config/locales/de.yml +13 -13
- data/config/locales/en.yml +13 -13
- data/lib/simplificator_infrastructure/version.rb +3 -3
- data/test/dummy/log/development.log +503 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0500adeee201d5a348b4c3ec497adae2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/09ed1ef41f7cd9d17777b1411359e566 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1344657b8f5d1906efcbafe0e22c17cc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5acaff767402e80bb9961b92c8bc3dda +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6d07f71bc133b650e297569a7e19174e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7e3d3b1b8b95a568bcb68e2f29436ca3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7f0315cb615b6ab601fd42d59b8afde9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8861585cc3fb654bbf27d60c86aba449 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9c500634b58fe570e801dd477f2f9769 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9e70666db09ef523b119125cc9eb73c5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a58c29f74df199333ef9f066c7b436bd +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e303fbe4b122fbe771c62af737c0e1b5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f39692dced32f5d36d10caed783739ee +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- metadata +40 -3
- data/README.rdoc +0 -73
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f65b793e6b7299ebcf439320f35522aa3585001
|
|
4
|
+
data.tar.gz: 2081c31a9b08d2c2d2f3c06c6976d53940ca692e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6fa69432902b63e2d80aff5a94705e382acaffd0ee123b9e1f1b8d6b33610bd8f133cce59afe2de3637a78a24754ade632f60e1e0215d8a63e065ca0b4efe7d8
|
|
7
|
+
data.tar.gz: 716c8e04b48ce772a7b74569ca82ec6b752f4e8d9322368cf9f0cc58f5dc35c630006b730d3f8d1c1af5ebc00a70e7e94817e9d1c42d30d449786194938d4f6e
|
|
Binary file
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<div class="content">
|
|
2
|
-
<h1 class="error"><%= I18n.t("simplificator_infrastructure.errors.404.title") %></h1>
|
|
3
|
-
<p class="lead"><%= I18n.t("simplificator_infrastructure.errors.404.lead") %></p>
|
|
4
|
-
<p><%= I18n.t("simplificator_infrastructure.errors.404.text").html_safe %></p>
|
|
5
|
-
<p>
|
|
6
|
-
<%= image_tag("simplificator_infrastructure/errors/error_404.png", class: 'icon')%>
|
|
7
|
-
<br/>
|
|
8
|
-
<%= image_tag('simplificator_infrastructure/errors/logo.png') %>
|
|
9
|
-
</div>
|
|
1
|
+
<div class="content">
|
|
2
|
+
<h1 class="error"><%= I18n.t("simplificator_infrastructure.errors.404.title") %></h1>
|
|
3
|
+
<p class="lead"><%= I18n.t("simplificator_infrastructure.errors.404.lead") %></p>
|
|
4
|
+
<p><%= (I18n.t("simplificator_infrastructure.errors.404.text") % {referrer: request.env["HTTP_REFERER"]}).html_safe %></p>
|
|
5
|
+
<p>
|
|
6
|
+
<%= image_tag("simplificator_infrastructure/errors/error_404.png", class: 'icon')%>
|
|
7
|
+
<br/>
|
|
8
|
+
<%= image_tag('simplificator_infrastructure/errors/logo.png') %>
|
|
9
|
+
</div>
|
data/config/locales/de.yml
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
de:
|
|
2
|
-
simplificator_infrastructure:
|
|
3
|
-
errors:
|
|
4
|
-
page_title: 'Ein Fehler ist aufgetreten'
|
|
5
|
-
|
|
6
|
-
generic:
|
|
7
|
-
title: 'Ohhh!'
|
|
8
|
-
lead: "Die Anfrage konnte leider nicht beantwortet werden."
|
|
9
|
-
text: "Wir sind benachrichtig worden und schauen uns das an. Bitte versuchen Sie es später nochmals"
|
|
10
|
-
'404':
|
|
11
|
-
title: "Oooops!"
|
|
12
|
-
lead: "Diese Seite existiert nicht (mehr)"
|
|
13
|
-
text: "Bitte gehen Sie <a href=\"
|
|
1
|
+
de:
|
|
2
|
+
simplificator_infrastructure:
|
|
3
|
+
errors:
|
|
4
|
+
page_title: 'Ein Fehler ist aufgetreten'
|
|
5
|
+
|
|
6
|
+
generic:
|
|
7
|
+
title: 'Ohhh!'
|
|
8
|
+
lead: "Die Anfrage konnte leider nicht beantwortet werden."
|
|
9
|
+
text: "Wir sind benachrichtig worden und schauen uns das an. Bitte versuchen Sie es später nochmals"
|
|
10
|
+
'404':
|
|
11
|
+
title: "Oooops!"
|
|
12
|
+
lead: "Diese Seite existiert nicht (mehr)"
|
|
13
|
+
text: "Bitte gehen Sie <a href=\"%{referrer}\">zurück</a> und fangen nochmals an."
|
data/config/locales/en.yml
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
en:
|
|
2
|
-
simplificator_infrastructure:
|
|
3
|
-
errors:
|
|
4
|
-
page_title: 'An error occured'
|
|
5
|
-
|
|
6
|
-
generic:
|
|
7
|
-
title: 'Ohhh!'
|
|
8
|
-
lead: "We had a problem serving your request."
|
|
9
|
-
text: "We have been notified and will take care of this.<br/>Please try again later."
|
|
10
|
-
'404':
|
|
11
|
-
title: "Oooops!"
|
|
12
|
-
lead: "The page does not exist."
|
|
13
|
-
text: "Please go <a href=\"
|
|
1
|
+
en:
|
|
2
|
+
simplificator_infrastructure:
|
|
3
|
+
errors:
|
|
4
|
+
page_title: 'An error occured'
|
|
5
|
+
|
|
6
|
+
generic:
|
|
7
|
+
title: 'Ohhh!'
|
|
8
|
+
lead: "We had a problem serving your request."
|
|
9
|
+
text: "We have been notified and will take care of this.<br/>Please try again later."
|
|
10
|
+
'404':
|
|
11
|
+
title: "Oooops!"
|
|
12
|
+
lead: "The page does not exist."
|
|
13
|
+
text: "Please go <a href=\"%{referrer}\">back</a> and start over."
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
module SimplificatorInfrastructure
|
|
2
|
-
VERSION = "0.0.
|
|
3
|
-
end
|
|
1
|
+
module SimplificatorInfrastructure
|
|
2
|
+
VERSION = "0.0.4"
|
|
3
|
+
end
|
|
@@ -84,3 +84,506 @@ Started GET "/assets/simplificator_infrastructure/errors/error_generic-a968490d6
|
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
Started GET "/assets/simplificator_infrastructure/errors/logo-dff205c75e8806bd14f3bd9473e49c51.png" for ::1 at 2015-01-19 11:16:49 +0100
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
Started GET "/" for ::1 at 2015-01-21 09:46:25 +0100
|
|
90
|
+
Processing by ErrorPreviewsController#index as HTML
|
|
91
|
+
Rendered error_previews/index.html.erb within layouts/application (1.2ms)
|
|
92
|
+
Completed 200 OK in 39ms (Views: 38.4ms)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
Started GET "/assets/application-823e88bf1231c4323ee1d35731d8f1b6.css?body=1" for ::1 at 2015-01-21 09:46:25 +0100
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
Started GET "/assets/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:46:25 +0100
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 09:46:27 +0100
|
|
102
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
103
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
104
|
+
Completed 404 Not Found in 0ms
|
|
105
|
+
|
|
106
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
107
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
111
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
112
|
+
Completed 500 Internal Server Error in 4ms
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 09:47:42 +0100
|
|
116
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
117
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
118
|
+
Completed 404 Not Found in 0ms
|
|
119
|
+
|
|
120
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
121
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
125
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
126
|
+
Completed 500 Internal Server Error in 3ms
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 09:47:46 +0100
|
|
130
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
131
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
132
|
+
Completed 404 Not Found in 0ms
|
|
133
|
+
|
|
134
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
135
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
139
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
140
|
+
Completed 500 Internal Server Error in 3ms
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 09:47:47 +0100
|
|
144
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
145
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
146
|
+
Completed 404 Not Found in 0ms
|
|
147
|
+
|
|
148
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
149
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
153
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
154
|
+
Completed 500 Internal Server Error in 3ms
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 09:48:10 +0100
|
|
158
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
159
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
160
|
+
Completed 404 Not Found in 0ms
|
|
161
|
+
|
|
162
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
163
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
167
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
168
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (4.2ms)
|
|
169
|
+
Completed 500 Internal Server Error in 14ms
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 09:48:11 +0100
|
|
173
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
174
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
175
|
+
Completed 404 Not Found in 0ms
|
|
176
|
+
|
|
177
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
178
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
182
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
183
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (0.7ms)
|
|
184
|
+
Completed 500 Internal Server Error in 3ms
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 09:48:29 +0100
|
|
188
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
189
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
190
|
+
Completed 404 Not Found in 0ms
|
|
191
|
+
|
|
192
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
193
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
197
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
198
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (5.8ms)
|
|
199
|
+
Completed 404 Not Found in 38ms (Views: 37.2ms)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 09:48:29 +0100
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 09:48:29 +0100
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:48:29 +0100
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_404-1b456d7204a73d7e2b991d63e1bb0bb6.png" for ::1 at 2015-01-21 09:48:29 +0100
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 09:48:29 +0100
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 09:48:42 +0100
|
|
218
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
219
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
220
|
+
Completed 404 Not Found in 0ms
|
|
221
|
+
|
|
222
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
223
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
227
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
228
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (0.4ms)
|
|
229
|
+
Completed 404 Not Found in 14ms (Views: 10.3ms)
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 09:48:42 +0100
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 09:48:42 +0100
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:48:42 +0100
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_404-1b456d7204a73d7e2b991d63e1bb0bb6.png" for ::1 at 2015-01-21 09:48:42 +0100
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 09:48:42 +0100
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 09:48:50 +0100
|
|
248
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
249
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
250
|
+
Completed 404 Not Found in 0ms
|
|
251
|
+
|
|
252
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
253
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
257
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
258
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (3.8ms)
|
|
259
|
+
Completed 404 Not Found in 37ms (Views: 32.6ms)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 09:48:50 +0100
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 09:48:50 +0100
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:48:50 +0100
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_404-1b456d7204a73d7e2b991d63e1bb0bb6.png" for ::1 at 2015-01-21 09:48:50 +0100
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 09:48:50 +0100
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 09:48:51 +0100
|
|
278
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
279
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
280
|
+
Completed 404 Not Found in 0ms
|
|
281
|
+
|
|
282
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
283
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
287
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
288
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (0.5ms)
|
|
289
|
+
Completed 404 Not Found in 11ms (Views: 9.8ms)
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 09:48:51 +0100
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 09:48:51 +0100
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:48:51 +0100
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_404-1b456d7204a73d7e2b991d63e1bb0bb6.png" for ::1 at 2015-01-21 09:48:51 +0100
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 09:48:51 +0100
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 09:48:55 +0100
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 09:48:55 +0100
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
Started GET "/error_previews/preview?code=404&locale=de" for ::1 at 2015-01-21 09:49:09 +0100
|
|
314
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
315
|
+
Parameters: {"code"=>"404", "locale"=>"de"}
|
|
316
|
+
Completed 404 Not Found in 0ms
|
|
317
|
+
|
|
318
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
319
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
323
|
+
Parameters: {"code"=>"404", "locale"=>"de"}
|
|
324
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (1.2ms)
|
|
325
|
+
Completed 404 Not Found in 13ms (Views: 11.8ms)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 09:49:09 +0100
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 09:49:09 +0100
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:49:09 +0100
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_404-1b456d7204a73d7e2b991d63e1bb0bb6.png" for ::1 at 2015-01-21 09:49:09 +0100
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 09:49:09 +0100
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
Started GET "/error_previews/preview?code=404&locale=de" for ::1 at 2015-01-21 09:49:24 +0100
|
|
344
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
345
|
+
Parameters: {"code"=>"404", "locale"=>"de"}
|
|
346
|
+
Completed 404 Not Found in 0ms
|
|
347
|
+
|
|
348
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
349
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
353
|
+
Parameters: {"code"=>"404", "locale"=>"de"}
|
|
354
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (3.9ms)
|
|
355
|
+
Completed 404 Not Found in 34ms (Views: 30.1ms)
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 09:49:25 +0100
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:49:25 +0100
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 09:49:25 +0100
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_404-1b456d7204a73d7e2b991d63e1bb0bb6.png" for ::1 at 2015-01-21 09:49:25 +0100
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 09:49:25 +0100
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
Started GET "/error_previews/preview?code=404&locale=de" for ::1 at 2015-01-21 09:49:42 +0100
|
|
374
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
375
|
+
Parameters: {"code"=>"404", "locale"=>"de"}
|
|
376
|
+
Completed 404 Not Found in 0ms
|
|
377
|
+
|
|
378
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
379
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
383
|
+
Parameters: {"code"=>"404", "locale"=>"de"}
|
|
384
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (3.0ms)
|
|
385
|
+
Completed 500 Internal Server Error in 13ms
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
Started GET "/error_previews/preview?code=404&locale=de" for ::1 at 2015-01-21 09:49:54 +0100
|
|
389
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
390
|
+
Parameters: {"code"=>"404", "locale"=>"de"}
|
|
391
|
+
Completed 404 Not Found in 0ms
|
|
392
|
+
|
|
393
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
394
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
398
|
+
Parameters: {"code"=>"404", "locale"=>"de"}
|
|
399
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (3.8ms)
|
|
400
|
+
Completed 404 Not Found in 36ms (Views: 31.2ms)
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 09:49:54 +0100
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 09:49:54 +0100
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:49:54 +0100
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_404-1b456d7204a73d7e2b991d63e1bb0bb6.png" for ::1 at 2015-01-21 09:49:54 +0100
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 09:49:54 +0100
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
Started GET "/error_previews/preview?code=404&locale=de" for ::1 at 2015-01-21 09:50:07 +0100
|
|
419
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
420
|
+
Parameters: {"code"=>"404", "locale"=>"de"}
|
|
421
|
+
Completed 404 Not Found in 0ms
|
|
422
|
+
|
|
423
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
424
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
428
|
+
Parameters: {"code"=>"404", "locale"=>"de"}
|
|
429
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (4.1ms)
|
|
430
|
+
Completed 404 Not Found in 37ms (Views: 33.1ms)
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 09:50:07 +0100
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 09:50:07 +0100
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:50:07 +0100
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_404-1b456d7204a73d7e2b991d63e1bb0bb6.png" for ::1 at 2015-01-21 09:50:07 +0100
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 09:50:07 +0100
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
Started GET "/error_previews/preview?code=404&locale=de" for ::1 at 2015-01-21 09:50:10 +0100
|
|
449
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
450
|
+
Parameters: {"code"=>"404", "locale"=>"de"}
|
|
451
|
+
Completed 404 Not Found in 0ms
|
|
452
|
+
|
|
453
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
454
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
458
|
+
Parameters: {"code"=>"404", "locale"=>"de"}
|
|
459
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (0.4ms)
|
|
460
|
+
Completed 404 Not Found in 10ms (Views: 9.3ms)
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 09:50:10 +0100
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 09:50:10 +0100
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:50:10 +0100
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_404-1b456d7204a73d7e2b991d63e1bb0bb6.png" for ::1 at 2015-01-21 09:50:10 +0100
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 09:50:10 +0100
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
Started GET "/" for ::1 at 2015-01-21 09:50:14 +0100
|
|
479
|
+
Processing by ErrorPreviewsController#index as HTML
|
|
480
|
+
Rendered error_previews/index.html.erb within layouts/application (0.3ms)
|
|
481
|
+
Completed 200 OK in 14ms (Views: 14.0ms)
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
Started GET "/assets/application-823e88bf1231c4323ee1d35731d8f1b6.css?body=1" for ::1 at 2015-01-21 09:50:14 +0100
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
Started GET "/assets/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:50:14 +0100
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 09:50:16 +0100
|
|
491
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
492
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
493
|
+
Completed 404 Not Found in 0ms
|
|
494
|
+
|
|
495
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
496
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
500
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
501
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (0.8ms)
|
|
502
|
+
Completed 404 Not Found in 10ms (Views: 9.0ms)
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 09:50:16 +0100
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:50:16 +0100
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 09:50:16 +0100
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_404-1b456d7204a73d7e2b991d63e1bb0bb6.png" for ::1 at 2015-01-21 09:50:16 +0100
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 09:50:16 +0100
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 09:50:47 +0100
|
|
521
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
522
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
523
|
+
Completed 404 Not Found in 0ms
|
|
524
|
+
|
|
525
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
526
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
530
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
531
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (3.7ms)
|
|
532
|
+
Completed 404 Not Found in 34ms (Views: 29.8ms)
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 09:50:48 +0100
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 09:50:48 +0100
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:50:48 +0100
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_404-1b456d7204a73d7e2b991d63e1bb0bb6.png" for ::1 at 2015-01-21 09:50:48 +0100
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 09:50:48 +0100
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
Started GET "/" for ::1 at 2015-01-21 09:50:50 +0100
|
|
551
|
+
Processing by ErrorPreviewsController#index as HTML
|
|
552
|
+
Rendered error_previews/index.html.erb within layouts/application (0.3ms)
|
|
553
|
+
Completed 200 OK in 15ms (Views: 15.0ms)
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
Started GET "/assets/application-823e88bf1231c4323ee1d35731d8f1b6.css?body=1" for ::1 at 2015-01-21 09:50:50 +0100
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
Started GET "/assets/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:50:50 +0100
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
Started GET "/error_previews/preview?code=404&locale=en" for ::1 at 2015-01-21 09:50:52 +0100
|
|
563
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
564
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
565
|
+
Completed 404 Not Found in 0ms
|
|
566
|
+
|
|
567
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
568
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
572
|
+
Parameters: {"code"=>"404", "locale"=>"en"}
|
|
573
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (0.4ms)
|
|
574
|
+
Completed 404 Not Found in 9ms (Views: 8.5ms)
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
Started GET "/assets/simplificator_infrastructure/errors-928ba3bb41870ff2506534e889b5a343.css?body=1" for ::1 at 2015-01-21 09:50:52 +0100
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
Started GET "/assets/simplificator_infrastructure/errors/error_404-1b456d7204a73d7e2b991d63e1bb0bb6.png" for ::1 at 2015-01-21 09:50:52 +0100
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
Started GET "/assets/simplificator_infrastructure/application-680fe1d8377d3b30ccc6040ff6efb0f6.css?body=1" for ::1 at 2015-01-21 09:50:52 +0100
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
Started GET "/assets/simplificator_infrastructure/application-6003a83c88a1f90ef300f4f20d8f3218.js?body=1" for ::1 at 2015-01-21 09:50:52 +0100
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
Started GET "/assets/simplificator_infrastructure/errors/logo-48573dc0d89ffec82bd936f919c7b96d.png" for ::1 at 2015-01-21 09:50:52 +0100
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplificator_infrastructure
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pascal Betz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -38,7 +38,6 @@ extensions: []
|
|
|
38
38
|
extra_rdoc_files: []
|
|
39
39
|
files:
|
|
40
40
|
- MIT-LICENSE
|
|
41
|
-
- README.rdoc
|
|
42
41
|
- Rakefile
|
|
43
42
|
- app/assets/images/simplificator_infrastructure/errors/error_404.png
|
|
44
43
|
- app/assets/images/simplificator_infrastructure/errors/error_generic.png
|
|
@@ -98,6 +97,25 @@ files:
|
|
|
98
97
|
- test/dummy/log/test.log
|
|
99
98
|
- test/dummy/public/favicon.ico
|
|
100
99
|
- test/dummy/test/integration/error_previews_controller_test.rb
|
|
100
|
+
- test/dummy/tmp/cache/assets/development/sprockets/0500adeee201d5a348b4c3ec497adae2
|
|
101
|
+
- test/dummy/tmp/cache/assets/development/sprockets/09ed1ef41f7cd9d17777b1411359e566
|
|
102
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1344657b8f5d1906efcbafe0e22c17cc
|
|
103
|
+
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
|
104
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
|
105
|
+
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
|
106
|
+
- test/dummy/tmp/cache/assets/development/sprockets/5acaff767402e80bb9961b92c8bc3dda
|
|
107
|
+
- test/dummy/tmp/cache/assets/development/sprockets/6d07f71bc133b650e297569a7e19174e
|
|
108
|
+
- test/dummy/tmp/cache/assets/development/sprockets/7e3d3b1b8b95a568bcb68e2f29436ca3
|
|
109
|
+
- test/dummy/tmp/cache/assets/development/sprockets/7f0315cb615b6ab601fd42d59b8afde9
|
|
110
|
+
- test/dummy/tmp/cache/assets/development/sprockets/8861585cc3fb654bbf27d60c86aba449
|
|
111
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9c500634b58fe570e801dd477f2f9769
|
|
112
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9e70666db09ef523b119125cc9eb73c5
|
|
113
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a58c29f74df199333ef9f066c7b436bd
|
|
114
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
|
115
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
|
116
|
+
- test/dummy/tmp/cache/assets/development/sprockets/e303fbe4b122fbe771c62af737c0e1b5
|
|
117
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f39692dced32f5d36d10caed783739ee
|
|
118
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
101
119
|
- test/integration/navigation_test.rb
|
|
102
120
|
- test/lib/simplificator_infrastructure/error_summary_test.rb
|
|
103
121
|
- test/simplificator_infrastructure_test.rb
|
|
@@ -164,6 +182,25 @@ test_files:
|
|
|
164
182
|
- test/dummy/Rakefile
|
|
165
183
|
- test/dummy/README.rdoc
|
|
166
184
|
- test/dummy/test/integration/error_previews_controller_test.rb
|
|
185
|
+
- test/dummy/tmp/cache/assets/development/sprockets/0500adeee201d5a348b4c3ec497adae2
|
|
186
|
+
- test/dummy/tmp/cache/assets/development/sprockets/09ed1ef41f7cd9d17777b1411359e566
|
|
187
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1344657b8f5d1906efcbafe0e22c17cc
|
|
188
|
+
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
|
189
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
|
190
|
+
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
|
191
|
+
- test/dummy/tmp/cache/assets/development/sprockets/5acaff767402e80bb9961b92c8bc3dda
|
|
192
|
+
- test/dummy/tmp/cache/assets/development/sprockets/6d07f71bc133b650e297569a7e19174e
|
|
193
|
+
- test/dummy/tmp/cache/assets/development/sprockets/7e3d3b1b8b95a568bcb68e2f29436ca3
|
|
194
|
+
- test/dummy/tmp/cache/assets/development/sprockets/7f0315cb615b6ab601fd42d59b8afde9
|
|
195
|
+
- test/dummy/tmp/cache/assets/development/sprockets/8861585cc3fb654bbf27d60c86aba449
|
|
196
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9c500634b58fe570e801dd477f2f9769
|
|
197
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9e70666db09ef523b119125cc9eb73c5
|
|
198
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a58c29f74df199333ef9f066c7b436bd
|
|
199
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
|
200
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
|
201
|
+
- test/dummy/tmp/cache/assets/development/sprockets/e303fbe4b122fbe771c62af737c0e1b5
|
|
202
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f39692dced32f5d36d10caed783739ee
|
|
203
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
167
204
|
- test/integration/navigation_test.rb
|
|
168
205
|
- test/lib/simplificator_infrastructure/error_summary_test.rb
|
|
169
206
|
- test/simplificator_infrastructure_test.rb
|
data/README.rdoc
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
= SimplificatorInfrastructure
|
|
2
|
-
|
|
3
|
-
This project rocks and uses MIT-LICENSE.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
SimplificatorInfrastructure provides re-usable code for Rails Webapps.
|
|
7
|
-
|
|
8
|
-
== Error Pages
|
|
9
|
-
|
|
10
|
-
Shows neat error pages when exceptions are raised.
|
|
11
|
-
It is implemented as exception app which is a special rack app which gets called when an error occurs inside the rack middleware chain.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
=== Installation
|
|
15
|
-
|
|
16
|
-
````
|
|
17
|
-
gem 'simplificator_infrastructure'
|
|
18
|
-
````
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
=== Usage
|
|
22
|
-
|
|
23
|
-
In order to enable the error page handling do something like this:
|
|
24
|
-
|
|
25
|
-
````
|
|
26
|
-
SimplificatorInfrastructure::ErrorPageHandler.register
|
|
27
|
-
|
|
28
|
-
# As this will hide useful information for developers
|
|
29
|
-
# you might want to do this depending on the environment
|
|
30
|
-
if Rails.env.production?
|
|
31
|
-
SimplificatorInfrastructure::ErrorPageHandler.register
|
|
32
|
-
end
|
|
33
|
-
|
|
34
|
-
````
|
|
35
|
-
|
|
36
|
-
Note: it's best if you do this in an after_initialize block or in an initializer file (initializers/*.rb) because
|
|
37
|
-
in order for the error pages to work consider_all_requests_local needs to be false.
|
|
38
|
-
Some environments set it to true which might override this again because of the order of the calls.
|
|
39
|
-
|
|
40
|
-
=== Customize Error pages
|
|
41
|
-
|
|
42
|
-
You can add an error page per HTTP status code. I.e. a custom 500, 404, ... error page. The gem comes with
|
|
43
|
-
|
|
44
|
-
* 404 (is shown when a routing error occurs)
|
|
45
|
-
* generic (is shown in all other cases)
|
|
46
|
-
|
|
47
|
-
If a specific page is present then it is rendered, else the generic one is shown.
|
|
48
|
-
|
|
49
|
-
To add or customize an error page you can add a view at
|
|
50
|
-
|
|
51
|
-
app/views/errors/xxx.html.something
|
|
52
|
-
|
|
53
|
-
where XXX is the status code
|
|
54
|
-
|
|
55
|
-
Or add
|
|
56
|
-
|
|
57
|
-
app/views/errors/generic_error.html.erb to replace the generic error view.
|
|
58
|
-
|
|
59
|
-
=== Translations
|
|
60
|
-
|
|
61
|
-
Translations are provided for
|
|
62
|
-
|
|
63
|
-
* de
|
|
64
|
-
* en
|
|
65
|
-
|
|
66
|
-
If you want to add more translations just add the keys to your locale files.
|
|
67
|
-
|
|
68
|
-
Please make sure that I18n has
|
|
69
|
-
|
|
70
|
-
* available_locales
|
|
71
|
-
* default_locale
|
|
72
|
-
|
|
73
|
-
properly set.
|