Intellij IDEA with Ruby plugin에서 bundle exec foreman start를 Run 기능을 사용하여 실현
환경
절차
Run -> Edit configurations로 이동하여 +를 클릭하여 Ruby를 선택합니다.
Configuration을 아래 그림과 같이 설정
user_name
는 적절하게 변경하십시오. project_folder
는 rails 앱의 루트 폴더입니다. Name은 표시 이름이므로 뭐든지 괜찮습니다.
Ruby script
를 설정하면 Finder가 나오므로 Command shift .
에서 숨겨진 파일 폴더를 표시하여 선택하거나 Command shift g
에서 직접 PATH를 입력하여 설정합니다.
참고 : 여기서 루비 스크립트가 which foreman
로 나옵니다.
Bundler에 체크 표시
이상입니다.
참고
RUBY-12023 how to run foreman within rubymine debug mode
rbenv를 전환하는 방법 ... 다른 언어로 실험 - 너무 - 메모
향후 조사
/Users/user_name/.rbenv/shims/foreman
명령은 bundle
에서 실행할 수 있지만 왜 /Users/user_name/.rbenv/shims/bundle
나오는 오류
-e:1:in `load': /Users/user_name/.rbenv/shims/foreman:3: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' (SyntaxError)
[ -n "$RBENV_DEBUG" ] && set -x
^
/Users/user_name/.rbenv/shims/foreman:3: syntax error, unexpected ']', expecting end-of-input
[ -n "$RBENV_DEBUG" ] && set -x
^
from -e:1:in `<main>'
Reference
이 문제에 관하여(Intellij IDEA with Ruby plugin에서 bundle exec foreman start를 Run 기능을 사용하여 실현), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/hidehiro98/items/92688fad2c366a4f9d6e
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
RUBY-12023 how to run foreman within rubymine debug mode
rbenv를 전환하는 방법 ... 다른 언어로 실험 - 너무 - 메모
향후 조사
/Users/user_name/.rbenv/shims/foreman
명령은 bundle
에서 실행할 수 있지만 왜 /Users/user_name/.rbenv/shims/bundle
나오는 오류
-e:1:in `load': /Users/user_name/.rbenv/shims/foreman:3: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' (SyntaxError)
[ -n "$RBENV_DEBUG" ] && set -x
^
/Users/user_name/.rbenv/shims/foreman:3: syntax error, unexpected ']', expecting end-of-input
[ -n "$RBENV_DEBUG" ] && set -x
^
from -e:1:in `<main>'
Reference
이 문제에 관하여(Intellij IDEA with Ruby plugin에서 bundle exec foreman start를 Run 기능을 사용하여 실현), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/hidehiro98/items/92688fad2c366a4f9d6e
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
-e:1:in `load': /Users/user_name/.rbenv/shims/foreman:3: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' (SyntaxError)
[ -n "$RBENV_DEBUG" ] && set -x
^
/Users/user_name/.rbenv/shims/foreman:3: syntax error, unexpected ']', expecting end-of-input
[ -n "$RBENV_DEBUG" ] && set -x
^
from -e:1:in `<main>'
Reference
이 문제에 관하여(Intellij IDEA with Ruby plugin에서 bundle exec foreman start를 Run 기능을 사용하여 실현), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/hidehiro98/items/92688fad2c366a4f9d6e텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)