Skip to content

Instantly share code, notes, and snippets.

View jendiamond's full-sized avatar
🏠
Working from home

JenDiamond jendiamond

🏠
Working from home
View GitHub Profile
@jendiamond
jendiamond / voyagevault_buttons.md
Last active February 25, 2016 03:53
The commit that Kirk and I made

JavaScript Workshop Week 2

Primitives datatypes

-string -int -float -objects -undefined

JavaScript Workshop Week 1

Javascript Ninja

Instructor: VJ Kim - front end html css
Francois - web design html css
Michael - service based start up html css
Jeff - PHP Dripal Twig Backbone
George - Dev Ops

create a github repository create a heroku repository

rails new ressie git init and commit and push

rails g scaffold resolution ressie:string rake db:migrate git add, commit and push to github

Create a new Present app

$ rails new pressie2


Add a Recipient model

$ rails g scaffold Recipient first_name:string last_name:string email:string snail_mail:string