RailsApps/rails_apps_composer

Error on deploying to Heroku with Japanese locale

Opened this issue · 3 comments

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

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

how to tryout ja and what is ja sorry

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.