Dan Gebhardt

Results 27 comments of Dan Gebhardt

That's definitely the plan. Although I've been short on free time this week, I'll try to upgrade it soon.

@sly7-7 I think you can spend your week with your daughter instead :) @codeofficer tells me that he's almost done with a PR to bring this project up to date,...

I believe this issue has been resolved in [v3.0.0](https://github.com/ember-codemods/ember-native-class-codemod/releases/tag/v3.0.0).

It would be much preferable to monitor `didCreate`. However, the observer is an unfortunate hack around https://github.com/emberjs/data/issues/405 The observer is only used to transition away after created records have been...

A possible solution: https://github.com/emberjs/data/pull/87

A more recent PR to watch: https://github.com/emberjs/data/pull/376

Hi Sean. I agree that Jasmine is the right approach for this project and plan to add some tests soon.