Skip to content

Instantly share code, notes, and snippets.

@hedgehog
Forked from nesquena/apps.rb
Created May 18, 2011 23:51
Show Gist options
  • Save hedgehog/979857 to your computer and use it in GitHub Desktop.
Save hedgehog/979857 to your computer and use it in GitHub Desktop.
Padrino session snippet
# config/apps.rb
Padrino.configure_apps do
enable :sessions
# $ padrino rake gen
# $ rake secret
set :session_secret, "long secret key pasted here"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment