Look, another Curt Hibbs article! http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html http://rubyurl.com/OddwR Cheers, Robby -- /****************************************************** * Robby Russell, Owner.Developer.Geek * PLANET ARGON, Open Source Solutions & Web Hosting * Portland, Oregon | p: 503.351.4730 | f: 815.642.4068 * www.planetargon.com | www.robbyonrails.com *******************************************************/
Robby Russell wrote:> Look, another Curt Hibbs article! > > http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html > > http://rubyurl.com/OddwRThanks for bringing this to everyone''s attention! Let''s see if we can get this on the slashdot front page again... If any of you would like to post a review of this article to slashdot, I would greatly appreciate. Thanks, Curt
Curt Hibbs wrote:> Robby Russell wrote: > >> Look, another Curt Hibbs article! >> >> http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html >> >> http://rubyurl.com/OddwR > > Thanks for bringing this to everyone''s attention! > > Let''s see if we can get this on the slashdot front page again... If any > of you would like to post a review of this article to slashdot, I would > greatly appreciate.Another fine piece of work! Just as your first OnLAMP article tipped the balance for me, and got me trying out Rails for myself, this one will do the same for the Ajax features. thanks Justin
I''m just reading this, and in the "Add to list using Ajax" example, the add_item method has a typo [I think] whereby you have params[:newitem], which should be @params[:newitem] -----Original Message----- From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Justin Forder Sent: Friday, 10 June 2005 12:15 PM To: curt-fk6st7iWb8MAvxtiuMwx3w@public.gmane.org; rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails] Ajax on Rails Curt Hibbs wrote:> Robby Russell wrote: > >> Look, another Curt Hibbs article! >> >> http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html >> >> http://rubyurl.com/OddwR > > Thanks for bringing this to everyone''s attention! > > Let''s see if we can get this on the slashdot front page again... If > any of you would like to post a review of this article to slashdot, I > would greatly appreciate.Another fine piece of work! Just as your first OnLAMP article tipped the balance for me, and got me trying out Rails for myself, this one will do the same for the Ajax features. thanks Justin _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Curt Hibbs wrote:> Let''s see if we can get this on the slashdot front page again...Not quite the same, but I''ve submitted it to Digg.com (which is picking up a crowd of Slashdot ex-pats these days): http://digg.com/programming/Ajax_On_Rails If anyone wants to vote on the link to "digg" it to the front page, that''s a sizable chunk of geek traffic ready for the taking. :-) Cheers, ~Dave -- Dave Silvester Rent-A-Monkey Website Development Web: http://www.rentamonkey.com/
Neville Burnell wrote:>I''m just reading this, and in the "Add to list using Ajax" example, the >add_item method has a typo [I think] whereby you have params[:newitem], >which should be @params[:newitem] > >It does look wrong. Funny thing, its still works -- anyone know why? Curt
@params is attr''d, so params[x] is a method call to its accessor. On 6/10/05, Curt Hibbs <curt.hibbs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Neville Burnell wrote: > > >I''m just reading this, and in the "Add to list using Ajax" example, the > >add_item method has a typo [I think] whereby you have params[:newitem], > >which should be @params[:newitem] > > > > > It does look wrong. Funny thing, its still works -- anyone know why? > > Curt > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
On 6/10/05, Robby Russell <robby-/Lcn8Y7Ot69QmPsQ1CNsNQ@public.gmane.org> wrote:> Look, another Curt Hibbs article! > > http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.htmlThank God for this article! I was beginning to think maybe I''ll spew a tutorial or something. -- Premshree Pillai http://www.livejournal.com/users/premshree/
This looks like it is still down. Any word on when your provider is going to be back up? On 6/10/05, Curt Hibbs <curt.hibbs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Unfortunately, its out of my control. Hopefully, it''ll be back up as > soon as possible. > > Curt_______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Carl Youngblood wrote:> This looks like it is still down. Any word on when your provider is going to > be back up?Its been back up. Unfortunately, its now suffering from the infamous slashdot effect. I just checked and its working right now (until it gets hammered again). Curt