I have updated my code etc to work with the 0.10.2 version and its all working in development. When i deployed to my production server and done a bundle install i
I\'ve tried putting it on my Gemfile and got: Fetching source index for http://rubygems.org/ You have requested: rspec = 2.4.0
I read \"Relationships between Rubygems, Bundler, and RVM\" before asking it again. Well, there are many questions like this, but people who answered say they work with Rubygems, RVM and Bundler, an
I am struggling to push my code to Heroku. And after searching on Google and Stack Overflow question开发者_StackOverflow社区s, I have not been able to find the solution. Here is What I get when I try
I am trying to use Capistrano to deploy to two different roles, using Bundler on both,开发者_如何学Python however the Bundler command and flags will be different.Is it possible to set variables that a
I have a git submodule of git://github.com/rails/rails in vendor/rails of my Rails 3 app. This is where an unpacked/vendorized Rails would go prior to 3.0.
Is there a way to tell Bundler t开发者_运维技巧o install a particular .gem file I have lying around?
Sorry for the long title :).Having some Capistrano issues (though the problem could lay with bundler).Trying to deploy a Rails 3 app to Linode (Ubuntu 10.04 LTS).I thought it could be an RVM problem,
I have a small web app, which uses a bunch of gems. Some of them are only used for test and development environments. Now, when I try to start unicorn on the production server using the following comm
I am developing a rails 3 application and I am using Devise for authentication.Everything seems to be working just fine, but when I try to generate the views using rails generate devise:views, I get a