search for: position_ident

Displaying 3 results from an estimated 3 matches for "position_ident".

2006 Aug 14
1
Overide the default find_all
Hi, In my model i want to overide the default find all for sorting purposes. Is this possible or can this only be done in the control or by adding a custom method in the model. def self.find_all() @contents = Content.find(:all, :order => ''pos, position_id'') end -- Posted via http://www.ruby-forum.com/.
2006 Aug 14
4
Controller method problem
Hi, I have a def in my controller see below where i want to find the page object based on a parameter value and then use the page_id to then find all the contents that belong to that page in the same method. Controller def aboutus @page = Page.find_by_name(params[''About Us'']) @contents = Content.find(:all, :conditions => "page_id = #{@page.id}") end
2008 May 08
6
[Bug 15864] New: when linked to gst-ffmpeg crash ff3 when full screen play
http://bugs.freedesktop.org/show_bug.cgi?id=15864 Summary: when linked to gst-ffmpeg crash ff3 when full screen play Product: swfdec Version: 0.7.x Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec