Skip to content

jengel3/github_revisions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Revisions

Provides revision information for various projects from the Github API.

Installation

  • gem install 'github_revisions'
  • rails generate github_revisions:install

Usage

  • Add your repositories to the repositories array in config/initializers/revisions_config.rb.
  • Repositories should include the following information: Github User/Organization, Repository Name, and a friendly name that will be used to display the repository.

Example repository:

{:name => "github_revisions", :friendly => "Github Revisions", :user => "Jake0oo0"}

Customization

Copy the views so that you can customize them to your liking.

  • rails generate github_revisions:views

Credits

Full credit to Jake0oo0 for the creation of this gem.

About

Ruby on Rails lib for displaying Github commits on a website

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages