I aparantly have "Ruby on Rails" as part of my hosting package. I know it's some kind of java based scripting language that's making life easier for trillions of users over to globe (sic) but i have no idea how to use it.
Do i create files with special extentions that get parsed (like php?), do i have to put them in my cgi bin? Or do i have to offer up lesser gems (emeralds and such) to the god of ruby as a sacrifice... (I might be a bit carried away)
First you play in development mode at home. InstantRails on Windows is a fast way to do so, if you don't have already installed MySQL and Apache on your computer. Development mode allows to modify any .rb or .rhtml file and see the result in your browser by hitting (Ctrl-)F5, nice when you are writing your program!
When you've finished writing your application, you want to deploy it in the wild wild net. There you'll have to switch to production mode and host it. I think there are tutorials to do so, depending if it's Apache or lighttpd, cgi or FastCGI, subdomains or not, a valid url for mydomain.com or only mydomain.com/controllers/ valids, etc