err_merchant 0.1.2 → 0.2.0
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.
- data/README.rdoc +9 -3
- data/lib/err_merchant/engine.rb +3 -3
- data/lib/err_merchant/exceptions_app.rb +13 -0
- data/lib/err_merchant/version.rb +1 -1
- data/spec/err_merchant_spec.rb +1 -1
- data/spec/internal/config/database.yml +1 -1
- data/spec/internal/db/combustion_test.sqlite +0 -0
- data/spec/internal/db/schema.rb +0 -3
- data/spec/internal/log/test.log +3433 -0
- data/spec/spec_helper.rb +1 -5
- metadata +18 -20
- data/lib/err_merchant/show_exceptions_patch.rb +0 -18
- data/spec/internal/config/initializers/local_request_override.rb +0 -5
data/spec/internal/log/test.log
CHANGED
@@ -4518,3 +4518,3436 @@ Completed 500 Internal Server Error in 2ms
|
|
4518
4518
|
RuntimeError ():
|
4519
4519
|
app/controllers/failures_controller.rb:6:in `wild_error'
|
4520
4520
|
|
4521
|
+
|
4522
|
+
|
4523
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 12:54:36 +0100
|
4524
|
+
Processing by FailuresController#wild_error as HTML
|
4525
|
+
Completed 500 Internal Server Error in 1ms
|
4526
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4527
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (4.0ms)
|
4528
|
+
Completed 500 Internal Server Error in 19ms (Views: 18.2ms | ActiveRecord: 0.0ms)
|
4529
|
+
|
4530
|
+
RuntimeError ():
|
4531
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4532
|
+
|
4533
|
+
|
4534
|
+
|
4535
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-13 12:54:36 +0100
|
4536
|
+
Processing by FailuresController#where_is_it as HTML
|
4537
|
+
Completed 404 Not Found in 1ms
|
4538
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
4539
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
4540
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
4541
|
+
|
4542
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
4543
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
4544
|
+
|
4545
|
+
|
4546
|
+
|
4547
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-13 12:54:36 +0100
|
4548
|
+
Processing by FailuresController#dont_process_this as HTML
|
4549
|
+
Completed 422 Unprocessable Entity in 1ms
|
4550
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
4551
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
4552
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
4553
|
+
|
4554
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
4555
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
4556
|
+
|
4557
|
+
|
4558
|
+
|
4559
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 12:54:36 +0100
|
4560
|
+
Processing by FailuresController#wild_error as HTML
|
4561
|
+
Completed 500 Internal Server Error in 0ms
|
4562
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4563
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
4564
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
4565
|
+
|
4566
|
+
RuntimeError ():
|
4567
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4568
|
+
|
4569
|
+
|
4570
|
+
|
4571
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-13 12:54:36 +0100
|
4572
|
+
Processing by FailuresController#usual_action as HTML
|
4573
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
4574
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
4575
|
+
|
4576
|
+
|
4577
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-13 12:54:36 +0100
|
4578
|
+
Processing by FailuresController#where_is_it as HTML
|
4579
|
+
Completed 404 Not Found in 1ms
|
4580
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
4581
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
4582
|
+
Completed 404 Not Found in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
4583
|
+
|
4584
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
4585
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
4586
|
+
|
4587
|
+
|
4588
|
+
|
4589
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 12:54:36 +0100
|
4590
|
+
Processing by FailuresController#wild_error as HTML
|
4591
|
+
Completed 500 Internal Server Error in 0ms
|
4592
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4593
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.1ms)
|
4594
|
+
Completed 500 Internal Server Error in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
4595
|
+
|
4596
|
+
RuntimeError ():
|
4597
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4598
|
+
|
4599
|
+
|
4600
|
+
|
4601
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 12:54:36 +0100
|
4602
|
+
Processing by FailuresController#wild_error as HTML
|
4603
|
+
Completed 500 Internal Server Error in 0ms
|
4604
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4605
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
4606
|
+
Completed 500 Internal Server Error in 46ms
|
4607
|
+
|
4608
|
+
RuntimeError ():
|
4609
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4610
|
+
|
4611
|
+
|
4612
|
+
|
4613
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 12:54:36 +0100
|
4614
|
+
Processing by FailuresController#wild_error as HTML
|
4615
|
+
Completed 500 Internal Server Error in 0ms
|
4616
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4617
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
4618
|
+
Completed 500 Internal Server Error in 2ms
|
4619
|
+
|
4620
|
+
RuntimeError ():
|
4621
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4622
|
+
|
4623
|
+
|
4624
|
+
|
4625
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 13:10:53 +0100
|
4626
|
+
Processing by FailuresController#wild_error as HTML
|
4627
|
+
Completed 500 Internal Server Error in 34ms
|
4628
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4629
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.3ms)
|
4630
|
+
Completed 500 Internal Server Error in 22ms (Views: 21.6ms)
|
4631
|
+
|
4632
|
+
RuntimeError ():
|
4633
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4634
|
+
|
4635
|
+
|
4636
|
+
|
4637
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-13 13:10:54 +0100
|
4638
|
+
Processing by FailuresController#where_is_it as HTML
|
4639
|
+
Completed 404 Not Found in 1ms
|
4640
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
4641
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
4642
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms)
|
4643
|
+
|
4644
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
4645
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
4646
|
+
|
4647
|
+
|
4648
|
+
|
4649
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-13 13:10:54 +0100
|
4650
|
+
Processing by FailuresController#dont_process_this as HTML
|
4651
|
+
Completed 422 Unprocessable Entity in 1ms
|
4652
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
4653
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
4654
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.1ms)
|
4655
|
+
|
4656
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
4657
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
4658
|
+
|
4659
|
+
|
4660
|
+
|
4661
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 13:10:54 +0100
|
4662
|
+
Processing by FailuresController#wild_error as HTML
|
4663
|
+
Completed 500 Internal Server Error in 0ms
|
4664
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4665
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
4666
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms)
|
4667
|
+
|
4668
|
+
RuntimeError ():
|
4669
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4670
|
+
|
4671
|
+
|
4672
|
+
|
4673
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-13 13:10:54 +0100
|
4674
|
+
Processing by FailuresController#usual_action as HTML
|
4675
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
4676
|
+
Completed 200 OK in 6ms (Views: 5.5ms)
|
4677
|
+
|
4678
|
+
|
4679
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-13 13:10:54 +0100
|
4680
|
+
Processing by FailuresController#where_is_it as HTML
|
4681
|
+
Completed 404 Not Found in 0ms
|
4682
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
4683
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
4684
|
+
Completed 404 Not Found in 4ms (Views: 3.4ms)
|
4685
|
+
|
4686
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
4687
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
4688
|
+
|
4689
|
+
|
4690
|
+
|
4691
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 13:10:54 +0100
|
4692
|
+
Processing by FailuresController#wild_error as HTML
|
4693
|
+
Completed 500 Internal Server Error in 0ms
|
4694
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4695
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
4696
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.4ms)
|
4697
|
+
|
4698
|
+
RuntimeError ():
|
4699
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4700
|
+
|
4701
|
+
|
4702
|
+
|
4703
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 13:10:54 +0100
|
4704
|
+
Processing by FailuresController#wild_error as HTML
|
4705
|
+
Completed 500 Internal Server Error in 1ms
|
4706
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4707
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
4708
|
+
Completed 500 Internal Server Error in 13ms
|
4709
|
+
|
4710
|
+
RuntimeError ():
|
4711
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4712
|
+
|
4713
|
+
|
4714
|
+
|
4715
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 13:10:54 +0100
|
4716
|
+
Processing by FailuresController#wild_error as HTML
|
4717
|
+
Completed 500 Internal Server Error in 1ms
|
4718
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4719
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
4720
|
+
Completed 500 Internal Server Error in 3ms
|
4721
|
+
|
4722
|
+
RuntimeError ():
|
4723
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4724
|
+
|
4725
|
+
|
4726
|
+
|
4727
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 13:11:14 +0100
|
4728
|
+
Processing by FailuresController#wild_error as HTML
|
4729
|
+
Completed 500 Internal Server Error in 34ms
|
4730
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4731
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (7.8ms)
|
4732
|
+
Completed 500 Internal Server Error in 21ms (Views: 21.0ms)
|
4733
|
+
|
4734
|
+
RuntimeError ():
|
4735
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4736
|
+
|
4737
|
+
|
4738
|
+
|
4739
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-13 13:11:14 +0100
|
4740
|
+
Processing by FailuresController#where_is_it as HTML
|
4741
|
+
Completed 404 Not Found in 1ms
|
4742
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
4743
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
4744
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms)
|
4745
|
+
|
4746
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
4747
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
4748
|
+
|
4749
|
+
|
4750
|
+
|
4751
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-13 13:11:14 +0100
|
4752
|
+
Processing by FailuresController#dont_process_this as HTML
|
4753
|
+
Completed 422 Unprocessable Entity in 1ms
|
4754
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
4755
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
4756
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 0.9ms)
|
4757
|
+
|
4758
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
4759
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
4760
|
+
|
4761
|
+
|
4762
|
+
|
4763
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 13:11:14 +0100
|
4764
|
+
Processing by FailuresController#wild_error as HTML
|
4765
|
+
Completed 500 Internal Server Error in 0ms
|
4766
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4767
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
4768
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.8ms)
|
4769
|
+
|
4770
|
+
RuntimeError ():
|
4771
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4772
|
+
|
4773
|
+
|
4774
|
+
|
4775
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-13 13:11:14 +0100
|
4776
|
+
Processing by FailuresController#usual_action as HTML
|
4777
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.6ms)
|
4778
|
+
Completed 200 OK in 6ms (Views: 5.4ms)
|
4779
|
+
|
4780
|
+
|
4781
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-13 13:11:14 +0100
|
4782
|
+
Processing by FailuresController#where_is_it as HTML
|
4783
|
+
Completed 404 Not Found in 0ms
|
4784
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
4785
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
4786
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms)
|
4787
|
+
|
4788
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
4789
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
4790
|
+
|
4791
|
+
|
4792
|
+
|
4793
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 13:11:14 +0100
|
4794
|
+
Processing by FailuresController#wild_error as HTML
|
4795
|
+
Completed 500 Internal Server Error in 0ms
|
4796
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4797
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
4798
|
+
Completed 500 Internal Server Error in 3ms (Views: 3.3ms)
|
4799
|
+
|
4800
|
+
RuntimeError ():
|
4801
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4802
|
+
|
4803
|
+
|
4804
|
+
|
4805
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 13:11:14 +0100
|
4806
|
+
Processing by FailuresController#wild_error as HTML
|
4807
|
+
Completed 500 Internal Server Error in 0ms
|
4808
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4809
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.5ms)
|
4810
|
+
Completed 500 Internal Server Error in 8ms
|
4811
|
+
|
4812
|
+
RuntimeError ():
|
4813
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4814
|
+
|
4815
|
+
|
4816
|
+
|
4817
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 13:11:14 +0100
|
4818
|
+
Processing by FailuresController#wild_error as HTML
|
4819
|
+
Completed 500 Internal Server Error in 0ms
|
4820
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4821
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
4822
|
+
Completed 500 Internal Server Error in 2ms
|
4823
|
+
|
4824
|
+
RuntimeError ():
|
4825
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4826
|
+
|
4827
|
+
|
4828
|
+
|
4829
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-13 13:12:05 +0100
|
4830
|
+
Processing by FailuresController#wild_error as HTML
|
4831
|
+
Completed 500 Internal Server Error in 1ms
|
4832
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4833
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (7.6ms)
|
4834
|
+
Completed 500 Internal Server Error in 20ms (Views: 19.9ms)
|
4835
|
+
|
4836
|
+
RuntimeError ():
|
4837
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4838
|
+
|
4839
|
+
|
4840
|
+
|
4841
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-13 13:12:09 +0100
|
4842
|
+
Processing by FailuresController#usual_action as HTML
|
4843
|
+
Rendered failures/usual_action.html.erb within layouts/application (2.9ms)
|
4844
|
+
Completed 200 OK in 11ms (Views: 11.1ms)
|
4845
|
+
|
4846
|
+
|
4847
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-13 13:12:18 +0100
|
4848
|
+
Processing by FailuresController#where_is_it as HTML
|
4849
|
+
Completed 404 Not Found in 1ms
|
4850
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
4851
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
4852
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms)
|
4853
|
+
|
4854
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
4855
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
4856
|
+
|
4857
|
+
|
4858
|
+
|
4859
|
+
Started GET "/" for 127.0.0.1 at 2012-01-13 13:12:21 +0100
|
4860
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
4861
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
4862
|
+
Completed 404 Not Found in 1ms (Views: 0.7ms)
|
4863
|
+
|
4864
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
4865
|
+
|
4866
|
+
|
4867
|
+
|
4868
|
+
|
4869
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:00:08 +0100
|
4870
|
+
Processing by FailuresController#wild_error as HTML
|
4871
|
+
Completed 500 Internal Server Error in 1ms
|
4872
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4873
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (69.0ms)
|
4874
|
+
Completed 500 Internal Server Error in 145ms (Views: 144.8ms)
|
4875
|
+
|
4876
|
+
RuntimeError ():
|
4877
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4878
|
+
|
4879
|
+
|
4880
|
+
|
4881
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:00:09 +0100
|
4882
|
+
Processing by FailuresController#where_is_it as HTML
|
4883
|
+
Completed 404 Not Found in 1ms
|
4884
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
4885
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
4886
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms)
|
4887
|
+
|
4888
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
4889
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
4890
|
+
|
4891
|
+
|
4892
|
+
|
4893
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-26 18:00:09 +0100
|
4894
|
+
Processing by FailuresController#dont_process_this as HTML
|
4895
|
+
Completed 422 Unprocessable Entity in 1ms
|
4896
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
4897
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
4898
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 1.0ms)
|
4899
|
+
|
4900
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
4901
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
4902
|
+
|
4903
|
+
|
4904
|
+
|
4905
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:00:09 +0100
|
4906
|
+
Processing by FailuresController#wild_error as HTML
|
4907
|
+
Completed 500 Internal Server Error in 0ms
|
4908
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4909
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
4910
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.8ms)
|
4911
|
+
|
4912
|
+
RuntimeError ():
|
4913
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4914
|
+
|
4915
|
+
|
4916
|
+
|
4917
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-26 18:00:09 +0100
|
4918
|
+
Processing by FailuresController#usual_action as HTML
|
4919
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.5ms)
|
4920
|
+
Completed 200 OK in 24ms (Views: 23.6ms)
|
4921
|
+
|
4922
|
+
|
4923
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:00:09 +0100
|
4924
|
+
Processing by FailuresController#where_is_it as HTML
|
4925
|
+
Completed 404 Not Found in 0ms
|
4926
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
4927
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
4928
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms)
|
4929
|
+
|
4930
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
4931
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
4932
|
+
|
4933
|
+
|
4934
|
+
|
4935
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:00:09 +0100
|
4936
|
+
Processing by FailuresController#wild_error as HTML
|
4937
|
+
Completed 500 Internal Server Error in 0ms
|
4938
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4939
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
4940
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.5ms)
|
4941
|
+
|
4942
|
+
RuntimeError ():
|
4943
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4944
|
+
|
4945
|
+
|
4946
|
+
|
4947
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:00:09 +0100
|
4948
|
+
Processing by FailuresController#wild_error as HTML
|
4949
|
+
Completed 500 Internal Server Error in 0ms
|
4950
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4951
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.6ms)
|
4952
|
+
Completed 500 Internal Server Error in 36ms
|
4953
|
+
|
4954
|
+
RuntimeError ():
|
4955
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4956
|
+
|
4957
|
+
|
4958
|
+
|
4959
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:00:09 +0100
|
4960
|
+
Processing by FailuresController#wild_error as HTML
|
4961
|
+
Completed 500 Internal Server Error in 0ms
|
4962
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
4963
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
4964
|
+
Completed 500 Internal Server Error in 2ms
|
4965
|
+
|
4966
|
+
RuntimeError ():
|
4967
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4968
|
+
|
4969
|
+
|
4970
|
+
|
4971
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:15:36 +0100
|
4972
|
+
Processing by FailuresController#wild_error as HTML
|
4973
|
+
Completed 500 Internal Server Error in 1ms
|
4974
|
+
|
4975
|
+
RuntimeError ():
|
4976
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
4977
|
+
|
4978
|
+
|
4979
|
+
|
4980
|
+
|
4981
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:15:36 +0100
|
4982
|
+
Processing by FailuresController#where_is_it as HTML
|
4983
|
+
Completed 500 Internal Server Error in 1ms
|
4984
|
+
|
4985
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
4986
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
4987
|
+
|
4988
|
+
|
4989
|
+
|
4990
|
+
|
4991
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-26 18:15:36 +0100
|
4992
|
+
Processing by FailuresController#dont_process_this as HTML
|
4993
|
+
Completed 500 Internal Server Error in 1ms
|
4994
|
+
|
4995
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
4996
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
4997
|
+
|
4998
|
+
|
4999
|
+
|
5000
|
+
|
5001
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:15:36 +0100
|
5002
|
+
Processing by FailuresController#wild_error as HTML
|
5003
|
+
Completed 500 Internal Server Error in 0ms
|
5004
|
+
|
5005
|
+
RuntimeError ():
|
5006
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5007
|
+
|
5008
|
+
|
5009
|
+
|
5010
|
+
|
5011
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-26 18:15:36 +0100
|
5012
|
+
Processing by FailuresController#usual_action as HTML
|
5013
|
+
Rendered failures/usual_action.html.erb within layouts/application (3.6ms)
|
5014
|
+
Completed 200 OK in 16ms (Views: 15.9ms)
|
5015
|
+
|
5016
|
+
|
5017
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:15:36 +0100
|
5018
|
+
Processing by FailuresController#where_is_it as HTML
|
5019
|
+
Completed 500 Internal Server Error in 0ms
|
5020
|
+
|
5021
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5022
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5023
|
+
|
5024
|
+
|
5025
|
+
|
5026
|
+
|
5027
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:15:36 +0100
|
5028
|
+
Processing by FailuresController#wild_error as HTML
|
5029
|
+
Completed 500 Internal Server Error in 0ms
|
5030
|
+
|
5031
|
+
RuntimeError ():
|
5032
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5033
|
+
|
5034
|
+
|
5035
|
+
|
5036
|
+
|
5037
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:15:36 +0100
|
5038
|
+
Processing by FailuresController#wild_error as HTML
|
5039
|
+
Completed 500 Internal Server Error in 0ms
|
5040
|
+
|
5041
|
+
RuntimeError ():
|
5042
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5043
|
+
|
5044
|
+
|
5045
|
+
|
5046
|
+
|
5047
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:15:36 +0100
|
5048
|
+
Processing by FailuresController#wild_error as HTML
|
5049
|
+
Completed 500 Internal Server Error in 0ms
|
5050
|
+
|
5051
|
+
RuntimeError ():
|
5052
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5053
|
+
|
5054
|
+
|
5055
|
+
|
5056
|
+
|
5057
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:17:41 +0100
|
5058
|
+
Processing by FailuresController#wild_error as HTML
|
5059
|
+
Completed 500 Internal Server Error in 1ms
|
5060
|
+
|
5061
|
+
RuntimeError ():
|
5062
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5063
|
+
|
5064
|
+
|
5065
|
+
|
5066
|
+
|
5067
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:17:41 +0100
|
5068
|
+
Processing by FailuresController#where_is_it as HTML
|
5069
|
+
Completed 500 Internal Server Error in 1ms
|
5070
|
+
|
5071
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5072
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5073
|
+
|
5074
|
+
|
5075
|
+
|
5076
|
+
|
5077
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-26 18:17:41 +0100
|
5078
|
+
Processing by FailuresController#dont_process_this as HTML
|
5079
|
+
Completed 500 Internal Server Error in 1ms
|
5080
|
+
|
5081
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
5082
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
5083
|
+
|
5084
|
+
|
5085
|
+
|
5086
|
+
|
5087
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:17:41 +0100
|
5088
|
+
Processing by FailuresController#wild_error as HTML
|
5089
|
+
Completed 500 Internal Server Error in 0ms
|
5090
|
+
|
5091
|
+
RuntimeError ():
|
5092
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5093
|
+
|
5094
|
+
|
5095
|
+
|
5096
|
+
|
5097
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-26 18:17:41 +0100
|
5098
|
+
Processing by FailuresController#usual_action as HTML
|
5099
|
+
Rendered failures/usual_action.html.erb within layouts/application (2.8ms)
|
5100
|
+
Completed 200 OK in 16ms (Views: 15.2ms)
|
5101
|
+
|
5102
|
+
|
5103
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:17:41 +0100
|
5104
|
+
Processing by FailuresController#where_is_it as HTML
|
5105
|
+
Completed 500 Internal Server Error in 0ms
|
5106
|
+
|
5107
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5108
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5109
|
+
|
5110
|
+
|
5111
|
+
|
5112
|
+
|
5113
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:17:41 +0100
|
5114
|
+
Processing by FailuresController#wild_error as HTML
|
5115
|
+
Completed 500 Internal Server Error in 42ms
|
5116
|
+
|
5117
|
+
RuntimeError ():
|
5118
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5119
|
+
|
5120
|
+
|
5121
|
+
|
5122
|
+
|
5123
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:17:42 +0100
|
5124
|
+
Processing by FailuresController#wild_error as HTML
|
5125
|
+
Completed 500 Internal Server Error in 0ms
|
5126
|
+
|
5127
|
+
RuntimeError ():
|
5128
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5129
|
+
|
5130
|
+
|
5131
|
+
|
5132
|
+
|
5133
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:17:42 +0100
|
5134
|
+
Processing by FailuresController#wild_error as HTML
|
5135
|
+
Completed 500 Internal Server Error in 0ms
|
5136
|
+
|
5137
|
+
RuntimeError ():
|
5138
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5139
|
+
|
5140
|
+
|
5141
|
+
|
5142
|
+
|
5143
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:18:16 +0100
|
5144
|
+
Processing by FailuresController#wild_error as HTML
|
5145
|
+
Completed 500 Internal Server Error in 1ms
|
5146
|
+
|
5147
|
+
RuntimeError ():
|
5148
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5149
|
+
|
5150
|
+
|
5151
|
+
|
5152
|
+
|
5153
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:18:16 +0100
|
5154
|
+
Processing by FailuresController#where_is_it as HTML
|
5155
|
+
Completed 500 Internal Server Error in 1ms
|
5156
|
+
|
5157
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5158
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5159
|
+
|
5160
|
+
|
5161
|
+
|
5162
|
+
|
5163
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-26 18:18:16 +0100
|
5164
|
+
Processing by FailuresController#dont_process_this as HTML
|
5165
|
+
Completed 500 Internal Server Error in 1ms
|
5166
|
+
|
5167
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
5168
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
5169
|
+
|
5170
|
+
|
5171
|
+
|
5172
|
+
|
5173
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:18:17 +0100
|
5174
|
+
Processing by FailuresController#wild_error as HTML
|
5175
|
+
Completed 500 Internal Server Error in 0ms
|
5176
|
+
|
5177
|
+
RuntimeError ():
|
5178
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5179
|
+
|
5180
|
+
|
5181
|
+
|
5182
|
+
|
5183
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-26 18:18:17 +0100
|
5184
|
+
Processing by FailuresController#usual_action as HTML
|
5185
|
+
Rendered failures/usual_action.html.erb within layouts/application (3.1ms)
|
5186
|
+
Completed 200 OK in 15ms (Views: 15.0ms)
|
5187
|
+
|
5188
|
+
|
5189
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:18:17 +0100
|
5190
|
+
Processing by FailuresController#where_is_it as HTML
|
5191
|
+
Completed 500 Internal Server Error in 0ms
|
5192
|
+
|
5193
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5194
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5195
|
+
|
5196
|
+
|
5197
|
+
|
5198
|
+
|
5199
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:18:17 +0100
|
5200
|
+
Processing by FailuresController#wild_error as HTML
|
5201
|
+
Completed 500 Internal Server Error in 42ms
|
5202
|
+
|
5203
|
+
RuntimeError ():
|
5204
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5205
|
+
|
5206
|
+
|
5207
|
+
|
5208
|
+
|
5209
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:18:17 +0100
|
5210
|
+
Processing by FailuresController#wild_error as HTML
|
5211
|
+
Completed 500 Internal Server Error in 0ms
|
5212
|
+
|
5213
|
+
RuntimeError ():
|
5214
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5215
|
+
|
5216
|
+
|
5217
|
+
|
5218
|
+
|
5219
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:18:17 +0100
|
5220
|
+
Processing by FailuresController#wild_error as HTML
|
5221
|
+
Completed 500 Internal Server Error in 0ms
|
5222
|
+
|
5223
|
+
RuntimeError ():
|
5224
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5225
|
+
|
5226
|
+
|
5227
|
+
|
5228
|
+
|
5229
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:19:35 +0100
|
5230
|
+
Processing by FailuresController#wild_error as HTML
|
5231
|
+
Completed 500 Internal Server Error in 1ms
|
5232
|
+
|
5233
|
+
RuntimeError ():
|
5234
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5235
|
+
|
5236
|
+
|
5237
|
+
|
5238
|
+
|
5239
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:19:35 +0100
|
5240
|
+
Processing by FailuresController#where_is_it as HTML
|
5241
|
+
Completed 500 Internal Server Error in 1ms
|
5242
|
+
|
5243
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5244
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5245
|
+
|
5246
|
+
|
5247
|
+
|
5248
|
+
|
5249
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-26 18:19:35 +0100
|
5250
|
+
Processing by FailuresController#dont_process_this as HTML
|
5251
|
+
Completed 500 Internal Server Error in 1ms
|
5252
|
+
|
5253
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
5254
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
5255
|
+
|
5256
|
+
|
5257
|
+
|
5258
|
+
|
5259
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:19:35 +0100
|
5260
|
+
Processing by FailuresController#wild_error as HTML
|
5261
|
+
Completed 500 Internal Server Error in 0ms
|
5262
|
+
|
5263
|
+
RuntimeError ():
|
5264
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5265
|
+
|
5266
|
+
|
5267
|
+
|
5268
|
+
|
5269
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-26 18:19:35 +0100
|
5270
|
+
Processing by FailuresController#usual_action as HTML
|
5271
|
+
Rendered failures/usual_action.html.erb within layouts/application (2.8ms)
|
5272
|
+
Completed 200 OK in 15ms (Views: 15.0ms)
|
5273
|
+
|
5274
|
+
|
5275
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:19:35 +0100
|
5276
|
+
Processing by FailuresController#where_is_it as HTML
|
5277
|
+
Completed 500 Internal Server Error in 0ms
|
5278
|
+
|
5279
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5280
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5281
|
+
|
5282
|
+
|
5283
|
+
|
5284
|
+
|
5285
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:19:35 +0100
|
5286
|
+
Processing by FailuresController#wild_error as HTML
|
5287
|
+
Completed 500 Internal Server Error in 0ms
|
5288
|
+
|
5289
|
+
RuntimeError ():
|
5290
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5291
|
+
|
5292
|
+
|
5293
|
+
|
5294
|
+
|
5295
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:19:35 +0100
|
5296
|
+
Processing by FailuresController#wild_error as HTML
|
5297
|
+
Completed 500 Internal Server Error in 0ms
|
5298
|
+
|
5299
|
+
RuntimeError ():
|
5300
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5301
|
+
|
5302
|
+
|
5303
|
+
|
5304
|
+
|
5305
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:19:36 +0100
|
5306
|
+
Processing by FailuresController#wild_error as HTML
|
5307
|
+
Completed 500 Internal Server Error in 0ms
|
5308
|
+
|
5309
|
+
RuntimeError ():
|
5310
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5311
|
+
|
5312
|
+
|
5313
|
+
|
5314
|
+
|
5315
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:26:52 +0100
|
5316
|
+
Processing by FailuresController#wild_error as HTML
|
5317
|
+
Completed 500 Internal Server Error in 1ms
|
5318
|
+
|
5319
|
+
RuntimeError ():
|
5320
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5321
|
+
|
5322
|
+
|
5323
|
+
|
5324
|
+
|
5325
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:26:52 +0100
|
5326
|
+
Processing by FailuresController#where_is_it as HTML
|
5327
|
+
Completed 500 Internal Server Error in 1ms
|
5328
|
+
|
5329
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5330
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5331
|
+
|
5332
|
+
|
5333
|
+
|
5334
|
+
|
5335
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-26 18:26:52 +0100
|
5336
|
+
Processing by FailuresController#dont_process_this as HTML
|
5337
|
+
Completed 500 Internal Server Error in 1ms
|
5338
|
+
|
5339
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
5340
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
5341
|
+
|
5342
|
+
|
5343
|
+
|
5344
|
+
|
5345
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:26:52 +0100
|
5346
|
+
Processing by FailuresController#wild_error as HTML
|
5347
|
+
Completed 500 Internal Server Error in 0ms
|
5348
|
+
|
5349
|
+
RuntimeError ():
|
5350
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5351
|
+
|
5352
|
+
|
5353
|
+
|
5354
|
+
|
5355
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-26 18:26:52 +0100
|
5356
|
+
Processing by FailuresController#usual_action as HTML
|
5357
|
+
Rendered failures/usual_action.html.erb within layouts/application (3.0ms)
|
5358
|
+
Completed 200 OK in 16ms (Views: 15.3ms)
|
5359
|
+
|
5360
|
+
|
5361
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:26:52 +0100
|
5362
|
+
Processing by FailuresController#where_is_it as HTML
|
5363
|
+
Completed 500 Internal Server Error in 0ms
|
5364
|
+
|
5365
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5366
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5367
|
+
|
5368
|
+
|
5369
|
+
|
5370
|
+
|
5371
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:26:52 +0100
|
5372
|
+
Processing by FailuresController#wild_error as HTML
|
5373
|
+
Completed 500 Internal Server Error in 0ms
|
5374
|
+
|
5375
|
+
RuntimeError ():
|
5376
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5377
|
+
|
5378
|
+
|
5379
|
+
|
5380
|
+
|
5381
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:26:52 +0100
|
5382
|
+
Processing by FailuresController#wild_error as HTML
|
5383
|
+
Completed 500 Internal Server Error in 0ms
|
5384
|
+
|
5385
|
+
RuntimeError ():
|
5386
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5387
|
+
|
5388
|
+
|
5389
|
+
|
5390
|
+
|
5391
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:26:52 +0100
|
5392
|
+
Processing by FailuresController#wild_error as HTML
|
5393
|
+
Completed 500 Internal Server Error in 0ms
|
5394
|
+
|
5395
|
+
RuntimeError ():
|
5396
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5397
|
+
|
5398
|
+
|
5399
|
+
|
5400
|
+
|
5401
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:27:30 +0100
|
5402
|
+
Processing by FailuresController#wild_error as HTML
|
5403
|
+
Completed 500 Internal Server Error in 1ms
|
5404
|
+
|
5405
|
+
RuntimeError ():
|
5406
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5407
|
+
|
5408
|
+
|
5409
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5410
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (45.2ms)
|
5411
|
+
Completed 500 Internal Server Error in 57ms (Views: 56.2ms)
|
5412
|
+
|
5413
|
+
|
5414
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:27:30 +0100
|
5415
|
+
Processing by FailuresController#where_is_it as HTML
|
5416
|
+
Completed 500 Internal Server Error in 1ms
|
5417
|
+
|
5418
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5419
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5420
|
+
|
5421
|
+
|
5422
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5423
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
5424
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms)
|
5425
|
+
|
5426
|
+
|
5427
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-26 18:27:30 +0100
|
5428
|
+
Processing by FailuresController#dont_process_this as HTML
|
5429
|
+
Completed 500 Internal Server Error in 1ms
|
5430
|
+
|
5431
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
5432
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
5433
|
+
|
5434
|
+
|
5435
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5436
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
5437
|
+
Completed 500 Internal Server Error in 1ms (Views: 1.0ms)
|
5438
|
+
|
5439
|
+
|
5440
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:27:30 +0100
|
5441
|
+
Processing by FailuresController#wild_error as HTML
|
5442
|
+
Completed 500 Internal Server Error in 0ms
|
5443
|
+
|
5444
|
+
RuntimeError ():
|
5445
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5446
|
+
|
5447
|
+
|
5448
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5449
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
5450
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms)
|
5451
|
+
|
5452
|
+
|
5453
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-26 18:27:30 +0100
|
5454
|
+
Processing by FailuresController#usual_action as HTML
|
5455
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
5456
|
+
Completed 200 OK in 4ms (Views: 3.5ms)
|
5457
|
+
|
5458
|
+
|
5459
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-26 18:27:30 +0100
|
5460
|
+
Processing by FailuresController#where_is_it as HTML
|
5461
|
+
Completed 500 Internal Server Error in 0ms
|
5462
|
+
|
5463
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5464
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5465
|
+
|
5466
|
+
|
5467
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5468
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
5469
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.5ms)
|
5470
|
+
|
5471
|
+
|
5472
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:27:31 +0100
|
5473
|
+
Processing by FailuresController#wild_error as HTML
|
5474
|
+
Completed 500 Internal Server Error in 0ms
|
5475
|
+
|
5476
|
+
RuntimeError ():
|
5477
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5478
|
+
|
5479
|
+
|
5480
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5481
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
5482
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.5ms)
|
5483
|
+
|
5484
|
+
|
5485
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:27:31 +0100
|
5486
|
+
Processing by FailuresController#wild_error as HTML
|
5487
|
+
Completed 500 Internal Server Error in 0ms
|
5488
|
+
|
5489
|
+
RuntimeError ():
|
5490
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5491
|
+
|
5492
|
+
|
5493
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5494
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
5495
|
+
Completed 500 Internal Server Error in 7ms
|
5496
|
+
|
5497
|
+
|
5498
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-26 18:27:31 +0100
|
5499
|
+
Processing by FailuresController#wild_error as HTML
|
5500
|
+
Completed 500 Internal Server Error in 0ms
|
5501
|
+
|
5502
|
+
RuntimeError ():
|
5503
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5504
|
+
|
5505
|
+
|
5506
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5507
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
5508
|
+
Completed 500 Internal Server Error in 2ms
|
5509
|
+
|
5510
|
+
|
5511
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 10:31:28 +0100
|
5512
|
+
Processing by FailuresController#wild_error as HTML
|
5513
|
+
Completed 500 Internal Server Error in 1ms
|
5514
|
+
|
5515
|
+
RuntimeError ():
|
5516
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5517
|
+
|
5518
|
+
|
5519
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5520
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (58.0ms)
|
5521
|
+
Completed 500 Internal Server Error in 143ms (Views: 142.9ms)
|
5522
|
+
|
5523
|
+
|
5524
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 10:31:28 +0100
|
5525
|
+
Processing by FailuresController#where_is_it as HTML
|
5526
|
+
Completed 500 Internal Server Error in 1ms
|
5527
|
+
|
5528
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5529
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5530
|
+
|
5531
|
+
|
5532
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5533
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
5534
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.8ms)
|
5535
|
+
|
5536
|
+
|
5537
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 10:31:28 +0100
|
5538
|
+
Processing by FailuresController#dont_process_this as HTML
|
5539
|
+
Completed 500 Internal Server Error in 1ms
|
5540
|
+
|
5541
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
5542
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
5543
|
+
|
5544
|
+
|
5545
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5546
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
5547
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.8ms)
|
5548
|
+
|
5549
|
+
|
5550
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 10:31:28 +0100
|
5551
|
+
Processing by FailuresController#wild_error as HTML
|
5552
|
+
Completed 500 Internal Server Error in 0ms
|
5553
|
+
|
5554
|
+
RuntimeError ():
|
5555
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5556
|
+
|
5557
|
+
|
5558
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5559
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
5560
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms)
|
5561
|
+
|
5562
|
+
|
5563
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 10:31:28 +0100
|
5564
|
+
Processing by FailuresController#usual_action as HTML
|
5565
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
5566
|
+
Completed 200 OK in 26ms (Views: 25.2ms)
|
5567
|
+
|
5568
|
+
|
5569
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 10:31:28 +0100
|
5570
|
+
Processing by FailuresController#where_is_it as HTML
|
5571
|
+
Completed 500 Internal Server Error in 0ms
|
5572
|
+
|
5573
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5574
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5575
|
+
|
5576
|
+
|
5577
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5578
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
5579
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.6ms)
|
5580
|
+
|
5581
|
+
|
5582
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 10:31:28 +0100
|
5583
|
+
Processing by FailuresController#wild_error as HTML
|
5584
|
+
Completed 500 Internal Server Error in 0ms
|
5585
|
+
|
5586
|
+
RuntimeError ():
|
5587
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5588
|
+
|
5589
|
+
|
5590
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5591
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
5592
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.6ms)
|
5593
|
+
|
5594
|
+
|
5595
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 10:31:28 +0100
|
5596
|
+
Processing by FailuresController#wild_error as HTML
|
5597
|
+
Completed 500 Internal Server Error in 0ms
|
5598
|
+
|
5599
|
+
RuntimeError ():
|
5600
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5601
|
+
|
5602
|
+
|
5603
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5604
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.5ms)
|
5605
|
+
Completed 500 Internal Server Error in 37ms
|
5606
|
+
|
5607
|
+
|
5608
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 10:31:28 +0100
|
5609
|
+
Processing by FailuresController#wild_error as HTML
|
5610
|
+
Completed 500 Internal Server Error in 0ms
|
5611
|
+
|
5612
|
+
RuntimeError ():
|
5613
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5614
|
+
|
5615
|
+
|
5616
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5617
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
5618
|
+
Completed 500 Internal Server Error in 2ms
|
5619
|
+
|
5620
|
+
|
5621
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 10:32:24 +0100
|
5622
|
+
Processing by FailuresController#wild_error as HTML
|
5623
|
+
Completed 500 Internal Server Error in 1ms
|
5624
|
+
|
5625
|
+
RuntimeError ():
|
5626
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
5627
|
+
|
5628
|
+
|
5629
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5630
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.0ms)
|
5631
|
+
Completed 500 Internal Server Error in 48ms (Views: 47.4ms)
|
5632
|
+
|
5633
|
+
|
5634
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 10:32:31 +0100
|
5635
|
+
Processing by FailuresController#usual_action as HTML
|
5636
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.5ms)
|
5637
|
+
Completed 200 OK in 5ms (Views: 4.8ms)
|
5638
|
+
|
5639
|
+
|
5640
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 10:33:15 +0100
|
5641
|
+
Processing by FailuresController#where_is_it as HTML
|
5642
|
+
Completed 500 Internal Server Error in 1ms
|
5643
|
+
|
5644
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5645
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5646
|
+
|
5647
|
+
|
5648
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5649
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
5650
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms)
|
5651
|
+
|
5652
|
+
|
5653
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 10:33:17 +0100
|
5654
|
+
Processing by FailuresController#where_is_it as HTML
|
5655
|
+
Completed 500 Internal Server Error in 0ms
|
5656
|
+
|
5657
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5658
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5659
|
+
|
5660
|
+
|
5661
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5662
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
5663
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.7ms)
|
5664
|
+
|
5665
|
+
|
5666
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 10:34:36 +0100
|
5667
|
+
Processing by FailuresController#where_is_it as HTML
|
5668
|
+
Completed 500 Internal Server Error in 1ms
|
5669
|
+
|
5670
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5671
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5672
|
+
|
5673
|
+
|
5674
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5675
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (7.8ms)
|
5676
|
+
Completed 500 Internal Server Error in 49ms (Views: 48.7ms)
|
5677
|
+
|
5678
|
+
|
5679
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 10:34:59 +0100
|
5680
|
+
Processing by FailuresController#where_is_it as HTML
|
5681
|
+
Completed 500 Internal Server Error in 1ms
|
5682
|
+
|
5683
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5684
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5685
|
+
|
5686
|
+
|
5687
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5688
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.2ms)
|
5689
|
+
Completed 500 Internal Server Error in 50ms (Views: 49.8ms)
|
5690
|
+
|
5691
|
+
|
5692
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 10:35:13 +0100
|
5693
|
+
Processing by FailuresController#where_is_it as HTML
|
5694
|
+
Completed 500 Internal Server Error in 0ms
|
5695
|
+
|
5696
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5697
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5698
|
+
|
5699
|
+
|
5700
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5701
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
5702
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms)
|
5703
|
+
|
5704
|
+
|
5705
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 10:39:43 +0100
|
5706
|
+
Processing by FailuresController#where_is_it as HTML
|
5707
|
+
Completed 500 Internal Server Error in 1ms
|
5708
|
+
|
5709
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5710
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5711
|
+
|
5712
|
+
|
5713
|
+
|
5714
|
+
|
5715
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 10:40:14 +0100
|
5716
|
+
Processing by FailuresController#dont_process_this as HTML
|
5717
|
+
Completed 500 Internal Server Error in 1ms
|
5718
|
+
|
5719
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
5720
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
5721
|
+
|
5722
|
+
|
5723
|
+
|
5724
|
+
|
5725
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 10:40:15 +0100
|
5726
|
+
Processing by FailuresController#dont_process_this as HTML
|
5727
|
+
Completed 500 Internal Server Error in 0ms
|
5728
|
+
|
5729
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
5730
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
5731
|
+
|
5732
|
+
|
5733
|
+
|
5734
|
+
|
5735
|
+
Started GET "/lulululu" for 127.0.0.1 at 2012-01-30 10:42:59 +0100
|
5736
|
+
|
5737
|
+
ActionController::RoutingError (No route matches [GET] "/lulululu"):
|
5738
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
5739
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
5740
|
+
railties (3.2.0) lib/rails/rack/logger.rb:26:in `call_app'
|
5741
|
+
railties (3.2.0) lib/rails/rack/logger.rb:16:in `call'
|
5742
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
5743
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
5744
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
5745
|
+
activesupport (3.2.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
5746
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
5747
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/static.rb:53:in `call'
|
5748
|
+
airbrake (3.0.9) lib/airbrake/user_informer.rb:12:in `call'
|
5749
|
+
railties (3.2.0) lib/rails/engine.rb:479:in `call'
|
5750
|
+
railties (3.2.0) lib/rails/application.rb:220:in `call'
|
5751
|
+
railties (3.2.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
5752
|
+
rack (1.4.1) lib/rack/lint.rb:48:in `_call'
|
5753
|
+
rack (1.4.1) lib/rack/lint.rb:36:in `call'
|
5754
|
+
rack (1.4.1) lib/rack/showexceptions.rb:24:in `call'
|
5755
|
+
rack (1.4.1) lib/rack/commonlogger.rb:20:in `call'
|
5756
|
+
rack (1.4.1) lib/rack/chunked.rb:43:in `call'
|
5757
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
5758
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
5759
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
5760
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
5761
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
5762
|
+
|
5763
|
+
|
5764
|
+
|
5765
|
+
|
5766
|
+
Started GET "/lulululu" for 127.0.0.1 at 2012-01-30 10:43:45 +0100
|
5767
|
+
|
5768
|
+
ActionController::RoutingError (No route matches [GET] "/lulululu"):
|
5769
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
5770
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
5771
|
+
railties (3.2.0) lib/rails/rack/logger.rb:26:in `call_app'
|
5772
|
+
railties (3.2.0) lib/rails/rack/logger.rb:16:in `call'
|
5773
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
5774
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
5775
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
5776
|
+
activesupport (3.2.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
5777
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
5778
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/static.rb:53:in `call'
|
5779
|
+
airbrake (3.0.9) lib/airbrake/user_informer.rb:12:in `call'
|
5780
|
+
railties (3.2.0) lib/rails/engine.rb:479:in `call'
|
5781
|
+
railties (3.2.0) lib/rails/application.rb:220:in `call'
|
5782
|
+
railties (3.2.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
5783
|
+
rack (1.4.1) lib/rack/lint.rb:48:in `_call'
|
5784
|
+
rack (1.4.1) lib/rack/lint.rb:36:in `call'
|
5785
|
+
rack (1.4.1) lib/rack/showexceptions.rb:24:in `call'
|
5786
|
+
rack (1.4.1) lib/rack/commonlogger.rb:20:in `call'
|
5787
|
+
rack (1.4.1) lib/rack/chunked.rb:43:in `call'
|
5788
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
5789
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
5790
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
5791
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
5792
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
5793
|
+
|
5794
|
+
|
5795
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
5796
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.0ms)
|
5797
|
+
Completed 404 Not Found in 50ms (Views: 49.7ms)
|
5798
|
+
|
5799
|
+
|
5800
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 10:44:26 +0100
|
5801
|
+
Processing by FailuresController#usual_action as HTML
|
5802
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
5803
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
5804
|
+
|
5805
|
+
|
5806
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 10:46:38 +0100
|
5807
|
+
Processing by FailuresController#usual_action as HTML
|
5808
|
+
Rendered failures/usual_action.html.erb within layouts/application (2.6ms)
|
5809
|
+
Completed 200 OK in 15ms (Views: 14.6ms)
|
5810
|
+
|
5811
|
+
|
5812
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 10:46:47 +0100
|
5813
|
+
Processing by FailuresController#where_is_it as HTML
|
5814
|
+
Completed 500 Internal Server Error in 1ms
|
5815
|
+
|
5816
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5817
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5818
|
+
|
5819
|
+
|
5820
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5821
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (5.6ms)
|
5822
|
+
Completed 500 Internal Server Error in 9ms (Views: 8.4ms)
|
5823
|
+
|
5824
|
+
|
5825
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 10:55:54 +0100
|
5826
|
+
Processing by FailuresController#where_is_it as HTML
|
5827
|
+
Completed 500 Internal Server Error in 1ms
|
5828
|
+
|
5829
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5830
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5831
|
+
|
5832
|
+
|
5833
|
+
|
5834
|
+
|
5835
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 10:57:10 +0100
|
5836
|
+
Processing by FailuresController#where_is_it as HTML
|
5837
|
+
Completed 500 Internal Server Error in 1ms
|
5838
|
+
|
5839
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5840
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5841
|
+
|
5842
|
+
|
5843
|
+
|
5844
|
+
|
5845
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 10:57:41 +0100
|
5846
|
+
Processing by FailuresController#where_is_it as HTML
|
5847
|
+
Completed 500 Internal Server Error in 1ms
|
5848
|
+
|
5849
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5850
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5851
|
+
|
5852
|
+
|
5853
|
+
|
5854
|
+
|
5855
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:00:31 +0100
|
5856
|
+
Processing by FailuresController#where_is_it as HTML
|
5857
|
+
Completed 500 Internal Server Error in 1ms
|
5858
|
+
|
5859
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5860
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5861
|
+
|
5862
|
+
|
5863
|
+
|
5864
|
+
|
5865
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:13:48 +0100
|
5866
|
+
Processing by FailuresController#where_is_it as HTML
|
5867
|
+
Completed 500 Internal Server Error in 1ms
|
5868
|
+
|
5869
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5870
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5871
|
+
|
5872
|
+
|
5873
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5874
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.6ms)
|
5875
|
+
Completed 500 Internal Server Error in 21ms (Views: 20.5ms)
|
5876
|
+
|
5877
|
+
|
5878
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:13:51 +0100
|
5879
|
+
Processing by FailuresController#where_is_it as HTML
|
5880
|
+
Completed 500 Internal Server Error in 0ms
|
5881
|
+
|
5882
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5883
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5884
|
+
|
5885
|
+
|
5886
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5887
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
5888
|
+
Completed 500 Internal Server Error in 1ms (Views: 1.0ms)
|
5889
|
+
|
5890
|
+
|
5891
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:16:58 +0100
|
5892
|
+
Processing by FailuresController#where_is_it as HTML
|
5893
|
+
Completed 500 Internal Server Error in 0ms
|
5894
|
+
|
5895
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5896
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5897
|
+
|
5898
|
+
|
5899
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5900
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
5901
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.7ms)
|
5902
|
+
|
5903
|
+
|
5904
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:17:01 +0100
|
5905
|
+
Processing by FailuresController#where_is_it as HTML
|
5906
|
+
Completed 500 Internal Server Error in 0ms
|
5907
|
+
|
5908
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5909
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5910
|
+
|
5911
|
+
|
5912
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5913
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
5914
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.6ms)
|
5915
|
+
|
5916
|
+
|
5917
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:17:04 +0100
|
5918
|
+
Processing by FailuresController#where_is_it as HTML
|
5919
|
+
Completed 500 Internal Server Error in 0ms
|
5920
|
+
|
5921
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5922
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5923
|
+
|
5924
|
+
|
5925
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
5926
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
5927
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.7ms)
|
5928
|
+
|
5929
|
+
|
5930
|
+
Started GET "/failures/where_is_itk" for 127.0.0.1 at 2012-01-30 11:17:11 +0100
|
5931
|
+
|
5932
|
+
AbstractController::ActionNotFound (The action 'where_is_itk' could not be found for FailuresController):
|
5933
|
+
actionpack (3.2.0) lib/abstract_controller/base.rb:116:in `process'
|
5934
|
+
actionpack (3.2.0) lib/abstract_controller/rendering.rb:45:in `process'
|
5935
|
+
actionpack (3.2.0) lib/action_controller/metal.rb:203:in `dispatch'
|
5936
|
+
actionpack (3.2.0) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
5937
|
+
actionpack (3.2.0) lib/action_controller/metal.rb:246:in `block in action'
|
5938
|
+
actionpack (3.2.0) lib/action_dispatch/routing/route_set.rb:66:in `call'
|
5939
|
+
actionpack (3.2.0) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
|
5940
|
+
actionpack (3.2.0) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
5941
|
+
journey (1.0.0) lib/journey/router.rb:60:in `block in call'
|
5942
|
+
journey (1.0.0) lib/journey/router.rb:48:in `each'
|
5943
|
+
journey (1.0.0) lib/journey/router.rb:48:in `call'
|
5944
|
+
actionpack (3.2.0) lib/action_dispatch/routing/route_set.rb:570:in `call'
|
5945
|
+
airbrake (3.0.9) lib/airbrake/rack.rb:27:in `call'
|
5946
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
5947
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
5948
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
5949
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/head.rb:14:in `call'
|
5950
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
5951
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
5952
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
5953
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
5954
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
5955
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
5956
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `_run__2522506858455009141__call__3987158735134446259__callbacks'
|
5957
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `__run_callback'
|
5958
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
5959
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
5960
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
5961
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
5962
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
5963
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
5964
|
+
railties (3.2.0) lib/rails/rack/logger.rb:26:in `call_app'
|
5965
|
+
railties (3.2.0) lib/rails/rack/logger.rb:16:in `call'
|
5966
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
5967
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
5968
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
5969
|
+
activesupport (3.2.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
5970
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
5971
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/static.rb:53:in `call'
|
5972
|
+
airbrake (3.0.9) lib/airbrake/user_informer.rb:12:in `call'
|
5973
|
+
railties (3.2.0) lib/rails/engine.rb:479:in `call'
|
5974
|
+
railties (3.2.0) lib/rails/application.rb:220:in `call'
|
5975
|
+
railties (3.2.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
5976
|
+
rack (1.4.1) lib/rack/lint.rb:48:in `_call'
|
5977
|
+
rack (1.4.1) lib/rack/lint.rb:36:in `call'
|
5978
|
+
rack (1.4.1) lib/rack/showexceptions.rb:24:in `call'
|
5979
|
+
rack (1.4.1) lib/rack/commonlogger.rb:20:in `call'
|
5980
|
+
rack (1.4.1) lib/rack/chunked.rb:43:in `call'
|
5981
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
5982
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
5983
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
5984
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
5985
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
5986
|
+
|
5987
|
+
|
5988
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
5989
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
5990
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms)
|
5991
|
+
|
5992
|
+
|
5993
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:17:14 +0100
|
5994
|
+
Processing by FailuresController#where_is_it as HTML
|
5995
|
+
Completed 500 Internal Server Error in 0ms
|
5996
|
+
|
5997
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
5998
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
5999
|
+
|
6000
|
+
|
6001
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6002
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
6003
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.6ms)
|
6004
|
+
|
6005
|
+
|
6006
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:17:56 +0100
|
6007
|
+
|
6008
|
+
ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
|
6009
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:374:in `retrieve_connection'
|
6010
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_specification.rb:168:in `retrieve_connection'
|
6011
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_specification.rb:142:in `connection'
|
6012
|
+
activerecord (3.2.0) lib/active_record/query_cache.rb:67:in `rescue in call'
|
6013
|
+
activerecord (3.2.0) lib/active_record/query_cache.rb:61:in `call'
|
6014
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
6015
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
6016
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `_run__4473762649530524772__call__4101081888389910461__callbacks'
|
6017
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `__run_callback'
|
6018
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
6019
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
6020
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
6021
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
6022
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
6023
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
6024
|
+
railties (3.2.0) lib/rails/rack/logger.rb:26:in `call_app'
|
6025
|
+
railties (3.2.0) lib/rails/rack/logger.rb:16:in `call'
|
6026
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
6027
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
6028
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
6029
|
+
activesupport (3.2.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
6030
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
6031
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/static.rb:53:in `call'
|
6032
|
+
airbrake (3.0.9) lib/airbrake/user_informer.rb:12:in `call'
|
6033
|
+
railties (3.2.0) lib/rails/engine.rb:479:in `call'
|
6034
|
+
railties (3.2.0) lib/rails/application.rb:220:in `call'
|
6035
|
+
railties (3.2.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
6036
|
+
rack (1.4.1) lib/rack/lint.rb:48:in `_call'
|
6037
|
+
rack (1.4.1) lib/rack/lint.rb:36:in `call'
|
6038
|
+
rack (1.4.1) lib/rack/showexceptions.rb:24:in `call'
|
6039
|
+
rack (1.4.1) lib/rack/commonlogger.rb:20:in `call'
|
6040
|
+
rack (1.4.1) lib/rack/chunked.rb:43:in `call'
|
6041
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
6042
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
6043
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
6044
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
6045
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
6046
|
+
|
6047
|
+
|
6048
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6049
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.4ms)
|
6050
|
+
Completed 500 Internal Server Error in 23ms (Views: 22.0ms)
|
6051
|
+
|
6052
|
+
|
6053
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:18:02 +0100
|
6054
|
+
|
6055
|
+
ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
|
6056
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:374:in `retrieve_connection'
|
6057
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_specification.rb:168:in `retrieve_connection'
|
6058
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_specification.rb:142:in `connection'
|
6059
|
+
activerecord (3.2.0) lib/active_record/query_cache.rb:67:in `rescue in call'
|
6060
|
+
activerecord (3.2.0) lib/active_record/query_cache.rb:61:in `call'
|
6061
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
6062
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
6063
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `_run__4473762649530524772__call__4101081888389910461__callbacks'
|
6064
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `__run_callback'
|
6065
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
6066
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
6067
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
6068
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
6069
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
6070
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
6071
|
+
railties (3.2.0) lib/rails/rack/logger.rb:26:in `call_app'
|
6072
|
+
railties (3.2.0) lib/rails/rack/logger.rb:16:in `call'
|
6073
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
6074
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
6075
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
6076
|
+
activesupport (3.2.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
6077
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
6078
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/static.rb:53:in `call'
|
6079
|
+
airbrake (3.0.9) lib/airbrake/user_informer.rb:12:in `call'
|
6080
|
+
railties (3.2.0) lib/rails/engine.rb:479:in `call'
|
6081
|
+
railties (3.2.0) lib/rails/application.rb:220:in `call'
|
6082
|
+
railties (3.2.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
6083
|
+
rack (1.4.1) lib/rack/lint.rb:48:in `_call'
|
6084
|
+
rack (1.4.1) lib/rack/lint.rb:36:in `call'
|
6085
|
+
rack (1.4.1) lib/rack/showexceptions.rb:24:in `call'
|
6086
|
+
rack (1.4.1) lib/rack/commonlogger.rb:20:in `call'
|
6087
|
+
rack (1.4.1) lib/rack/chunked.rb:43:in `call'
|
6088
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
6089
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
6090
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
6091
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
6092
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
6093
|
+
|
6094
|
+
|
6095
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6096
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
6097
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms)
|
6098
|
+
|
6099
|
+
|
6100
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:21:07 +0100
|
6101
|
+
|
6102
|
+
ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
|
6103
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:374:in `retrieve_connection'
|
6104
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_specification.rb:168:in `retrieve_connection'
|
6105
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_specification.rb:142:in `connection'
|
6106
|
+
activerecord (3.2.0) lib/active_record/query_cache.rb:67:in `rescue in call'
|
6107
|
+
activerecord (3.2.0) lib/active_record/query_cache.rb:61:in `call'
|
6108
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
6109
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
6110
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `_run__1512839212517428081__call__693808139128653274__callbacks'
|
6111
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `__run_callback'
|
6112
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
6113
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
6114
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
6115
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
6116
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
6117
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
6118
|
+
railties (3.2.0) lib/rails/rack/logger.rb:26:in `call_app'
|
6119
|
+
railties (3.2.0) lib/rails/rack/logger.rb:16:in `call'
|
6120
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
6121
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
6122
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
6123
|
+
activesupport (3.2.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
6124
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
6125
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/static.rb:53:in `call'
|
6126
|
+
airbrake (3.0.9) lib/airbrake/user_informer.rb:12:in `call'
|
6127
|
+
railties (3.2.0) lib/rails/engine.rb:479:in `call'
|
6128
|
+
railties (3.2.0) lib/rails/application.rb:220:in `call'
|
6129
|
+
railties (3.2.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
6130
|
+
rack (1.4.1) lib/rack/lint.rb:48:in `_call'
|
6131
|
+
rack (1.4.1) lib/rack/lint.rb:36:in `call'
|
6132
|
+
rack (1.4.1) lib/rack/showexceptions.rb:24:in `call'
|
6133
|
+
rack (1.4.1) lib/rack/commonlogger.rb:20:in `call'
|
6134
|
+
rack (1.4.1) lib/rack/chunked.rb:43:in `call'
|
6135
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
6136
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
6137
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
6138
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
6139
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
6140
|
+
|
6141
|
+
|
6142
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6143
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.1ms)
|
6144
|
+
Completed 500 Internal Server Error in 21ms (Views: 20.2ms)
|
6145
|
+
|
6146
|
+
|
6147
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:24:42 +0100
|
6148
|
+
|
6149
|
+
ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
|
6150
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:374:in `retrieve_connection'
|
6151
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_specification.rb:168:in `retrieve_connection'
|
6152
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_specification.rb:142:in `connection'
|
6153
|
+
activerecord (3.2.0) lib/active_record/query_cache.rb:67:in `rescue in call'
|
6154
|
+
activerecord (3.2.0) lib/active_record/query_cache.rb:61:in `call'
|
6155
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
6156
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
6157
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `_run__1512839212517428081__call__693808139128653274__callbacks'
|
6158
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `__run_callback'
|
6159
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
6160
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
6161
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
6162
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
6163
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
6164
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
6165
|
+
railties (3.2.0) lib/rails/rack/logger.rb:26:in `call_app'
|
6166
|
+
railties (3.2.0) lib/rails/rack/logger.rb:16:in `call'
|
6167
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
6168
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
6169
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
6170
|
+
activesupport (3.2.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
6171
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
6172
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/static.rb:53:in `call'
|
6173
|
+
airbrake (3.0.9) lib/airbrake/user_informer.rb:12:in `call'
|
6174
|
+
railties (3.2.0) lib/rails/engine.rb:479:in `call'
|
6175
|
+
railties (3.2.0) lib/rails/application.rb:220:in `call'
|
6176
|
+
railties (3.2.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
6177
|
+
rack (1.4.1) lib/rack/lint.rb:48:in `_call'
|
6178
|
+
rack (1.4.1) lib/rack/lint.rb:36:in `call'
|
6179
|
+
rack (1.4.1) lib/rack/showexceptions.rb:24:in `call'
|
6180
|
+
rack (1.4.1) lib/rack/commonlogger.rb:20:in `call'
|
6181
|
+
rack (1.4.1) lib/rack/chunked.rb:43:in `call'
|
6182
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
6183
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
6184
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
6185
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
6186
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
6187
|
+
|
6188
|
+
|
6189
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6190
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
6191
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms)
|
6192
|
+
|
6193
|
+
|
6194
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:25:06 +0100
|
6195
|
+
Processing by FailuresController#wild_error as HTML
|
6196
|
+
Completed 500 Internal Server Error in 1ms
|
6197
|
+
|
6198
|
+
RuntimeError ():
|
6199
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6200
|
+
|
6201
|
+
|
6202
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6203
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.0ms)
|
6204
|
+
Completed 500 Internal Server Error in 64ms (Views: 63.1ms)
|
6205
|
+
|
6206
|
+
|
6207
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:25:06 +0100
|
6208
|
+
Processing by FailuresController#where_is_it as HTML
|
6209
|
+
Completed 500 Internal Server Error in 8ms
|
6210
|
+
|
6211
|
+
NameError (uninitialized constant FailuresController::ActiveRecord):
|
6212
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6213
|
+
|
6214
|
+
|
6215
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6216
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6217
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms)
|
6218
|
+
|
6219
|
+
|
6220
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:25:06 +0100
|
6221
|
+
Processing by FailuresController#dont_process_this as HTML
|
6222
|
+
Completed 500 Internal Server Error in 8ms
|
6223
|
+
|
6224
|
+
NameError (uninitialized constant FailuresController::ActiveRecord):
|
6225
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
6226
|
+
|
6227
|
+
|
6228
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6229
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6230
|
+
Completed 500 Internal Server Error in 1ms (Views: 1.1ms)
|
6231
|
+
|
6232
|
+
|
6233
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:25:06 +0100
|
6234
|
+
Processing by FailuresController#wild_error as HTML
|
6235
|
+
Completed 500 Internal Server Error in 0ms
|
6236
|
+
|
6237
|
+
RuntimeError ():
|
6238
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6239
|
+
|
6240
|
+
|
6241
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6242
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6243
|
+
Completed 500 Internal Server Error in 2ms (Views: 1.1ms)
|
6244
|
+
|
6245
|
+
|
6246
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:25:07 +0100
|
6247
|
+
Processing by FailuresController#usual_action as HTML
|
6248
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
6249
|
+
Completed 200 OK in 5ms (Views: 4.4ms)
|
6250
|
+
|
6251
|
+
|
6252
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:25:07 +0100
|
6253
|
+
Processing by FailuresController#where_is_it as HTML
|
6254
|
+
Completed 500 Internal Server Error in 9ms
|
6255
|
+
|
6256
|
+
NameError (uninitialized constant FailuresController::ActiveRecord):
|
6257
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6258
|
+
|
6259
|
+
|
6260
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6261
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.1ms)
|
6262
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.9ms)
|
6263
|
+
|
6264
|
+
|
6265
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:25:07 +0100
|
6266
|
+
Processing by FailuresController#wild_error as HTML
|
6267
|
+
Completed 500 Internal Server Error in 0ms
|
6268
|
+
|
6269
|
+
RuntimeError ():
|
6270
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6271
|
+
|
6272
|
+
|
6273
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6274
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
6275
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.7ms)
|
6276
|
+
|
6277
|
+
|
6278
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:25:07 +0100
|
6279
|
+
Processing by FailuresController#wild_error as HTML
|
6280
|
+
Completed 500 Internal Server Error in 0ms
|
6281
|
+
|
6282
|
+
RuntimeError ():
|
6283
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6284
|
+
|
6285
|
+
|
6286
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6287
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
6288
|
+
Completed 500 Internal Server Error in 8ms
|
6289
|
+
|
6290
|
+
|
6291
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:25:07 +0100
|
6292
|
+
Processing by FailuresController#wild_error as HTML
|
6293
|
+
Completed 500 Internal Server Error in 0ms
|
6294
|
+
|
6295
|
+
RuntimeError ():
|
6296
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6297
|
+
|
6298
|
+
|
6299
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6300
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.5ms)
|
6301
|
+
Completed 500 Internal Server Error in 3ms
|
6302
|
+
|
6303
|
+
|
6304
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:25:44 +0100
|
6305
|
+
Processing by FailuresController#where_is_it as HTML
|
6306
|
+
Completed 500 Internal Server Error in 1ms
|
6307
|
+
|
6308
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6309
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6310
|
+
|
6311
|
+
|
6312
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6313
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (9.7ms)
|
6314
|
+
Completed 500 Internal Server Error in 75ms (Views: 74.6ms)
|
6315
|
+
|
6316
|
+
|
6317
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:27:46 +0100
|
6318
|
+
|
6319
|
+
ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
|
6320
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:374:in `retrieve_connection'
|
6321
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_specification.rb:168:in `retrieve_connection'
|
6322
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_specification.rb:142:in `connection'
|
6323
|
+
activerecord (3.2.0) lib/active_record/query_cache.rb:67:in `rescue in call'
|
6324
|
+
activerecord (3.2.0) lib/active_record/query_cache.rb:61:in `call'
|
6325
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
6326
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
6327
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `_run__2992162458795637658__call__847372531704817057__callbacks'
|
6328
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `__run_callback'
|
6329
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
6330
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
6331
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
6332
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
6333
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
6334
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
6335
|
+
railties (3.2.0) lib/rails/rack/logger.rb:26:in `call_app'
|
6336
|
+
railties (3.2.0) lib/rails/rack/logger.rb:16:in `call'
|
6337
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
6338
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
6339
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
6340
|
+
activesupport (3.2.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
6341
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
6342
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/static.rb:53:in `call'
|
6343
|
+
airbrake (3.0.9) lib/airbrake/user_informer.rb:12:in `call'
|
6344
|
+
railties (3.2.0) lib/rails/engine.rb:479:in `call'
|
6345
|
+
railties (3.2.0) lib/rails/application.rb:220:in `call'
|
6346
|
+
railties (3.2.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
6347
|
+
rack (1.4.1) lib/rack/lint.rb:48:in `_call'
|
6348
|
+
rack (1.4.1) lib/rack/lint.rb:36:in `call'
|
6349
|
+
rack (1.4.1) lib/rack/showexceptions.rb:24:in `call'
|
6350
|
+
rack (1.4.1) lib/rack/commonlogger.rb:20:in `call'
|
6351
|
+
rack (1.4.1) lib/rack/chunked.rb:43:in `call'
|
6352
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
6353
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
6354
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
6355
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
6356
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
6357
|
+
|
6358
|
+
|
6359
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6360
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.4ms)
|
6361
|
+
Completed 500 Internal Server Error in 21ms (Views: 20.5ms)
|
6362
|
+
|
6363
|
+
|
6364
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:27:51 +0100
|
6365
|
+
|
6366
|
+
ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
|
6367
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:374:in `retrieve_connection'
|
6368
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_specification.rb:168:in `retrieve_connection'
|
6369
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_specification.rb:142:in `connection'
|
6370
|
+
activerecord (3.2.0) lib/active_record/query_cache.rb:67:in `rescue in call'
|
6371
|
+
activerecord (3.2.0) lib/active_record/query_cache.rb:61:in `call'
|
6372
|
+
activerecord (3.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
6373
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
6374
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `_run__2992162458795637658__call__847372531704817057__callbacks'
|
6375
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:405:in `__run_callback'
|
6376
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
6377
|
+
activesupport (3.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
6378
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
6379
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
6380
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
6381
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
6382
|
+
railties (3.2.0) lib/rails/rack/logger.rb:26:in `call_app'
|
6383
|
+
railties (3.2.0) lib/rails/rack/logger.rb:16:in `call'
|
6384
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
6385
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
6386
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
6387
|
+
activesupport (3.2.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
6388
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
6389
|
+
actionpack (3.2.0) lib/action_dispatch/middleware/static.rb:53:in `call'
|
6390
|
+
airbrake (3.0.9) lib/airbrake/user_informer.rb:12:in `call'
|
6391
|
+
railties (3.2.0) lib/rails/engine.rb:479:in `call'
|
6392
|
+
railties (3.2.0) lib/rails/application.rb:220:in `call'
|
6393
|
+
railties (3.2.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
6394
|
+
rack (1.4.1) lib/rack/lint.rb:48:in `_call'
|
6395
|
+
rack (1.4.1) lib/rack/lint.rb:36:in `call'
|
6396
|
+
rack (1.4.1) lib/rack/showexceptions.rb:24:in `call'
|
6397
|
+
rack (1.4.1) lib/rack/commonlogger.rb:20:in `call'
|
6398
|
+
rack (1.4.1) lib/rack/chunked.rb:43:in `call'
|
6399
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
6400
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
6401
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
6402
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
6403
|
+
/Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
6404
|
+
|
6405
|
+
|
6406
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6407
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
6408
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.8ms)
|
6409
|
+
|
6410
|
+
|
6411
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:28:46 +0100
|
6412
|
+
Processing by FailuresController#where_is_it as HTML
|
6413
|
+
Completed 500 Internal Server Error in 1ms
|
6414
|
+
|
6415
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6416
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6417
|
+
|
6418
|
+
|
6419
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6420
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (7.6ms)
|
6421
|
+
Completed 500 Internal Server Error in 20ms (Views: 19.3ms)
|
6422
|
+
|
6423
|
+
|
6424
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:28:49 +0100
|
6425
|
+
Processing by FailuresController#where_is_it as HTML
|
6426
|
+
Completed 500 Internal Server Error in 0ms
|
6427
|
+
|
6428
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6429
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6430
|
+
|
6431
|
+
|
6432
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6433
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
6434
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.8ms)
|
6435
|
+
|
6436
|
+
|
6437
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:29:51 +0100
|
6438
|
+
Processing by FailuresController#where_is_it as HTML
|
6439
|
+
Completed 500 Internal Server Error in 1ms
|
6440
|
+
|
6441
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6442
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6443
|
+
|
6444
|
+
|
6445
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6446
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.4ms)
|
6447
|
+
Completed 500 Internal Server Error in 20ms (Views: 19.8ms)
|
6448
|
+
|
6449
|
+
|
6450
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:29:53 +0100
|
6451
|
+
Processing by FailuresController#where_is_it as HTML
|
6452
|
+
Completed 500 Internal Server Error in 0ms
|
6453
|
+
|
6454
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6455
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6456
|
+
|
6457
|
+
|
6458
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6459
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
6460
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.8ms)
|
6461
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
6462
|
+
[1m[35m (2.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
6463
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
6464
|
+
[1m[35m (2.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
6465
|
+
|
6466
|
+
|
6467
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:32:08 +0100
|
6468
|
+
Processing by FailuresController#where_is_it as HTML
|
6469
|
+
Completed 500 Internal Server Error in 1ms
|
6470
|
+
|
6471
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6472
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6473
|
+
|
6474
|
+
|
6475
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
6476
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (9.7ms)
|
6477
|
+
Completed 404 Not Found in 64ms (Views: 63.4ms | ActiveRecord: 0.0ms)
|
6478
|
+
|
6479
|
+
|
6480
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:32:51 +0100
|
6481
|
+
Processing by FailuresController#wild_error as HTML
|
6482
|
+
Completed 500 Internal Server Error in 1ms
|
6483
|
+
|
6484
|
+
RuntimeError ():
|
6485
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6486
|
+
|
6487
|
+
|
6488
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6489
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.1ms)
|
6490
|
+
Completed 500 Internal Server Error in 24ms (Views: 23.1ms | ActiveRecord: 0.0ms)
|
6491
|
+
|
6492
|
+
|
6493
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:32:51 +0100
|
6494
|
+
Processing by FailuresController#where_is_it as HTML
|
6495
|
+
Completed 500 Internal Server Error in 1ms
|
6496
|
+
|
6497
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6498
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6499
|
+
|
6500
|
+
|
6501
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
6502
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6503
|
+
Completed 404 Not Found in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
6504
|
+
|
6505
|
+
|
6506
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:32:51 +0100
|
6507
|
+
Processing by FailuresController#dont_process_this as HTML
|
6508
|
+
Completed 500 Internal Server Error in 1ms
|
6509
|
+
|
6510
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
6511
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
6512
|
+
|
6513
|
+
|
6514
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
6515
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6516
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
6517
|
+
|
6518
|
+
|
6519
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:32:51 +0100
|
6520
|
+
Processing by FailuresController#wild_error as HTML
|
6521
|
+
Completed 500 Internal Server Error in 0ms
|
6522
|
+
|
6523
|
+
RuntimeError ():
|
6524
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6525
|
+
|
6526
|
+
|
6527
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6528
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6529
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
6530
|
+
|
6531
|
+
|
6532
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:32:51 +0100
|
6533
|
+
Processing by FailuresController#usual_action as HTML
|
6534
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
6535
|
+
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
6536
|
+
|
6537
|
+
|
6538
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:32:51 +0100
|
6539
|
+
Processing by FailuresController#where_is_it as HTML
|
6540
|
+
Completed 500 Internal Server Error in 0ms
|
6541
|
+
|
6542
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6543
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6544
|
+
|
6545
|
+
|
6546
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
6547
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
6548
|
+
Completed 404 Not Found in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
6549
|
+
|
6550
|
+
|
6551
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:32:52 +0100
|
6552
|
+
Processing by FailuresController#wild_error as HTML
|
6553
|
+
Completed 500 Internal Server Error in 0ms
|
6554
|
+
|
6555
|
+
RuntimeError ():
|
6556
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6557
|
+
|
6558
|
+
|
6559
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6560
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
6561
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
6562
|
+
|
6563
|
+
|
6564
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:32:52 +0100
|
6565
|
+
Processing by FailuresController#wild_error as HTML
|
6566
|
+
Completed 500 Internal Server Error in 0ms
|
6567
|
+
|
6568
|
+
RuntimeError ():
|
6569
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6570
|
+
|
6571
|
+
|
6572
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6573
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.5ms)
|
6574
|
+
Completed 500 Internal Server Error in 8ms
|
6575
|
+
|
6576
|
+
|
6577
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:32:52 +0100
|
6578
|
+
Processing by FailuresController#wild_error as HTML
|
6579
|
+
Completed 500 Internal Server Error in 0ms
|
6580
|
+
|
6581
|
+
RuntimeError ():
|
6582
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6583
|
+
|
6584
|
+
|
6585
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6586
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
6587
|
+
Completed 500 Internal Server Error in 2ms
|
6588
|
+
|
6589
|
+
|
6590
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:34:40 +0100
|
6591
|
+
Processing by FailuresController#wild_error as HTML
|
6592
|
+
Completed 500 Internal Server Error in 1ms
|
6593
|
+
|
6594
|
+
RuntimeError ():
|
6595
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6596
|
+
|
6597
|
+
|
6598
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6599
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.2ms)
|
6600
|
+
Completed 500 Internal Server Error in 21ms (Views: 20.2ms | ActiveRecord: 0.0ms)
|
6601
|
+
|
6602
|
+
|
6603
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:34:40 +0100
|
6604
|
+
Processing by FailuresController#where_is_it as HTML
|
6605
|
+
Completed 500 Internal Server Error in 1ms
|
6606
|
+
|
6607
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6608
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6609
|
+
|
6610
|
+
|
6611
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
6612
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6613
|
+
Completed 404 Not Found in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
6614
|
+
|
6615
|
+
|
6616
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:34:40 +0100
|
6617
|
+
Processing by FailuresController#dont_process_this as HTML
|
6618
|
+
Completed 500 Internal Server Error in 1ms
|
6619
|
+
|
6620
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
6621
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
6622
|
+
|
6623
|
+
|
6624
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
6625
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6626
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
6627
|
+
|
6628
|
+
|
6629
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:34:40 +0100
|
6630
|
+
Processing by FailuresController#wild_error as HTML
|
6631
|
+
Completed 500 Internal Server Error in 0ms
|
6632
|
+
|
6633
|
+
RuntimeError ():
|
6634
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6635
|
+
|
6636
|
+
|
6637
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6638
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6639
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
6640
|
+
|
6641
|
+
|
6642
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:34:40 +0100
|
6643
|
+
Processing by FailuresController#usual_action as HTML
|
6644
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
6645
|
+
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
6646
|
+
|
6647
|
+
|
6648
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:34:40 +0100
|
6649
|
+
Processing by FailuresController#where_is_it as HTML
|
6650
|
+
Completed 500 Internal Server Error in 0ms
|
6651
|
+
|
6652
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6653
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6654
|
+
|
6655
|
+
|
6656
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
6657
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.1ms)
|
6658
|
+
Completed 404 Not Found in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
6659
|
+
|
6660
|
+
|
6661
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:34:40 +0100
|
6662
|
+
Processing by FailuresController#wild_error as HTML
|
6663
|
+
Completed 500 Internal Server Error in 0ms
|
6664
|
+
|
6665
|
+
RuntimeError ():
|
6666
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6667
|
+
|
6668
|
+
|
6669
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6670
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
6671
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
6672
|
+
|
6673
|
+
|
6674
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:34:40 +0100
|
6675
|
+
Processing by FailuresController#where_is_it as HTML
|
6676
|
+
Completed 500 Internal Server Error in 0ms
|
6677
|
+
|
6678
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6679
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6680
|
+
|
6681
|
+
|
6682
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
6683
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
6684
|
+
Completed 500 Internal Server Error in 7ms
|
6685
|
+
|
6686
|
+
|
6687
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:34:40 +0100
|
6688
|
+
Processing by FailuresController#wild_error as HTML
|
6689
|
+
Completed 500 Internal Server Error in 0ms
|
6690
|
+
|
6691
|
+
RuntimeError ():
|
6692
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6693
|
+
|
6694
|
+
|
6695
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6696
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
6697
|
+
Completed 500 Internal Server Error in 2ms
|
6698
|
+
|
6699
|
+
|
6700
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:35:13 +0100
|
6701
|
+
Processing by FailuresController#wild_error as HTML
|
6702
|
+
Completed 500 Internal Server Error in 1ms
|
6703
|
+
|
6704
|
+
RuntimeError ():
|
6705
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6706
|
+
|
6707
|
+
|
6708
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6709
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.1ms)
|
6710
|
+
Completed 500 Internal Server Error in 22ms (Views: 21.3ms | ActiveRecord: 0.0ms)
|
6711
|
+
|
6712
|
+
|
6713
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:35:13 +0100
|
6714
|
+
Processing by FailuresController#where_is_it as HTML
|
6715
|
+
Completed 500 Internal Server Error in 1ms
|
6716
|
+
|
6717
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6718
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6719
|
+
|
6720
|
+
|
6721
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
6722
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6723
|
+
Completed 404 Not Found in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
6724
|
+
|
6725
|
+
|
6726
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:35:13 +0100
|
6727
|
+
Processing by FailuresController#dont_process_this as HTML
|
6728
|
+
Completed 500 Internal Server Error in 1ms
|
6729
|
+
|
6730
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
6731
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
6732
|
+
|
6733
|
+
|
6734
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
6735
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6736
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
6737
|
+
|
6738
|
+
|
6739
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:35:13 +0100
|
6740
|
+
Processing by FailuresController#wild_error as HTML
|
6741
|
+
Completed 500 Internal Server Error in 0ms
|
6742
|
+
|
6743
|
+
RuntimeError ():
|
6744
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6745
|
+
|
6746
|
+
|
6747
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6748
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6749
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
6750
|
+
|
6751
|
+
|
6752
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:35:13 +0100
|
6753
|
+
Processing by FailuresController#usual_action as HTML
|
6754
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
6755
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
6756
|
+
|
6757
|
+
|
6758
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:35:13 +0100
|
6759
|
+
Processing by FailuresController#where_is_it as HTML
|
6760
|
+
Completed 500 Internal Server Error in 0ms
|
6761
|
+
|
6762
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6763
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6764
|
+
|
6765
|
+
|
6766
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
6767
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
6768
|
+
Completed 404 Not Found in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
6769
|
+
|
6770
|
+
|
6771
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:35:13 +0100
|
6772
|
+
Processing by FailuresController#wild_error as HTML
|
6773
|
+
Completed 500 Internal Server Error in 0ms
|
6774
|
+
|
6775
|
+
RuntimeError ():
|
6776
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6777
|
+
|
6778
|
+
|
6779
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6780
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
6781
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
6782
|
+
|
6783
|
+
|
6784
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:35:13 +0100
|
6785
|
+
Processing by FailuresController#where_is_it as HTML
|
6786
|
+
Completed 500 Internal Server Error in 0ms
|
6787
|
+
|
6788
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6789
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6790
|
+
|
6791
|
+
|
6792
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
6793
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
6794
|
+
Completed 500 Internal Server Error in 8ms
|
6795
|
+
|
6796
|
+
|
6797
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:35:13 +0100
|
6798
|
+
Processing by FailuresController#wild_error as HTML
|
6799
|
+
Completed 500 Internal Server Error in 0ms
|
6800
|
+
|
6801
|
+
RuntimeError ():
|
6802
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6803
|
+
|
6804
|
+
|
6805
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6806
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
6807
|
+
Completed 500 Internal Server Error in 2ms
|
6808
|
+
|
6809
|
+
|
6810
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:35:53 +0100
|
6811
|
+
Processing by FailuresController#wild_error as HTML
|
6812
|
+
Completed 500 Internal Server Error in 1ms
|
6813
|
+
|
6814
|
+
RuntimeError ():
|
6815
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6816
|
+
|
6817
|
+
|
6818
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6819
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.0ms)
|
6820
|
+
Completed 500 Internal Server Error in 22ms (Views: 21.1ms | ActiveRecord: 0.0ms)
|
6821
|
+
|
6822
|
+
|
6823
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:35:53 +0100
|
6824
|
+
Processing by FailuresController#where_is_it as HTML
|
6825
|
+
Completed 500 Internal Server Error in 1ms
|
6826
|
+
|
6827
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6828
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6829
|
+
|
6830
|
+
|
6831
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
6832
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6833
|
+
Completed 404 Not Found in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
6834
|
+
|
6835
|
+
|
6836
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:35:53 +0100
|
6837
|
+
Processing by FailuresController#dont_process_this as HTML
|
6838
|
+
Completed 500 Internal Server Error in 1ms
|
6839
|
+
|
6840
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
6841
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
6842
|
+
|
6843
|
+
|
6844
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
6845
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6846
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
6847
|
+
|
6848
|
+
|
6849
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:35:53 +0100
|
6850
|
+
Processing by FailuresController#wild_error as HTML
|
6851
|
+
Completed 500 Internal Server Error in 0ms
|
6852
|
+
|
6853
|
+
RuntimeError ():
|
6854
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6855
|
+
|
6856
|
+
|
6857
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6858
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6859
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
6860
|
+
|
6861
|
+
|
6862
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:35:53 +0100
|
6863
|
+
Processing by FailuresController#usual_action as HTML
|
6864
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
6865
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
6866
|
+
|
6867
|
+
|
6868
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:35:53 +0100
|
6869
|
+
Processing by FailuresController#where_is_it as HTML
|
6870
|
+
Completed 500 Internal Server Error in 0ms
|
6871
|
+
|
6872
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6873
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6874
|
+
|
6875
|
+
|
6876
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
6877
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
6878
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
6879
|
+
|
6880
|
+
|
6881
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:35:53 +0100
|
6882
|
+
Processing by FailuresController#wild_error as HTML
|
6883
|
+
Completed 500 Internal Server Error in 0ms
|
6884
|
+
|
6885
|
+
RuntimeError ():
|
6886
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6887
|
+
|
6888
|
+
|
6889
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6890
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.1ms)
|
6891
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
6892
|
+
|
6893
|
+
|
6894
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:35:53 +0100
|
6895
|
+
Processing by FailuresController#where_is_it as HTML
|
6896
|
+
Completed 500 Internal Server Error in 0ms
|
6897
|
+
|
6898
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6899
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6900
|
+
|
6901
|
+
|
6902
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
6903
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
6904
|
+
Completed 500 Internal Server Error in 8ms
|
6905
|
+
|
6906
|
+
|
6907
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:35:54 +0100
|
6908
|
+
Processing by FailuresController#wild_error as HTML
|
6909
|
+
Completed 500 Internal Server Error in 0ms
|
6910
|
+
|
6911
|
+
RuntimeError ():
|
6912
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6913
|
+
|
6914
|
+
|
6915
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6916
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.5ms)
|
6917
|
+
Completed 500 Internal Server Error in 3ms
|
6918
|
+
|
6919
|
+
|
6920
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:36:59 +0100
|
6921
|
+
Processing by FailuresController#wild_error as HTML
|
6922
|
+
Completed 500 Internal Server Error in 1ms
|
6923
|
+
|
6924
|
+
|
6925
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:36:59 +0100
|
6926
|
+
Processing by FailuresController#where_is_it as HTML
|
6927
|
+
Completed 500 Internal Server Error in 1ms
|
6928
|
+
|
6929
|
+
|
6930
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:36:59 +0100
|
6931
|
+
Processing by FailuresController#dont_process_this as HTML
|
6932
|
+
Completed 500 Internal Server Error in 1ms
|
6933
|
+
|
6934
|
+
|
6935
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:36:59 +0100
|
6936
|
+
Processing by FailuresController#wild_error as HTML
|
6937
|
+
Completed 500 Internal Server Error in 0ms
|
6938
|
+
|
6939
|
+
|
6940
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:36:59 +0100
|
6941
|
+
Processing by FailuresController#usual_action as HTML
|
6942
|
+
Rendered failures/usual_action.html.erb within layouts/application (48.5ms)
|
6943
|
+
Completed 200 OK in 62ms (Views: 61.2ms | ActiveRecord: 0.0ms)
|
6944
|
+
|
6945
|
+
|
6946
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:37:00 +0100
|
6947
|
+
Processing by FailuresController#where_is_it as HTML
|
6948
|
+
Completed 500 Internal Server Error in 0ms
|
6949
|
+
|
6950
|
+
|
6951
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:37:00 +0100
|
6952
|
+
Processing by FailuresController#wild_error as HTML
|
6953
|
+
Completed 500 Internal Server Error in 0ms
|
6954
|
+
|
6955
|
+
|
6956
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:37:00 +0100
|
6957
|
+
Processing by FailuresController#where_is_it as HTML
|
6958
|
+
Completed 500 Internal Server Error in 0ms
|
6959
|
+
|
6960
|
+
|
6961
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:37:00 +0100
|
6962
|
+
Processing by FailuresController#wild_error as HTML
|
6963
|
+
Completed 500 Internal Server Error in 0ms
|
6964
|
+
|
6965
|
+
|
6966
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:37:44 +0100
|
6967
|
+
Processing by FailuresController#wild_error as HTML
|
6968
|
+
Completed 500 Internal Server Error in 1ms
|
6969
|
+
|
6970
|
+
RuntimeError ():
|
6971
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
6972
|
+
|
6973
|
+
|
6974
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
6975
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (7.9ms)
|
6976
|
+
Completed 500 Internal Server Error in 20ms (Views: 19.7ms | ActiveRecord: 0.0ms)
|
6977
|
+
|
6978
|
+
|
6979
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:37:44 +0100
|
6980
|
+
Processing by FailuresController#where_is_it as HTML
|
6981
|
+
Completed 500 Internal Server Error in 1ms
|
6982
|
+
|
6983
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
6984
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
6985
|
+
|
6986
|
+
|
6987
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
6988
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
6989
|
+
Completed 404 Not Found in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
6990
|
+
|
6991
|
+
|
6992
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:37:44 +0100
|
6993
|
+
Processing by FailuresController#dont_process_this as HTML
|
6994
|
+
Completed 500 Internal Server Error in 1ms
|
6995
|
+
|
6996
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
6997
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
6998
|
+
|
6999
|
+
|
7000
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
7001
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7002
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7003
|
+
|
7004
|
+
|
7005
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:37:44 +0100
|
7006
|
+
Processing by FailuresController#wild_error as HTML
|
7007
|
+
Completed 500 Internal Server Error in 0ms
|
7008
|
+
|
7009
|
+
RuntimeError ():
|
7010
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7011
|
+
|
7012
|
+
|
7013
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7014
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7015
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7016
|
+
|
7017
|
+
|
7018
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:37:44 +0100
|
7019
|
+
Processing by FailuresController#usual_action as HTML
|
7020
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
7021
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
7022
|
+
|
7023
|
+
|
7024
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:37:44 +0100
|
7025
|
+
Processing by FailuresController#where_is_it as HTML
|
7026
|
+
Completed 500 Internal Server Error in 0ms
|
7027
|
+
|
7028
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7029
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7030
|
+
|
7031
|
+
|
7032
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7033
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
7034
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
7035
|
+
|
7036
|
+
|
7037
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:37:44 +0100
|
7038
|
+
Processing by FailuresController#wild_error as HTML
|
7039
|
+
Completed 500 Internal Server Error in 0ms
|
7040
|
+
|
7041
|
+
RuntimeError ():
|
7042
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7043
|
+
|
7044
|
+
|
7045
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7046
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.1ms)
|
7047
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
7048
|
+
|
7049
|
+
|
7050
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:37:44 +0100
|
7051
|
+
Processing by FailuresController#where_is_it as HTML
|
7052
|
+
Completed 500 Internal Server Error in 0ms
|
7053
|
+
|
7054
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7055
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7056
|
+
|
7057
|
+
|
7058
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7059
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7060
|
+
Completed 500 Internal Server Error in 8ms
|
7061
|
+
|
7062
|
+
|
7063
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:37:44 +0100
|
7064
|
+
Processing by FailuresController#wild_error as HTML
|
7065
|
+
Completed 500 Internal Server Error in 0ms
|
7066
|
+
|
7067
|
+
RuntimeError ():
|
7068
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7069
|
+
|
7070
|
+
|
7071
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7072
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7073
|
+
Completed 500 Internal Server Error in 2ms
|
7074
|
+
|
7075
|
+
|
7076
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:38:32 +0100
|
7077
|
+
Processing by FailuresController#wild_error as HTML
|
7078
|
+
Completed 500 Internal Server Error in 1ms
|
7079
|
+
|
7080
|
+
RuntimeError ():
|
7081
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7082
|
+
|
7083
|
+
|
7084
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7085
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.7ms)
|
7086
|
+
Completed 500 Internal Server Error in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms)
|
7087
|
+
|
7088
|
+
|
7089
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:38:32 +0100
|
7090
|
+
Processing by FailuresController#where_is_it as HTML
|
7091
|
+
Completed 500 Internal Server Error in 1ms
|
7092
|
+
|
7093
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7094
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7095
|
+
|
7096
|
+
|
7097
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7098
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7099
|
+
Completed 404 Not Found in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7100
|
+
|
7101
|
+
|
7102
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:38:32 +0100
|
7103
|
+
Processing by FailuresController#dont_process_this as HTML
|
7104
|
+
Completed 500 Internal Server Error in 1ms
|
7105
|
+
|
7106
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
7107
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
7108
|
+
|
7109
|
+
|
7110
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
7111
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7112
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7113
|
+
|
7114
|
+
|
7115
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:38:32 +0100
|
7116
|
+
Processing by FailuresController#wild_error as HTML
|
7117
|
+
Completed 500 Internal Server Error in 0ms
|
7118
|
+
|
7119
|
+
RuntimeError ():
|
7120
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7121
|
+
|
7122
|
+
|
7123
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7124
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7125
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7126
|
+
|
7127
|
+
|
7128
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:38:32 +0100
|
7129
|
+
Processing by FailuresController#usual_action as HTML
|
7130
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
7131
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
7132
|
+
|
7133
|
+
|
7134
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:38:32 +0100
|
7135
|
+
Processing by FailuresController#where_is_it as HTML
|
7136
|
+
Completed 500 Internal Server Error in 0ms
|
7137
|
+
|
7138
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7139
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7140
|
+
|
7141
|
+
|
7142
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7143
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
7144
|
+
Completed 404 Not Found in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
7145
|
+
|
7146
|
+
|
7147
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:38:32 +0100
|
7148
|
+
Processing by FailuresController#wild_error as HTML
|
7149
|
+
Completed 500 Internal Server Error in 0ms
|
7150
|
+
|
7151
|
+
RuntimeError ():
|
7152
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7153
|
+
|
7154
|
+
|
7155
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7156
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.1ms)
|
7157
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
7158
|
+
|
7159
|
+
|
7160
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:38:32 +0100
|
7161
|
+
Processing by FailuresController#where_is_it as HTML
|
7162
|
+
Completed 500 Internal Server Error in 0ms
|
7163
|
+
|
7164
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7165
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7166
|
+
|
7167
|
+
|
7168
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7169
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7170
|
+
Completed 500 Internal Server Error in 8ms
|
7171
|
+
|
7172
|
+
|
7173
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:38:32 +0100
|
7174
|
+
Processing by FailuresController#wild_error as HTML
|
7175
|
+
Completed 500 Internal Server Error in 0ms
|
7176
|
+
|
7177
|
+
RuntimeError ():
|
7178
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7179
|
+
|
7180
|
+
|
7181
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7182
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7183
|
+
Completed 500 Internal Server Error in 2ms
|
7184
|
+
|
7185
|
+
|
7186
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:38:47 +0100
|
7187
|
+
Processing by FailuresController#wild_error as HTML
|
7188
|
+
Completed 500 Internal Server Error in 1ms
|
7189
|
+
|
7190
|
+
RuntimeError ():
|
7191
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7192
|
+
|
7193
|
+
|
7194
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7195
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (55.6ms)
|
7196
|
+
Completed 500 Internal Server Error in 70ms (Views: 69.2ms | ActiveRecord: 0.0ms)
|
7197
|
+
|
7198
|
+
|
7199
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:38:47 +0100
|
7200
|
+
Processing by FailuresController#where_is_it as HTML
|
7201
|
+
Completed 500 Internal Server Error in 1ms
|
7202
|
+
|
7203
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7204
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7205
|
+
|
7206
|
+
|
7207
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7208
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7209
|
+
Completed 404 Not Found in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7210
|
+
|
7211
|
+
|
7212
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:38:47 +0100
|
7213
|
+
Processing by FailuresController#dont_process_this as HTML
|
7214
|
+
Completed 500 Internal Server Error in 1ms
|
7215
|
+
|
7216
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
7217
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
7218
|
+
|
7219
|
+
|
7220
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
7221
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7222
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7223
|
+
|
7224
|
+
|
7225
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:38:47 +0100
|
7226
|
+
Processing by FailuresController#wild_error as HTML
|
7227
|
+
Completed 500 Internal Server Error in 0ms
|
7228
|
+
|
7229
|
+
RuntimeError ():
|
7230
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7231
|
+
|
7232
|
+
|
7233
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7234
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7235
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7236
|
+
|
7237
|
+
|
7238
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:38:47 +0100
|
7239
|
+
Processing by FailuresController#usual_action as HTML
|
7240
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
7241
|
+
Completed 200 OK in 49ms (Views: 48.4ms | ActiveRecord: 0.0ms)
|
7242
|
+
|
7243
|
+
|
7244
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:38:47 +0100
|
7245
|
+
Processing by FailuresController#where_is_it as HTML
|
7246
|
+
Completed 500 Internal Server Error in 0ms
|
7247
|
+
|
7248
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7249
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7250
|
+
|
7251
|
+
|
7252
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7253
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
7254
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
7255
|
+
|
7256
|
+
|
7257
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:38:47 +0100
|
7258
|
+
Processing by FailuresController#wild_error as HTML
|
7259
|
+
Completed 500 Internal Server Error in 0ms
|
7260
|
+
|
7261
|
+
RuntimeError ():
|
7262
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7263
|
+
|
7264
|
+
|
7265
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7266
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
7267
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
7268
|
+
|
7269
|
+
|
7270
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:38:47 +0100
|
7271
|
+
Processing by FailuresController#where_is_it as HTML
|
7272
|
+
Completed 500 Internal Server Error in 0ms
|
7273
|
+
|
7274
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7275
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7276
|
+
|
7277
|
+
|
7278
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7279
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7280
|
+
Completed 500 Internal Server Error in 8ms
|
7281
|
+
|
7282
|
+
|
7283
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:38:47 +0100
|
7284
|
+
Processing by FailuresController#wild_error as HTML
|
7285
|
+
Completed 500 Internal Server Error in 0ms
|
7286
|
+
|
7287
|
+
RuntimeError ():
|
7288
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7289
|
+
|
7290
|
+
|
7291
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7292
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.5ms)
|
7293
|
+
Completed 500 Internal Server Error in 2ms
|
7294
|
+
|
7295
|
+
|
7296
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:41:47 +0100
|
7297
|
+
Processing by FailuresController#wild_error as HTML
|
7298
|
+
Completed 500 Internal Server Error in 1ms
|
7299
|
+
|
7300
|
+
RuntimeError ():
|
7301
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7302
|
+
|
7303
|
+
|
7304
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7305
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (9.1ms)
|
7306
|
+
Completed 500 Internal Server Error in 24ms (Views: 23.2ms | ActiveRecord: 0.0ms)
|
7307
|
+
|
7308
|
+
|
7309
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:41:47 +0100
|
7310
|
+
Processing by FailuresController#where_is_it as HTML
|
7311
|
+
Completed 500 Internal Server Error in 1ms
|
7312
|
+
|
7313
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7314
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7315
|
+
|
7316
|
+
|
7317
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7318
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7319
|
+
Completed 404 Not Found in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7320
|
+
|
7321
|
+
|
7322
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:41:47 +0100
|
7323
|
+
Processing by FailuresController#dont_process_this as HTML
|
7324
|
+
Completed 500 Internal Server Error in 1ms
|
7325
|
+
|
7326
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
7327
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
7328
|
+
|
7329
|
+
|
7330
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
7331
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7332
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7333
|
+
|
7334
|
+
|
7335
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:41:47 +0100
|
7336
|
+
Processing by FailuresController#wild_error as HTML
|
7337
|
+
Completed 500 Internal Server Error in 0ms
|
7338
|
+
|
7339
|
+
RuntimeError ():
|
7340
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7341
|
+
|
7342
|
+
|
7343
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7344
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7345
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7346
|
+
|
7347
|
+
|
7348
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:41:47 +0100
|
7349
|
+
Processing by FailuresController#usual_action as HTML
|
7350
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
7351
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
7352
|
+
|
7353
|
+
|
7354
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:41:47 +0100
|
7355
|
+
Processing by FailuresController#where_is_it as HTML
|
7356
|
+
Completed 500 Internal Server Error in 0ms
|
7357
|
+
|
7358
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7359
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7360
|
+
|
7361
|
+
|
7362
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7363
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
7364
|
+
Completed 404 Not Found in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
7365
|
+
|
7366
|
+
|
7367
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:41:47 +0100
|
7368
|
+
Processing by FailuresController#wild_error as HTML
|
7369
|
+
Completed 500 Internal Server Error in 0ms
|
7370
|
+
|
7371
|
+
RuntimeError ():
|
7372
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7373
|
+
|
7374
|
+
|
7375
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7376
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
7377
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
7378
|
+
|
7379
|
+
|
7380
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:41:47 +0100
|
7381
|
+
Processing by FailuresController#wild_error as HTML
|
7382
|
+
Completed 500 Internal Server Error in 0ms
|
7383
|
+
|
7384
|
+
RuntimeError ():
|
7385
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7386
|
+
|
7387
|
+
|
7388
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7389
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7390
|
+
Completed 500 Internal Server Error in 8ms
|
7391
|
+
|
7392
|
+
|
7393
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:41:47 +0100
|
7394
|
+
Processing by FailuresController#wild_error as HTML
|
7395
|
+
Completed 500 Internal Server Error in 0ms
|
7396
|
+
|
7397
|
+
RuntimeError ():
|
7398
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7399
|
+
|
7400
|
+
|
7401
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7402
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.5ms)
|
7403
|
+
Completed 500 Internal Server Error in 2ms
|
7404
|
+
|
7405
|
+
|
7406
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:42:19 +0100
|
7407
|
+
Processing by FailuresController#wild_error as HTML
|
7408
|
+
Completed 500 Internal Server Error in 1ms
|
7409
|
+
|
7410
|
+
RuntimeError ():
|
7411
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7412
|
+
|
7413
|
+
|
7414
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7415
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.2ms)
|
7416
|
+
Completed 500 Internal Server Error in 21ms (Views: 20.1ms | ActiveRecord: 0.0ms)
|
7417
|
+
|
7418
|
+
|
7419
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:42:19 +0100
|
7420
|
+
Processing by FailuresController#where_is_it as HTML
|
7421
|
+
Completed 500 Internal Server Error in 1ms
|
7422
|
+
|
7423
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7424
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7425
|
+
|
7426
|
+
|
7427
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7428
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7429
|
+
Completed 404 Not Found in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7430
|
+
|
7431
|
+
|
7432
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:42:19 +0100
|
7433
|
+
Processing by FailuresController#dont_process_this as HTML
|
7434
|
+
Completed 500 Internal Server Error in 1ms
|
7435
|
+
|
7436
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
7437
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
7438
|
+
|
7439
|
+
|
7440
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
7441
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7442
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
7443
|
+
|
7444
|
+
|
7445
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:42:19 +0100
|
7446
|
+
Processing by FailuresController#wild_error as HTML
|
7447
|
+
Completed 500 Internal Server Error in 0ms
|
7448
|
+
|
7449
|
+
RuntimeError ():
|
7450
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7451
|
+
|
7452
|
+
|
7453
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7454
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7455
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7456
|
+
|
7457
|
+
|
7458
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:42:19 +0100
|
7459
|
+
Processing by FailuresController#usual_action as HTML
|
7460
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
7461
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
7462
|
+
|
7463
|
+
|
7464
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:42:19 +0100
|
7465
|
+
Processing by FailuresController#where_is_it as HTML
|
7466
|
+
Completed 500 Internal Server Error in 0ms
|
7467
|
+
|
7468
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7469
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7470
|
+
|
7471
|
+
|
7472
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7473
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
7474
|
+
Completed 404 Not Found in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
7475
|
+
|
7476
|
+
|
7477
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:42:19 +0100
|
7478
|
+
Processing by FailuresController#wild_error as HTML
|
7479
|
+
Completed 500 Internal Server Error in 0ms
|
7480
|
+
|
7481
|
+
RuntimeError ():
|
7482
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7483
|
+
|
7484
|
+
|
7485
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7486
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.1ms)
|
7487
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
7488
|
+
|
7489
|
+
|
7490
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:42:19 +0100
|
7491
|
+
Processing by FailuresController#wild_error as HTML
|
7492
|
+
Completed 500 Internal Server Error in 0ms
|
7493
|
+
|
7494
|
+
RuntimeError ():
|
7495
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7496
|
+
|
7497
|
+
|
7498
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7499
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7500
|
+
Completed 500 Internal Server Error in 8ms
|
7501
|
+
|
7502
|
+
|
7503
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:42:19 +0100
|
7504
|
+
Processing by FailuresController#wild_error as HTML
|
7505
|
+
Completed 500 Internal Server Error in 0ms
|
7506
|
+
|
7507
|
+
RuntimeError ():
|
7508
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7509
|
+
|
7510
|
+
|
7511
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7512
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7513
|
+
Completed 500 Internal Server Error in 2ms
|
7514
|
+
|
7515
|
+
|
7516
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:42:39 +0100
|
7517
|
+
Processing by FailuresController#wild_error as HTML
|
7518
|
+
Completed 500 Internal Server Error in 1ms
|
7519
|
+
|
7520
|
+
RuntimeError ():
|
7521
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7522
|
+
|
7523
|
+
|
7524
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7525
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (9.0ms)
|
7526
|
+
Completed 500 Internal Server Error in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms)
|
7527
|
+
|
7528
|
+
|
7529
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:42:39 +0100
|
7530
|
+
Processing by FailuresController#where_is_it as HTML
|
7531
|
+
Completed 500 Internal Server Error in 1ms
|
7532
|
+
|
7533
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7534
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7535
|
+
|
7536
|
+
|
7537
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7538
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7539
|
+
Completed 404 Not Found in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7540
|
+
|
7541
|
+
|
7542
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:42:39 +0100
|
7543
|
+
Processing by FailuresController#dont_process_this as HTML
|
7544
|
+
Completed 500 Internal Server Error in 1ms
|
7545
|
+
|
7546
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
7547
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
7548
|
+
|
7549
|
+
|
7550
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
7551
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7552
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7553
|
+
|
7554
|
+
|
7555
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:42:39 +0100
|
7556
|
+
Processing by FailuresController#wild_error as HTML
|
7557
|
+
Completed 500 Internal Server Error in 0ms
|
7558
|
+
|
7559
|
+
RuntimeError ():
|
7560
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7561
|
+
|
7562
|
+
|
7563
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7564
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7565
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7566
|
+
|
7567
|
+
|
7568
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:42:39 +0100
|
7569
|
+
Processing by FailuresController#usual_action as HTML
|
7570
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
7571
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
7572
|
+
|
7573
|
+
|
7574
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:42:39 +0100
|
7575
|
+
Processing by FailuresController#where_is_it as HTML
|
7576
|
+
Completed 500 Internal Server Error in 0ms
|
7577
|
+
|
7578
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7579
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7580
|
+
|
7581
|
+
|
7582
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7583
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
7584
|
+
Completed 404 Not Found in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
7585
|
+
|
7586
|
+
|
7587
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:42:39 +0100
|
7588
|
+
Processing by FailuresController#wild_error as HTML
|
7589
|
+
Completed 500 Internal Server Error in 0ms
|
7590
|
+
|
7591
|
+
RuntimeError ():
|
7592
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7593
|
+
|
7594
|
+
|
7595
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7596
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.1ms)
|
7597
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
7598
|
+
|
7599
|
+
|
7600
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:42:39 +0100
|
7601
|
+
Processing by FailuresController#wild_error as HTML
|
7602
|
+
Completed 500 Internal Server Error in 0ms
|
7603
|
+
|
7604
|
+
RuntimeError ():
|
7605
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7606
|
+
|
7607
|
+
|
7608
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7609
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7610
|
+
Completed 500 Internal Server Error in 8ms
|
7611
|
+
|
7612
|
+
|
7613
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:42:39 +0100
|
7614
|
+
Processing by FailuresController#wild_error as HTML
|
7615
|
+
Completed 500 Internal Server Error in 0ms
|
7616
|
+
|
7617
|
+
RuntimeError ():
|
7618
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7619
|
+
|
7620
|
+
|
7621
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7622
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7623
|
+
Completed 500 Internal Server Error in 2ms
|
7624
|
+
|
7625
|
+
|
7626
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:43:28 +0100
|
7627
|
+
Processing by FailuresController#wild_error as HTML
|
7628
|
+
Completed 500 Internal Server Error in 1ms
|
7629
|
+
|
7630
|
+
RuntimeError ():
|
7631
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7632
|
+
|
7633
|
+
|
7634
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7635
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.1ms)
|
7636
|
+
Completed 500 Internal Server Error in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms)
|
7637
|
+
|
7638
|
+
|
7639
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:43:29 +0100
|
7640
|
+
Processing by FailuresController#where_is_it as HTML
|
7641
|
+
Completed 500 Internal Server Error in 1ms
|
7642
|
+
|
7643
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7644
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7645
|
+
|
7646
|
+
|
7647
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7648
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7649
|
+
Completed 404 Not Found in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
7650
|
+
|
7651
|
+
|
7652
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:43:29 +0100
|
7653
|
+
Processing by FailuresController#dont_process_this as HTML
|
7654
|
+
Completed 500 Internal Server Error in 1ms
|
7655
|
+
|
7656
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
7657
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
7658
|
+
|
7659
|
+
|
7660
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
7661
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7662
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7663
|
+
|
7664
|
+
|
7665
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:43:29 +0100
|
7666
|
+
Processing by FailuresController#wild_error as HTML
|
7667
|
+
Completed 500 Internal Server Error in 0ms
|
7668
|
+
|
7669
|
+
RuntimeError ():
|
7670
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7671
|
+
|
7672
|
+
|
7673
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7674
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7675
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7676
|
+
|
7677
|
+
|
7678
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:43:29 +0100
|
7679
|
+
Processing by FailuresController#usual_action as HTML
|
7680
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
7681
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
7682
|
+
|
7683
|
+
|
7684
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:43:29 +0100
|
7685
|
+
Processing by FailuresController#where_is_it as HTML
|
7686
|
+
Completed 500 Internal Server Error in 0ms
|
7687
|
+
|
7688
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7689
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7690
|
+
|
7691
|
+
|
7692
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7693
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
7694
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
7695
|
+
|
7696
|
+
|
7697
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:43:29 +0100
|
7698
|
+
Processing by FailuresController#wild_error as HTML
|
7699
|
+
Completed 500 Internal Server Error in 0ms
|
7700
|
+
|
7701
|
+
RuntimeError ():
|
7702
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7703
|
+
|
7704
|
+
|
7705
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7706
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.1ms)
|
7707
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
7708
|
+
|
7709
|
+
|
7710
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:43:29 +0100
|
7711
|
+
Processing by FailuresController#wild_error as HTML
|
7712
|
+
Completed 500 Internal Server Error in 0ms
|
7713
|
+
|
7714
|
+
RuntimeError ():
|
7715
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7716
|
+
|
7717
|
+
|
7718
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7719
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7720
|
+
Completed 500 Internal Server Error in 8ms
|
7721
|
+
|
7722
|
+
|
7723
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:43:29 +0100
|
7724
|
+
Processing by FailuresController#wild_error as HTML
|
7725
|
+
Completed 500 Internal Server Error in 0ms
|
7726
|
+
|
7727
|
+
RuntimeError ():
|
7728
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7729
|
+
|
7730
|
+
|
7731
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7732
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7733
|
+
Completed 500 Internal Server Error in 2ms
|
7734
|
+
|
7735
|
+
|
7736
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:45:43 +0100
|
7737
|
+
Processing by FailuresController#wild_error as HTML
|
7738
|
+
Completed 500 Internal Server Error in 1ms
|
7739
|
+
|
7740
|
+
RuntimeError ():
|
7741
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7742
|
+
|
7743
|
+
|
7744
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7745
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (8.3ms)
|
7746
|
+
Completed 500 Internal Server Error in 22ms (Views: 21.3ms | ActiveRecord: 0.0ms)
|
7747
|
+
|
7748
|
+
|
7749
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:45:43 +0100
|
7750
|
+
Processing by FailuresController#where_is_it as HTML
|
7751
|
+
Completed 500 Internal Server Error in 1ms
|
7752
|
+
|
7753
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7754
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7755
|
+
|
7756
|
+
|
7757
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7758
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7759
|
+
Completed 404 Not Found in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7760
|
+
|
7761
|
+
|
7762
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:45:43 +0100
|
7763
|
+
Processing by FailuresController#dont_process_this as HTML
|
7764
|
+
Completed 500 Internal Server Error in 1ms
|
7765
|
+
|
7766
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
7767
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
7768
|
+
|
7769
|
+
|
7770
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
7771
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7772
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7773
|
+
|
7774
|
+
|
7775
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:45:43 +0100
|
7776
|
+
Processing by FailuresController#wild_error as HTML
|
7777
|
+
Completed 500 Internal Server Error in 0ms
|
7778
|
+
|
7779
|
+
RuntimeError ():
|
7780
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7781
|
+
|
7782
|
+
|
7783
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7784
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7785
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7786
|
+
|
7787
|
+
|
7788
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:45:43 +0100
|
7789
|
+
Processing by FailuresController#usual_action as HTML
|
7790
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
7791
|
+
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
7792
|
+
|
7793
|
+
|
7794
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:45:43 +0100
|
7795
|
+
Processing by FailuresController#where_is_it as HTML
|
7796
|
+
Completed 500 Internal Server Error in 0ms
|
7797
|
+
|
7798
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7799
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7800
|
+
|
7801
|
+
|
7802
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7803
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
7804
|
+
Completed 404 Not Found in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
7805
|
+
|
7806
|
+
|
7807
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:45:44 +0100
|
7808
|
+
Processing by FailuresController#wild_error as HTML
|
7809
|
+
Completed 500 Internal Server Error in 0ms
|
7810
|
+
|
7811
|
+
RuntimeError ():
|
7812
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7813
|
+
|
7814
|
+
|
7815
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7816
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.1ms)
|
7817
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
7818
|
+
|
7819
|
+
|
7820
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:45:44 +0100
|
7821
|
+
Processing by FailuresController#wild_error as HTML
|
7822
|
+
Completed 500 Internal Server Error in 0ms
|
7823
|
+
|
7824
|
+
RuntimeError ():
|
7825
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7826
|
+
|
7827
|
+
|
7828
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7829
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7830
|
+
Completed 500 Internal Server Error in 8ms
|
7831
|
+
|
7832
|
+
|
7833
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:45:44 +0100
|
7834
|
+
Processing by FailuresController#wild_error as HTML
|
7835
|
+
Completed 500 Internal Server Error in 0ms
|
7836
|
+
|
7837
|
+
RuntimeError ():
|
7838
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7839
|
+
|
7840
|
+
|
7841
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7842
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7843
|
+
Completed 500 Internal Server Error in 2ms
|
7844
|
+
|
7845
|
+
|
7846
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:47:17 +0100
|
7847
|
+
Processing by FailuresController#wild_error as HTML
|
7848
|
+
Completed 500 Internal Server Error in 1ms
|
7849
|
+
|
7850
|
+
RuntimeError ():
|
7851
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7852
|
+
|
7853
|
+
|
7854
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7855
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (54.4ms)
|
7856
|
+
Completed 500 Internal Server Error in 67ms (Views: 66.5ms | ActiveRecord: 0.0ms)
|
7857
|
+
|
7858
|
+
|
7859
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:47:17 +0100
|
7860
|
+
Processing by FailuresController#where_is_it as HTML
|
7861
|
+
Completed 500 Internal Server Error in 1ms
|
7862
|
+
|
7863
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7864
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7865
|
+
|
7866
|
+
|
7867
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7868
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7869
|
+
Completed 404 Not Found in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7870
|
+
|
7871
|
+
|
7872
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-30 11:47:17 +0100
|
7873
|
+
Processing by FailuresController#dont_process_this as HTML
|
7874
|
+
Completed 500 Internal Server Error in 1ms
|
7875
|
+
|
7876
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
7877
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
7878
|
+
|
7879
|
+
|
7880
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
7881
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7882
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7883
|
+
|
7884
|
+
|
7885
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:47:17 +0100
|
7886
|
+
Processing by FailuresController#wild_error as HTML
|
7887
|
+
Completed 500 Internal Server Error in 0ms
|
7888
|
+
|
7889
|
+
RuntimeError ():
|
7890
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7891
|
+
|
7892
|
+
|
7893
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7894
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
7895
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7896
|
+
|
7897
|
+
|
7898
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-30 11:47:17 +0100
|
7899
|
+
Processing by FailuresController#usual_action as HTML
|
7900
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
7901
|
+
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
7902
|
+
|
7903
|
+
|
7904
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-30 11:47:17 +0100
|
7905
|
+
Processing by FailuresController#where_is_it as HTML
|
7906
|
+
Completed 500 Internal Server Error in 0ms
|
7907
|
+
|
7908
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
7909
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
7910
|
+
|
7911
|
+
|
7912
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
7913
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
7914
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
7915
|
+
|
7916
|
+
|
7917
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:47:17 +0100
|
7918
|
+
Processing by FailuresController#wild_error as HTML
|
7919
|
+
Completed 500 Internal Server Error in 0ms
|
7920
|
+
|
7921
|
+
RuntimeError ():
|
7922
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7923
|
+
|
7924
|
+
|
7925
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7926
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
7927
|
+
Completed 500 Internal Server Error in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
7928
|
+
|
7929
|
+
|
7930
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:47:17 +0100
|
7931
|
+
Processing by FailuresController#wild_error as HTML
|
7932
|
+
Completed 500 Internal Server Error in 0ms
|
7933
|
+
|
7934
|
+
RuntimeError ():
|
7935
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7936
|
+
|
7937
|
+
|
7938
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7939
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.5ms)
|
7940
|
+
Completed 500 Internal Server Error in 8ms
|
7941
|
+
|
7942
|
+
|
7943
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-30 11:47:17 +0100
|
7944
|
+
Processing by FailuresController#wild_error as HTML
|
7945
|
+
Completed 500 Internal Server Error in 0ms
|
7946
|
+
|
7947
|
+
RuntimeError ():
|
7948
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
7949
|
+
|
7950
|
+
|
7951
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
7952
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/erroneous (0.4ms)
|
7953
|
+
Completed 500 Internal Server Error in 2ms
|