Problem with " ruby script/server webrick -e production"
Added by david pineda about 14 years ago
Hello i've tried to install Redmine with the last compiled ruby on rails version.
But the problem is the following error:
<internal:lib/rubygems/custom_require>:29:in `require': no such file to load -- script/../config/boot (LoadError)
from <internal:lib/rubygems/custom_require>:29:in `require'
from script/server:2:in `<main>'
And i don't know how to fix it, any help??
Thanks!
Replies (2)
RE: Problem with " ruby script/server webrick -e production" - Added by Felix Schäfer about 14 years ago
david pineda wrote:
Hello i've tried to install Redmine with the last compiled ruby on rails version.
Ruby on rails is a framework written in ruby and therefor not compiled but interpreted (at least with the vanilla ruby). Anyway, what rails version do you have, redmine isn't compatible with all, have a look at RedmineInstall to see what exact versions you need.
RE: Problem with " ruby script/server webrick -e production" - Added by david pineda about 14 years ago
Ok,
Thanks
I'veinstalled the 1.9v, and redmine works fine with 1.8.7
Now i'm downloading it.