Skip to content

AngularJS and Rails port of the famous Cafe Townsend demo originally written in ActionScript

License

Notifications You must be signed in to change notification settings

roxer/CafeTownsend-Angular-Rails

 
 

Repository files navigation

#AngularJS (v.1.3.0-rc.3) + Rails (v.4.1.5) port of Cafe Townsend application

##About AngularJS and Rails port of the famous Cafe Townsend application originally written in ActionScript.

The application covers the following topics:

##Demo (YouTube) Click on screen shot to see live demo on YouTube

##Demo (Heroku) http://cafetownsend-angular-rails.herokuapp.com

##Tools and Libraries (in alphabetical order)

For testing purposes:

##Local installation

  1. Open Terminal

    git clone git://github.com/sectore/CafeTownsend-Angular-Rails.git cd CafeTownsend-Angular-Rails bundle install --without production bower install rake db:migrate rake db:seed spring rails s

  2. Open http://localhost:3000 using Chrome

##Tests

Note: Make sure that you have PhantomJS installed on your machine.

Before running tests match the development schema to the test database (only once)

rake db:test:clone

Running Rails specs using Spring:

spring rspec

Running JavaScript specs using Spring:

spring teaspoon

Running all tests with Guard and Spring

guard

##Version history Check the CHANGELOG file for details, please.

##License CafeTownsend-Angular-Rails is licensed for use under the terms of the MIT License. Check the LICENSE file for details, please.

##Author Jens Krause // WEBSECTOR.DE

Build Status

About

AngularJS and Rails port of the famous Cafe Townsend demo originally written in ActionScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 53.0%
  • CoffeeScript 37.5%
  • CSS 7.8%
  • JavaScript 1.7%