You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am [attempting to] using redmine_git_hosting with Redmine 4. After installing, I couldn't get Redmine to run, with an error message of Could not spawn process for application /var/redmine/redmine: The application encountered the following error: No such file to load -- coderay.rb (LoadError)
One of the many lines above that was: /var/redmine/redmine-4.0.4/plugins/redmine_bootstrap_kit/app/helpers/code_mirror/colorizer_helper.rb:1:in <top (required)>'so I looked in that file andcoderay` was required.
Installing coderay didn't seem to make any difference. However, adding it to the Gemfile for redmine_bootstrap_kit did, and now it is all working.
Was this the right thing to do? Does it need to be in the Gemfile in your repo/package?
The text was updated successfully, but these errors were encountered:
I am [attempting to] using
redmine_git_hosting
with Redmine 4. After installing, I couldn't get Redmine to run, with an error message ofCould not spawn process for application /var/redmine/redmine: The application encountered the following error: No such file to load -- coderay.rb (LoadError)
One of the many lines above that was:
/var/redmine/redmine-4.0.4/plugins/redmine_bootstrap_kit/app/helpers/code_mirror/colorizer_helper.rb:1:in
<top (required)>'so I looked in that file and
coderay` was required.Installing
coderay
didn't seem to make any difference. However, adding it to theGemfile
forredmine_bootstrap_kit
did, and now it is all working.Was this the right thing to do? Does it need to be in the Gemfile in your repo/package?
The text was updated successfully, but these errors were encountered: