Originally posted by nightwolfz
I dont get it, can u write websites with ruby or not.
Everywhere in manuals I see usual programming, no web programming![]()
It is a scripting language just like perl, but with mod_ruby and eruby you are able to use it to make websites just like php. eruby does the translating of eruby <% code %> code blocks to regular ruby code and then integrates the html into print statements. then the mod_ruby apache module provides ruby to the apache api so requests can be passed to the eruby interpreter and then sent back to apache for sending the response to the client.