ruby-on-rails: revision counter
        Posted  
        
            by cbrulak
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cbrulak
        
        
        
        Published on 2010-03-17T13:33:20Z
        Indexed on 
            2010/03/17
            14:21 UTC
        
        
        Read the original article
        Hit count: 385
        
Hi, I want to add a revision counter to my rails app.
Not the number of commits necessary but the number of live pushes/deployments for example.
I'm using github as my remote repo.
Any suggestions?
Thanks
© Stack Overflow or respective owner