#Bootstrap Basics
Gain an understanding of what Bootstrap is Introduce "Mobile First" design, the grid and components of Bootstrap Workshop: Importing Bootstrap into a Rails Project Workshop: Transferring a wireframe to html and css using Bootstrap
- add route for
new_user_path
- create a
UsersController
with new action - create
new.html.erb
- generate user model with
password_digest
string field - uncomment
gem 'bcrypt'
in Gemfile and addhas_secure_password
in User model - add
create
action in UsersController - implement logic for creating a user
- set
session[:user_id]
in create action
##Breaking down problems with wireframes
####Gain an understanding of the REAL user stories
- What did your read?
- What did your client say?
- What does your client want?
- What will a wirefram solve?
####Introduce wireframing tools and techniques
- Paper