I\'m having a couple of problems using Highline in Ruby, and trying to get the choice element, detailed here, to work.
I have a Rails application to do web surveys. It stores answers to multiple-choices (fixnum) questions into sqlite3. Is there any ruby gem that I can 开发者_开发问答use to export my data into spss for
I want to install a ruby gem which tries to build a native extension. The gem in this case is nokogiri. If I do开发者_高级运维 gem install nokogiri, the native extension dynamically links against libx
I am trying for the first time to install some Ruby gems on Mac OS X Leopard. Please see the command and the output below. My question is how do I install a gem with dependencies? I tried installing i
Specifically, the ruby-oci8 gem.I have both 1.0.7 and 2.0.4 installed.I want 1.0.7. I can just require oci8, but I don\'t get the version I want.
What are the relative pros and cons of: http://rubyforge.org/projects/daemons http://github.com/kennethkalmer/daemon-kit
Closed. This question is off-topic. It is not currently accepting answers. 开发者_开发百科 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
qichunren@zhaobak:~> gem install hpricot ERROR:While executing gem ... (Gem::FilePermissionError) You don\'t have write permissions into the /opt/ruby-enterprise-1.8.7/lib/ruby/gems/1.8 directory.
When creating a new Rails project using: rails sample Then creating a model using: script/generate model person first_name:string last_name:string
I have a Sinatra application I\'v开发者_StackOverflowe created and I\'d like to package it as a gem-based binary.