[Rails] Re: ROR + React

2019-08-22 Thread Brent Mulligan
Is it an issue with the Heroku build failing? You may need to insert the heroku/nodejs buildpack infront of your heroku/ruby buildpack if it did not happen automatically. You can check by running `heroku buildpacks`, it should list something like 1. heroku/nodejs, 2. heroku/ruby. On Thursday,

[Rails] Re: ROR + React

2019-08-22 Thread Joe Guerra
Thanks. I found a portfolio app that runs on react. Got it working locally, unfortunately can't figure out how to publish it to heroku. ( I did follow a tutorial, most tutorials don't seem to work...) On Tuesday, August 20, 2019 at 9:54:34 AM UTC-4, Douglas Lovell wrote: > > Here is an ope