Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maccman committed Oct 17, 2011
1 parent d8c21ac commit 94f3e30
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README

This file was deleted.

20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
##Introduction

This is an example of infinite scrolling using [Spine](http://spinejs.com) and Rails.

##Source

The files you need to inspect are:

* `app/assets/javascripts/app/model/page.rb`
* `app/assets/javascripts/app/controllers/pages.rb`

##Usage

bundle install
rake db:setup
rake db:seed

rails server thin

open http://localhost:3000

0 comments on commit 94f3e30

Please sign in to comment.