I recently discovered this line in my Gemfile:
# Use unicorn as the app server
# gem 'unicorn'
I have 2 questions.
Why would I want to use unicorn over the default
WEBrick?How do I get it to work? I uncommented that line, ran
bundle installand thenrails serverand it still booted upWEBrick