I am new to Ruby and Rails so this question might be trivial, but
How can you include/use a gem in Rails?
Do you just put "gem '
What do you do after that?
If this procedure is correct, when I try to run 'rails server' it spits out this error
/.rvm/gems/ruby-1.9.2-p0@global/gems/gdata-1.1.1/lib/gdata.rb:21:in `require': no such file to load -- jcode (LoadError)
What am I doing wrong?
Ruby 1.9.2 Rails 3 RubyGem 1.3.7 Gem i'm trying to use 'contacts' 1.2.4
Thanks guys, Sean Chan