Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cybertooth-io/ember-data-base-model

A Base Ember-Data model including `createdAt` and `updatedAt` attributes matching those found in Ruby on Rails timestamped resources.
https://github.com/cybertooth-io/ember-data-base-model

active-record active-record-timestamp base-model ember-data

Last synced: 7 days ago
JSON representation

A Base Ember-Data model including `createdAt` and `updatedAt` attributes matching those found in Ruby on Rails timestamped resources.

Awesome Lists containing this project

README

        

ember-data-base-model
==============================================================================

Implementation of a Base model that leverages Rails Active Record timestamp fields. Additional helper
functions are provided to query model status/persistence.

[![CircleCI](https://circleci.com/gh/cybertooth-io/ember-data-base-model.svg?style=svg)](https://circleci.com/gh/cybertooth-io/ember-data-base-model)

[![Maintainability](https://api.codeclimate.com/v1/badges/a5acd1c21cc1fddb227b/maintainability)](https://codeclimate.com/github/cybertooth-io/ember-data-base-model/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/23ff8a234033724f0ec6/test_coverage)](https://codeclimate.com/github/cybertooth-io/ember-data-base-model/test_coverage)

![ember-lts-2.16](https://img.shields.io/badge/ember--try-ember--lts--2.16-brightgreen.svg)
![ember-lts-2.18](https://img.shields.io/badge/ember--try-ember--lts--2.18-brightgreen.svg)

![ember-lts-3.4](https://img.shields.io/badge/ember--try-ember--lts--3.4-brightgreen.svg)
![ember-lts-3.8](https://img.shields.io/badge/ember--try-ember--lts--3.8-brightgreen.svg)

Compatibility
------------------------------------------------------------------------------

* Ember.js v3.4 or above
* Ember CLI v2.13 or above

Docs
------------------------------------------------------------------------------

[View the docs here](https://cybertooth-io.github.io/ember-data-base-model/).

Dependencies
------------------------------------------------------------------------------

I maintain a list of the [dependencies](DEPENDENCIES.md) that I've mixed into this addon project.

Contributing
------------------------------------------------------------------------------

See the [Contributing](CONTRIBUTING.md) guide for details.

License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE.md).

Credits
------------------------------------------------------------------------------

This addon was made possible with the support of:

1. [Ember Data](https://github.com/emberjs/data)