JosephMalandruccolo / week3

Code and homework for Week 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week 3 Homework

This week, you'll modify a Rails app to implement all seven actions neeeded to fully "CRUD" a single database-backed resource.

Requirements

Open up the included Rails application, PhotoApp:

  • Create a controller named "PhotosController"
  • Implement all seven CRUD actions

ALSO:

Build three more Rails applications that mimic or extend the functionality of these sites:

Remember these key ideas:

  • Remember the RCAV recipe.
  • Remember the four HTTP methods that your routes can support.

About

Code and homework for Week 3


Languages

Language:Ruby 96.1%Language:JavaScript 3.7%Language:CoffeeScript 0.3%