From: John Joyce Date: 2007-11-21T10:54:31+09:00 Subject: Re: AJAX without Rails AJAX is simply what the name implies: Asynchronous Javascript And Xml It means using Javascript for DOM scripting (changing the structure of the document or web page) and using Javascript to send xml requests to a remote location (the server the site comes from) That's it. You can implement AJAX with or without Rails. With or without Ruby. Ruby and AJAX are not aware of each other. Ruby is on the server responding to requests. Javascript and html are sent to the client. Javascript can send requests to the server. You can totally do this without Rails or Nitro or whatever. It is about serving pages with Javascript in them. Check out Scriptaculous, Prototype, Mochikit, etc... On Nov 20, 2007, at 12:14 PM, Alex Young wrote: > Deepak Vohra wrote: >> Ruby on Rails is the only Ajax framework for Ruby. >> http://ajaxpatterns.org/Ruby_Ajax_Frameworks > I don't think that's quite true - doesn't Nitro have AJAX support? > > -- > Alex > >> Miki Vz wrote: >> Isn't this precisely a rails tutorial? I'm trying not to use >> rails, since I really have no database or anything. >> Deepak Vohra wrote: >>> http://www.regdeveloper.co.uk/2007/01/15/ajax_rails_tutorial/ >>> >>> Miki Vz wrote: Actually, I'm not sure I'm using eruby, I'm using >>> mod_ruby and >>> generating the html with markaby. I'm a bit lost with all the >>> technology >>> :p. > >