2013-03-01から1ヶ月間の記事一覧
http://youtrack.jetbrains.com/issue/RUBY-11616これとまったく同じところでハマって、同じことやって解決した。SDKのpathは Ruby interpreter path: 正: /usr/local/Cellar/rbenv/0.4.0/versions/2.0.0-p0/bin/ruby 誤: /usr/local/Cellar/rbenv/0.4.0/shi…
これを使えばOK牧場。 https://github.com/fnando/i18n-jsGemfile gem 'i18n-js' application.js //= require i18n //= require i18n/translations configファイル生成 bundle exec rake i18n:js:setup※ホントはこのプロセスは要らないのだけど、sprocketの…