I am using Merb. I can\'t seem to get activemerchant to load using Bundler. All my other开发者_JAVA技巧 gems load fine.
i am getting a strange bundler error when running bundle pack with bundler 0.9.12 any ideas? (see pastie for a better formatted code: http://pastie.org/881328 )
i am tryin开发者_运维问答g to deploy rails3 apps with the latest phusion passenger 2.2.11 and ruby-enterprise-1.8.7-2010.01. i am using bundler, but passenger seems to not be able to find the .bundle
I\'m trying to run cucumber features with factory girl factories on a fresh Rails 3 application. Here is my Gemfile:
I\'m running a crontab that executes a rake task. I\'m getting the following error (with MAILTO from crontab):
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m using gem bundler (v.0.9.6) and Rails 2.3.5, rubygems 1.3.6 and ruby 1.8.7 (On Snow Leopard). My Gemfile looks like this:
I started using bundler (which is to my eyes a pure disaster). Now I want to add the Googlebase-gem to my app. So I e开发者_如何学Pythonntered \"bundler install googlebase\" in the root of my app. Bu
Heroku made all its apps upgrade to the latest version of bundler (0.9.4). I followed all the instructions found on the README (including the upgrading instructions).But once I upgrade my application
I just install rails 3 and all gems that it need, but when I try to start server, it says about problem in boot script.