Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prashaantt/flight-on-rails
- Owner: prashaantt
- Created: 2014-07-18T19:45:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-19T04:17:09.000Z (over 10 years ago)
- Last Synced: 2023-03-30T04:52:39.682Z (almost 2 years ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.