项目作者: elsilentforce

项目描述 :
Rails 5 Sample app
高级语言: Ruby
项目地址: git://github.com/elsilentforce/rails5-blog-app.git
创建时间: 2017-02-13T01:39:35Z
项目社区:https://github.com/elsilentforce/rails5-blog-app

开源协议:

下载


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