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

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -