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

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

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -