No commit activity in last 3 years
No release in over 3 years
This gem prints your full commit history at /git_history. No need for configuration or any additional steps.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
>= 0
>= 4.2.0, ~> 4.2.0
 Project Readme

Git History Rails

A simple and straightforward tool to visualize a git log in your rails application

Homepage

This project is hosted at:

http://github.com/jan-vitek/git_history_rails

Installation

Add the gem to your Gemfile and run bundle install

gem git_history_rails

Configuration

You can specify the route to the history page in config/application.rb, default value if no configuration is given is /git_history.

config.git_history_rails = {mounted_path: "/my_route_to_git_history"}

Layout

The page is rendered with the application default layout. There is a fallback to layout: false if there are any problems rendering with layout.

Usage

Visit http://my_application.com/git_history to see all your commits.

Changelog

0.1.1

  • added fallback to layout: false
  • fixed not working main app path helpers

0.1.0 - initial release