curb not working with rails

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-04-25T01:39:30Z Indexed on 2010/04/25 1:43 UTC
Read the original article Hit count: 300

Filed under:
|
|

I have a simple class that is using curb to retrieve data. Everything works just find from the command line, but when I load it into my rails application WebBrick crashes on the "require 'curb'" statement.

I'm extremely new to ruby so I'm not sure how exactly to debug the error from webbrick to determine what is wrong.

If someone knows how to solve this issue that would be great, if someone could also point me into the right direction to start troubleshooting the issue myself that would also help.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about rails