Skip to content

Instantly share code, notes, and snippets.

@mdorrance
mdorrance / Bootstrap Basics.md
Last active August 29, 2015 14:26
Intro to Bootstrap

#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

Frameworks

@JoshCheek
JoshCheek / modules.md
Last active August 21, 2017 06:18
Modules (lesson from 29 July 2015) covers object model, namespaces, mixins, and functions.

Modules

To understand modules, we first have to understand a little bit about how Ruby works. So, lets define the things that exist in Ruby and see how they work together. Then, we will be able to understand how modules fit into this, and what they are here for.

Definitions

Part I: User Creation

  1. add route for new_user_path
  2. create a UsersController with new action
  3. create new.html.erb
  4. generate user model with password_digest string field
  5. uncomment gem 'bcrypt' in Gemfile and add has_secure_password in User model
  6. add create action in UsersController
  7. implement logic for creating a user
  8. set session[:user_id] in create action
@mdorrance
mdorrance / wireframing.md
Last active August 29, 2015 14:25
Wireframing Class

##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