Skip to content

Commit

Permalink
remove reloader from readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
dj2 committed Apr 7, 2011
1 parent 688946e commit de8da80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ Each HTTP request within Goliath is executed in its own Ruby fiber and all async
require 'goliath'

class Hello < Goliath::API
# reload code on every request in dev environment
use ::Rack::Reloader, 0 if Goliath.dev?

def response(env)
[200, {}, "Hello World"]
end
Expand Down Expand Up @@ -85,4 +82,4 @@ Goliath has been in production at PostRank for over a year, serving a sustained

## License & Acknowledgments

Goliath is distributed under the MIT license, for full details please see the LICENSE file.
Goliath is distributed under the MIT license, for full details please see the LICENSE file.

0 comments on commit de8da80

Please sign in to comment.