Top ↑ | Archive | Ask me something

Rails twitter login — Gist

After fighting for days with some of the authentication gems out there for login into twitter figured its easier and about 1/4 the code to just use a controller and do it manually.

Rails 3 Status Codes to Number

Quick way to convert rails status symbols to a number:

http_error_code=Rack::Utils.status_code(:not_found)

Hello

Setting up my tumblr!