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.