Skip to content

Commit

Permalink
Minor documentation change to avoid misunderstanding of :env (bad) vs…
Browse files Browse the repository at this point in the history
… :environment (good)
  • Loading branch information
grempe committed Mar 20, 2008
1 parent 8a363d2 commit 13bb580
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/rack/adapter/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
# Adapter to run a Rails app with any supported Rack handler.
# By default it will try to load the Rails application in the
# current directory in the development environment.
#
# Options:
# root: Root directory of the Rails app
# env: Rails environment to run in (development, production or test)
# environment: Rails environment to run in (development [default], production or test)
# prefix: Set the relative URL root.
#
# Based on http://fuzed.rubyforge.org/ Rails adapter
module Rack
module Adapter
Expand Down

0 comments on commit 13bb580

Please sign in to comment.