Hello friends I have a problem with google meshup feature it is giving me following error. SystemStackError in Moments#list Showing moments/list.html.erb where line #6 raised: stack level too deep Extracted source (around line #6): 3: <table cellspacing=5 cellpadding=5 > 4: <tr><td><b><u>Story</u></b></td><td><b><u>User</u></b></ td><td><b><u>Tags</u></b></td></tr> 5: <% @moment.each do |moment| %> 6: <tr><td><%= link_to "#{moment.story}", :action => "show" ,:id => moment.id %></td> 7: <td><%= moment.user.username -%></td> 8: <td><%= moment.tag_list -%></td> 9: </tr> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---