I've been trying to get heroku to work. I understand that sqlite3 isn't loved by heroku, so trying to get posgresql to work. Having a lot of trouble even after googling and messing with things for awhile. Help?
Answers to your questions
I've been trying to get heroku to work. I understand that sqlite3 isn't loved by heroku, so trying to get posgresql to work. Having a lot of trouble even after googling and messing with things for awhile. Help?
What exactly is your problem?
Did you run:
heroku run rake db:migrate
Also, have you added ‘rails_12factor’ to your gemfile?
Look up files in the bin directory of the project, in the first line will be:
#!/usr/bin/env ruby2.2
Change it to:
#!/usr/bin/env ruby