1

rails -v 2.3.5를 실행중인 시스템에서 restful_authentication 플러그인을 설치하려고합니다. 설치하려고하면 다음과 같은 오류 메시지가 나타납니다.rails plugin (restful_authentication) 설치시 문제점

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"] 

어떻게 플러그인을 설치해야합니까?

답변

3

플러그인 here을 다운로드하여 수동으로 공급 업체/플러그인에 넣을 수 있습니다. 다운로드에 대한

직접 링크 :

https://github.com/technoweenie/restful-authentication/tarball/master 그래서 디렉토리 구조가 있어야한다 : 공급 업체/플러그인/restful_authentication

+1

는 내가 그런 식으로 플러그인을 설치할 수 있습니다 몰랐어요. 고맙습니다. – Rahul

관련 문제