ember_rest_example icon indicating copy to clipboard operation
ember_rest_example copied to clipboard

A simple Rails app for testing CRUD with ember.js and ember-rest.js

Results 10 ember_rest_example issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.33 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

Bumps [rails](https://github.com/rails/rails) from 3.2.6 to 3.2.17. Commits - [`666e9f6`](https://github.com/rails/rails/commit/666e9f65bdfeb6cc5aa80b6254608adc3d7845ce) Preparing for 3.2.17 release - [`388d2f8`](https://github.com/rails/rails/commit/388d2f88886e4da8cc9fd9e14c80a4021ef47da1) Use the reference for the mime type to get the format - [`eaa2101`](https://github.com/rails/rails/commit/eaa2101b294ef546cc3fb35cc3f49c73849ac470) Escape format,...

dependencies

Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.6.0 to 0.9.5. Release notes *Sourced from [i18n's releases](https://github.com/svenfuchs/i18n/releases).* > ## v0.9.5 > * [#404](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/404) reported a regression in 0.9.3, which wasn't fixed by 0.9.4. [#408](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/408) fixes...

dependencies

Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 2.0.2 to 3.1.3. Changelog *Sourced from [jquery-rails's changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md).* > ## 3.1.3 (16 June 2015) > > - Fix CSP bypass vulnerability. CVE-2015-1840 > > ## 3.1.2 (1...

dependencies

Bumps [sprockets](https://github.com/rails/sprockets) from 2.1.3 to 2.1.4. Commits - [`0d31203`](https://github.com/rails/sprockets/commit/0d31203bbb429b56955457ea1cdbb7db0554d47d) Sprockets 2.1.4 - [`3043d14`](https://github.com/rails/sprockets/commit/3043d142baebcecd0af977c8b3fed5524c429ccd) Check for absolute paths in server URL before passing to find - See full diff in [compare...

dependencies

Bumps [rdoc](https://github.com/ruby/rdoc) from 3.12 to 3.12.2. Changelog *Sourced from [rdoc's changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc).* > === 3.12.2 / 2013-02-24 > > * Bug fixes > * Fixed bug in syntax-highlighting that would corrupt...

dependencies

Bumps [rack](https://github.com/rack/rack) from 1.4.1 to 1.4.7. Changelog *Sourced from [rack's changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md).* > # Changelog > All notable changes to this project will be documented in this file. For info on...

dependencies

Bumps [json](https://github.com/flori/json) from 1.7.3 to 1.8.6. Changelog *Sourced from [json's changelog](https://github.com/flori/json/blob/v1.8.6/CHANGES).* > 2017-01-13 (1.8.6) > * Be compatible with ancient ruby 1.8 (maybe?) > 2015-09-11 (1.8.5) > * Be compatible...

dependencies

Really like this - I want to adapt it for use in my own projects. I've been using Jasmine to TDD my JS code in Rails apps for a while...