Disable CSRF Checking in Rails
To disable the CSRF token check for a rails controller:
skip_before_filter :verify_authenticity_token
To disable the CSRF token check for a rails controller:
skip_before_filter :verify_authenticity_token
Getting ready to send a Sol Ring off to Mark Tedin to get signed :-D
Getting ready for Friday Night Magic!
If I’ve removed files from my working copy, but change my mind and want them back again this little command comes in handy:
git ls-files -d | xargs git checkout —
Hello tumblr!