A couple of Rails applications I downloaded have dependencies on bson_ext which appears to be a native code library. When I run rake gems:install for the app I get the following error message:
i am getting error while truing to install watir C:>gem install watir ERROR:http://rubygems.org/ does not appear to be a repository
I am trying to implement a gem called stanfordparser which can be found here: http://stanfordparser.rubyforge.org/
I have a .gz file that contains an XML document. Does anyone know how to use Zlib properly? So far, I have the following code:
Can anybody show me (maybe copy/paste a simple code example) how to create the .pdf file from an existing (.xls) file, using the Prawn gem? (Basically, I\'d need the command that \"opens\" the existin
When you 开发者_JAVA技巧pass the :verbose flag to a FileUtils command, the command gets printed to STDOUT. Is there a way to capture the command so it can be logged or used elsewhere?If you look at th
I am having a hard time installing libcurl ruby bindings gem (curb) on Windows. I have done everything right. I have libcurl directory on the PATH, and then I try two ways of installing the gem
Now, I\'ve used Rails enough to know what the rails command does, but how it does it interests me. The bin/rails file (from github) is as follows:
Bundler version 1.0.0.beta.2 Rvm Info system: uname:\"Linux dane-r1f-ubuntu 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686 GNU/Linux\"
The other question (here: ) had solutions that I tried but they didn\'t work. I am behind a proxy at work, and can\'t figure out how to get RubyGems to work through it.