/boston_ember

Epicodus Week 14 Day 1: Ruby on Rails, Ember, Ember Data, QUnit

Primary LanguageRuby

INTRODUCTION

The Boston Ember app displays upcoming speakers and their presentations.

This app demonstrates usage of Ruby on Rails, Ember CLI, Ember Data, QUnit, postreSQL, JSON, ActiveModel::Serializers.

Follows tutorial at http://reefpoints.dockyard.com/2014/05/07/building-an-ember-app-with-rails-part-1.html

REQUIREMENTS

Google Chrome Version 40.0.2214.111

Ruby v 2.2.0

Rails 4.2.0

Node 0.12.0

npm 2.7.0

postgreSQL 9.4.0

INSTALLATION

Run the following command to install all required gems: bundle

Run the following command to start the postgreSQL server: postgres

Run the following command to create the databases: rake db:create

Run the following command to migrate to the databases: rake db:migrate

Run the following command to migrate to the databases: rake db:seed

Run the following command to start the rails server: rails s

Run the following command to start the ember server: ember server --proxy http://localhost:3000

In your browser, go to the following page: localhost:4200

KNOWN BUGS

No known bugs at this time.

AUTHORS

Mike Harris mikeharris.jmh2@yahoo.com

Lauren Marcus lauren.e.marcus@gmail.com

LICENSE

Copyright (c) 2015 Mike Harris & Lauren Marcus

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.