New guy question

I am going to use Ruby.

Does anyone have any starter code out there for the CGI?

What framework or library are you going to use? Ruby on Rails?
ruby-web? Iowa? Just eRuby and CGI? etc.

···

From: JoeyP [mailto:plantz.3@wright.edu]

Gavin Kistner wrote:

From: JoeyP [mailto:plantz.3@wright.edu]
> I am going to use Ruby.
>
> Does anyone have any starter code out there for the CGI?
What framework or library are you going to use? Ruby on Rails?
ruby-web? Iowa? Just eRuby and CGI? etc.

Thanks for your reply. I was planning on Ruby on Rails.

I have the Dave Thomas "Programming Ruby" book. I am slowly going
through it but it would be nice if I had some code to start off of.

Thanks in advance

JoeyP wrote:

Gavin Kistner wrote:
  

From: JoeyP [mailto:plantz.3@wright.edu]
    

I am going to use Ruby.

Does anyone have any starter code out there for the CGI?
      

What framework or library are you going to use? Ruby on Rails?
ruby-web? Iowa? Just eRuby and CGI? etc.
    
Thanks for your reply. I was planning on Ruby on Rails.

I have the Dave Thomas "Programming Ruby" book. I am slowly going
through it but it would be nice if I had some code to start off of.

Thanks in advance

Dave also has a book about Rails called _Agile_Web_Development_with_Rails_: http://www.pragmaticprogrammer.com/titles/rails/index.html\. Also there are a number of other good books about Ruby and Rails. You might want to check out _Ruby_for_Rails_ by David Black. There's also a mailing list entirely dedicated to Rails. Here's more information: Ruby on Rails — A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern..

Good luck!