All Projects → maccman → spine.infinite

maccman / spine.infinite

Licence: other
Infinite scrolling with Spine & Rails

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
coffeescript
4710 projects

##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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].