##Social Cookbook
Ruby on Rails application to create recipes
###Versions
- Ruby 1.9.2
- Rails 3.2.5
- Bundle 1.1.4
- Sqlite
###Getting started
-
You will need [Ruby] (http://www.ruby-lang.org/en/downloads) language version 1.8.7 or higher
-
Installing rails, open a GitBash window and run the following
$ gem install rails
- Clone the SocialCookbook
$ git clone git@github.com:githubusername/SocialCookbook.git
- Navigate to the root directory
$ cd SocialCookbook
- Spin up a rails server instance
$ rails server
- Navigate to "localhost:3000"
###Learning
- I used a basic [RailsGuide] (http://guides.rubyonrails.org/getting_started.html) to create this if you are interested in learning more.