Skip to content

Instantly share code, notes, and snippets.

@bryanp
Created December 22, 2011 22:02
Show Gist options
  • Select an option

  • Save bryanp/1512048 to your computer and use it in GitHub Desktop.

Select an option

Save bryanp/1512048 to your computer and use it in GitHub Desktop.
Staging Config Example
module PakyowApplication
class Application < Pakyow::Application
configure(:staging) do
DataMapper.setup(:default, "")
app.dev_mode = true
app.log = true
presentation.view_caching = true
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment