Is there a way to upgrade rails manually?
|
|
I’d like to use the latest branch of development of redmine under bitnami, but it requires rails 2.1.0 (the very new version). Thanks in advance. |
|
|
Hi clawfrown, Sure, you can manage the installed gems in the Redmine Stack. You only should type the following:
and you can see something similar to this:
If you have the latest BitNami Redmine Stack, you can execute an script to can execute all binaries included:
or execute the “redmine console” shortcut on Windows. Then you can type whatever command: gem, ruby, mysql, svn, etc. I hope it helps you! |
|
|
Hi beltran, You opened my eyes, thank you! |
