I'm an iOS developer with very little Ruby experience, trying to follow "Getting Started with iOS Mobile Development and a Sinatra API" on getting an API running on Heroku.
I grabbed the sample project on Git, so I know I have an identical setup to what I'm supposed to have.
I've bundle installed, and thought that everything should be ready to go, but whenever I do a foreman start
I get this:
2:14:56 web.1 | started with pid 5140
12:14:57 web.1 | No adapter found for {MY PROJECT'S FILEPATH}
12:14:57 web.1 | process terminated
12:14:57 system | sending SIGTERM to all processes
What am I doing wrong, or what do I need to do to get this to run?
Thanks!