I\'m trying to deploy my Rails 3.0 app. I use rvm and ruby 1.9.2 (p 180 or p 290 - no difference) on the FreeBSD production server. WhenI run bundle command, I get this exception on every :git gem (it
I have got trouble to bundle gems from git private repositories : gem \'test\', :git => \'git://github.com/my_account/test.git\'
I get this error when I\'m pushing my app to Heroku and it tries to install the SystemTimer gem: Installing SystemTimer (1.2.3) with native extensions /usr/ruby1.9.2/lib/ruby/1.9.1/rubygems/installer
I\'m confused as to what is happening here: $ sudo rake install (in /Users/****/code/parsley) WARNING:no rubyforge_project specified
I want to install the simple-private-messages gem (http://agilewebdevelopment.com/plugins/开发者_StackOverflow社区simple_private_messaging), https://github.com/jongilbraith/simple-private-messages.
I have a project that I\'m working on that uses a gem we\'ve created internally.It\'s not hosted on rubygems.org or github.But we do have it in our repository and in a path on our local machine.
I\'m trying to install the spree_wholesale gem but receiving an error when I start passenger: git://github.com/citrus/spree_wholesale (at 0.60.x) is not checked out. Please run `bundle install` (Bund
I\'m sure that I am just overlooking something simple here but this has been driving me crazy all night! When trying to deploy a Rails 3.1.rc4 application to the Cedar stack on Heroku (I did this succ
I\'m using a few gems for interactivity with my database and to provide easy pagination. After deploying my application on my server, it\'ll automatically execute bundle install to install those gems
I\'m not sure how to deploy an application using Capistrano but I figured I\'d try to at least load all the files I need on my deployment server, so I did a git pull on Github and install开发者_开发知