2012-01-01から1年間の記事一覧

heroku でActionView::Template::Error (application.css isn't precompiled):

bundle exec rake assets:precompileを実行bundle install git add . git commit -m "muridayo" gir push heroku masterで解決

herokuへのpushでfailed to compile Ruby/rails appとでる

以下メッセージがでておこられるgit push heroku master Counting objects: 105, done. Delta compression using up to 2 threads. Compressing objects: 100% (88/88), done. Writing objects: 100% (105/105), 30.95 KiB, done. Total 105 (delta 12), reu…

rails3でrake db:migrate が aborted

rakeのバージョンが悪い模様Gemfileにrakeのバージョン指定を追加 gem 'rails', '3.0.7' gem 'rake', '0.8.7' その後 bundle install を実行したところ You have requested: rake = 0.8.7The bundle currently has rake locked at 0.9.2.2. Try running `bun…

cedar (beta)

dedar(beta)ってw変更してみる $ heroku stack:migrate bamboo-ree-1.8.7 ! Stack migration to/from Cedar is not available. Create a new app with --stack cedar instead.、、、、えっ汗

herokuで日本語を使うとError during failsafe response: incompatible character encodings: ASCII-8BIT and UTF-8とでる

表題の通り。 今まで英語で編集していたappを日本語化したところ、 app/new が表示されなくなる。 なぜ。。。 heroku logs で調べてみた。Error during failsafe response: incompatible character encodings: ASCII-8BIT and UTF-8 とエラーがでるぐぐって…