simplificator_infrastructure 0.0.10 → 0.0.11
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/lib/simplificator_infrastructure.rb +2 -2
- data/lib/simplificator_infrastructure/version.rb +1 -1
- data/test/dummy/log/test.log +104 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/0500adeee201d5a348b4c3ec497adae2 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/09ed1ef41f7cd9d17777b1411359e566 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/1344657b8f5d1906efcbafe0e22c17cc +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/5acaff767402e80bb9961b92c8bc3dda +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/6d07f71bc133b650e297569a7e19174e +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/7f0315cb615b6ab601fd42d59b8afde9 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/8861585cc3fb654bbf27d60c86aba449 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/9c500634b58fe570e801dd477f2f9769 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/9e70666db09ef523b119125cc9eb73c5 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/a58c29f74df199333ef9f066c7b436bd +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d7cb110ec211a8c4ef021e93a2f976f7 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/e303fbe4b122fbe771c62af737c0e1b5 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/e96855d0fc8137ba701522baf08faf33 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f39692dced32f5d36d10caed783739ee +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7b5c6a6c3a0d05840da2247b10dcada7dadf2ba
|
|
4
|
+
data.tar.gz: f76e29c002daccc34c8d63d901d6ca0fc2bdb870
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c45742778e269d61343ca1d3a040b3528ace9d9ba5d22619c499572ac97b7e781e07fdaa6643277a8348a1c1d0f6c0ef75266068ed4ebbc4e155183f42e435b
|
|
7
|
+
data.tar.gz: 163e5f5ea6188e7bee92979caca746af61d923e5362701742aca9ec5278d5d3eb5b6c94426c79b646d9a2b3b3f3d7256780a38d2839c3ce26af970add8f71bf5
|
data/test/dummy/log/test.log
CHANGED
|
@@ -2749,3 +2749,107 @@ Completed 404 Not Found in 2ms (Views: 1.3ms)
|
|
|
2749
2749
|
---------------------------------------------------------------------------------------
|
|
2750
2750
|
SimplificatorInfrastructure::ErrorSummaryTest: test_locale:_check_params_if_not_in_path
|
|
2751
2751
|
---------------------------------------------------------------------------------------
|
|
2752
|
+
-------------------------------------
|
|
2753
|
+
ErrorPreviewsControllerTest: test_404
|
|
2754
|
+
-------------------------------------
|
|
2755
|
+
Started GET "/error_previews/preview?code=404" for 127.0.0.1 at 2015-02-09 13:08:02 +0100
|
|
2756
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
2757
|
+
Parameters: {"code"=>"404"}
|
|
2758
|
+
Completed 404 Not Found in 0ms
|
|
2759
|
+
|
|
2760
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
2761
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
2762
|
+
test/integration/error_previews_controller_test.rb:11:in `block in <class:ErrorPreviewsControllerTest>'
|
|
2763
|
+
|
|
2764
|
+
|
|
2765
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
2766
|
+
Parameters: {"code"=>"404"}
|
|
2767
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (6.4ms)
|
|
2768
|
+
Completed 404 Not Found in 30ms (Views: 24.8ms)
|
|
2769
|
+
-------------------------------------
|
|
2770
|
+
ErrorPreviewsControllerTest: test_500
|
|
2771
|
+
-------------------------------------
|
|
2772
|
+
Started GET "/error_previews/preview" for 127.0.0.1 at 2015-02-09 13:08:02 +0100
|
|
2773
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
2774
|
+
Completed 500 Internal Server Error in 0ms
|
|
2775
|
+
|
|
2776
|
+
RuntimeError (some generic exception):
|
|
2777
|
+
app/controllers/error_previews_controller.rb:8:in `preview'
|
|
2778
|
+
test/integration/error_previews_controller_test.rb:5:in `block in <class:ErrorPreviewsControllerTest>'
|
|
2779
|
+
|
|
2780
|
+
|
|
2781
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
2782
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/generic_error.html.erb within layouts/simplificator_infrastructure/errors (2.9ms)
|
|
2783
|
+
Completed 500 Internal Server Error in 5ms (Views: 4.2ms)
|
|
2784
|
+
---------------------------------------------------------------
|
|
2785
|
+
ErrorPreviewsControllerTest: test_renders_html_for_pdf_requests
|
|
2786
|
+
---------------------------------------------------------------
|
|
2787
|
+
Started GET "/error_previews/preview.pdf?code=404" for 127.0.0.1 at 2015-02-09 13:08:02 +0100
|
|
2788
|
+
Processing by ErrorPreviewsController#preview as PDF
|
|
2789
|
+
Parameters: {"code"=>"404"}
|
|
2790
|
+
Completed 404 Not Found in 0ms
|
|
2791
|
+
|
|
2792
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
2793
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
2794
|
+
test/integration/error_previews_controller_test.rb:17:in `block in <class:ErrorPreviewsControllerTest>'
|
|
2795
|
+
|
|
2796
|
+
|
|
2797
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
|
2798
|
+
Parameters: {"code"=>"404"}
|
|
2799
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (0.8ms)
|
|
2800
|
+
Completed 404 Not Found in 8ms (Views: 6.7ms)
|
|
2801
|
+
---------------------------------------------------------------------------------------
|
|
2802
|
+
SimplificatorInfrastructure::ErrorSummaryTest: test_locale:_check_params_if_not_in_path
|
|
2803
|
+
---------------------------------------------------------------------------------------
|
|
2804
|
+
---------------------------------------------------------------------------------------
|
|
2805
|
+
SimplificatorInfrastructure::ErrorSummaryTest: test_locale:_check_params_if_not_in_path
|
|
2806
|
+
---------------------------------------------------------------------------------------
|
|
2807
|
+
---------------------------------------------------------------
|
|
2808
|
+
ErrorPreviewsControllerTest: test_renders_html_for_pdf_requests
|
|
2809
|
+
---------------------------------------------------------------
|
|
2810
|
+
Started GET "/error_previews/preview.pdf?code=404" for 127.0.0.1 at 2015-02-09 13:08:07 +0100
|
|
2811
|
+
Processing by ErrorPreviewsController#preview as PDF
|
|
2812
|
+
Parameters: {"code"=>"404"}
|
|
2813
|
+
Completed 404 Not Found in 0ms
|
|
2814
|
+
|
|
2815
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
2816
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
2817
|
+
test/integration/error_previews_controller_test.rb:17:in `block in <class:ErrorPreviewsControllerTest>'
|
|
2818
|
+
|
|
2819
|
+
|
|
2820
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as PDF
|
|
2821
|
+
Parameters: {"code"=>"404"}
|
|
2822
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (8.8ms)
|
|
2823
|
+
Completed 404 Not Found in 21ms (Views: 19.9ms)
|
|
2824
|
+
-------------------------------------
|
|
2825
|
+
ErrorPreviewsControllerTest: test_500
|
|
2826
|
+
-------------------------------------
|
|
2827
|
+
Started GET "/error_previews/preview" for 127.0.0.1 at 2015-02-09 13:08:07 +0100
|
|
2828
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
2829
|
+
Completed 500 Internal Server Error in 0ms
|
|
2830
|
+
|
|
2831
|
+
RuntimeError (some generic exception):
|
|
2832
|
+
app/controllers/error_previews_controller.rb:8:in `preview'
|
|
2833
|
+
test/integration/error_previews_controller_test.rb:5:in `block in <class:ErrorPreviewsControllerTest>'
|
|
2834
|
+
|
|
2835
|
+
|
|
2836
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
2837
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/generic_error.html.erb within layouts/simplificator_infrastructure/errors (1.7ms)
|
|
2838
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.0ms)
|
|
2839
|
+
-------------------------------------
|
|
2840
|
+
ErrorPreviewsControllerTest: test_404
|
|
2841
|
+
-------------------------------------
|
|
2842
|
+
Started GET "/error_previews/preview?code=404" for 127.0.0.1 at 2015-02-09 13:08:07 +0100
|
|
2843
|
+
Processing by ErrorPreviewsController#preview as HTML
|
|
2844
|
+
Parameters: {"code"=>"404"}
|
|
2845
|
+
Completed 404 Not Found in 0ms
|
|
2846
|
+
|
|
2847
|
+
ActionController::RoutingError (Was asked to raise generate a 404):
|
|
2848
|
+
app/controllers/error_previews_controller.rb:9:in `preview'
|
|
2849
|
+
test/integration/error_previews_controller_test.rb:11:in `block in <class:ErrorPreviewsControllerTest>'
|
|
2850
|
+
|
|
2851
|
+
|
|
2852
|
+
Processing by SimplificatorInfrastructure::ErrorsController#render_error as HTML
|
|
2853
|
+
Parameters: {"code"=>"404"}
|
|
2854
|
+
Rendered /Users/pascal/repositories/simplificator/simplificator_infrastructure/app/views/errors/404.html.erb within layouts/simplificator_infrastructure/errors (0.7ms)
|
|
2855
|
+
Completed 404 Not Found in 2ms (Views: 1.2ms)
|
|
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
|