RailsApps / rails_apps_composer

A gem with recipes to create Rails application templates for Rails starter apps.
http://railsapps.github.io/rails_apps_composer/
1.42k stars 306 forks source link

Error on deploying to Heroku with Japanese locale #336

Open saroar opened 9 years ago

saroar commented 9 years ago

rake aborted! ActiveRecord::RecordInvalid: translation missing: ja.activerecord.errors.messages.record_invalid in my local computer is not work but when i was trying to deploy it show error

here is link https://github.com/LuckOfWise/nexmo-sample-rails i wanted to deploy this

thanks advance

DanielKehoe commented 9 years ago

Try it without the ja locale. If it works locally but not on Heroku, you should ask Heroku for support.

saroar commented 9 years ago

how to tryout ja and what is ja sorry

DanielKehoe commented 9 years ago

You chose the ja locale when you used Rails Composer to generate the application. Try no locale (defaults to en). It looks like Heroku doesn't support the ja locale. It's not a problem with the rails_apps_composer if it runs locally. So can't really help you with a Heroku issue.