- You can only use params in the controller
- Params is a hash, given to you by Rails
- You should use Ruby logic as much as you can in the controller
- All params are initailly treated as strings
- Your method name should not be the same as your local variable
- We used a Faker Gem today for the contacts app! It's pretty witty!
- Whenever you update Gemfile, you should bundle!