https://github.com/sectore/cafetownsend-spine-rails
Spine and Rails port of the famous Cafe Townsend demo originally written in ActionScript
https://github.com/sectore/cafetownsend-spine-rails
Last synced: over 1 year ago
JSON representation
Spine and Rails port of the famous Cafe Townsend demo originally written in ActionScript
- Host: GitHub
- URL: https://github.com/sectore/cafetownsend-spine-rails
- Owner: sectore
- Created: 2012-01-11T13:01:13.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-29T20:02:19.000Z (over 14 years ago)
- Last Synced: 2025-01-12T04:06:36.182Z (over 1 year ago)
- Language: Ruby
- Homepage: http://cafetownsend-spine-rails.herokuapp.com/
- Size: 171 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Spine + Rails port of Cafe Townsend application
##About
[Spine](http://spinejs.com/) and [Rails](http://rubyonrails.org/) port of the famous Cafe Townsend application originally written in ActionScript. This is part 2 of the demo ["CafeTownsend-Spine"](https://github.com/sectore/CafeTownsend-Spine) - now with running Rails at the back-end.
##Screen shots
[](http://cafetownsend-spine-rails.herokuapp.com)
[](http://cafetownsend-spine-rails.herokuapp.com)
[](http://cafetownsend-spine-rails.herokuapp.com)
##Live example
[http://cafetownsend-spine-rails.herokuapp.com](http://cafetownsend-spine-rails.herokuapp.com/)
##Local installation
1) Open Terminal
git clone git://github.com/sectore/CafeTownsend-Spine-Rails.git
cd CafeTownsend-Spine-Rails
bundle install --without production
rake db:migrate
rake db:seed
rails server
2) Open [http://localhost:3000](http://localhost:3000/) using [Chrome](https://www.google.com/chrome)
##Author
Jens Krause // [WEBSECTOR.DE](http://www.websector.de)
Please note:
Coming from a strong [ActionScript background](http://www.websector.de) this demo is a personal project for a better understanding of using [Spine](http://spinejs.com/) and [Rails](http://rubyonrails.org). Any tips or improvements are welcome!