PullReview | Automated Code Review for Ruby in GitHub, BitBucket and GitLab.
Exercism.io. GO. HASKELL. GIT. Terminal. Agilité. Test Driven Development - TDD. Learn X in Y Minutes: Scenic Programming Language Tours. Markdown Web Dingus. Heroku | Cloud Application Platform. Getting Started with Ruby on Heroku. Introduction This tutorial will have you deploying a Ruby app in minutes. Hang on for a few more minutes to learn how it all works, so you can make the most out of Heroku. The tutorial assumes that you have: a free Heroku accountRuby 2.2.3 installed - see the installation guides for Ruby and Rails on OS X, Windows and LinuxBundler installed - run gem install bundler If you are running on Windows, consider following Getting Started with Ruby on Heroku (Microsoft Windows) instead - it uses a more Windows-friendly local tooling. If you don’t follow the Windows guide, note that you cannot run bundle install as you may need to install OpenSSL and the Puma web server manually.
First download OpenSSL. Verify the file is in the correct location: $ dir c:\opensslbin include lib ssl Now run: $ gem install puma -- --with-opt-dir=c:\openssl Once this finishes run: Set up In this step you will install the Heroku Toolbelt. Download the Heroku Toolbelt $ heroku login Enter your Heroku credentials. Prepare the app.