- Create A new Rails Application, and add Skateboard Crud - Index, Create, Edit, Delete
- Add Devise to protect all the Skateboard pages
- Generate the Registration/Login views and improve their UI.
- Edit the header to show a logout button when user is logged in and a log in button when user is guest.
- Create a dashboard that shows all information for the logged in user.
- Add Bootstrap to customize the look and feel of the application.