search for: your_templ

Displaying 2 results from an estimated 2 matches for "your_templ".

2006 Apr 27
7
RJS & Ajax question...
Hi, I''m trying to convert an older Rails application to use Ajax. I''ve already moved my edit and show actions so that, instead of displaying as separate pages, they appear in a <div> on my list view. However, I have two problems: 1) When the user saves the changes, I want to put all the ajax changes in an RJS template. However, form_remote_tag :url =>{:action =>
2006 May 02
0
RE: Rails Digest, Vol 20, Issue 39
...e ''todo'', :partial => ''table'', :locals => {:items => > items} > > You could fix that by using @items > > On 5/2/06, Rich Warren <rwmlist@gmail.com> wrote: > > Simo AddSW wrote: > > > render(:template => ''your_template'', :layout => false, > :content_type > > > => ''text/javascript'') > > > > Actually, this doesn''t work either. > > > > Here''s what I''m trying to do. When the user views the item list, there > > i...