Re: [Rails] deploying to heroku

2017-05-27 Thread Joe Guerra
oh, I don't know what happened. But I pushed it up to github again and deployed it on heroku and it works . now. Must have been a few files that were not included in the original push. Thanks, Joe On Saturday, May 27, 2017 at 11:03:40 AM UTC-4, nynhex wrote: > > Good call on this one, request

Re: [Rails] deploying to heroku

2017-05-27 Thread nynhex
Good call on this one, request and response are almost reserved naming conventions in rails. > On May 27, 2017, at 9:32 AM, Hassan Schroeder > wrote: > > On Sat, May 27, 2017 at 6:15 AM, Joe Guerra wrote: >> Hi, I'm not sure why my app on

Re: [Rails] deploying to heroku

2017-05-27 Thread Hassan Schroeder
On Sat, May 27, 2017 at 6:15 AM, Joe Guerra wrote: > Hi, I'm not sure why my app on heroku is crashing. > I've added a requests controller, and everything works locally using sqlite. "works" in the sense that you have tests for this part of your code? That aside, having a

Re: [Rails] deploying to heroku

2017-05-27 Thread Joe Guerra
Yes, I believe so. On Sat, May 27, 2017 at 9:18 AM, nynhex wrote: > Is your controller class name named properly and have you committed this > controller to version control before deploying to Herkoku? > > Sent from my iPhone > > On May 27, 2017, at 8:15 AM, Joe Guerra

Re: [Rails] deploying to heroku

2017-05-27 Thread nynhex
Is your controller class name named properly and have you committed this controller to version control before deploying to Herkoku? Sent from my iPhone > On May 27, 2017, at 8:15 AM, Joe Guerra wrote: > > Hi, I'm not sure why my app on heroku is crashing. > I've added

[Rails] deploying to heroku

2017-05-27 Thread Joe Guerra
Hi, I'm not sure why my app on heroku is crashing. I've added a requests controller, and everything works locally using sqlite. here's my log from heroku... 2017-05-27T13:07:36.250694+00:00 app[web.1]:[1m [35mUser Load (1.7ms) [0m SELECT "users".* FROM "users" WHERE "users"."id" =