i have a fresh rails application called basic... i have boot strap
working and looking to create a button that if pressed will launch a
ruby script and display its live output as it happens...

<button type="button" class="btn btn-default">button</button>

<%= 100.times do |i|%>
<%=   print i*i%>
<%=   sleep 1%>
<%=end%>

i hope some one can point me in the right direction... i love ruby, but
never tried rails...

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/665cfc4ff6ad0385db282340af6f49a8%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to