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 trial

Ruby

Niels Vermaut
Niels Vermaut
1,623 Points

Simple 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
Stone Preston
42,016 Points

heroku 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
Niels Vermaut
1,623 Points

I'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.