maccman / spine.infinite

Infinite scrolling with Spine & Rails

Home Page:http://spine-infinite.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Introduction

This is an example of infinite scrolling using Spine and Rails.

You can find a live demo here.

##Source

The files you need to inspect are:

  • app/assets/javascripts/app/models/page.coffee
  • app/assets/javascripts/app/controllers/pages.coffee
  • app/controllers/pages_controller.rb

##Usage

bundle install
rake db:setup
rake db:seed

rails server thin

open http://localhost:3000

About

Infinite scrolling with Spine & Rails

http://spine-infinite.herokuapp.com/


Languages

Language:JavaScript 53.8%Language:Ruby 43.0%Language:CoffeeScript 3.2%