Learning Rail

This is a note taken when I try to learn Ruby on Rails through building a small blog system following this guide. I then used Bootstrap to beautify pages and deploy the website on Heroku.

Here is the link.
Test account:

2. Create a blog system:

2.1 article CRUD

2.2 comment CRUD

2.3 Authentication:

3. Layout with Bootstrap

4. Heroku Deploy

https://devcenter.heroku.com/articles/getting-started-with-rails5#database
In both Gemfile and config/database.yml, change sqlite3 to postresql

5. Some documentation: