Embed Git Commit Log in Rails App?
Posted
by
Andrew
on Stack Overflow
See other posts from Stack Overflow
or by Andrew
Published on 2011-01-05T02:05:25Z
Indexed on
2011/01/05
2:53 UTC
Read the original article
Hit count: 224
So, I have a 'development blog' in a rails app I'm working on right now. I'm using Git for version control and deployment (although right now I'm the only person working on it).
Now, when I make changes in Git I put a pretty decent log entry about what I've done. I'd love to have the Git commit log automatically posted to the development blog -- or otherwise available for others to read within the deployed site.
Is there an automated way to pull the Git Commit Log into a view in a rails app?
© Stack Overflow or respective owner