search for: view_item

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

Did you mean: viewitem
2005 Dec 28
1
Help needed with ActiveRecord
I am having issues with RoR/database relationships I have 3 tables Feeds (List of feeds) FeedItems (List of items, feedsID) FeedView (list of views and their list of feedsID) I would like to be able to generate a view with the feeditems For example, if the view has 2 feeds --> CNN & MSNBC and they both have 15 feeds in the feeditems table I want to be able to generate a view with cnn
2006 Aug 09
2
Link to most recent
Greetings all, I have a side panel in my app that needs to have a link to the most recent 4 or 5 items in a table. How do I create this link? For example, I have a controller named widgets, and I want to create a link to :controller => "widgets", :action => "show", and then the most recent id. I want the text link to be the name of the widget. Any ideas? Obviously,