3
votes
1answer
44 views

Cannot use locally installed gems

I am trying to run a Ruby on Rails website on a shared hosting. When I get to rake db:create (or rake at all) following this tutorial http://guides.rubyonrails.org/v2.3.8/getting_started.html I get ...
0
votes
1answer
9 views

“file too short” on bundle install

I'm getting occasional "file too short" messages when running bundle exec rake: rake aborted! /var/lib/jenkins/.rvm/gems/ruby-1.9.3-p327/bundler/gems/amatch-0f95f4ce269f/lib/amatch_ext.so: file ...
0
votes
1answer
28 views

Bundler halts on json install, even though there's no json in Gemfile

Project bundle is stopping with error on json installation. But I'm not asking for json in Gemfile. Current Ruby in RVM is 1.9.2-p290, strict. Have no idea to workaround this. Any helps, maybe? ...
0
votes
1answer
36 views

Commands in the “system” block works in console but NOT inside application

It has been 12 hours since I've been trying to solve this problem... Here it is: Inside my controller, I have a method like this: def restart_workers system("cd /var/www/sts/current ...
0
votes
1answer
41 views

How to uninstall a gem from a production deployment with capistrano

I am deploying a rails app to production so gems go in shared/bundle. The mysql2 gem seems to have an issue in Ubuntu12.04 so I'd like to remove it and reinstall but how would I do this? I can't just ...
1
vote
1answer
61 views

Rake gets aborted with error: no such file to load — openssl

I keep getting openssl issues on my Mac. I am completely perplexed by the error messages when I try to issue rails tasks. What might be the issue? I definitely have openssl on my machine because when ...
0
votes
1answer
132 views

Bundle Install Fails

I am getting an error while running bundle install in my rails project. sahil@debian:~/workspace/blog$ bundle install /usr/bin/env: ruby: No such file or directory Ruby ...
3
votes
2answers
192 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
116 views

