【发布时间】:2012-11-02 19:11:19
【问题描述】:
我正在学习以下教程:
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>
我已严格按照每个教程进行操作,但始终得到相同的输出,所以我猜这是我的系统问题?
【问题讨论】:
标签: ruby-on-rails ruby-on-rails-3