ember_data_example icon indicating copy to clipboard operation
ember_data_example copied to clipboard

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

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

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.5.6 to 1.13.3. Release notes Sourced from nokogiri's releases. 1.13.3 / 2022-02-21 Fixed [CRuby] Revert a HTML4 parser bug in libxml 2.9.13 (introduced in Nokogiri v1.13.2). The...

dependencies

Bumps [faye-websocket](https://github.com/faye/faye-websocket-ruby) from 0.4.7 to 0.11.0. Changelog Sourced from faye-websocket's changelog. 0.11.0 / 2020-07-31 Implement TLS certificate verification and enable it by default on client connections Add a :tls option...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 10.1.0 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 [rubyzip](https://github.com/rubyzip/rubyzip) from 0.9.9 to 1.3.0. Release notes *Sourced from [rubyzip's releases](https://github.com/rubyzip/rubyzip/releases).* > ## v1.3.0 > Security > > - Add `validate_entry_sizes` option so that callers can trust an entry's...

dependencies

First of all it failed because phantomjs wasn't installed on my system, e.g. should be part of the build process as a dependency. ``` $ npm install phantomjs -g ```...

For ember 1.0, ember data revisions, and perhaps rails 4? This would be a fantastic app to learn ember and db persistence with.

in ember_data_example github source code. It use this approach ``` transitionAfterSave: function() { // when creating new records, it's necessary to wait for the record to be assigned // an...

This was intentionally left out initially, as it's unclear how errors should flow from the adapter, and back through the store and model in ember-data.js. Validations have been added to...

Currently, validations are handled in forms by bootstrap. This isn't very robust - model-level validations would be better.