I forked the geokit gem on github. Now when I add this gem to my Gemfile and then bundle on the server, the gem is downloaded, but without my committed and pushed chang开发者_JAVA百科es. What am I doi
i get Passenger error on shared hosting Could not find i18n-0.6.0 in开发者_JAVA百科 any of the sources (Bundler::GemNotFound)
For so开发者_JAVA百科me reason bundler isn\'t just installing needed gems not already installed.Instead it\'s re-installing everything in my Gemfile. Is there are way to get it to only install needed
What does bundle exec rake db:migrate mean? Or just bundle exec rake <command> in general? I understand that bundle takes care of maintaining things in the Gemfile.I know what the word \"exec\"
I have this really weird problem with capistrano/bundler and I am so stuck... I have two stages: production and staging
I\'m not able to build sqlite3-ruby gem on dreamhost (trying to setup diaspora), I get following errors
I\'ve just released a gem on github and I wrote integrations test with aruba gem. However I can\'t run features because it behaves differently from command line.
For some reason, my project has messed up and now its throwing errors every time I try to run bundle install.Somem of the errors i\'ve managed to fix by reordering the gems in my Gemfile, but now i\'m
I installed RVM and installed 3 different rubies: 1.8.7, ree, and 1.9.2. I have a Rails 3.0.9 project that uses 1.8.7.
Many shared hosts restrict you to use certain gems. When installing a Rails app developed on a different machine to a shared hosting server, often times you need to tell your app to use a different ve