<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,7 +9,7 @@ Working Locally
 
 Grab the sources from github:
 
-    $ git clone git@github.com:sinatra/sinatra.github.com.git
+    $ git clone git://github.com/sinatra/sinatra.github.com.git
     $ cd sinatra.github.com
 
 Install Jekyll (with dependencies):</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -86,10 +86,6 @@ A symbol specifying the deployment environment; typically set to one of
 the value of the `RACK_ENV` environment variable (`ENV['RACK_ENV']`), or
 `:development` when no `RACK_ENV` environment variable is set.
 
-The `:environment` option effects the default values of various other
-options. For instance, application reloading (`:reload`) is enabled by
-default in the development environment.
-
 The environment can be set explicitly:
 
     set :environment, :production
@@ -131,26 +127,6 @@ The POST `_method` hack is implemented by inserting the
 
 [mo]: http://rack.rubyforge.org/doc/classes/Rack/MethodOverride.html
 
-### `:reload` - enable/disable automatic source code reloading
-
-The `:reload` option determines whether the main application file is
-reloaded before processing each request. Automatic reloading is enabled by
-default when running under the development environment (see the
-`:environment` option) and a valid `:app_file` was detected.
-
-To explicitly enable reloading, it's best to set both the `:reload` and
-`:app_file` options as follows:
-
-    set :app_file, __FILE__
-    set :reload, true
-
-Sinatra implements reloading by clearing all routes, filters, templates, and
-error handlers and then calling `Kernel::load` on the main application file.
-Note that files loaded by the application file using `Kernel::require` are
-not automatically reloaded. You can cause other files to be reloaded by
-using `Kernel::load` instead of `Kernel::require` from within the main
-application file.
-
 ### `:root` - The application's root directory
 
 The directory used as a base for the application. By default, this is
@@ -231,17 +207,17 @@ explicitly:
 
 ### `:app_file` - main application file
 
-The ruby source file that's reloaded before each request when the `:reload`
-option is enabled. This is set to the first source file that invokes
-`require 'sinatra'` by default.
-
-The `:app_file` option is also used to calculate the default `:root`,
+The `:app_file` option is used to calculate the default `:root`,
 `:public`, and `:views` option values. A common idiom is to override the
 default detection heuristic by setting the `:app_file` explicitly from
 within the main application file:
 
     set :app_file, __FILE__
 
+It's also used to detect whether Sinatra should boot a web server when
+using [classic-style](http://www.sinatrarb.com/extensions.html#background)
+applications.
+
 ### `:dump_errors` - log exception backtraces to `STDERR`
 
 Boolean specifying whether backtraces are written to `STDERR` when an
@@ -286,5 +262,4 @@ are thread-safe and may cause intermittent errors or general weirdness.
 Enabling the `:lock` option causes all requests to synchronize on a mutex
 lock, ensuring that only a single request is processed at a time.
 
-The `:lock` option is disabled by default unless the `:reload` option is
-enabled -- source code reloading must be synchronized.
+The `:lock` option is disabled by default.</diff>
      <filename>configuration.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cd21b5999567a46888471ce605643cb19b6d7c99</id>
    </parent>
  </parents>
  <author>
    <name>Damian Janowski</name>
    <email>damian.janowski@gmail.com</email>
  </author>
  <url>http://github.com/sinatra/sinatra.github.com/commit/d114da144932d3721ae48a8f32f731d973987b36</url>
  <id>d114da144932d3721ae48a8f32f731d973987b36</id>
  <committed-date>2009-07-27T14:17:48-07:00</committed-date>
  <authored-date>2009-07-27T11:34:11-07:00</authored-date>
  <message>Remove trails of reload option.

Signed-off-by: Simon Rozet &lt;simon@rozet.name&gt;</message>
  <tree>8ccfbc822c78f8bd98d176e5295a28f787567daf</tree>
  <committer>
    <name>Simon Rozet</name>
    <email>simon@rozet.name</email>
  </committer>
</commit>
