Skip to content

valo/ember_rails_api_consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails API consumer using Her

This is an example Rails app, that uses Her to read data from a Rails API, which exposes data in the EmberJS format. 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/rails console
Loading development environment (Rails 4.1.9)
2.1.2 :001 > Project.find(1)
 => #<Project(projects/1) name="Shop list" id=1 tasks=[#<Task(tasks/2)...

Keep in mind that you need to have the ember_rails_api_example app running locally, so that you can read the data from it.

About

An example project which consumes REST data from https:/valo/ember_rails_api_example using the https:/valo/ember_data_active_model_parser parser for Her

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published