Tagged Questions
0
votes
1answer
19 views
SoundCLI gem fails
I am trying to run the soundCLI gem, but it fails with:
/usr/lib/ruby/gems/1.9.1/gems/soundcli-0.0.5/lib/soundcli/player.rb: line 158
(null)-WARNING **:Command line `dbus-launch ...
0
votes
2answers
47 views
Rails on ubuntu not found - but in list of my gem installs
I'm trying to install rails on ubuntu, doing so using rvm and not the apt-get which is outdated.
so far I had no troubles - rvm working good, so does gem and ruby.
but when I'm trying to load rails ...
0
votes
0answers
49 views
Linux. How install linguistics for Ruby?
I try install linguistics
sudo gem install linguistics
but have error
ERROR: Error installing linguistics:
linguistics requires Ruby version >= 1.9.3.
My Ruby version is ruby 1.9.3p392 ...
0
votes
2answers
282 views
Gem installing error
Wont install this gem, and I get this response.
greg@greg-VirtualBox:~$ gem install tweetstream
Building native extensions. This could take a while...
ERROR: Error installing tweetstream:
ERROR: ...
1
vote
5answers
140 views
Processing Gem Data
I have a question regarding running a shell command via PHP. My goal is to successfully run compass compile [project] via PHP. I have tried the following:
echo system('compass compile [project]', ...
-2
votes
1answer
94 views
Rubymine not recognizing installed gems
My Ruby project is not recognizing the gem I just installed in Terminal. The gem is also not showing up in external libraries.
0
votes
2answers
40 views
Error with installing gems
greg@greg-VirtualBox:~$ gem install twitter
/home/greg/.rvm/bin/gem: line 6: /home/greg/.rvm/bin/gem: Argument list too long
/home/greg/.rvm/bin/gem: line 6: /home/greg/.rvm/bin/gem: Success
What ...
-1
votes
1answer
65 views
Having trouble installing/using gems in ruby [closed]
Using rubymine on linux, and installed gem "twitter", but when when i require it in .rb file it said file not found
Also:
greg@greg-VirtualBox:~$ gem install twitter
/home/greg/.rvm/bin/gem: line 6: ...
0
votes
1answer
170 views
OpenShift: rhc setup error
I am setting up my openshift connection for the first time following this guide but rhc setup throws the following error:
/usr/local/lib/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': ...
1
vote
2answers
281 views
Octopress include code crash
I use Octopress (jekyll) as blogging engine/generator. When I include a piece of code with the
{% include_code foo.bar %}
syntax, it completely crashes. This happens also if I do write code inside ...
0
votes
0answers
53 views
Issue with mongify installation. getting aborted with out any reliable error details?
Following are the log I got while installing the mongofy.
Steps I had for installing the mongofy:
wget -q -O - http://www.atomicorp.com/installers/atomic |sh
yum install ruby
ruby setup.rb
yum ...
1
vote
0answers
295 views
Cannot install gems on RVM JRuby gemset: SocketError: initialize: name or service not known (http://rubygems.org/specs.4.8.gz)
I'm trying to install JRuby and Ruby on Rails (or "JRuby on Rails") with RVM on GNU/Linux Debian, but I'm getting some error. This is what I have done.
First of all, I made these installations ...
0
votes
0answers
59 views
Can't install gems from github on linux server
In my rails3 app I have the folllowing line in my gemfile
gem 'rails3-jquery-autocomplete', :git => 'https://github.com/willfults/rails3-jquery-autocomplete.git'
That works locally on my windows ...
3
votes
1answer
265 views
Troubleshooting installing Gherkin 2.1.5
I am trying to install Gherkin 2.1.5, well, actually it is a dependency of https://github.com/opencongress/opencongress. I am using bundle install in the root directory of the code to install, about ...
0
votes
0answers
162 views
Error for isntall net-scp gem
I'm using backup gem to doing some stuff but this gem requires
net-scp gem version >= 1.0.4, but I can't install this gem because nothing happens after proceeded with the usual command:
...
0
votes
0answers
104 views
starting pry shell on linux
When i enter the pry command to start the pry shell i get this :
Output here.Unable to post on SO
Why doesn't the pry shell start up ?
Installation commands were :
rvm pkg install zlib
gem install ...
5
votes
1answer
2k views
How to install and run compass with rvm and gem?
OS: Mint Linux 11 64bit
I know nothing about ruby, I just want Compass.
I've installed rvm and ruby 1.9.3, and set the default ruby
$ rvm list
rvm rubies
=* ruby-1.9.3-p125 [ x86_64 ]
# => - ...
74
votes
4answers
28k views
cannot load such file — zlib even after using rvm pkg install zlib
I installed zlib package and ruby 1.9.3 using rvm, but whenever I try to install gems it says
cannot load such file -- zlib.
The commands I used to install are:
$ rvm install 1.9.3
.
$ rvm pkg ...
1
vote
1answer
374 views
Gem Install Error
When trying to run gem install rake bundler I get the following error
rvmsudo gem install rake bundler
ERROR: Loading command: install (LoadError)
cannot load such file -- zlib
ERROR: While ...
-1
votes
1answer
136 views
Issue with backup gem
I just installed the gem backup. when I try something im getting this erroe. can I know what this is?
$ backup
/usr/lib/ruby/gems/1.8/gems/backup-3.0.23/lib/backup/cli/utility.rb:240: warning: ...
0
votes
1answer
329 views
no such file to load — sanitize (LoadError)
(Working in Ubuntu and using ruby, rails, and gems.)
I installed the sanitize gem (version 2.0.3).
When requiring it from the code, an error is occurring:
`require': no such file to load -- ...
0
votes
1answer
86 views
Gem server started but not viewable on front end
I have recently installed Ruby 1.9.2 on Linux Ubuntu 10.04 running 0.7.65 when I run gem server the server starts but is not viewable on the 8808 port of the domain. I have tried this with both the ...
0
votes
1answer
739 views
Can't Install Eventmachine On Synology DiskStation With OpenSSL
I'm trying to install the EventMachine ruby gem on my Synology DiskStation DS211 Linux-based NAS, but the installation fails while trying to create the Makefile for the native extension, saying:
...
8
votes
4answers
7k views
Getting the warning “Insecure world writable dir /home/chance ” in PATH, mode 040777 for rails and gem
I've tried this but it didn't work and seemed to be for osx. I have a fresh Ubuntu 10.10 install with rvm, rails 3 and ruby 1.9.2. I have a fresh rails app but using either gem or rails results in the ...
4
votes
1answer
934 views
Where are my ruby gems?
Linux newbie question I guess..
How can I find out where gem installs the gems on my Ubuntu 10 system? I want to read gem sourcecode and perhaps change things up a bit.
0
votes
2answers
299 views
How to install a Linux Rails gem on Windows
I need to upload vendorize a gem which is causing problems at my host - in this case nokogiri. My host is using linux, my development system is windows. The gem contains binaries and so my local gem ...
2
votes
2answers
590 views
Ruby Gems with Persistent data
I want to create ruby application (not rails). This is a console app which will need to persist some data. I'm using pstore as the database. I want to deploy this application as a gem.
My question ...


