ruby - annotate command "no such load to file" with -R -
the annotate
command fails when using -r
option load additional files before loading models version 2.4.1.beta. files appear found, error still occurs (if use wild-card path first file displayed error). similar error message appears here (https://github.com/ctran/annotate_models/issues/78) solution there use:
gem 'annotate', github: 'ctran/annotate_models'
but if replace annotate
in gemfile
above, , do:
gem uninstall annotate bundle install
then bundle
reports on first line:
updating git://github.com/ctran/annotate_models.git
and later:
using annotate (2.5.0.pre1) git://github.com/ctran/annotate_models.git (at master)
note neither message says "installing". executing annotate
ends annotate executable not being found. solutions? (ruby 1.9.2p280, rails 3.2.2)
Comments
Post a Comment