The stack is roughly like this
- ruby
- rails
- rails-application
The Gemfile is usually part of the rails application.
Yann PENIGUEL wrote:
In the case you are doing a totally fresh install of redmine with a totally new Ruby installation (specially done for running Redmine), the file "Gemfile" does not exist.
That is not correct, the Gemfile is always part of the redmine download package. If it would not be, then which versions of which gems would bundler use?
I think this tutorial has been done by someone who already has a fully functional ruby environment.
But there are case where peoples, like me, are asked to do a redmine installation from scratch, on a machine that doesn't already have a ruby installation.
Gemfiles are application-specific and technically don't belong to ruby itself.
In that case, if you follow the wiki page, you fail.
Because you got a fresh install of ruby without Gemfile.
You don't, because it is in redmine-2.3.3.tar.gz you just downloaded.
I'm closing this as it isn't a defect per se, let's discuss this on the forums...
Oh, Mischa already did while I was writing this...