Obsolete: deploy your Rails app with a full dedicated server in an hour! The source for Ruby Mad Science and Rails Deploy In An Hour (Note: link is now to a different project!)
I'd like to depend on the latest version of the madscience gem for capabilities I need -- for instance, version 0.0.15 adds the vagrant-capistrano plugin, which I want to use. I need some way to verify the last version of "madscience setup" that got run successfully.
Madscience gem is now leaving a .cloned_by file which includes the version, so I can check it. Just added a puts to the Vagrantfile for that, which will help with analyzing console output.
I'd like to depend on the latest version of the madscience gem for capabilities I need -- for instance, version 0.0.15 adds the vagrant-capistrano plugin, which I want to use. I need some way to verify the last version of "madscience setup" that got run successfully.