在使用版本2.4.1.beta加载模型之前使用annotate
选项加载其他文件时,-R
命令失败。似乎找到了文件,但仍然出现错误(如果我使用通配符路径,则第一个文件显示为错误)。此处显示类似的错误消息(https://github.com/ctran/annotate_models/issues/78)使用的解决方案:
gem 'annotate', github: 'ctran/annotate_models'
但如果我用上述内容替换annotate
中的Gemfile
,请执行以下操作:
gem uninstall annotate
bundle install
然后bundle
报告第一行:
正在更新git://github.com/ctran/annotate_models.git
以后:
从git://github.com/ctran/annotate_models.git(在主人处)使用annotate(2.5.0.pre1)
请注意,两条消息均未显示“正在安装”。然后执行annotate
最终找不到注释可执行文件。有解决方案吗(Ruby 1.9.2p280,Rails 3.2.2)