From: Fabian Streitel Date: 2009-08-28T15:11:00+09:00 Subject: Re: Possible to use Ruby for Dynamic HTML sites without Rail --00504502d2ed51423904722d89b2 Content-Type: text/plain; charset=ISO-8859-1 > > 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. > if then of course you want to do something like session or user management in a secure way or if your site has more than a couple of pages or there are suddenly more than two tables in your database, feel free to switch to one of the frameworks, which are not that hard to learn (it took me longer to learn ruby than to get the hang of, say, ramze, let alone that once you've seen one, you've pretty much seen all of them) and which will make, like, 80% of your code just vanish, because you've been reinventing the wheel a hundred times over... :-) Just my two cents... 2009/8/28 7stud -- > 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/. > > --00504502d2ed51423904722d89b2--