December 2011
4 posts
1 tag
1 tag
I’m really loving Textmate 2!
PianoPub Is a Lightweight, Free Pandora Player for... →
1 tag
November 2011
13 posts
1 tag
1 tag
1 tag
2 tags
Active Record Callbacks →
BecauseĀ I can never find this when I need it…
1 tag
2 tags
2 tags
Disable CSRF Checking in Rails
To disable the CSRF token check for a rails controller:
skip_before_filter :verify_authenticity_token
1 tag
1 tag
Getting ready for Friday Night Magic!
Creating a devise user from Ruby console →
1 tag
2 tags
Restoring Locally Deleted Files With Git
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 —
1 tag
Hello tumblr!