Helo, i have a problem when i try to use ->rails new proyect, this show
me
an error
‘An error occurred while installing rake <10.4.2> and bundler cannot
continue.
Make sure that gem install rake -v 10.4.2 succeeds before bundling.’
Helo, i have a problem when i try to use ->rails new proyect, this show me
an error
‘An error occurred while installing rake <10.4.2> and bundler cannot
continue.
Make sure that gem install rake -v 10.4.2 succeeds before bundling.’
What can i do with this??
That means that probably you have not installed some package that is
needed to build gems. That depends on which operating system you are
using. If you google for
install rails your_operating_system
you will probably find a list of dependencies to install.
I usually install using rvm which will install them for you.
Colin
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.