What do I need to write a web-based application invoked from a browser

Hello Team,

I am looking for suggestion/guidance and best approaches to learn Web
development with Ruby. Bear with me and let me explain what I mean. I
realize that this could mean something different to different people. To
make matter even worst, I’m not sure that I know what I am talking
about,
although I think I know what I want to do. With this long
preamble…

I would like to develop an application that will be invoked and run on a
browser. I have a simple application that uses shoes and it is great.
*shoes
*is very nice. That said, however, for other people to use it I have to
distribute the code, including having to install ruby. I would like to
be
able to fire up a browser and execute the application which will reside
on
a server.
My problem is that I don’t know where or how to start. Your help will be
appreciated.

Thank you

If I were you I’d start with a basic Ruby on Rails tutorial. That sounds
like exactly what you’re after.

Joel, thank you for your suggestion.

I certainly will.

Thank you for the suggestion

Am 07.06.2013 15:54, schrieb Ruby S.:

have to distribute the code, including having to install ruby. I would
like to be able to fire up a browser and execute the application which
will reside on a server.

You should have a look at Sinatra.