Rails: Showing the latest deploy date in web app.
Posted
by Josh Pinter
on Stack Overflow
See other posts from Stack Overflow
or by Josh Pinter
Published on 2010-04-23T18:18:44Z
Indexed on
2010/04/23
18:33 UTC
Read the original article
Hit count: 476
I'd like to show in our app when the latest production deploy was made, as a means of showing an ongoing commitment to improvement, etc, etc.
Off the top of my head I'm thinking of getting a last_updated_at from one of the files, but I'd like to hear other thoughts.
What's the best way to get the date of the latest production deploy dynamically?
Thanks,
Josh
© Stack Overflow or respective owner