I have a basic Rails 3 app working locally on my development box, but want to test out deploying early on to make sure everything works.I\'m using Capistrano to deploy.
I did something while trying to install the vestal_versions plug-in that ended up creating a vestal_versions directory in开发者_StackOverflow社区 my app\'s root with the following:
I have trouble getting started with rails 3.0.0, because it just doesn\'t load the rake tasks rake gems:install
I think the 5 sets of files or folder the Rails 3\'s Bundler create are: Gemfile Gemfile.lock .bundle/config
I\'m trying to use bundler in a 2.3.4 Rails app and am having problems with the win32-service gem. The gem was installed by issuing gem install win32-service --platform mswin32. I installed it outside
I have such lines in Gemfile: group :test do ... gem \'cucumber\', :git => \"git://github.com/aslakhellesoy/cucumber.git\"
The things described in the formal documentation are a bit complicated. Does it merely add the following line to .bundle/config
In Rails 2.X, I could simply copy gems into vendor/gems/gem_name, or use the rake command rake gems:unpack. Since Rails3 uses bundler, it doesn\'t appear to work anymore. I have found the command bund
In my Gemfile in Rails I have these groups: group :development, :test do gem \"capybara\" gem \"database_cleaner\"
I\'m working on upgrading one of our Rails 2.3.8 apps to Rails 3, and have run into an annoying problem with bundler and deployment. I develop the application on a Windows machine, but the production