search for: remove_line

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

2006 Jul 18
0
AJAX issue: How to push rest of records up after deleting a record
...item 3 - delete When I click delete on the item2 to delete it, the items does get deleted. But that row becomes empty. The item 3 doesn''t get pushed up. Does it mean that I should render the whole page or is there something I''m missing. Here is my code to execute delete. def remove_line render :update do |page| id = @params[:id] span_name = ''line-'' + id.to_s # delete line-2 for testing page[span_name].remove end end I also tried page[span_name].delete but no result. When I look into firebug , in both the cases I see the element &...
2007 Sep 11
6
Managing rc.conf in FreeBSD?
I''m, still, working on converting my cfengine configs into puppet; one of the major hang-ups is the lack of any find/replace in puppet. So for those of you who are using FreeBSD and puppet, how do you manage you rc.conf? -- -- Perfection is just a word I use occasionally with mustard. --Atom Powers--