Rails関係のコマンドショートハンド(rbenv, bundle exec多用者向け)
# ~/.bashrc # rails shorthand definitions # rake関係 alias brake=’bundle exec rake’ alias bdrop=’bundle exec rak…
More..# ~/.bashrc # rails shorthand definitions # rake関係 alias brake=’bundle exec rake’ alias bdrop=’bundle exec rak…
More..windowsで開発してる時にlinuxでしか動かないgemはインストールしたくないときに、 Gemfileにこんな感じで書く。 gem ‘[パッケージ名]’, :platforms => [:mswin] PLA…
More..手動で取ってきたgemをbundlerにいれるのにすんごい苦労した。bundlerの便利さの解説はこっちが詳しい。gem管理の新標準ツール"Bundler"のTips – 床のトルストイ、ゲイ…
More..