Capo is an easy way to build and manage your Capfile.
You might want to head over to Capo.io to generate your Gemfile
or have a look at the capo gem.
The Capo.io website and this gem were build in 48 hours for the 2012 Rails Rumble.
Both were built by
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request