search for: acts_as_bookmark

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

2006 Aug 14
0
acts_as_bookmarkable - undefined method `add_bookmark''
Hi, I''m jsut attempting to sue the acts_as_bookmarkable for the first time. when I run the following 3 lines, I get an error undefined method `add_bookmark'' @blog = Blog.find(params[:id]) bmark = Bookmark.new(:title => @blog.title, :user_id => session[:user].id) @blog.add_bookmark bmark >From what I can tell there is no meth...
2010 Oct 11
5
Object lost in memory/trashed?
Hi, I''ve got a problem on which I''ve spent many hours, and I can''t get a clue on what is happening... I hope someone here will be able to help me. Here is the situation : my Rails app uses acts_as_commentable and acts_as_bookmarkable on a Diagram model. Everything''s working OK individually: I can create a comment on a Diagram, bookmark it, and so on. Now, I''d like to have a list in the "show" view of a diagram, which shows all comments and a line per bookmark saying something like "John adde...