Skip to content

jan-vitek/git_history_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published