Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
Marcus's user avatar
  • 143
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 ...
Fivell's user avatar
  • 103