kynatro / recipebook

Recipe Book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe Book

A simple recipe book storage application with mobile and desktop interfaces.

Technology

  • Ruby on Rails 4.1.x
  • Puma 2.9.2
  • PostgreSQL
  • Rspec 3.0.0
  • Spring 1.1.3

Setup

Running bundle install should get most of the project dependencies setup and running for you, but some additional technology will be required for full operation.

Guard RSpec Notifications

For notification center support with Guard on a Mac, make sure you have install terminal-notifier installed.

brew install terminal-notifier

File Upload Support

To ensure file uploads work with Paperclip, you must install Imagemagick. If you are running on a Mac, you can do so easily with Homebrew. Make sure and consult the README for Paperclip to make sure any other dependencies are satisfied for your system configuration.

brew install imagemagick

About

Recipe Book


Languages

Language:Ruby 94.9%Language:CSS 3.9%Language:JavaScript 1.2%