Displaying 2 results from an estimated 2 matches for "service_control".
Did you mean:
servicecontrol
2007 Jun 05
1
undefined method <name> for Service:Module
Hi all,
We have a controller by name "ServiceController" (service_controller.rb)
and everything was fine until we upgraded our rails. We recently
upgraded Rails from Rails 1.1.6 to Rails 1.2.3. and after that when we
try to invoke the "ServiceController" we are getting an error like this
"undefined method find for Service:Module"
I guess some namesp...
2008 Dec 02
11
Any plans for Before-feature or Before-all steps in Cucumber?
Hi
The code I''m working on now is a server daemon that talks to Twitter,
an RSS feed, and some web pages. I''ve got mock implementations of
Twitter and the web stuff, which I start and stop with
daemon_controller[1]. I do all the setup in a Before block, but this
makes the feature runs agonisingly slow due to the time waiting for
everything to restart. I''m