Tagged Questions
0
votes
2answers
35 views
Deploying with RVM on Linode Ubuntu 10.4 Does not install RVM
I'm trying to deploy with Capistrano and RVM and even though when running cap bundler:install_bundler which is supposed to install bundler, and succeeds. After, when running cap deploy it fails with ...
0
votes
1answer
16 views
ruby and rails return to earlier versions when I close and reopen terminal
I'm trying to upgrade Ruby from 1.8.7 to the latest version and Rails from 2.3.14 to the latest version. I ran:
\curl -L https://get.rvm.io | bash -s stable --ruby --autolibs=enable --auto-dotfiles
...
0
votes
1answer
25 views
Can't import readline in ruby script called by upstart
I'm trying to get a rails app to deploy with upstart. As part of this, I'm using an rbenv ruby (ruby 1.9.3p392, should it matter).
Through a long string of debugging, I've got things down to what I ...
0
votes
0answers
71 views
Ruby Install through RVM fails with dependecies error
I am trying to install ruby on my machine using rvm. I have installed rvm. When i use
$ rvm requirements
it gives the following error.
tahir@tahir:~$ rvm requirements
Installing requirements ...
0
votes
0answers
39 views
Missing libstdc++ when installing taglib-ruby gem on Ubuntu 12.04?
I'm trying to install taglib-ruby but keep getting the same errors:
xyz@ubuntu:~$ sudo gem install taglib-ruby
Building native extensions. This could take a while...
ERROR: Error installing ...
1
vote
1answer
54 views
cannot load such file --zlib
Ruby & Rails beginner here! Attempting to code out of my iPad 3rd gen using iSSH, Digital Ocean Server (using Ubuntu 12.10), DropBox, and Textastic editor. (There is always somebody trying to ice ...
1
vote
1answer
43 views
Vim doesn't work after rvm ruby update
I'm using rvm on ubunut 13.04. Today I updated ruby with latest 1.9.3 version.
Now, when I try to start vim I get:
vim: error while loading shared libraries: libruby.so.1.9: cannot open shared object ...
1
vote
0answers
29 views
Foreman and exporting execution of ruby file to upstart
I am fairly new to the use of foreman on a production environment setup and wanted to see if perhaps someone could offer some needed insight.
I currently am using foreman to run a a simple pure ruby ...
1
vote
0answers
47 views
Ruby disappears after halt on Vagrant box
Working on Ruby on Rails projects from a Windows (7 x64), I now want to go further and use vagrant with VirtualBox for a prod like dev environment.
Based on the dedicated RailsCast tutorial, then ...
0
votes
2answers
114 views
/usr/local/rvm/bin/rvm-shell: No such file or directory
I have the problem. I've installed rvm but when I try to cap deploy:setup I have:
bash: /usr/local/rvm/bin/rvm-shell: No such file or directory
command finished in 244ms
failed: ...
1
vote
1answer
51 views
Rails Delayed Job production not picking up change in class/job code
I am running a stack of nginx, passenger, rails, delayed_job gem which is running an import.rake task from lib/tasks/ on Ubuntu LTS.
If I make a code change on production to import.rake.
I do a
...
0
votes
1answer
58 views
Ruby Tweetstream MongoDB Error
I keep getting the following error when running the following ruby script. If anyone can help me fix this it would be greatly appreciated. I've removed any sensitive data such as API keys.
Code:
...
1
vote
2answers
1k views
Can't install Ruby on Rails with RVM on Ubuntu 13.04
I am trying to install RVM on my Ubuntu machine.
I have used curl to get RVM, but some RVM commands (install, requirements) throw this apt-get error:
There has been error while updating 'apt-get', ...
0
votes
2answers
48 views
Heroku error with installing installing sqlite3 (1.3.7)
I created a small Rails app and I want to deploy it. I am getting a error when pushing to Heroku. I know this question has been asked already, but none of the solutions are working for me. I am on ...
0
votes
1answer
61 views
passenger_base_uri not working on passenger 4.0.0rc4
We are running ruby 2.0.0-p0 with passenger 4.0.0rc (nginx/1.2.7) on ubuntu 12.04 server in production (rails 3.2.12). Just notice that the passenger_base_uri in our nginx.conf is not pointing to the ...