Hey guys got a quick question here, how do i set up TweetStream after i install the gem? I looked at the Doc it looks straight foward just a few lines of code but im not quite sure where it goes and how to set it up initially, is there a sample code any where where i can see the full process of incorporating this gem? Thnx in advance for newbie questions.
Share
I haven’t used the gem, but if I’m reading it correctly, you should be able to do a pretty basic setup by adding the following code to a controller:
Then in the view just do something like:
Make sure you have the TweetStream gem in your Gemfile
After you run
bundle installand launch the server, you should be good to go.