Bruno Boehm for his tutorial: Full Ruby on Rails Blog App Tutorial (Zero to Deploy on Heroku + AWS)
reddit user devwalks and his Photogram e-book.
Kinsomicroteh user for his Ruby on Rails Blog Tutorial
To get started with the app, clone the repo and then install the needed gems:
$ bundle install --without production
Next, migrate the database:
$ rails db:migrate
Run the server:
$ rails server
-
Ruby version used
- 2.4.2
-
Rails version used
- 5.1.4
-
Gems used