I\'m working on getting capistrano to publish my PlayFramework app, but I\'m having some troubles with the run command.
I am using Ruby on Rails and the Capistrano gem. I would like to improve the following command that runs in a recipe (I was inspired by the blog post \"Uploading files for enki using capistrano\"):
I am using Ruby on Rails, the Capistrano gem and git. I would like to do not put anymore under version control some directories that until now I was tracking.
I\'m trying to publish a Rails 3.1 (upgraded from 3.0) application. After submitting the code I ran bundle install --path vendor/gems RAILS_ENV=production
I got the server with the configuration above. This is the important part of my deploy.rb recipe: $:.unshift(File.expand_path(\'./lib\', ENV[\'rvm_path\']))
I\'ve got Redis/Resque installed but I\'m having a hard time starting/restarting it from Capistrano when I deploy.
We have a Rails 3.1 app that allows users to upload photos to Amazon S3. Since we\'re using S3 in production I\'d like to automatically (on cap deploy) also upload the precompiled assets (application.
I\'ve been using this gist to send an email after deployment but I\'d like the message to contain the pending changes.
I try to write an capistrano deploy script to set the database credentials through user input. In my deploy file:
Trying to get the hang of deploying a rails 3.1 App ... Based on what I\'ve read, I\'ve put the following code in my deploy.rb: