knettwerk / FoodBlog

This is the main food blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FOODBLOG

Testing specs for Recipes:

  • name: string

  • summary: text

  • description: text

  • name must be present

  • name must be 5 characters and less than 100 characters

  • summary must be present

  • summary must be between 10 characters and less than 150 characters

  • description must be present

  • description must be between 20 and 500 characters

  • chef_id must be present

Testing specs for Chef:

  • name must be present

  • name must be more than 3 characters and less than 40 characters

  • email must be present

  • email must be unique (login purposes)

  • email must be valid

Please feel free to use a different markup language if you do not plan to run rake doc:app.

About

This is the main food blog


Languages

Language:Ruby 75.1%Language:HTML 18.5%Language:CSS 4.5%Language:JavaScript 1.9%