Twitter Updates for 2008-05-25
- Did the Boulder Creek Festival today. When I moved here (the first time) 11 years ago the festival was the first thing I did. #
Using the new config.gem method in Rails 2.1? Using the Twitter4R gem to interact with Twitter in your Rails application? Make sure you add the :lib attribute, otherwise ruby-gems won’t know which gem you’re talking about.
In your environment.rb file:
config.gem 'twitter4r', :lib => 'twitter'