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

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -