Skip to content

Commit

Permalink
Update Readme with belongsTo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Charles Hackethal committed Apr 15, 2015
1 parent f11f283 commit 9df6e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ The following versions are compatible:

| entangled.gem | entangled-js.js | entangled-angular.js |
|---------------|-----------------|----------------------|
| 1.4.1 | 1.3.1 | 1.3.1 |
| 1.4.1 | 1.3.0 | 1.3.0 |

## A Note On Cases
Expand All @@ -290,10 +291,10 @@ The gem relies heavily on convention over configuration and currently only works
## Development Priorities
The following features are to be implemented next:

- Throw error if parent id not set on child when trying to fetch parent
- Support multiple `hasMany` and `belongsTo` associations in front end
- Put up example application (the todo list?)
- Make prefix of create path `create_message` instead of `create_messages`
- Support `belongsTo` in front end and add section about it to JS Readmes
- Support `has_one` association in back end and front end and route helper for single resource
- Support scoping in back end
- Add support for scopes and where clauses in front end once back end can do scopes à la [Spyke](https://github.com/balvig/spyke)
Expand Down

0 comments on commit 9df6e24

Please sign in to comment.