jan-vitek / git_history_rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Ruby 69.4%Language:HTML 21.0%Language:CSS 5.1%Language:JavaScript 4.5%