capistrano error msg: Please install the pg adapter: `gem install activerecord-pg-adapter` (cannot load such file --

I am using capistrano and get this error message: Please install the pg adapter: `gem install activerecord-pg-adapter` (cannot load such file -- active_record/connection_adapters/pg_adapter) I have ...
1
vote
1answer
369 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: ...
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
86 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
1answer
56 views

New Gems Not Found in Production with Rails 3, Bundler and RVM

I recently set up a production server for a Rails 3 app. On the initial deploy everything worked fine. On a subsequent deploy, new gems that were added to the project are not being found. I am ...
0
votes
1answer
29 views

RVM project specific gems

I've set up an RVM environment and installed bundler and rake. In my Project i've got a Gemfile, when i run "bundle install" the gems get installed in the projectfolder that i've specified. But when i ...
0
votes
2answers
157 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
135 views

Why have Rails & Bundler package have dissapeared?

I'm following Michael Hartl's Ruby on Rails tutorial & everything has been working fine until I reached this stage. For some reason when I try to run a bundler or the rails command it says they ...
3
votes
1answer
113 views

Best way to update all of RVM rubies and gems after system update?

I'm seeking a more streamlined and robust approach to keeping my rvm environment intact after an OS update. I'm using Mountain Lion, rvm 1.18.16 and homebrew, which has readline, gettext, libxml2, ...
0
votes
0answers
76 views

RVM + Thin + Gitorious

The question I have is around using RVM for thin + gitorious. My setup is as follows: git user has rvm environment with all the goodies (gemsets) setup for gitorious, therefore I'm running rvm ...
0
votes
1answer
61 views

Why is rvm changing paths without an rvmrc?

Today I ran again into the dreaded ERROR: Gem bundler is not installed, run gem install bundler first. error with bundler. There are plenty of questions on here about it and plenty of tricks for ...
1
vote
3answers
154 views

How do I get bundle to use/see the version of Ruby that RVM is using?

There are a lot of questions on here about Ruby versions and RVM - I've looked through them and can't find a solution to my specific problem: I have RVM installed and setup/configured correctly to ...
0
votes
2answers
124 views

Problems configuring rvm and `bundler not installed`

I am a novice having major problems with rvm. bundle install gives me the error `ERROR: Gem bundler is not installed, run `gem install bundler` first. even though I know it is installed, as it ...
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 ...
0
votes
2answers
111 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 ...
0
votes
0answers
123 views

issues installing gem install bcrypt-ruby -v '3.0.1' on Mac OSX 10.8.2

Trying to troubleshoot a web app and in doing so I am going through the steps in http://wiki.dreamhost.com/Rails_3. I am stuck on trying to get the console to run. It asks me to bundle and then when ...
1
vote
1answer
80 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 ...
3
votes
2answers
68 views

Emacs fails to load ruby gems unless invoked from zsh

I installed the bundler package for emacs and it works fine if emacs is invoked form zsh (terminal). But when emacs is invoked via some other means, for example (Alt+F2) or the Application menu, ...
1
vote
1answer
114 views

How do I configure Capistrano to use a different gemset for staging and production environments?

I have two files on the server, one in each environment's shared directory, named rvmrc. This contains rvm use ree-1.8.7-2012.02@appname-production --create for production and rvm use ...
1
vote
2answers
167 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 ...
40
votes
5answers
8k views

Error installing Rmagick on Mountain Lion

I have seen other people with the same issue of installing RMagick on Mountain Lion However none of the suggested solutions have allowed me to successfully install rmagick. Here is the error message ...
2
votes
2answers
713 views

Foreman start returns bundle not found

I have recently switched from using Ubuntu system Ruby to using RVM. When I run foreman start I get a not found error for whatever the command is in my Procfile. My current Procfile is: web: bundle ...
0
votes
2answers
240 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
677 views

Bundler::GemfileError on Rails app on Passenger after switching to Capistrano

I have a rails app that runs on Phusion Passenger with Apache in production. Everything worked when I used to manually deploy (by SSH-ing in to the server and fetching the latest updates, etc.), but I ...
0
votes
2answers
131 views

Passenger throws Bundler::GemfileError after “gem update --system”

Background On my local machine, I tried installing the 'bullet' gem via my gemfile, and bundle seemed to go without incident, however upon restarting my app passenger began throwing the error Invalid ...
0
votes
1answer
107 views

undefined method `action_mailer' during Capistrano deployment

I'm having this error message come up during Capistrano deployment. It implies to me that something's wrong with Rails being installed or something? Rails is not currently installed on the server ...
1
vote
1answer
197 views

RVM With JRuby 1.7.0 “Unknown Ruby Interpreter”

I setup a basic Rails application with the following Gemfile: source 'https://rubygems.org' ruby '1.9.3', engine: 'jruby', engine_version: '1.7.0' gem 'rails', '3.2.8' Whenever I change into ...
1
vote
1answer
76 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
96 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 ...
0
votes
3answers
180 views

Deploy error in Webistrano with bunder, capistrano and require 'bundler/capistrano' recipe

Recently I've been trying to upgrade Webistrano from a version that did not use bundler to manage the application gems to one that does. In order to deploy rails applications, we would use require ...
2
votes
1answer
122 views

How to re-sync Gemfile.lock on changes to Gemfile

How to re-sync Gemfile.lock on changes to Gemfile. Assuming I have 3 gems (gem1, gem2, gem3) in the Gemfile. bundle install creates a Gemfile.lock file. If I remove gem3 and run bundle install, I ...
0
votes
2answers
520 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 ...
2
votes
1answer
311 views

failed to build native extension for bcrypt-ruby gem under cygwin on windows xp

I am setting up a testing agent on Windows XP for a Rails App. To enforce consistency between Agents, I am installing it through Bundler with RVM with Cygwin. The following is the result of running ...
4
votes
1answer
1k views

undefined symbol: SSLv2_method when running bundle install

I'm getting this error when running bundler to install my gems. I've looked around and find no solution to it except installing the openssl pkg on rvm and reinstalling all rubies, doing so did not fix ...
0
votes
2answers
51 views

Unable to reconnect to mysql database using gem mysql2

Im using gem mysql2 to connect to a MySQL database in my ruby code. In my Gemfile i have gem 'mysql2', '~> 0.2.11'.But the reconnect method does not work. It says undefined method reconnect for ...
0
votes
1answer
200 views

Unable to connect to MySQL using ruby-mysql gem

I installed the ruby-mysql gem using bundler. But Mysql.connect is crashing with the following trace. ...
1
vote
1answer
2k views

Passenger RVM Error: cannot load such file — bundler/setup

I have a Debian server and when I try and run Passenger and navigate to the root directory of my app: Error: cannot load such file -- bundler/setup Environment deployment@currienet:/$ which ruby ...
1
vote
1answer
104 views

RVM why don't gems install to locally to project folder?

So here's my problem: I have a project and I am trying to install Gems locally to that project. For example if I install devise from the Gemfile and then run a bundle install it won't put any of the ...
1
vote
2answers
811 views

Define Bundle Path With Capistrano

I am using the following configurations in my deploy.rb file for capistrano: require 'bundler/capistrano' require 'rvm/capistrano' set :bundle_cmd, ...
0
votes
1answer
476 views

Bundle install error when deploying via capistrano (& rvm)

Now I must admit that I'm stumbling around in the dark a little bit as far as this deployment lark is concerned. I'll try and explain the situation best I can; I have set up a test deployment server ...
0
votes
2answers
303 views

Bundle with RVM. ruby not found

I installed Ruby using RVM but, I'm having trouble using bundler. $ bundle -v /usr/bin/env: ruby: File or directory not found Other commands works: $ ruby -v ruby 1.9.3p194 (2012-04-20 revision ...
0
votes
1answer
405 views

Gem Not Found, Even After Bundling

I have the gem specificed in my Gemfile, installing from a Github repo: gem 'surveygizmo', :git => 'git://github.com/ample/surveygizmo.git' When I do bundle update, included in the list, I see: ...

1 2 3 4