Sha256: a2c72bd18779208b2a3c2460ea9c99732f680722bf51055fd4a82eb98e4281f1
Contents?: true
Size: 581 Bytes
Versions: 1
Compression:
Stored size: 581 Bytes
Contents
GitVersion ========== A rails engine that will add a `/version` route to your app to show the current git commit hash Why --- Almost every web application that I've been a part of has had the need for a version url which doesn't need to be as semantic as something like a gem. I also wanted to play around with rails engines. Prerequisites ------------- - Rails > 3.1.0 - Using git for deployment Installation ------------ Add the gem to your `Gemfile`: ```ruby gem 'git-version' ``` Usage ----- visit the version resource of your app ``` http://localhost:3000/version ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-version-0.0.3 | README.md |