> is there some way to > find out which version of an engine (engines plugin, > login_engine, user_engine, etc.) I have, once I've installed > it in the vendor/plugins/<engine> directory [?]
Answering my own question (with offline help from James--thanks!) --> Look in /vendor/plugins/<engine dir>/CHANGELOG This will give you the *released* version number. If you have 'checked out' a work-in-progress revision from opensvn.csie, then you should be able to determine the revision using SVN of course; if you exported however, then (currently) you're out of luck. There is now a ticket to add a "revision number revealing" rake task to the engines codebase (tkt #71, found here: https://opensvn.csie.org/traccgi/rails_engines/trac.cgi/ticket/71 ). ~ Brad -- Posted via http://www.ruby-forum.com/. _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
