
Watched 1 video
Watched 1 Video from start to finish
Subscribed for 1 month
Learning and showing your support for 1 Month
Spread the word 1 time
Referred 1 Member to Drifting Ruby10
10 times Chatter Box
Make 10 comments to videos or replies to other comments
Share the love 1 time
Liked 1 episode3
Welcome back 3 times
You've visited Drifting Ruby on 3 different days
Suggested 1 episode
Helped the community by suggesting 1 episode
Vote Suggestion 1 time
Helped the community by voting on suggestions 1 time
1 time Chatter Box
Make 1 comment to videos or replies to other commentsEarned on 3/4/2019
# | Name |
---|

Hi! Almost a year later and this episode is still helping people. Thanks so much! I modified the code a bit (mainly CSS so shouldn't cause too much of a problem). My overall plan is to add users and play around with that, but I'm getting ahead of myself.
I tried to upload it to Heroku but I get a 500 error when I load the page and try to click on a day to add an event. Logs tell me it's getting a 500 on `/events/new?_=1494878802742`. Could you potentially think of a reason why?
I did switch from sqlite3 to postgreSQL. Could that be causing the problem? I switched because Heroku plays nicer with pg than sqlite.
Edit: I feel like I should mentioned that it works perfectly when I test locally with the rails server

Hi again! Thanks for replying. I figured it out. Turns out I'm just a silly programmer and forgot to run my rake tasks. Works like a charm now.