Skip to content

Commit

Permalink
application reloading (:reload) is enabled by default in the developm…
Browse files Browse the repository at this point in the history
…ent environment. (via document)
  • Loading branch information
jugyo committed Apr 4, 2009
1 parent 40e4cec commit 9ac1c89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app.rb
Expand Up @@ -19,8 +19,6 @@
end

configure :development do
set :app_file, __FILE__
set :reload, true
DataMapper.setup(:default, "sqlite3:///#{BASE_DIR}/development.db")
end

Expand Down

0 comments on commit 9ac1c89

Please sign in to comment.