Привет, у меня версия ruby 1.9.1.Я пытаюсь установить плагин act_as_taggable_redux для тегов.Когда я делаю следующую команду:
ruby script/plugin install <a href="https://github.com/geemus/acts" rel="nofollow">https://github.com/geemus/acts</a>_as_taggable_redux.git
Он говорит:
уже установлено: act_as_taggable_redux (https://github.com/geemus/acts_as_tag gable_redux)Передайте --force для переустановки
, когда я попытаюсь сделать список сценариев / плагинов ruby.Ничто не возвращается ..
В чем проблема?Спасибо
используйте ruby script/plugin source <a href="https://github.com/geemus/acts" rel="nofollow">https://github.com/geemus/acts</a>_as_tag gable_redux
ruby script/plugin source <a href="https://github.com/geemus/acts" rel="nofollow">https://github.com/geemus/acts</a>_as_tag gable_redux
, а затем используйте ruby script/plugin install <a href="https://github.com/geemus/acts" rel="nofollow">https://github.com/geemus/acts</a>_as_tag gable_redux --force
ruby script/plugin install <a href="https://github.com/geemus/acts" rel="nofollow">https://github.com/geemus/acts</a>_as_tag gable_redux --force
Похоже, он уже установлен (что вы заметили), вы уверены, что у вас его еще нет?Если вы этого не сделаете, вы можете передать --force для переустановки.Кроме того, какие рельсы вы используете?