From: 7stud -- Date: 2009-08-28T08:55:08+09:00 Subject: Re: Possible to use Ruby for Dynamic HTML sites without Rail Jack Davis wrote: > How easy is this to do? I've been going though a Ruby book again (was > going to get into Ruby before but got busy with other stuff awhile back) > and they don't really cover using Ruby online, its just a foundation > book. Most books I've seen focus on Rails for online development, but > I'd like to learn rails good enough for web use and then maybe move into > Rails after I'm confortable with that. You can start with ruby's cgi module. If you need to store stuff in a database, you can do that too, using for instanced the mysql gem. If instead, you want to use a complex, bloated framework that will cause you to pull your hair out and require reading long books on how to use it, then try some of the other suggestions. -- Posted via http://www.ruby-forum.com/.