https://github.com/tb/rails-ember-demo
Rails Ember Demo
https://github.com/tb/rails-ember-demo
Last synced: 9 months ago
JSON representation
Rails Ember Demo
- Host: GitHub
- URL: https://github.com/tb/rails-ember-demo
- Owner: tb
- Created: 2013-12-13T10:31:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-23T15:26:53.000Z (over 12 years ago)
- Last Synced: 2025-02-09T17:17:59.634Z (over 1 year ago)
- Language: Ruby
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Ember Demo
# Setup
cp config/database.yml.example config/database.yml
vi config/database.yml
bundle install
rake db:setup
rake db:migrate RAILS_ENV=test
guard
http://localhost:3000
# API docs
rake docs:generate
http://localhost:3000/api/docs
# Heroku links
http://vast-falls-3537.herokuapp.com/
http://vast-falls-3537.herokuapp.com/api/docs