To install projet please follow standart rails way:
-
- clone
-
- install dependencies:
bundle install
- install dependencies:
-
- run migration
rake db:migration
- run migration
-
- run seed
rake db:seed
- run seed
-
- run server
rails s
- run server
Application is the simple blog inspired on tutorials.jumpstartlab.com/projects/blogger.html. It is created as sample app to apply new job. There are a few new features which are not included in tutorial Currently i use this project a base workin app that allow me to test miscellaneous gems and approaches
- Article, Comment, Tag - crud and relation
- Simple authorization without relation
- Personalization of comment and article
- Filtering articles based on filtering article and send_public article and some own improvemnt
- Create test for article controller