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:
parent
2459d3b7d5
commit
efb7fad93c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ First, make sure Puma is in your Gemfile:
|
||||||
|
|
||||||
Then start your server with the `rails` command:
|
Then start your server with the `rails` command:
|
||||||
|
|
||||||
$ rails s puma
|
$ rails s Puma
|
||||||
|
|
||||||
### Rackup
|
### Rackup
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue