[RUBY] Yay! I'm on Heroku!

Introduction

Previous article --Qiita dominated the taste, so I registered a simple app on Heroku in preparation for external release.

For the contents of the app, I referred to @ EightTreesCoffee's This article --Qitta ~~ Pakuri ~~.

Completion screen

20200905b.png heroku app

heroku installation

C:\Users\user>npm install -g heroku

C:\Users\user>heroku --version
heroku/7.42.6 win32-x64 node-v12.18.2

sinatra Basically, I referred to this article --Qiita. heroku open 20200905a.png Gununu WARNING:

warn.ing


Removing `Gemfile.lock` because it was generated on Windows.

Removing `vendor/bundle`.

You have not declared a Ruby version in your Gemfile.

Let's leave WARNING heroku logs --tail

err.or


app.rb:2:in `require': cannot load such file -- sinatra/reloader (LoadError)

For the time being, comment out

Summary

Referenced site

Recommended Posts

Yay! I'm on Heroku!
Yay! I'm on Rails!
Yay! I'm on Rails! Repetition
Introducing Bugsnag on Heroku
Use Corretto 11 on Heroku
Error resolution on Heroku
Introduce Rails/Basic authentication on Heroku.
How to deploy on heroku
Use PG Backups on Heroku
I'm always stumbling on UITableViewCell. (1)
Run puppeteer-core on Heroku (Docker edition)
Deploy Flask's Docker image on Heroku
DB error on deploying with Heroku
Deploy Rails on Docker to heroku
Deploy your Rails app on Heroku
How to redo a deployment on Heroku
Introducing Basic Authentication on Heroku [Spring Framework]
I want to display background-ground-image on heroku.
How to publish an application on Heroku
Deploy to Heroku [Ruby on Rails] Beginner
Enable natto / mecab gem on Heroku environment
Deploy a Java web app on Heroku
Deploy a Tomcat-based Eclipse project on Heroku