Hi Remco, > Roderick van Domburg wrote: >> Check out WhooTube at >> http://www.nedforce.com/products/whootube-flash-video-community-portal/. >> It's been a while since it's been updated, but you should be able to get >> it up and running without too much hassle. > > I think there are some upgrade issues. A secret is required to generate > an integrity hash for cookie session data. So i added, > config.action_controller.session in my env. > > After that i get the message > > NoMethodError (protected method `with_scope' called for > #<Class:0x1f5cc50>) > > I think it is a security issue...can you give me some advice..
with_scope has become protected in later Rails versions. You should rewrite it to use named_scope in the model instead. -- Roderick van Domburg http://www.nedforce.com -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

