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" =

Re: [Rails] Deploying to Heroku, elasticsearch problems.

2016-06-19 Thread Hassan Schroeder
On Sat, Jun 18, 2016 at 5:53 PM, Travis Fantina wrote: > I've deployed my app to Heroku however whenever I try to search for a > professor or even view an individual professor (without searching) I > 2016-06-19T00:10:46.920628+00:00 app[web.1]: Parameters: {"utf8"=>"✓", >

Re: [Rails] Deploying to Heroku, elasticsearch problems.

2016-06-19 Thread Colin Law
On 19 June 2016 at 01:53, Travis Fantina wrote: > I've deployed my app to Heroku however whenever I try to search for a > professor or even view an individual professor (without searching) I > just get "We're sorry, but something went wrong." If you cannot even view an

[Rails] Deploying to Heroku, elasticsearch problems.

2016-06-18 Thread Travis Fantina
I've deployed my app to Heroku however whenever I try to search for a professor or even view an individual professor (without searching) I just get "We're sorry, but something went wrong." Running heroku logs returns: Rendered layouts/_header.html.erb (0.7ms) 2016-06-19T00:10:42.316086+00:00