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 install
and thenrails server
and it still booted upWEBrick