From efb7fad93cfcc073e38e87042c9d16955211e3d3 Mon Sep 17 00:00:00 2001 From: Christian Mayer Date: Sun, 10 Jun 2012 17:31:30 +0300 Subject: [PATCH] Updated start command for rails changed `rails s puma` to `rails s Puma`. Using the former results in: rack/handler.rb:21:in `const_get': wrong constant name puma (NameError) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce28e638..583acb4b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ First, make sure Puma is in your Gemfile: Then start your server with the `rails` command: - $ rails s puma + $ rails s Puma ### Rackup