Beerify

The rails engine which lets you the time to drink some beers!

Build Status Coverage Status

Installation

Add this line to your application's Gemfile:

gem 'beerify'

And then execute:

$ bundle

Or install it yourself as:

$ gem install beerify

Files

  • app/assets/javascripts/application.js

    //= require beerify/application
    
  • app/assets/stylesheets/application.css

    /*
    *= require beerify/application
    */
    

Bootstrap database

  • First step: Install migrations
rake beerify:install:migrations
  • Second step: Populate your database
rake beerify:db:populate

Don't forget to copy the misc folder inside your app