scottserok / user_profile

example rails starter app with devise and user profile management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

A rails app showcasing user authentication and profile management. Devise is installed but not customized. Localization of the app is incomplete but demonstrates the usefullness of a user profile modeled outside of the Devise user model. The result is the start of an app that's a little easier to manage compared to storing profile data in the users table and customizing Devise.

Getting started

bundle install
rails s

About

example rails starter app with devise and user profile management


Languages

Language:Ruby 78.7%Language:HTML 13.5%Language:JavaScript 4.8%Language:SCSS 2.1%Language:CSS 1.0%