maecro / nether_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nether

An example rails 3.1 app to showcase using Nether.

Requirements

Make sure you have sqlite installed on your machine.

Installation

After cloning the app install the bundle.

bundle install

Create the database and seed it with sample data.

rake db:create && rake db:migrate && rake db:seed

Usage

Start up the sever, go to the the standard rails url and start scrolling.

About


Languages

Language:Ruby 96.4%Language:JavaScript 2.4%Language:CoffeeScript 1.2%