Thanks everyone, you helped me a lot in solving my problem. Now restful_authentication is working fine but restful_acl isn't, I am following the instructions written here http://github.com/mdarby/restful_acl/tree/master but when ever i add this line of code
config.gem "mdarby-restful_acl", :lib => 'restful_acl' in my environment.rb file my server doesn't start. And whenever I comment this line and then restart my server it works but the controller with has_permission? doesn't work. It takes me to denied page. Please help me in solving this issue. Thanks & Regards, Shahroon On Sun, Jan 11, 2009 at 6:56 PM, Ryan Bigg <[email protected]> wrote: > > He's missing include AuthenticatedSystem from application.rb > ----- > Ryan Bigg > Freelancer > http://frozenplague.net > > > > > > > > On 11/01/2009, at 5:04 PM, Matt Darby wrote: > > > > > shahroon ali wrote: > >> Yeah I checked it was installed properly, there was no error in > >> installing > >> it, i was just mistaken. > > > > I wrote RESTful_ACL; are you using restful_authentication (like > > followed > > their directions), or did you just install it a plugin? > > > > This error indicates that you're not actually using > > restful_authentication > > -- > > 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 -~----------~----~----~----~------~----~------~--~---

