Skip to content

Instantly share code, notes, and snippets.

@collin
Created March 5, 2009 12:58
Show Gist options
  • Select an option

  • Save collin/74347 to your computer and use it in GitHub Desktop.

Select an option

Save collin/74347 to your computer and use it in GitHub Desktop.
>> Subject.first.tweets(:time.lte => 2.weeks.ago, :limit => 1)
=> [#<Tweet:0xb651839c @data={"found_at"=>Thu Mar 05 06:36:12 -0600 2009, "profile_image_url"=>"http://s3.amazonaws.com/twitter_production/profile_images/53361951/1-Mashit-MP3-Logo_normal.png", "created_at"=>"Wed, 18 Feb 2009 18:24:28 +0000", "from_user"=>"mashit", "text"=>"Endorses Mike Quigley to replace Rahm Emanuel in Chi's 5th Dist. congressional race March 3. North Side Represent! : http://bit.ly/quigley", "to_user_id"=>nil, "id"=>1223754388, "from_user_id"=>318188, "iso_language_code"=>"en", "source"=>"&lt;a href=&quot;http://twitter.com/&quot;&gt;web&lt;/a&gt;"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment