1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

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)
This commit is contained in:
Christian Mayer 2012-06-10 17:31:30 +03:00
parent 2459d3b7d5
commit efb7fad93c

View file

@ -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