0

I am trying to install rails app on bluehost.

I uploaded all my files and installed database, but it shows this error.

We're sorry, but something went wrong.

This is the error log ActionView::Template::Error (application.css isn't precompiled): ...

But all assets are already precompiled.

I really don't know what to do. Please help me.

Nicholas
  • 169
  • 1
  • 4
  • 15

1 Answers1

0

In your rails_root/config/environments/production.rb file Uncomment (or just change from false to true) this line:

config.assets.compile = true
JanuskaE
  • 1,284
  • 2
  • 8
  • 12