Posts tagged development
Posts tagged development
BecauseĀ I can never find this when I need it…
Installing Squeel, it’s like meta_where but for Rails 3.1 :-D
To disable the CSRF token check for a rails controller:
skip_before_filter :verify_authenticity_token
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 —