Project

rgitlog

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A Rails engine for drawing your app's git log
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0

Runtime

~> 4.0.1
>= 0
 Project Readme

Rgitlog

A Rails engine for drawing your app's git log

Requirements

  • Rails 4.0

Installation

Gemfile

gem 'rgitlog'

Then bundle:

% bundle

config/routes.rb

  mount Rgitlog::Engine, at: '/rgitlog'

Usage

Browse at your http://localhost:3000/rgitlog

Contributing

  • Send me your pull requests!

Copyright

Copyright (c) 2013 Kunihiko ITO. See MIT-LICENSE for further details.