traditional rails commands don't work with ruby 2.3 -
i updated ruby version 2.3, , when try simple commands rails new myapp
have error message:
rbenv: rails: command not found `rails' command exists in these ruby versions: 2.1.2 2.2.2
can please me that, can't find answer online :)
just install rails on new ruby version with:
$ gem install rails
Comments
Post a Comment