Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prashaantt/flight-on-rails

Demo using Twitter Flight with Rails
https://github.com/prashaantt/flight-on-rails

Last synced: about 7 hours ago
JSON representation

Demo using Twitter Flight with Rails

Awesome Lists containing this project

README

        

# About

A sample calendar app running on Rails backend with [Flight](http://flightjs.github.io) on the frontend.

Contains calendar renderer code taken in great part from https://github.com/ccallebs/HTML5-Canvas-Calendar converted to a Flight mixin and adapted for RaphaelJS.

# Setup

- bundle install
- bower install
- rails s

# Issues

- Intends to use Mongoid, but no persistence implementation done yet.
- Chrome only. The Calendar renderer currently has issues running in other browsers.

# Credits

Original calendar code from https://github.com/ccallebs/HTML5-Canvas-Calendar.