An open API service indexing awesome lists of open source software.

https://github.com/johnantoni/rails-4-devise

Rails 4.2.9 example Devise app with Puma as it's webserver (ruby 2.3.4)
https://github.com/johnantoni/rails-4-devise

devise example puma rails ruby-on-rails

Last synced: 4 months ago
JSON representation

Rails 4.2.9 example Devise app with Puma as it's webserver (ruby 2.3.4)

Awesome Lists containing this project

README

          

== README

Simple Rails 4 app with Devise authentication rolled in.

To get started run:

bundle install
bundle exec rake db:create
bundle exec rake db:migrate

Then startup the server with:

bundle exec rails server

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

## links

* Devise, getting started https://github.com/plataformatec/devise#getting-started
* adding sign-up/sign-in with Devise https://github.com/plataformatec/devise/wiki/How-To:-Add-sign_in,-sign_out,-and-sign_up-links-to-your-layout-template
* cancancan gem (replaces the old cancan gem) https://github.com/CanCanCommunity/cancancan