java
sql
html
php
iphone
xml
ajax
python
database
android
mysql
eclipse
silverlight
flash
facebook
mvc
php5
asp
api
dom
Alex
In your controller that corresponds with your view, you need to assign your results to a variable inside the appropriate functionlike so:
def controller_function @twitter_data = Twitter.user_timeline("whatever").first.text end
Then, in your corresponding view you can use the variable
<%= @twitter_data ... %>
Check out http://guides.rubyonrails.org/layouts_and_rendering.html for more guidance on controllers and views