Functino

My daily struggle with webdevelopment

Month: February, 2010

Twitter Api with Rails

In a little app that I recently launched I tried to use Twitters API. Turns out it’s incredible easy to do so if you use Ruby on Rails.
Here are the things that I needed to do to get a first version running:
Create a new Rails application. Then create a Model Twitter that extends Rails’ ActiveResource:

class [...]