Re: [Rails] JavaScript fails on a fresh Rails App deployed to Heroku

2018-09-04 Thread Hassan Schroeder
On Tue, Sep 4, 2018 at 4:58 AM, Elias Kechter wrote: > I think there is a big problem with JavaScript files in Rails 5 apps in > Production environment on Heroku. > And the app here: https://rocky-inlet-61318.herokuapp.com/ You probably need to figure out why your app above shows JS errors in th

[Rails] JavaScript fails on a fresh Rails App deployed to Heroku

2018-09-04 Thread Elias Kechter
I think there is a big problem with JavaScript files in Rails 5 apps in Production environment on Heroku. Steps to reproduce Step 1: Creating a new Rails 5 App and switching to the root folder rails new my_app --database=postgresql cd my_app Step 2: Generate a controller rails generate contr