All Questions
Tagged with ruby-on-rails multithreading
2 questions
2
votes
1
answer
297
views
Script for starting a rails app, with some peculiarities
I wanted to write a script, which starts a rails app, and opens it in the browser.
I'm trying to implement this in a peculiar way though - I expect two things:
the script must wait until the server is ...
3
votes
1
answer
558
views
Activeresource-response gem
I created my first gem for Rails today. https://github.com/Fivell/activeresource-response.
This gem adds possibility to access http response object from result of activeresource call.
I don't know how ...