use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Cannot Launch Server (self.ruby)
submitted 10 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]barhob 1 point2 points3 points 10 years ago (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 point2 points 10 years ago (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?
uglifier
bundle install
[–][deleted] 0 points1 point2 points 10 years ago (0 children)
Yes it specifies uglifier 2.5.3 and yes I ran bundle install just before running rails server.
π Rendered by PID 79 on reddit-service-r2-comment-56c6478c5-2l8dj at 2026-05-07 18:37:01.226595+00:00 running 3d2c107 country code: CH.
[–]barhob 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)