Skip to content

s14/rxngif_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RXNGIF

In this application, we will finally take everything we've learned about RCAV and put it together with what we've learned about models and database tables to create a functioning CRUD (Create, Read, Update, Delete) web application.

First, we'll allow users to create, retrieve, update, and delete pictures.

Set Up

  • Clone
  • cd into the app
  • bundle install
  • rake db:migrate to create a pictures table (I already generated the model and migration files for you)
  • Something new: rake db:seed
  • Start up your Rails Console and check out your pictures table. How many pictures are there currently?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published