Hello,
I've installed the gem and mounted as an engine, however I am getting an unstyled page and 404 errors with the assets on my production instance.


This is on a Ubuntu 14.04 server with Rails 4.1.9 and Ruby 2.1.2. I have the latest gem installed (1.5.1). It renders fine on my development (OSX 10.12.) Am I missing a step? I also have the Sidekiq web interface mounted and no issue with the assets there. I've mounted it in the same authentication block I use for Sidekiq as well.
authenticate :admin_user do
mount Sidekiq::Web => '/jobs'
mount PgHero::Engine, at: "pghero"
end
Hello,
I've installed the gem and mounted as an engine, however I am getting an unstyled page and 404 errors with the assets on my production instance.
This is on a Ubuntu 14.04 server with Rails 4.1.9 and Ruby 2.1.2. I have the latest gem installed (1.5.1). It renders fine on my development (OSX 10.12.) Am I missing a step? I also have the Sidekiq web interface mounted and no issue with the assets there. I've mounted it in the same authentication block I use for Sidekiq as well.