Tagged Questions
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:
...
-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
1answer
30 views
Rails 3 - cannot install rubber gem on Lion OS X
When I run
gem install rubber
I get
Fetching: highline-1.6.18.gem (100%)
Fetching: net-sftp-2.1.1.gem (100%)
Fetching: net-ssh-gateway-1.2.0.gem (100%)
Fetching: capistrano-2.15.4.gem (100%)
...
0
votes
1answer
40 views
Bad Interpreter: ruby_bundler_wrapper
I just did a fresh rvm implode and thought that I might screw up less by installing everything with a clean slate from JewelryBox.
I also updated xcode to latest version (4.6.2).
Here is the ...
0
votes
1answer
24 views
bundle install against an older version of ruby for one gem
I can install the linecache (0.46) gem against ruby v 1.8.x, but not 2.0.0. When I run bundle install, I want to specify that I want to install all gems against 2.0.0 except linecache, which I want to ...
0
votes
1answer
98 views
Error installing linecache19
I've been trying to run bundle install. What follows is a series of commands I entered and the relevant snippets of the error messages.
bundle update
An error occurred while installing linecache ...
0
votes
1answer
30 views
mysql gem broken in debian testing?
I've been trying all night, and so far have been unable to compile the mysql gem for ruby on my Debian Testing 64Bit system.
I believe it is because I have the openssl v1.0.0 library installed.
Here ...
0
votes
2answers
35 views
ruby bundle install fails with (Errno::EEXIST)
I'm on Ubuntu 12.10. I installed rvm and ruby 1.9.3 on top of it and gem rails and bundle.
trying to run
bundle install
or better so
rvmsudo bundle install
both gives me the same error:
...
0
votes
2answers
45 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
1answer
32 views
Why is 'gem list' not showing the available gem that 'bundle install' show?
On my production server :
When I do a bundle install I can see 'using schema_plus (1.0.1)' message
When I do a 'gem list' I don't see it anymore.
Why is there a difference between both ?
That should ...
-1
votes
1answer
85 views
RVM not recognizing gemset?
After creating the gemset, cd out of and back into the folder throws the error that the gemset does not exist.
Here is my shell session
dewet-mac:~ dewet$ cd ruby/routerscript/
Gemset 'routerscript' ...
-1
votes
1answer
954 views
Gem is installed but it is not found by bundle show
I'm having trouble getting the pg gem working with my rails app.
When I do a sudo bundle install I get:
Using rake (10.0.4)
Using i18n (0.6.4)
Using multi_json (1.7.2)
Using activesupport (3.2.8)
...
0
votes
0answers
46 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 ...
3
votes
2answers
183 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
1answer
80 views
ruby still shows old version
I have installed or I think is is so a new version of ruby on my osx ppc running leopard 10.5.8 but when I run ruby --version it shows the old one 1.8.7 (default on the machine) but when I run...
...
1
vote
1answer
3k views
What can I do about a Bundler::GemfileNotFound error?
I just installed bundler-1.3.3 successfully. However, when I try to run bundle install I get
Bundler::GemfileNotFound
What is wrong here?
0
votes
1answer
84 views
What can I do to resolve this error when trying to install bundler?
I am trying to run this command
gem install bundler
but I am always getting this error:
ERROR: Loading command: install (LoadError)
cannot load such file -- openssl
ERROR: While ...
0
votes
2answers
152 views
Stop asking for password when installing gems
Whenever I bundle my rails 3.2 gems, it asks me for my password:
Enter your password to install the bundled RubyGems to your system
This gets really annoying, especially when bundling several ...
0
votes
2answers
35 views
'which gem' and 'which rvm' print bash scripts instead of location
I feel that this is a symptom of a nonfunctioning rvm install but I don't know what's going wrong; I used the command on https://rvm.io/m (\curl -L https://get.rvm.io | bash -s stable --ruby)
Note: I ...
1
vote
2answers
482 views
errors after gem update --system
I working on OSX on a ruby on Rails application. Using RVM for managing ruby. I just did:
gem update --system
I thought this is something you have to do once in a while. But it seems that this has ...
1
vote
2answers
127 views
Gem install hangs indefinitely
Background: I'm a designer that works well with HTML, CSS, and JS. But when it comes to setting up my environment is where I fall short.
I recently purchased a home computer. I want to set up ...
1
vote
3answers
332 views
RVM / Heroku / Gem: lazy symbol binding failed
I can't make this work:
apaw:x apaw$ heroku db:pull
dyld: lazy symbol binding failed: Symbol not found: _rb_intern2
Referenced from: ...
0
votes
0answers
82 views
RVM issue with not using default gemset
I am new to RVM. I have already run this command to set 'global' as my default gemset:
rvm use ruby-1.9.3-head@global --default
When I start up a fresh terminal and run rvm gemset list I get this ...
-1
votes
1answer
29 views
How do I set 'global' as default gemset?
In RVM every time I restart it says gems aren't found, because all of them are installed in my 'global' gemset.
How can I just set this to be the default so I don't need to switch to that gemset ...
-5
votes
1answer
110 views
While creating new Rails Application
Fetching gem metadata from https://rubygems.org/. Could not load OpenSSL. You must recompile Ruby with OpenSSL support or change the sources in your Gemfile from 'https' to 'http'. Instructions for ...
0
votes
1answer
72 views
gem pristine pg error fails
$ gem pristine pg --version 0.14.1 pg --version 0.12.2
Restoring gems to pristine condition...
Building native extensions. This could take a while...
ERROR: While executing gem ... ...
1
vote
1answer
187 views
Unable to install gems or RVM
I'm trying to install Foundation with Sass and Compass but am having a difficult time getting this, or any gem installed through terminal. I'm on a Macbook Pro running the latest version of OS X.
...
5
votes
2answers
1k views
Error during rails installation Ubuntu 12.04
I'm installing rails on Ubuntu machine, so far I got no problems reading the following tutorials:
...
0
votes
1answer
28 views
Find which version of Capistrano is running
I'm on a shared application environment and there's several ruby versions and gemsets installed (managed via RVM). I need to validate both the Capistrano gem version and ruby version on my deploy ...
2
votes
1answer
478 views
Could not update rails
When I do bundle update rails, I get this error:
Bundler could not find compatible versions for gem "activesupport":
In Gemfile:
rails (= 3.2.11) x86-mingw32 depends on
activesupport (= ...
1
vote
0answers
282 views
gem install sqlite3 -v '1.3.7'
when i try to install the sqlite3 with this - > gem install sqlite3 -v '1.3.7'
this errors appears:
Building native extensions. This could take a while...
ERROR: Error installing sqlite3:
...
1
vote
1answer
75 views
Ruby, Versions, Gems, Versions and more, Oh My
Apologies for the topic title, couldn't resist.
Basically, For no reason whatsoever apart from trying out different things. I want to implode RVM and try out rbenv. Nothing against RVM, just want to ...
2
votes
2answers
3k views
Rails not running the gem in Gemfile
I'm running Rails 3.2.1 & Ruby 1.9.2-p290 within an RVM environment
Within my dev folder, I have a number of different Rails apps, all running the above, but I haven't created separate gemsets
I ...
0
votes
1answer
198 views
Reliable way to find out which ruby to use in shebang
I wrote a script todo.rb, whose first line is #!/usr/bin/env ruby. However, running this script gives the following error:
λ ~/ ruby todo/todo.rb
...
-1
votes
1answer
64 views
echoe requires RubyGems version >= 1.8.4
I am on Ubuntu. And want to install echoe gem. For this running sudo gem install echoe command.
and getting
ERROR: Error installing echoe:
echoe requires RubyGems version >= 1.8.4. Try 'gem ...
0
votes
1answer
45 views
Changed home folder location in OSX and can't find gems
I changed my home folder to another hard drive. After this, 'gem list' does not print gems I used to have before. I tried changing paths in .rvm environments and reloading my terminal but this did not ...
1
vote
2answers
92 views
Where is $GEM_PATH usually set?
Where is $GEM_PATH set?
It clearly is being set as this shows:
echo $GEM_PATH
/Users/snowcrash/.rvm/gems/ruby-1.9.2-p318:/Users/snowcrash/.rvm/gems/ruby-1.9.2-p318@global
but it's not where I'd ...
-1
votes
1answer
41 views
how to install and use the latest version of psych from rvm [closed]
newbie question:
In ruby 1.9.3-head the default psych is broken Use literal style when emitting multiline strings, fixes #64
The fix is on git hub, but how do I get rvm to install and use the ...
1
vote
1answer
215 views
Cannot install gem with Chef for an RVM gemset
I am simply trying to install passenger for nginx but installing the passenger gem fails. Here's what I have in my recipe:
rvm_gem "passenger" do
ruby_string "ruby-1.9.3-p194@env"
action ...
2
votes
2answers
333 views
Ruby Gem LoadError mysql2/mysql2 required
Im trying to setup my rails server on OSX 10.8 but I can't get my rails server to run.
- Currently Im using a Zend Server with mysql 5.1.
- I also have istalled brew and brew mysql.
- And I used: gem ...
1
vote
1answer
53 views
RVM: getting previous ruby's gems for new ruby version
I previously had ruby 1.9.3-p286 installed with rvm (set as --default). I had a ton of gems installed (globally) for this version.
I installed ruby 1.9.3-p327 today with rvm (and want to set it as ...
1
vote
1answer
46 views
Isn't a Gem::Specification error after trying to install thumbshooter as a gem
Every time I run rake or bundle I am now getting this error message:
.rvm/gems/ruby-1.9.2-p290/specifications/thumbshooter-0.1.5.gemspec] isn't a Gem::Specification (NilClass instead).
This started ...
1
vote
5answers
645 views
cat ~/.gemrc results in “no such file or directory”
I just finished install Xcode, Homebrew, git, RVM and Ruby on a brand new MacBook Pro machine (following this guide). Next thing I wanted to do is install Rails (following this guide) but cat ~/.gemrc ...
3
votes
1answer
543 views
Problems with heroku toolbelt
I'm absolute newbie in Ruby and Rails project, so I'm sorry if this is dumb question.
I've installed heroku toolbelt using wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh. Also I tried ...
0
votes
1answer
54 views
why “gem list” display two version numbers?
I'm using
Ruby version 1.9.3-p327
RVM 1.16.17
gem 1.8.24
If I perform a :
gem list
I got following result.
Why do I have two version numbers for bundler (1.2.1, 1.1.3) ? :
*** LOCAL GEMS ***
...
0
votes
2answers
329 views
bundler/capistrano is not installing gems with correct ruby version
I'm trying to deploy my first app on a server with Capistrano, and I'm a bit lost with managing gemsets and ruby version.
These are my (server and workstation) versions :
Rails 3.2.8
RVM 1.16.17
...
0
votes
3answers
65 views
Rails failing when attempting to install from gem 1.9.2
I am attempting to install RoR on my Lubuntu box just setup today, I have installed all of the rvm requirements installed Ruby. When I go to install rails I keep getting this error.
Running the ...
1
vote
1answer
74 views
Using rvm, rubygems and bundler
So, I've done a lot of Rails programming in the past and now I came to a point where I just want to use Ruby with RVM and Bundler and some other gems.. But after I got all set up I required the gem I ...
2
votes
2answers
95 views
Portable rails app with dependencies
Is there anything to make the rails development portable across operating systems (with prerequisite of ruby and rails installed in all OS)?
For example:
I want to create an rails application ...
-1
votes
2answers
230 views
Global gemset not visible after installing Ruby with RVM
I installed RVM the usual way:
curl -L https://get.rvm.io | bash -s stable --ruby
During installation these messages were displayed:
ruby-1.9.3-p286 - #configure
ruby-1.9.3-p286 - #download
(...)
...

