Declarative_authorization 似乎未加载?
我正在使用 Rails 2.3.4 运行捆绑程序。
我正在尝试让 declarative_authorization 工作(我将其添加到我的 Gemfile 中)。
我收到的错误是未定义的局部变量或方法“filter_resource_access”
。
我猜这意味着 declarative_authorization 未加载?由于我使用的是捆绑器,因此在 environment.rb
中没有用于它的 config.gem
行。但是,如果我添加它,它会在尝试启动服务器时抛出错误:未初始化的常量授权
。
不太确定该怎么做...帮助将不胜感激!
I'm running bundler with rails 2.3.4.
I'm trying to get declarative_authorization to work (I added it to my Gemfile).
The error I'm getting is undefined local variable or method 'filter_resource_access'
.
I'm guessing this means that declarative_authorization isn't loading? Since I'm using bundler I don't have a config.gem
line for it in environment.rb
. If I add it in, though, it throws an error trying to start the server: Uninitialized constant Authorization
.
Not too sure what to do... Help would be greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确定可以将bundler与Rails 2.3.4一起使用吗?按照优秀截屏视频进行操作,没有理由不起作用。声明式授权是迄今为止最强大的授权解决方案。
Are you sure you can use bundler with Rails 2.3.4 ? Follow the excellent screencast to the T , and there is no reason why it won't work. Declarative Authroization is by far the most powerful authorization solution available.