search for: m000433

Displaying 5 results from an estimated 5 matches for "m000433".

Did you mean: 000433
2006 Mar 15
2
link_to_remote issue after upgrading to rails 1.0
...the upgrade as I noticed it broke when i moved a copy of my app to my server using rails 1.0. As soon as I upgraded the laptop from 0.13 to 1.0 the laptop also started behaving the same. The examples in the api docs at http://rubyonrails.org/api/classes/ActionView/Helpers/JavaScriptHelper.html#M000433 suggest this call is still valid and the parameter should be passed. Am I misunderstanding the docs? Or just plain doin something wrong? Cheers Dave Smylie
2006 Feb 24
1
Form within table?
Ok, I figured out my problem (kind of) from "Help a n00b?" The problem was that (at least in Firefox) you can''t have a form within a table, it has to be the other way around. Once I put the form on the outside everything started to work. w00t! -- David Olbersen dave@toasterwaffles.com
2006 Mar 24
2
ajax redirection
Hi, Is there a simple way to redirect towards another page (controller, action) when using form_remote_tag ? I used it tipically to check fields of a account login form. I''d like if the user exists, he''s redirected towards another page, otherwise I display some error div''s. Any ideas ? Thanks a lot. Seb
2006 Feb 17
4
Best practice for showing errors AND updating list
Morning/Afternoon/Evening All, This is my first post to the ruby message board so if my request is better suited to another location just let me know, The problem I keep coming up against is with a listing of objects and updating that list via AJAX (for arguments we are talking about a list of users). As it stands I can currently submit a form, and update the list (using :update
2006 Apr 07
3
RJS removing content of div, but not div itself
Hi, I''m creating a list of ingredients on a page. When the user clicks the ''Add Ingredient'' button a record gets added to the db and the ingredient gets added to the page. On the page, each record is represented by a <div> with three <span>s inside. One of the <span>s has a link_to_remote to ''delete'' the ingredient. When the link