Requirements
Technology requirements:
In this book, i'll use the following toolset:
- Ruby 1.9.3, Ruby 2.x.x
- Rails 4.x.x
If you use the latest version of Rails, please take care of yourself to update the code respectively.
Functionality requirements:
I want to create a blogging platforms, in which guest can sign up as author. Each author could create his own blog. Each blog has its entries with title, content, comments and tags.
Technology requirements:
- I want to use Ruby on Rails as backend.
- I want to use React.js framework as front-end.
- The project should built with test cover all functionalities.