Episodes on Chef and Capistrano ?
Is there any videos on using Chef and Capistrano to deploy and manage our Rails applications ?
Thanks -
Chef is a bit overkill for a single app deployment. It's really useful when you have tons of nodes and need to involve provisioning. Capistrano or Mina are a good fit for basic apps and you can do some mild provisioning with it.
I don't think we have a capistrano or chef series, but there are guides on gorails which show you how to deploy with capistrano that you might want to check out :)