I\'m trying to install No开发者_运维百科kogiri on a computer that doesn\'t have Apple\'s development package installed.
I\'m creating a webcrawler of sorts and when I use Anemone without storage to crawl a site it eventually crashes due to memory issues.
I\'m looking for a guide on how to package a rails app as a gem or something reusable like that.. At work we build a lot of client rails apps where wordpress is too bloggy(and php) and radient and th
I\'m trying to run the command \'bundle exec autotest\' in Terminal. I can get RSpec working if I use \'bundle exec rspec spec/\', but I can\'t get autotest (the first command) running. Unfortunately,
I\'d like to use Disqus gem in a Rails app. I read through the documentation but I cannot figure out how to configure it. It appears to say we need to set a bunch of values initially. How should I con
I\'m calling gem commands in a Windows .cmd file, but it exits after the first command. What gives? gem sources --add http://gems.github.com
I want to make a generic voting controller for lots of different controllers. I\'m using the Thumbs_up gem which was formerly the vote_fu gem.
I am using Ruby 1.8.7, Rails 2.3.8, Linkdin 0.1.7, Roxml 3.1.5 and Oauth 0.3.6. In my accounts controller I am testing the code by Will Read (http://pivotallabs.com/users/will/blog/articles/1096-linke
I\'m trying to run the ruby gem \"mongo3\" (http://mongo3.com/) I\'m new to gem, but I would think that running \"gem mongo3\" should execute it, but I get this error:
I have a problem with loading the hpricot gem. I\'m using it in a rake task and put a require \"hpricot\" in it.