Used instructions from here How to Build a Blog with Ruby on Rails
Blog functionality:
- CRUD and validations artilces,
- view with pagination,
- create, sign up, validations and authentication users,
- show user profile and user's articles
Skills I've trained while working on the Blog
- Create a Pages Controller, View, routes and links between pages
- Build Articles Model and Controller, add validations to Articles
- Add Ability to Create\Editing\Destroy\Listing Articles From Browser
- Refactor Forms into a Single Partial
- Using Bootstrap for styling
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...