This is a scaffolded app to demo the capabilities of the Rails API.
git clone https://github.com/marcwright/connectjs-rails-api-sample-app.git
cd connectjs-rails-api-sample-app
bundle install
rake db:create db:migrate db:seed
rails server
- In your browser, goto 127.0.0.1/teams or /teams.json
The app is also deployed on Heroku here