Tagged Questions
0
votes
2answers
247 views
uninitialized constant Twitter (NameError)
Hey guys i have a problem i am facing with the twitter gem. I have a file (twitter.rb) with this content
require "rubygems"
require "twitter"
puts Twitter.user_timeline("roykasa").first.text
puts ...
0
votes
1answer
653 views
Uninstall Ruby on OpenSUSE (zlib error)
I am new to Linux and Ruby. I have been searching for an answer but to no avail.
Using OpenSUSE 11.1
I recently downloaded the latest Ruby 1.9.2 and use the method make install from the source. I ...
3
votes
3answers
2k views
Install RMagick on openSUSE 11.3 - gem failed to build its extension
I have RVM installed on openSUSE 11.3. My preferred Ruby version is MRI 1.9.2p136.
I tried to install RMagick gem and got the following output:
Building native extensions. This could take a while... ...