Entries from 2012-11-03 to 1 day

herokuでruby: 1.9.3使うのに

手元の環境 % ruby -v % ruby 1.9.3p286 (2012-10-12 revision 37165) [x86_64-darwin12.2.0]heroku上の環境 % heroku --version % heroku-toolbelt/2.31.2 (universal-darwin12.0) ruby/1.8.7 autoupdateこりゃ動かないなって。 ちゃんと選択してあげた % h…

uglifierをスイッチオーン

デフォルトでGemfileに書いてあるこれ何かなーって思ったら javascriptを圧縮してくれるものなんですね。 # config/environments/production.rb config.assets.js_compressor = :uglifierで実行されるはず前記事の影響で全部作り直してるので あとで動作確認

error error error

解決した http://watilde.hatenablog.com/entry/2012/11/06/012642 ! Heroku push rejected due to an unrecognized error. ! We've been notified, see http://support.heroku.com if the problem persists. To git@heroku.com:APPNAME.git ! [remote rejec…

git commit -aでのエラー

OSを山ライオンにあげてから初めてこのエラー出た % git commit -a error: There was a problem with the editor 'vi'. Please supply the message using either -m or -F option. 指定した % git config --global core.editor "/usr/bin/vim" % git commit