All Projects → sectore → Cafetownsend Angular Rails

sectore / Cafetownsend Angular Rails

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

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Cafetownsend Angular Rails

Limestone
Boilerplate Rails 6 SaaS application with Webpack, Stimulus and Docker integration.
Stars: ✭ 191 (-8.17%)
Mutual labels:  rails
Icare
Open Source Carpooling Platform
Stars: ✭ 196 (-5.77%)
Mutual labels:  rails
Arctic admin
Responsive Theme for ActiveAdmin
Stars: ✭ 201 (-3.37%)
Mutual labels:  rails
Timeasure
Transparent method-level wrapper for profiling purposes in Ruby
Stars: ✭ 192 (-7.69%)
Mutual labels:  rails
Email Dashboard
📪 An interactive emailing management service with scheduling, templating, tracking and A/B testing.
Stars: ✭ 194 (-6.73%)
Mutual labels:  rails
Ruby Docs Samples
Ruby samples for Google Cloud Platform products.
Stars: ✭ 198 (-4.81%)
Mutual labels:  rails
Acme Plugin
🔏 ACME protocol plugin for Ruby on Rails applications
Stars: ✭ 190 (-8.65%)
Mutual labels:  rails
Stupidedi
Ruby API for parsing and generating ASC X12 EDI transactions
Stars: ✭ 205 (-1.44%)
Mutual labels:  rails
Todo Apps
Sample ToDo application (various languages) running on IBM Cloud
Stars: ✭ 195 (-6.25%)
Mutual labels:  rails
On ruby
💎 ♦️ Whitelabel Site for Ruby Communities
Stars: ✭ 201 (-3.37%)
Mutual labels:  rails
Action Cable Testing
Action Cable testing utils
Stars: ✭ 192 (-7.69%)
Mutual labels:  rails
Browser
Do some browser detection with Ruby. Includes ActionController integration.
Stars: ✭ 2,263 (+987.98%)
Mutual labels:  rails
Rabl Rails
Rails 4.2 & 5 templating system with JSON, XML and Plist support.
Stars: ✭ 200 (-3.85%)
Mutual labels:  rails
Jsonapi Utils
Build JSON API-compliant APIs on Rails with no (or less) learning curve.
Stars: ✭ 191 (-8.17%)
Mutual labels:  rails
Docker Web Framework Examples
Example apps that demonstate how to use Docker with your favorite web frameworks.
Stars: ✭ 204 (-1.92%)
Mutual labels:  rails
Bootscale
Speedup applications boot by caching require calls
Stars: ✭ 190 (-8.65%)
Mutual labels:  rails
Ansible Rails
Ruby on Rails deployment using Ansible - with Lets Encrypt, Sidekiq, PostgreSQL, nginx & puma
Stars: ✭ 199 (-4.33%)
Mutual labels:  rails
Activerecord Turntable
ActiveRecord Sharding Plugin
Stars: ✭ 206 (-0.96%)
Mutual labels:  rails
Vuejs Rails Starterkit
Vue.js + Rails Starting Kit GitHub Template to develop Hybrid Mobile Application: https://vuejs-rails-starterkit.herokuapp.com
Stars: ✭ 205 (-1.44%)
Mutual labels:  rails
Webpacker React
Webpacker plugin to integrate React in your Rails application
Stars: ✭ 201 (-3.37%)
Mutual labels:  rails

#AngularJS (v.1.3.8) + Rails (v.4.2.0) port of Cafe Townsend application

Build Status

##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 CHANGELOG

##License MIT.

Contributors

##Author Jens Krause // WEBSECTOR.DE

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].