项目作者: johnantoni

项目描述 :
Rails 4.2.9 example Devise app with Puma as it's webserver (ruby 2.3.4)
高级语言: Ruby
项目地址: git://github.com/johnantoni/rails-4-devise.git
创建时间: 2017-08-30T15:55:33Z
项目社区:https://github.com/johnantoni/rails-4-devise

开源协议:

下载


== README

Simple Rails 4 app with Devise authentication rolled in.

To get started run:

  1. bundle install
  2. bundle exec rake db:create
  3. bundle exec rake db:migrate

Then startup the server with:

  1. bundle exec rails server

And open your browser at: http://localhost:3000