search for: tags_bookmarks

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

2005 Sep 13
5
acts_as_taggable 1.0.4 now gemified!
Hi Folks, The acts_as_taggable mixin is now available as a shiny gem. More details here: http://dema.ruby.com.br/articles/2005/09/13/acts-as-taggable-gemified This release features some cool additions as well. Cheers Dema -- http://dema.ruby.com.br - Rails from a .NET perspective
2006 Jan 23
2
del.icio.us-like output
...om?delete=76b171f78b8e4eb0851ae24a1994f105&jump=no> There are several things going on there that make it hard/impossible/inefficient to do it one query. I''m soliciting tips on how to do this most efficiently. For me, the data is in 4 tables. Bookmarks (id, bookmark) Tags (id, tag) Tags_Bookmarks (tag_id, bookmark_id, user_id) Users (id, username) I have a query that can get me most of the info I need, but not necessarily in the format I need it in. sql = "SELECT jt.tag_id, b.id bid, t.tag, b.bookmark, jt.created_on FROM tags_bookmarks jt LEFT JOIN tags...