Deploying the Howdy.ai Botkit to Heroku

It wasn’t difficult, but like they say, blog about what would have helped your previous self. Presumbaly, you’re here because you have a rad bot you built using Botkit, and you’re looking for a bit of guidance on getting it out of your local environment and into the real world using Heroku. If you’re not already familiar with Heroku, or just need a refresher, check out their tutorial on deploying Node.js apps. ...

Jan 31, 2016 · Christopher Boette

Running A Sinatra Console

mikeebert: For the past couple of months I’ve been searching for (and bemoaning the lack of) a proper ‘console’ command in Sinatra to access my data. Rails has its aptly named rails console command that allows you to quickly see things like User.all or User.last—but despite my best Googling, I’d found no… [goto](http://mikeebert.tumblr.com/post/29941784481/running-a-sinatra-console)

Feb 25, 2014 · Christopher Boette