A Rails engine for drawing your app's git log
- Rails 4.0
Gemfile
gem 'rgitlog'Then bundle:
% bundle
config/routes.rb
mount Rgitlog::Engine, at: '/rgitlog'Browse at your http://localhost:3000/rgitlog
- Send me your pull requests!
Copyright (c) 2013 Kunihiko ITO. See MIT-LICENSE for further details.