Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialNiels Vermaut
1,623 PointsSimple Application can't be put on Heroku
Is it possible that the whole project can't be uploaded to Heroku, just because its an outdated version of Ruby.
I've tried putting in the Gem and all, but it won't work.
2 Answers
Stone Preston
42,016 Pointsheroku works with postgresql, so if your application is configured to work with SQLite, then I dont think you can put it on heroku. You must use the PG gem to use heroku
Niels Vermaut
1,623 PointsI've followed the tutorial, which configured the PG. The problem is that Heroku tells me that I had depricated folder structures (/vendor) which I removed.
But the application won't run anymore. The web workers just stops, and I can't add one later.