I\'ve recently started working on my first Sinatra/CouchDB app and kept running into a SystemStackError: stack level too deep error. After a ton of googling, I\'ve discovered that one of the gems I\'v
I have been trying to use the ruby-git gem to make commits etc from with in a ruby script however the method to check the current status always throws an error. My understanding is that this code, alt
I\'m having trouble removing a gem from my system. When i ask gem where RedCloth is installed it says this:
This question already has answers here: How to use Active Support core extensions (5 answers) Closed 2 years ago.
I want to use the LinkedIn gem But not the one that I get when I type sudo gem install linkedin I want a specific one that somehow has done patches to. It is a fork of the original which is:
I\'m developing an application using rails 2.3.5, gitorious and deploy with vlad, the OS is Linux Mint 9 Isadora.
I\'m trying to learn RoR, and running script/console fails, returning: Loading development environment (Rails 2.3.5)
I keep getting this error for different gems, the most recent is acts_as_reportable: no such file to load -- acts_as_reportable
I\'m pretty new to Ruby/Rails but I was taking a look at bundler and was wondering how it works exactly. Do you install a full set of gems like normal gem install XYZand then use the Gemfile to pull a
I am actually reading a rails book that is written for rails 2.3.5. I want to test Rails 3 beta as well. Is it possible to have such a setup in my Mac OS leopard?