Rails Ruby


  
    Using Views
  
  
    

Working With Views


    This is an active view in a Ruby on Rails application.
    

    

    2 + 3 = <%= 2 + 3 %>
    

    

    Do loops work?
    

    <% 3.times do %>
    Yes! 

    <% end %>
    

    This page executes Ruby code on-the-fly.
  

 
mixHTMLRuby.zip( 88 k)