我正在遵循以下教程:
http://railscasts.com/episodes/188-declarative-authorization?view=comments
还要继续关注Git上的gem文档:
https://github.com/stffn/declarative_authorization
但两次都有相同的结果:
mark@ubuntu:~/RoR Projects/blog$ sudo rake gems:install
Invalid gemspec in [/var/lib/gems/1.8/specifications/tilt-1.3.3.gemspec]: invalid date format in specification: "2011-08-25 00:00:00.000000000Z"
rake aborted!
undefined local variable or method `config' for #Bundler::Dsl:0x7fe2598d56d8>
我已经按照每个教程跟着这封信,但是继续得到相同的输出,所以我猜这是我系统的问题吗?
答案 0 :(得分:1)
看起来你是以旧的方式(在bundler
之前)使用导轨包含宝石但使用的是bundler
并且它是Gemfile
将gem "declarative_authorization"
添加到Gemfile
,它应该按预期工作。