Pauly Dee
Pauly Dee

Reputation: 1

rails new my app failed

I followed the steps on installing ruby on https://gorails.com/setup/ubuntu/14.10

I tried the command rails new app

but I keep on getting this error Help!!

/home/paulydee/.rvm/rubies/ruby-2.2.3/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in require': cannot load such file -- rails/cli (LoadError) from /home/paulydee/.rvm/rubies/ruby-2.2.3/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:inrequire'

Upvotes: 0

Views: 107

Answers (1)

helloden
helloden

Reputation: 96

Is your problem the same as this one? If so, install rails by calling gem install rails

Upvotes: 1

Related Questions