Проблема с установкой плагина rails (restful_authentication) - PullRequest
1 голос
/ 19 августа 2011

Я пытаюсь установить плагин restful_authentication на мою машину, на которой запущен rails -v 2.3.5.При попытке установить

ruby script/plugin install http://github.com/technoweenie/restful-authentication.git restful_authentication
Plugin not found: ["http://github.com/technoweenie/restful-authentication.git", "restful_authentication"]

ruby script/plugin install git://github.com/technoweenie/restful-authentication.git restful_authentication
Plugin not found: ["git://github.com/technoweenie/restful-authentication.git", "restful_authentication"]

я получаю следующую ошибку: как мне установить плагин?

1 Ответ

3 голосов
/ 19 августа 2011

Вы можете просто загрузить плагин здесь и вручную поместить его в vendor / plugins.

Прямая ссылка для скачивания: https://github.com/technoweenie/restful-authentication/tarball/master

Итак, структура каталогов должна быть: vendor / plugins / restful_authentication

...