Replacing Server ASP with Ruby (was Re: autogenerated ebuild

On 1/11/07, Anjum P. [email protected] 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.nitroproject.org/ or
http://enigo.com/projects/iowa/index.html

On 1/11/07, Anjum P. [email protected] 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/ruby-web/