[Rails-core] Re: camelize

2008-06-05 Thread Lawrence Pit
I renamed the dir the plugin is sitting in from /authorization-plugin to /authorization. Lawrence > > I experienced the same issue, of course camelize doesn't work properly, > but just add the following two lines to the plugin init.rb I can run Rails: > > require File.dirname(__FILE__) + '/l

[Rails-core] Re: camelize

2008-06-04 Thread Luca Guidi
Hi Lawrence, I experienced the same issue, of course camelize doesn't work properly, but just add the following two lines to the plugin init.rb I can run Rails: require File.dirname(__FILE__) + '/lib/authorization' require File.dirname(__FILE__) + '/lib/authorization/stateful_roles' I didn't i