Displaying 1 result from an estimated 1 matches for "_side_share".
2006 Mar 21
5
Object#id being deprecated - Rails 1.1
...ly straightforward, but I don''t know enough about
rails to work it out, so was wondering if anyone can help
I keep on running into this error when I''m deploying my app:
"FastCGI: server ".../public_html/public/dispatch.fcgi" stderr:
../config/../app/views/items/_side_share.rhtml:8: warning: Object#id
will be deprecated; use Object#object_id"
l.8 is <%= link_to ''Bookmark this'', :action => ''bookmark'', :id =>
@item.id %>
>From http://corelib.rubyonrails.org/classes/Object.html#M001093 etc, I
can see that the @...