My Ruby Blog
This is a practice project following Udemy courses 'Learn Ruby on Rails from Scratch' by instructor 'Eduonix Learning Solutions' using programming language Ruby and it's framework Rails. And using this project for OSP Taipei's Docker Study Group practice.
-
Ruby version Referenced to Gemfile for all dependencies.
-
System dependencies
-
Configuration
-
Database creation Use command
rails db:create
to create database.
- Database initialization Use command
rails db:migrate
to migrate database schema.
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...