Recipe Box is a ruby on rails app for saving recipe's.
- Ruby version - 2.2.2
- gem rails 4.2.1
- gem sass-rails 5.0
- gem uglifier 1.3.0
- gem coffee-rails 4.1.0
- gem jquery-rails
- gem turbolinks
- gem jbuilder 2.0
Added from [Rubygems] (https://rubygems.org)
- gem sdoc 0.4.0 group: :doc
- gem haml 4.0.5
- gem simple_form 3.0.2
- gem bootstrap-sass 3.3.6
- gem carrierwave
- gem carrierwave_direct
- gem rmagick
- gem fog
- gem cocoon 1.2.6
- gem devise 3.5.6
- gem github-markup 1.4
development
- gem spring
- gem sqlite3
- gem byebug
- gem web-console
production
- gem pg
- gem rails_12factor
I used haml to write the code. rubygems/haml
Locally I use sqlite3 and for production postgresql
Clone the repo and cd into recipe_box
Install all the gems and bundle
Run rake db:migrage
Set the fog gem to upload locally in the app/uploaders/image_uploader.rb:
storage :file uncomment this line
storage :fog comment this line
(The fog gem is used to upload the images to Amazon S3. You need an Amazon account to use fog.)
Run rails server and go to locolhost:3000
Create a User, Create a new Recipe: A name is required.
Check it out live on Heroku chakula.herokuapp.com - no longer using herokuapp Aug 2021
###I learned to code at generalassemb.ly
####Check out my other Apps
- no longer using herokuapp Aug 2021

