how to use ruby in the web?
Posted
by fayer
on Stack Overflow
See other posts from Stack Overflow
or by fayer
Published on 2010-06-09T09:46:13Z
Indexed on
2010/06/09
10:12 UTC
Read the original article
Hit count: 219
ruby
so now (finally after 4 hours) i have installed ruby 1.9.1, rvm and passenger.
but how do i use ruby with http?
in php you just embed php with html in a .php file.
how do you do it with ruby (note: i dont want to use frameworks for that, just pure ruby + html to learn how it works).
thanks
© Stack Overflow or respective owner