https://github.com/andrekovac/recipies
First ruby on rails app (following along an Udemy Rails course)
https://github.com/andrekovac/recipies
Last synced: about 1 year ago
JSON representation
First ruby on rails app (following along an Udemy Rails course)
- Host: GitHub
- URL: https://github.com/andrekovac/recipies
- Owner: andrekovac
- Created: 2015-09-09T16:45:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T23:43:32.000Z (almost 11 years ago)
- Last Synced: 2023-08-08T02:44:17.358Z (almost 3 years ago)
- Language: Ruby
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== README
=== testing specs for recipies
name: string
summary: text
description: text
- name must be present
- name must be between 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 chefs
chefname: string
email: string
- chefname must be present
- chefname must be between 3 characters and less than 40 characters
- email must be present
- email must be unique (since we'll use this for logins later)
- email must be valid
------------
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
Please feel free to use a different markup language if you do not plan to run
rake doc:app.