/ember_rails_api_example

An example of rails 4.1 API with EmberJS integration

Primary LanguageRuby

EmberJS Rails API Example

This is an example Rails app with EmberJS frontend, that uses active_model_serializers to expose the data to the frontend. You can read more here: Rails + EmberJS + Active Model Serializers + Her

Status

Build status

Running

To run the app, execute these commands after a git clone:

$ bundle
$ ./bin/rake db:setup
$ ./bin/rails server