In my current project, there was a requirement to show the latest tweet in the home page and also an interface to send tweets from the same rails application using a particular twitter account. A quick Google search showed maximum results on a gem named ‘Twitter’ here in this post I am going to use this gem to pull the latest tweets as well as, implementing a simple interface to send tweets directly. There are wide possibilities...
Read More
In my current project, there was a requirement to show the latest tweet in the home page and also an interface to send tweets from the same rails application using a particular twitter account.
A quick Google search showed maximum results on a gem named ‘Twitter’
here in this post I am going to use this gem to pull the latest...


