项目作者: elsilentforce
项目描述 :
Rails 5 Sample app
高级语言: Ruby
项目地址: git://github.com/elsilentforce/rails5-blog-app.git
Blog App
This is a sample of a simple blog app using Rails 5 and RSpec and Capybara as test framework.
The main features of this app are listed below:
- Bootstrap 4
- Automated testings with Guard
- Devise Login for Users
- Multiple field validations (Strong params, controller validations, etc)
- Complete BDD Suite using RSpec and Capybara
- Multiple database association
- Realtime features adding comments on each post