You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run the app in dev env, everything works fine. If you run the app in production RAILS_ENV=production rails s you get html output instead of html.
I created a sample app https://github.com/jess/trail_test
If you run the app in dev env, everything works fine. If you run the app in production
RAILS_ENV=production rails syou get html output instead of html.