I noticed that a rails plug-in I am using has had several fixes made to it, and im a little worried about all the other rails apps i have written.
Ideally I would like to have a script that can compare the checked out version of the plug-in against the repo version. Does anyone know if rails stores this info anywhere or if there is a patch/gem to add this capability to rails?
Thanks