Skip to content

LuongTheVinh/AppDev-Summer15-FortuneTeller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortune Teller

Setup

First fork and then clone this repository. Open up the entire folder in Sublime.

cd into the folder you just cloned and run the following commands:

bundle install

rails server

If it worked, you should be able to navigate to http://localhost:3000 and see something there. If it didn't work, make sure you don't have any old servers running in other tabs or windows.

Part 1: Static routes

I've added a list of nav links to http://localhost:3000/zodiacs/leo, http://localhost:3000/zodiacs/cancer, etc.

Currently, none of them work. In routes.rb, uncomment each one ONE AT A TIME and make it work. I've planted at least one bug into each RCAV.

YOUR JOB: Debug all 12 RCAVs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.2%
  • HTML 19.1%
  • CSS 1.4%
  • JavaScript 1.3%