[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

web examples

faruq fayaz

1/4/2006 9:50:00 PM

i'm thinking about getting into Ruby. I want to build web browser based
applications. Is Ruby any good for this kind of thing? If so are there
any good links out there that demonstate this?

--
Posted via http://www.ruby-....


12 Answers

Ryan Leavengood

1/4/2006 10:00:00 PM

0

Hi Faruq,

You seem to be one of the rare people who heard about Ruby before
Rails, instead of the other way around. But "Ruby on Rails"
(http://www.rubyon...) has become a rather popular web
application development framework that is causing quite a stir in the
web development world. Ruby also has Nitro (http://ni...),
which is another great "all-in-one" web development framework.

So to answer your question, yes Ruby is quite good for this kind of thing! :)

Welcome aboard,
Ryan

On 1/4/06, faruq fayaz <faruqfayaz@gmail.com> wrote:
> i'm thinking about getting into Ruby. I want to build web browser based
> applications. Is Ruby any good for this kind of thing? If so are there
> any good links out there that demonstate this?


balcer

1/4/2006 10:01:00 PM

0

faruq fayaz napisaÅ?(a):
> i'm thinking about getting into Ruby. I want to build web browser based
> applications. Is Ruby any good for this kind of thing? If so are there
> any good links out there that demonstate this?
>
What do you mean by web browser based applications?

If you mean server side application read this
http://www.rubycentral.com/boo...
You can also use one of popular engines like :
- Nitro http://www.ni...
- RubyOnRails http://www.rubyo...
For full list of web engines search http://raa.rub...

If you mean client side application there are some possibilities too.
I'am not an expert in these area so anyone please help.

Cheers, Jacek

faruq fayaz

1/4/2006 10:11:00 PM

0

Hi Ryan,

Thanks. Ruby sounds good.

Incidently, Is there a way of posting anonymously. I like asking stupid
questions :)


--
Posted via http://www.ruby-....


faruq fayaz

1/4/2006 10:16:00 PM

0

Hi Jacek,

I'm from a Flash actionscript background so used to building rich media
client side applications. However I'm willing to compromise some of the
flashy eye candy to build more useful stuff - I guess clientside hooking
up to a database on a server once in a while.


--
Posted via http://www.ruby-....


faruq fayaz

1/4/2006 10:40:00 PM

0

con spirisi wrote:
> Hi Jacek et al,

Can Ruby produce something like space invaders delivered through a
browser? That sort of application demonstrates all that I'd ask for.


--
Posted via http://www.ruby-....


Ross Bamford

1/4/2006 11:13:00 PM

0

On Wed, 04 Jan 2006 22:40:25 -0000, con spirisi <faruqfayaz@gmail.com>
wrote:

> con spirisi wrote:
>> Hi Jacek et al,
>
> Can Ruby produce something like space invaders delivered through a
> browser? That sort of application demonstrates all that I'd ask for.
>

Probably. But whether anyone could actually use it is a different
question. I think that most (all?) of the really cool Ruby webapps that do
client side stuff use Javascript to do it.

I recall seeing something about a plug-in or similar to support Ruby
script in certain browsers, but I'd guess it's by no means widely
installed (I certainly don't have it).

From what I've seen on the web Flash seems better suited for that kind of
thing. Javascript has demonstrated a remarkable thirst for CPU on my
machine so I for one am against this kind of intensive use of it. Then
have Ruby doing all the trick server-side stuff like multiplayer, leagues,
or whatever else you think you'd like to do.

Or whatever.

--
Ross Bamford - rosco@roscopeco.remove.co.uk

james_b

1/5/2006 12:21:00 AM

0

con spirisi wrote:
> Hi Ryan,
>
> Thanks. Ruby sounds good.
>
> Incidently, Is there a way of posting anonymously. I like asking stupid
> questions :)

Me too. Better to look stupid than stay stupid.

But if you want to be unknown get a Google or Yahoo or whatever E-mail
account and invent a persona. Make up a crafty name, like "Who's Sorry
Now" or something.

Then we'll have fodder for for stuff like,

ba: Who's asking that question?
lc: That's right
ba: What's right?
lc: Who's asking that question.
bc: That's what I'm asking
lc: Who's.
ba: Grr. Why can't you tell me!
lc: Why posted too?

You get the idea.



James

--

http://www.ru... - Ruby Help & Documentation
http://www.artima.c... - Ruby Code & Style: Writers wanted
http://www.rub... - The Ruby Store for Ruby Stuff
http://www.jame... - Playing with Better Toys
http://www.30seco... - Building Better Tools


Chad Perrin

1/5/2006 2:38:00 AM

0

On Thu, Jan 05, 2006 at 07:00:29AM +0900, Ryan Leavengood wrote:
> Hi Faruq,
>
> You seem to be one of the rare people who heard about Ruby before
> Rails, instead of the other way around. But "Ruby on Rails"

I'm not so sure it's all that rare . . . it probably just isn't very
obvious when someone hears of Ruby first because it doesn't trigger your
"Oh, another person who heard about Rails!" reflex. As such, those of
us who heard of Ruby before Rails are probably not as noticeable,
generally.

Then, of course, there's the simple fact that many who have heard of
Ruby first might not have thought anything of it until they also heard
of Rails, and got hooked that way. This may make them look like they'd
heard of Rails first, even if they didn't.

I'm not sure why I'm commenting on this, really, except that I do tend
to wonder about the statistic incidence of this sort of thing sometimes.
I tend to find such social phenomena fascinating sometimes.

--
Chad Perrin [ CCD CopyWrite | http://ccd.ap... ]

"Real ugliness is not harsh-looking syntax, but having to
build programs out of the wrong concepts." - Paul Graham


Chad Perrin

1/5/2006 2:41:00 AM

0

On Thu, Jan 05, 2006 at 07:03:34AM +0900, Jacek Balcerski wrote:
> faruq fayaz napisal(a):
> >i'm thinking about getting into Ruby. I want to build web browser based
> >applications. Is Ruby any good for this kind of thing? If so are there
> >any good links out there that demonstate this?
> >
> What do you mean by web browser based applications?

I get the distinct impression that what's meant here is "a web
application for which the browser is your client, and for which the
back-end programming is done in Ruby". Someone correct me if I'm wrong.

--
Chad Perrin [ CCD CopyWrite | http://ccd.ap... ]

unix virus: If you're using a unixlike OS, please forward
this to 20 others and erase your system partition.


Chad Perrin

1/5/2006 2:43:00 AM

0

On Thu, Jan 05, 2006 at 07:40:25AM +0900, con spirisi wrote:
> con spirisi wrote:
> > Hi Jacek et al,
>
> Can Ruby produce something like space invaders delivered through a
> browser? That sort of application demonstrates all that I'd ask for.

Technically . . . yes. Realistically . . . not so much, at this time,
unless you're willing to use Ruby as a back end on some kind of applet
(such as with Flash). Even in that case, it might be easier to just
create a Flash game and leave Ruby out of it, unless you're looking to
make a distributed multiplayer Space Invaders game, in which case you'd
probably need something like Ruby on the server.

--
Chad Perrin [ CCD CopyWrite | http://ccd.ap... ]

"Real ugliness is not harsh-looking syntax, but having to
build programs out of the wrong concepts." - Paul Graham