Sha256: e5f9e4c619536feb1209816f6c08108fc0ec55cbe554b448a1c59ba4f616d6c2
Contents?: true
Size: 375 Bytes
Versions: 1
Compression:
Stored size: 375 Bytes
Contents
# thin-rails `thin-rails` is a simple gem that sets the default server for rack (and rails) to thin. ## Installing ### Recommended ``` gem install thin-rails ``` ### Edge ``` git clone https://github.com/samuelkadolph/thin-rails cd thin-rails && rake install ``` ## Usage Add `gem "thin-rails"` to your Gemfile and then run `rails s` and it will use thin by default.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thin-rails-1.0.0 | README.md |