Ohmbrewer / ohmbrewer

The web application for a happy brew day.
http://ohmbrewer.github.io
0 stars 0 forks source link

Sets up Puma as the default app server #21

Closed kyleoliveira closed 9 years ago

kyleoliveira commented 9 years ago

@Ohmbrewer/owners After #20 has been merged in, this should be ready to merge.

Pretty much what the title says. The change should be fairly seamless too - just run bundle install and you're good to go. Puma will boot up in place of WEBrick when you issue the rails s command.

WEBrick isn't really for production and since the change was really easy, I figure we may as well get this in now before things get any more complicated.