search for: abstractresponse

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

2011 Jan 26
0
[Rails 2.3.10] uninitialized constant ActionController::AbstractResponse
I am testing some code under 2.3.10 ( w ruby 1.8.7) and when trying only to start the console , I get the error : ===== /gems/activesupport-2.3.4/lib/active_support/dependencies.rb:440:in `load_missing_constant'':NameError: uninitialized constant ActionController::AbstractResponse ruby-1.8.7-p330 :001 > I cannot see what happen in any log ... where or how can i get some info on the faulty module during initialization ? ( cannot trace the console .... script/console --trace /Users/yves/.rvm/rubies/ruby-1.8.7-p330/lib/ruby/1.8/optparse.rb: 1450:in `complete'': inv...
2008 Oct 12
4
Re-using crontrollers with non-http requests
Hi! I am creating a application that does a lot of background processing. For this I am using a queue (starling in my case...) and several pollers that will get a message from the queue and execute some code corresponding do it. The code that these pollers process looks a lot like some code in methods included in some of my rails application controllers. I wanted to DRY this a little bit, so I
2007 Nov 09
26
RSpec on Rails 2.0
I have a project on edge rails that I''m trying to convert from Test:Unit to rspec. I have the rspec gem version 2338, the rspec and rsepc_on_rails version 2831 in vendor/plugins, and rails version 8117 in vendor/rails. I''ve been able to get a few specs passing, have gotten the specs running from autotest, and am able to do "rake spec:doc" and get the basic command