Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 650 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 650 Bytes

Ember-dump

Utility for caching findQuery requests.

You can configure your request to not cache by setting request option cache to false.

  store.find('post', published: true, cache: false)

This README outlines the details of collaborating on this Ember application.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://iamstef.net/ember-cli/.