My configuration:
Now when I run the command, I get an error:
$ gem install rails
ERROR: While executing gem ... (NoMethodError)
undefined method `ord' for nil:NilClass
If I run the command, I get an error message:
$ sudo apt-get install rails
E: Unable to locate package rails
I am new to Ubuntu as well as Ruby on Rails. Please help me.
source
share