You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers, you can switch to '.ruby-version' using 'rvm rvmrc to [.]ruby-version' or ignore this warnings with 'rvm rvmrc warning ignore /path/to/rails/.rvmrc', '.rvmrc' will continue to...
Qiita - A technical knowledge sharing platform for programmers. Search through stocked items Qiita - A technical knowledge sharing platform for programmers. Sign Up Log In▾ Login with GitHub Login with Twitter
Qiita - A technical knowledge sharing platform for programmers. Search through stocked items Qiita - A technical knowledge sharing platform for programmers. Sign Up Log In▾ Login with GitHub Login with Twitter
Qiita - A technical knowledge sharing platform for programmers. Search through stocked items Qiita - A technical knowledge sharing platform for programmers. Sign Up Log In▾ Login with GitHub Login with Twitter
upstream backend-unicorn { server 127.0.0.1:3000; } server { listen 61***; # Gehirn のプロキシ先ポート番号 server_name yourname.gehirn.ne.jp; # ドキュメントルートは Rails アプリの public ディレクトリを指定しておく root /home/<ユーザ名>/public_html/rails_app/public; location / { proxy_pass_header Server; proxy_set_header Host ...
Join Qiita and make the sharing of programming knowledge more efficient! Stock Posts Let's stock interesting posts so that you can review them later at any time! Follow Tags You can subscribe to a feed of latest posts relating to your favorite language by following tags! Follow Users ...
Join Qiita and make the sharing of programming knowledge more efficient! Stock Posts Let's stock interesting posts so that you can review them later at any time! Follow Tags You can subscribe to a feed of latest posts relating to your favorite language by following tags! Follow Users ...
$CONFIGURE_OPTS="--with-openssl-dir=/opt/local --with-readline-dir=/opt/local --with-iconv-dir=/opt/local" rbenv install 1.8.7-p370 ERROR: This package must be compiled with GCC, but ruby-build couldn't find a suitable `gcc` executable on your system. Please install GCC and try again....