Re: [Rails] local sqlite development vs Heroku PG deployment

2017-02-01 Thread Joe Guerra
Hi, yes I had one column name I accidently capitalized. It caused me so much grief. I altered the table, and had to clean up my table column references in my code and all is well now. Just a quick question. I ran a migration that changed the column name on my local sqlite table, and when I

Re: [Rails] local sqlite development vs Heroku PG deployment

2017-02-01 Thread Rob Biedenharn
> On 2017-Feb-1, at 18:24 , Walter Lee Davis wrote: > >> On Jan 31, 2017, at 10:55 PM, Joe Guerra wrote: >> >> ok, I solved of my problems. My git commit / push didn't work. Thats >> working now. >> >> >> the other thing is... >> >>

Re: [Rails] local sqlite development vs Heroku PG deployment

2017-02-01 Thread Walter Lee Davis
> On Jan 31, 2017, at 10:55 PM, Joe Guerra wrote: > > ok, I solved of my problems. My git commit / push didn't work. Thats > working now. > > > the other thing is... > > ActionView::Template::Error (PG::UndefinedColumn: ERROR: column "startdate" > does not exist >

[Rails] local sqlite development vs Heroku PG deployment

2017-01-31 Thread Joe Guerra
This is driving me crazy. I have my web app working great in development, then I commit and push it to Github and heroku automatically deploys my app. Unfortunately, it doesn't quite work out the same as the development. Pages aren't being found on production, but they are there in