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)
- Host: GitHub
- URL: https://github.com/johnantoni/rails-4-devise
- Owner: johnantoni
- Created: 2017-08-30T15:55:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T23:58:11.000Z (over 8 years ago)
- Last Synced: 2025-08-19T03:36:13.319Z (5 months ago)
- Topics: devise, example, puma, rails, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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