Displaying 3 results from an estimated 3 matches for "genestoux".
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
2008 Sep 26
1
Problem with authentication... Acts As Authenticated
Hello,
I am working on the API of our webservice. API users need to
authenticate some of their calls...
When I am performig the call through Firefox, everything is fine as
shown in the log :
Processing OwnershipsController#new (for 67.207.118.174 at 2008-09-26
16:20:03) [GET]
Session ID:
BAh7BiIKKmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
2009 Mar 12
1
Rspec and EventMachine
Hey Guys,
I am trying to create a app that makes use of EventMachine.
As I recently fell in love with Rspec, I was trying to use it with our
EM. However, I have no idea how to do this. Also, I want to remove
network connections from the tests (as I might not be connected when
running them), so I think I should mock them up, but again... I don''t
know how to do this!
Any tips?
Thanks