When I try to do bundler update I get this error: .rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in
So, I\'m trying to implement a heroku-like deployment without using capistrano. To check and install gems I\'m trying to use git hook and put the following commands in /hooks/post-receive:
I am pretty sure this is a very basic question but as a RoR newbie I\'d like to understand why sometimes I use bundle install (which from my undertanding install all Gems and their dependecies from Ge
I can no longer run cucumber in my rails 3 app. I\'m not sure exactly when it broke but I did do some rspec work that required me to use the webrat gem and it was working before that.
I\'m using the rails devise gem. I noticed a case sensitivity bug which turns out is fixed in the latest version of devise so I\'m thinking about upgrading.
After I deployed my rails 2.2.2 application to production I am getting this error: \"You have already activated mysql 2.7, but your Gemfile requires mysql 2.8.1. Consider using bundle exec\"
I have using RVM on a mac for a rails 3 development. I wanted to run bundle update newrelic_rpm to upgrade to the new version of the gem.
After pulling my application, I noticed I开发者_JS百科 had to run bundle install (I\'m using rails 3 and ruby 1.9 at Ubuntu 10.10).
I\'m having a problem with one of my gems and I need to test my code with a rails app, I usually do this by adding a symlink in vendor/plugins but I think what I want to do needs it to be required as
been playing around with Capistrano to get an automated deploy between my server and my development machine. I\'ve almost got it configured except that Capistrano doesn\'t seem to be able to start up