Skip to content

Instantly share code, notes, and snippets.

@masayuki5160
Last active December 27, 2015 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masayuki5160/7301837 to your computer and use it in GitHub Desktop.
Save masayuki5160/7301837 to your computer and use it in GitHub Desktop.
mac OS X 10.9にrails
【環境】
# ruby -v
ruby 2.0.0p247
【手順】
# gem update
# gem install rails
【確認】
# rails --version
Rails 4.0.1
【ためしにrailsコマンド】
"rails new app"するとエラーがいろいろでたので対応。。
基本はでたまんま対応。(たとえば下記。coffee-scriptの関係ばかりだた。)
# gem install coffee-script-source -v '1.6.3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment