Christian Rolle wrote:
hi guys,
how do i get the version of installed rails?
best regards chris
you can also use:
ruby script/runner "puts Rails::VERSION::STRING"
from rails project directory to find out on what version of Rails would project run.
best regards, Bojan Mihelac