레일스 플러그인 설치를 하다보면
git:// 로 시작되는 곳을 종종 볼 수 있다.
근데 windows에선 그냥 안 되기 때문에
다음과 같은 방법으로 처리해야 제대로 설치가 된다.
source:
http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/
git:// 로 시작되는 곳을 종종 볼 수 있다.
근데 windows에선 그냥 안 되기 때문에
다음과 같은 방법으로 처리해야 제대로 설치가 된다.
source:
http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/
Go read this introduction to Git on Windows and install the command-line package of msysgit. Now, if you’ve got Rails 2.1 or later you should be able to do
ruby script\plugin install git://github.com/thoughtbot/shoulda.git
but it will fail with various errors, probably including “Plugin Not Found”. Instead, try:
ruby script\plugin install http://github.com/thoughtbot/shoulda.git/
'프로그래밍 > Ruby' 카테고리의 다른 글
[rails] 파일업로드 플러그인 (0) | 2008.11.12 |
---|---|
[rails] windows에서 git를 통해 plugin을 install하기 (4) | 2008.10.12 |
[rails] many_to_many 관계에서 association을 제거하려면 (0) | 2008.10.10 |
[rails] 레일스에서 중복키 검증을 하려면? (0) | 2008.10.05 |
[rails] 액션 메일러의 사용 (2) | 2008.09.10 |
[rails] authentication 사용하기 (0) | 2008.09.10 |
댓글을 달아 주세요
안그래도 예전에 Eclipse였나.. 여하간 무슨 사이트 포럼 갔다가, GIT 기능 넣어달라는 글을 보고 뭐하는 녀석인가 찾아봤었는데 ㅎㅎ
2008.10.14 03:30 [ ADDR : EDIT/ DEL : REPLY ]언제 한 번 써봐야 할 듯..
새로운 버전관리 시스템으로
2008.10.14 15:53 신고 [ ADDR : EDIT/ DEL ]rails쪽부터 해서 많이 뜨는 듯..!
사람들은 죽을걸 알면서도 살잖아 .사랑은 원래 유치한거에요
2013.07.29 07:45 [ ADDR : EDIT/ DEL : REPLY ]태양이 바다에 미광을 비추면,나는 너를 생각한다.
2013.08.05 04:24 [ ADDR : EDIT/ DEL : REPLY ]