Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bendyworks/pig
A rack endpoint to view the latest commits in an environment.
https://github.com/bendyworks/pig
Last synced: 28 days ago
JSON representation
A rack endpoint to view the latest commits in an environment.
- Host: GitHub
- URL: https://github.com/bendyworks/pig
- Owner: bendyworks
- License: mit
- Created: 2011-01-05T20:27:52.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-05T23:23:15.000Z (almost 14 years ago)
- Last Synced: 2023-04-18T07:41:21.852Z (over 1 year ago)
- Language: Ruby
- Size: 285 KB
- Stars: 2
- Watchers: 29
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
Awesome Lists containing this project
README
h1. pig - Its what's committed
h5. A rack endpoint to easily view the latest commits in an environment.
The idea was born from a need on a recent project. The solution was inspired by the fine folks at "BendyWorks":http://bendyworks.com while co-working with them in Madison, WI.
The pig gem takes its name from the classic story of the chicken and the pig. Many versions of this story exist and are retold with various twists. The base of the story is that the chicken and the pig decide to make a meal of Ham and Eggs (often as part of opening a restaurant), after careful consideration the pig decides against entering the partnership. The concern is that the chicken is involved but the pig would be committed.
h2. Usage
* Include the gem in your Gemfile.
* Run the generator.
bundle exec rails generate pig
* Start your server
* Visit '/revision'h3. Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.h4. Copyright
Copyright (c) 2010 Jim Remsik. See LICENSE for details.