dnrce / tracks

Contributor fork of TracksApp/tracks
https://github.com/TracksApp/tracks
GNU General Public License v2.0
0 stars 0 forks source link

Use a better server than WEBrick #73

Closed dnrce closed 9 years ago

dnrce commented 10 years ago

Rack will automatically choose Thin or Puma over WEBrick when running bundle exec rails s if either is installed, so documentation does not need to be changed. Developers might need a cue about how to view server console output (using tail), which Thin doesn't print by default. (Might this be configurable for the development environment?)

dnrce commented 9 years ago

rails server configures thin to output to stdout.

PR 1769