[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Web Pages.

Daniel

6/8/2006 7:29:00 AM

Hi..
I want to know how to create a html web pages in Ruby. Here in
the page, I wnat to display data from PostgreSQL.

Thanks.

1 Answer

senthil.nayagam@gmail.com

6/8/2006 4:53:00 PM

0

Hi Daniel,

with Ruby CGI you can display HTML files, from your webserver.

But if you want a framework which is easy to use, i can suggest Ruby on
Rails.

http://www.rubyo...

Rails has a database component called Activerecord which would help you
to build database driven aplications postgeres,mysql,oracle etc are
supported

regards
A Senthil Nayagam

http://senthiln...




Daniel wrote:
> Hi..
> I want to know how to create a html web pages in Ruby. Here in
> the page, I wnat to display data from PostgreSQL.
>
> Thanks.