Tagged Questions
0
votes
2answers
12 views
RVM with legacy rails app. Can I set the version of rubygems?
I have a client on a legacy version of rails (2.2.2) Their environment is running with gem version 1.3.2. When I run gem -v on the new legacy gemset I've created with ruby 1.8.7 and rails 2.2.2, it ...
0
votes
0answers
16 views
Error with Rails/RVM/Rubygems
I am having a strange issue running some legacy code that our former programmer created a few years ago. When I try to run rails server, I get this error:
...
0
votes
1answer
301 views
rvm install error running 'requirements_osx_port_install_port'
Im trying to install rvm on my machine and select a version but im getting this horrible error can anybody help? I need to install dandelion deploy but cannot due to this problem.
Error running ...
-1
votes
1answer
37 views
Ruby cannot find nokogiri/nokogiri
I'm using RVM and previously RBENV on OSX. I have my gems installed relative to my project path in ./gems
I am using the aws-sdk and attempting to use the s3 client results in a LoadError from ...
0
votes
2answers
320 views
How can I remove Ruby on Rails 4 beta?
I'm new to Ruby and Rails and I installed the latest beta version of Rails 4 on my Mac, before I installed RVM to manage my versions. The Rails 4 beta is becoming a huge pain in the ass because it's ...
0
votes
0answers
43 views
RVM - cannot install thrift on Amazon Linux checking strlcpy() in string.h
I'm using:
Amazon Linux - 2012.09
RVM v1.19.1
Ruby ruby-1.9.3-p362 (via RVM)
System ruby 1.8.7
Thrift v0.7.0 (I know there is a newer version that removes the C dependancy, however, I have a ...
0
votes
1answer
54 views
ruby on rails PIK gemset like RVM gemset?
I've worked with RVM where I can get gemset's and stuff, but there's no way of getting it with PIK? any idea? I tried looking for a solution but couldn't find one. Hopefully someone has any clue on ...
0
votes
1answer
110 views
Path to gem (e.g. /var/lib/gems/1.8/bin/) when Ruby is installed using RVM?
First-time Ruby user here, and Jekyll is the reason.
First, I installed RVM (on Ubuntu Server 12.04 64-bit):
\curl -L https://get.rvm.io | bash -s stable
And followed the subsequent instructions ...
3
votes
2answers
203 views
bundler vs RVM vs gems vs RubyGems vs gemsets vs system ruby [closed]
I am new to Ruby and trying to wrap my head around following concepts: bundler vs RVM vs gems vs RubyGems vs gemsets vs system rub and I'm confused.
Can someone please describe a 'best practice' of ...
0
votes
0answers
59 views
webrick and active_support (LoadError)
I've CentOS 5.8 x86_64 with RVM installed.
Under root I do:
1) rvm install ruby-1.9.2
2) rvm gemset create global
3) rvm gemset use global
4) gem list
*** LOCAL GEMS ***
actionmailer (2.3.14)
...
1
vote
1answer
427 views
RVM bundler installed ERROR: Gem bundler is not installed, run `gem install bundler` first
I get to work with a new project and it's based on ruby 1.8.7, I'm using rvm to manage my ruby versions and I have installed 1.8.7 and 1.9.2.
The thing is when I do:
rvm use 1.8.7
and try to run:
...
0
votes
2answers
144 views
RVM Install Error (There is no checksum.. it's not possible to validate it)
On running the command
rvm install 1.9.2 # or 1.9.3 or 2.0.0 all report the same.
Im getting the following error:
There is no checksum for
...
0
votes
0answers
507 views
Rubygems does not allow me to install rails 3.2 on ruby 2.0 using RVM
I recently upgraded my ruby version to 2.0.0-p0 using RVM. This worked perfectly.
Then I went on to install rails using gem install rails. This does not work. In fact, I can't install any gem when ...
11
votes
2answers
2k views
Can't run rails server after accidentally running $ gem update --system
I ran gem update --system thinking it would solve a problem I was having, and now I can't run rails server. It won't load and instead, I keep getting the following. Can someone tell me how to undo ...
0
votes
0answers
130 views
Rubygems is not using $GEM_PATH environment variable
I'm using rvm gemsets on linux to work on a rails app with older version of rails and ruby. Everything makes sense except rubygems is not seeing the correct path for ruby or the gems. To illustrate, ...
0
votes
2answers
114 views
How to tell Bundler to use gems installed systemwide (production deployment)?
When deploying a Rails app with Capistrano, I want Bundler to install gems to shared/bundles dir ONLY IF it can't find gems installed systemwide already. How do I do it?
For example, if I have a pg ...
-1
votes
1answer
104 views
ERROR: Error installing goliath: goliath requires Ruby version >= 1.9.2
sudo gem install goliath
giving error
ERROR: Error installing goliath: goliath requires Ruby version >= 1
but when tried ruby -v it shows
ruby 1.9.3p374 (2013-01-15 revision 38858) ...
2
votes
1answer
393 views
Gem::InstallError: celluloid requires Ruby version >= 1.9.2
I'm trying to install GitLab CI and I got this error.
Gem::InstallError: celluloid requires Ruby version >= 1.9.2.
An error occurred while installing celluloid (0.12.4), and Bundler cannot ...
0
votes
3answers
416 views
Upgrade to ruby 1.9.3 from 1.8.7 (rvm)
I have to upgrade from ruby 1.8.7 to ruby 1.9.3; I'm trying to install refinery cms and it uses truncate_html gem, which depends on ruby (>= 1.9). I've installed ruby 1.9.3-p374 without removing ruby ...
-1
votes
1answer
95 views
Rubygems, gemspec, possible rvm error
I got an error message when upgrading to Rails 3.2 and Rubygems. As advised on stackoverflow, I ran gem update --system that upgraded Rubygems to 1.8.24. After this update I ran a simple rails s ...
2
votes
1answer
79 views
What could cause a LoadError when requiring taglib-ruby in IRB?
Have gone through similar questions here, but have not been able to get this working.
I have RVM installed, and am trying to use a gemset I've set up for a Rails project to run a simple .rb file. ...
1
vote
2answers
173 views
How do I check that RVM + Bundler are working correctly (and that I can avoid “bundle exec”)? I'm slightly confused over wording in the docs
I'm following this Rails tutorial section and this RVM doc page . My installation is all brand new (RVM 1.17.3), so, if I understand the tutorial and the RVM docs correctly:
RVM and Bundler should ...
0
votes
2answers
57 views
Why am I failing at ruby gems? I think it's something path related but I don't really know [closed]
I don't know what I'm doing wrong, but in my rails apps I keep getting errors that it can't find some gem, I bundle install, it still doesn't work, I try and see what version of ruby version i have on ...
0
votes
2answers
241 views
Issues installing gems when using Bundler's binstubs
Bundler v1.2.3
RubyGems v1.8.24
RVM (latest)
Rails v3.2.9
I'm using binstubs for my Rails application with those defaults (~/bundle/config):
---
BUNDLE_PATH: .bundle
BUNDLE_BIN: .bundle/bin
Then ...
1
vote
1answer
219 views
Not able to install rails 2.3.8
I have installed ruby ruby 1.8.7 (2011-02-18 patchlevel 334) [x86_64-linux] on ubuntu linux and I am trying to install rails 2.3.8 gem but i am facing following error.
gem install rails --debug
...
0
votes
2answers
84 views
Ruby on Rails Social Network- user_id produces error
I am building a social network in Ruby on rails. I am trying to add user_id to a users status but it produces an error. The code can be found at my github: https://github.com/lewisfrost/treebook.git
...
2
votes
3answers
2k views
Ruby Not Detecting Gems
For some reason, Ruby can't seem to under stand that I installed the AppFog gem (af). When I run af, I get this:
...
0
votes
2answers
230 views
how to install rubygems?
I'm having some serious issues with Ruby, Gems, RVM, everything. I'm trying to install lolcommits just to have some fun with git commits. If I run:
gem install lolcommits
It sends back a message ...
0
votes
2answers
531 views
“no such file to load — bundler/setup” on Apache/Passenger server
I'm trying to deploy a draft of my first Rails app. It works great on my local WEBRick server.
However, on my Ubuntu VPS running Apache2 & Passenger, when I navigate to the app in my browser, I ...
1
vote
2answers
88 views
A different rubygem version for each ruby version in rvm
I have ruby 1.8.7 and 1.9.3 installed by rvm. For each ruby version, I'd like to:
use gem 1.3.7 for ruby 1.8.7
use gem 1.8.x for ruby 1.9.3
How can I set the above in rvm?
2
votes
3answers
204 views
Does the Debian packaging system and RVM play well together?
Update
Forgive my ignorance, I think I asked him about rvm when I really meant RubyGems. And I think he's thinking of RubyGems because there does seem to be some controversy over it, at least there ...
2
votes
1answer
50 views
Issue When Running Gem Commands With RVM 1.16.8 & Ruby 1.9.3p194 - `load_api_keys': undefined method `key?'
I recently updated my Mac Mini to OS 10.8 Mountain Lion, and using Ruby gems with RVM 1.16.8, Ruby 1.9.3p194 no longer works.
Here is the concise version of the error:
`load_api_keys': undefined ...
5
votes
3answers
2k views
Unable to install rubygems through rvm
I'm a noob in ruby and i'm trying to setup Ruby on Rails on ubuntu 12.04. I'm following steps as given in this site ...
0
votes
1answer
29 views
Ruby on Rails Passenger installation issue
user@ubuntu: ~/Documents/WorkSpace/proj1$ rvmsudo bundle exec rake passenger config_dev[proj1]
[sudo] password for user:
rake aborted!
RVM- Ruby integration was done to a separate gem, it should be ...
2
votes
2answers
152 views
Understanding Ruby environment (rvm, rails, gems, etc…)
I'm not a Ruby developer, but I need to run an application that use Ruby on rails with a lot of gems on a Mac.
Following few tutorials online I see that I need to install plenty of apps like xCode, ...
0
votes
1answer
318 views
“gem install bundler” won't work with a project that includes a gemset(rvm) in Mac OS x 10.8.1
My problem is summarized in the following lines:
Joses-MacBook-Pro:~ jose$ cd Estate/
Using /Users/jose/.rvm/gems/ruby-1.9.2-p290 with gemset realstate
Joses-MacBook-Pro:Estate jose$ bundle
ERROR: ...
4
votes
2answers
2k views
RVM: List all gems in current gemset ignoring global & default
Looking for something like gem list within an RVM gemset but to have it ignore gems in the global and default gemsets so I can see, easily, exactly what gems are in the active gemset (and only the ...
0
votes
1answer
133 views
RVM Gempath not being set
I recently installed RVM. After loading my .rvmrc I tried bundle install and got the error informing me bundler was not installed.
After installing bundler, the bundler not installed error ...
-1
votes
2answers
233 views
Used RVM to get latest, ruby -v still out of date
Very odd, I had a ruby app working in 1.9.3 for a few weeks, one machine reboot and it fails. I hit ruby -v and am told "1.8.7", well thats the reason its failing. No idea how that happened though...
...
2
votes
1answer
60 views
Understanding Ruby's basic management utilities?
I'm new to Ruby and RVM, but I've managed to get both set up on my system by following a simple tutorial. In the tutorial, commands like
gem install rails
which gem
bundle install
are used, ...
1
vote
2answers
228 views
Upgrading form Ruby 1.9.2 to 1.9.3, Should I re-install all gems?
I would like to avoid re-installing the gems if possible while doing the upgrade from 1.9.2 to 1.9.3. Is there an option as such while using RVM to manage ruby versions?
0
votes
2answers
388 views
Ruby on Rails Eventmachine segfault
Having some seriously strange problems with my rails install, any help much appreciated.
It all began when I ran bundle clean --force hoping to solve some gem issues with a project. I then ran ...
0
votes
2answers
514 views
Running into errors installing ffi gem on OS X Mountain Lion
I'm trying to install the ffi gem (so I can run Octopress) on my OS X Mountain Lion and am running into errors.
Running gem install install ffi -v '1.0.11' gives the following output:
...
0
votes
1answer
478 views
Unable to activate sinatra-contrib gem
When I run ruby application.rb in my Sinatra forked app, I'm having in console:
~/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:1637:in `raise_if_conflicts': Unable ...
0
votes
1answer
78 views
Skip RubyGems install in .rvmrc if current version
My .rvmrc file's contents are as follows:
rvm --install use 1.9.3@my_gemset && rvm rubygems 1.8.6 && gem list
Unfortunately, this causes rubygems to reinstall even if my current ...
1
vote
1answer
268 views
ActionView::Template::Error (undefined method `getlocal' for “2008-02-14T02:20:50Z”:String):
After updating Mongoid 3.0.1 / Rails 3.2.6 it start getting a 'getlocal' method error when displaying created_at :
Showing ...
4
votes
2answers
137 views
Making ruby gems respond to terminal commands
I am extremely new to ruby as well as gem making. I made a simple gem that webscrapes some information depending on the input.
However, to use my gem I need to go into the interpreter (irb) and ...
0
votes
1answer
228 views
Can not use gems after install RVM
I'm using Arch Linux with Zsh.
I installed RVM follow the official document :
$ curl -L https://get.rvm.io | bash -s stable --ruby
$ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source ...
0
votes
1answer
607 views
Bundler Error - http.rb:799:in `connect': SSL_set_tlsext_host_name: (OpenSSL::SSL::SSLError)
I migrated the gems from ruby-1.9.2 to ruby-1.9.3 and then tried to run bundle install. When I did, I got the error above. Any clue as to why?
Using rvm 1.9.2, ruby 1.9.3p0 (2011-10-30 revision ...
2
votes
2answers
2k views
Error: “Could not find rake”, yet Rake is installed
Why am I receiving this Rake error:
$ rake --version
/Volumes/Data/sampablokuper/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find rake ...
