[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Replacing Server ASP with Ruby (was Re: autogenerated ebuilds

Jano Svitok

1/11/2007 10:29:00 AM

On 1/11/07, Anjum Pathan <anjum.pathan@gmail.com> wrote:
> hello guys...
>
> i want to use ASP for my project for its user interface.for that i need some
> ASP engines on linux.
> But these engines are not free of cost.
> CAn we use Ruby for hosting my server pages just like ASP?
> if not,can anybody suggest me how to run ASP pages on linux and wht ASP
> engines
> it would require??
> reply soon.

Hi,

I guess it's perfectly possible, either if you want to make just
webpages, or if you want to make webservices. See rubyonrails.com for
example, or http://www.nitropr... or
http://enigo.com/projects/iowa/...

1 Answer

Gavin Kistner

1/11/2007 3:22:00 PM

0

On 1/11/07, Anjum Pathan <anjum.pathan@gmail.com> wrote:
> CAn we use Ruby for hosting my server pages just like ASP?

Absolutely. Although there are web frameworks (like rails) that give
you more power and convenience than ASP alone, mod_ruby + eRuby (or
ERB) is a simple, direct correlation to the templating power of ASP.
They allow the simple HTML and (ruby) code.

You can add a simple foundation like "ruby-web" to add additional
session, post, and other convenience methods:
http://www.narf-lib.org...