search for: sort_helper

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

Did you mean: form_helper
2006 Mar 31
1
SortHelper Question
...ing to install the SortHelper module, and for some reason I''m getting a NoMethodError when I try to view the list. I''m a relative newbie to rails, but the controller and the helper seem to be pointing to the right places. I named the controller sort_controller.rb and the helper is sort_helper.rb, and list is list.rhtml Thanks for any help! _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web!
2006 Aug 09
1
Allowing users to reorder displayed data from a table
I have a list of names and prices from a database to display on a webpage. I would like to allow the user to be able to display those items either alphabetically or by price (decending or ascending.) I would also like the user to be able to list items with a certain price range of their choosing also. How can I do this in Rails? Thanks! -- Posted via http://www.ruby-forum.com/.