Created
September 29, 2012 21:18
-
-
Save jwoodlee/3805215 to your computer and use it in GitHub Desktop.
Clearing Session in Rails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -R tmp/* | |
if active record | |
http://thinkingrails.blogspot.com/2007/06/rails-rake-tasks-reference.html | |
rake db:sessions:clear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment