Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joefiorini/rails-embedded-api
https://github.com/joefiorini/rails-embedded-api
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joefiorini/rails-embedded-api
- Owner: joefiorini
- Created: 2014-03-06T00:20:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-06T14:38:18.000Z (almost 11 years ago)
- Last Synced: 2024-11-16T16:29:08.446Z (2 months ago)
- Language: Ruby
- Size: 156 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Embeddable Rails API
This spike is motivated by the impending death of ember-appkit-rails.
Certain parts of this spike (marked where necessary) will be extracted into a gem that is reusable
for any app that wants a lighter-weight solution similar to this.The folder structure will be something like:
```
api/ Rails-API app
app/ Ember-CLI app
config/ Ember config
public/ Build assets served by Rails in development
vendor/ Bower install directory
```Run it with:
```
bundle exec rackup api/config.ru
```More to come soon.