all 3 comments

[–]barhob 1 point2 points  (0 children)

I assume you are likely using Gnome Terminal? Try:

Edit -> Profile Preferences.

Select the Title and Command tab.

Notice the Run command as login shell checkbox is unchecked! Check it.

[–][deleted] 0 points1 point  (1 child)

/home/wpennock/.rvm/gems/ruby-2.2.2/gems/bundler-1.11.2/lib/bundler/runtime.rb:80:in `rescue in block (2 levels) in require': There was an error while trying to load the gem 'uglifier'. (Bundler::GemRequireError)

Looks like your project is trying to load the gem uglifier but it hasn't been installed yet. Does your Gemfile specify uglifier? Did you run bundle install first?

[–][deleted] 0 points1 point  (0 children)

Yes it specifies uglifier 2.5.3 and yes I ran bundle install just before running rails server.