$ rails g model User
belongs_to
has_one
| FROM microsoft/mssql-server-linux | |
| COPY . /usr/src/app | |
| ENTRYPOINT [ "/bin/bash", "/usr/src/app/docker-entrypoint.sh" ] | |
| CMD [ "/opt/mssql/bin/sqlservr" ] |
| license: gpl-3.0 | |
| redirect: https://observablehq.com/@d3/d3-collapsible-tree |
| /** | |
| The idea here is that all changes to your new object can be observed | |
| */ | |
| Ember.View.extend({ | |
| model: Ember.StalkableObject.create(), | |
| saveModel: Ember.observer(function () { | |
| /** do some fancy stuff to save changes to your model */ | |
| }, 'model.@properties') | |
| }); |