search for: vttiyveqpzg

Displaying 3 results from an estimated 3 matches for "vttiyveqpzg".

2009 Aug 27
2
Setting @request.env["HTTP_REFERER"] in an integration test
Hi. I would like to set @request.env["HTTP_REFERER"] in an integration test, but due to its nature, I would naturally set this value to the previousle request url. How do I do that. Thanks. Jarl
2009 Sep 07
0
How do I make a performance test?
Hi. I would like to make a performance test using rails 2.3.3 I see there is a generator called performance_test, but can someone give me a link to a url that gives some examples. I have read http://guides.rubyonrails.org/performance_testing.html To me however a test is something that either passes or fails. And all the examples given in article provides measurements of executions in numbers.
2010 May 06
0
Problems using exception_notification 2.3.3.0
Hi. I am using rails 2.3.5 I just installed exception_notification 2.3.3.0 using ''sudo gem install exception_notification'' I have add config.gem "exception_notification" in environment.rb and ''include ExceptionNotification::Notifiable'' in application_controller.rb Now I am trying it out in development environment. It seems to catch my exception