Skip to content

wmtylerdavis/RFZ2-ZombieTweets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails for Zombies 2 App

This app is a mixup of all the code in the Slides combined with all the Code in the Challenges. It's admittedly a bit of a mutt, but hopefully it will prove useful if you want to start playing around with a Rails app.

However, if you want to start building you own application, you're best starting from scratch.

To get this running you'll want to run

  1. Run bundle

    bundle

  2. Migrate your database

    rake db:migrate

  3. Start your server

    rails server

Duh right?

About

A great deal of the code seen in Rails for Zombies 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published