有没有人知道为什么注释在rails 3.1中不再起作用?
尝试运行时:
$ rvmsudo bundle exec annotate --position before
Run Code Online (Sandbox Code Playgroud)
鉴于我在我的gemfile中有以下内容:
gem "annotate", '2.4.0'
Run Code Online (Sandbox Code Playgroud)
我收到以下错误:
/usr/local/rvm/gems/ruby-1.9.2-p180@rails31/gems/activerecord-3.1.0/lib/active_record
/railties/databases.rake:3:in `<top (required)>': undefined method `namespace' for
main:Object (NoMethodError)
Run Code Online (Sandbox Code Playgroud)
我正在使用RVM和一个专用于带有Ruby 1.9.2的rails 3.1的gemset