#Day 16
Actice record associations
Associations have to be in alphabetical order.
Weekend homework (https://gist.github.com/wofockham/1000198e4ae7bed746ae) Morning warm-up: (https://gist.github.com/mathildathompson/9590420)
##Rails app
#Day 16
Actice record associations
Associations have to be in alphabetical order.
Weekend homework (https://gist.github.com/wofockham/1000198e4ae7bed746ae) Morning warm-up: (https://gist.github.com/mathildathompson/9590420)
##Rails app
#Day 15
Warm up exericse: https://gist.github.com/wofockham/afaa05c174feb06f551c
Dependency hell (http://en.wikipedia.org/wiki/Dependency_hell)
Ruby gems (http://rubygems.org/)
Bundler : (http://bundler.io/)
#Day 14
###Active Record Relations
Say exercise: https://gist.github.com/wofockham/7b7c6dece27cd8b19557
Homework: Read up on associations. Rails guide + one other.
Database free sinatra MTA.
#Day 13
###Date In pry
require 'date' today = Date.today today.tuesday?
#Day 11
grandma exercise: https://gist.github.com/mathildathompson/9455409
#SQL (Structured Query Language)
SQLite 3
Revisions
#Day 9
Subscribe to podcasts and screencasts
CSS Tricks, Ruby Tapas, Smashing Magazine, RailsCasts, 5 minutes of Javascript,
Blogs: Tuts +, A list apart.
iTunes U:
#Day 8
Front end: www.codepen.io
hipster ipsum samuel l jackson ipsum
#Day7
##HTML & CSS
normalize.css helps the app display the same way on all browsers. This document will overwrite the specificity of the browsers.
You can get it from the internet.
joshduck.com/periodic-table.html
#Week 2 - Day 6
Ruby has open classes. You can modify them at any time anywhere in your code.
"Monkey Patching".
Giving a default value is giving a value after: def method(argument=default value).
####How the Internet works?