Ryan Toronto

Results 28 issues of Ryan Toronto

[Rendered](https://github.com/ryanto/rfcs/blob/always-model-hook/0000-always-run-model-hook.md)

T-routing

I've got an addon that's made for testing & development, so I'm using ember-cli's `isEnabled` hook to [disable the addon](https://ember-cli.com/api/classes/Addon.html#method_isEnabled) in production environments. ```js isEnabled() { return this.app.env !== "production";...

This issue is to track the work needed for making Mirage's server runnable in Node. I want to write up our current thinking so that we can start to solicit...

Feature / Enhancement

From ctlee on discord: > Hello everyone, I am providing a function to passthrough in my Mirage routes configuration in an attempt to mock different requests to a GraphQL endpoint...

Bug

I'm not sure if this is the right repo to open this issue, please let me know if it should be moved. Currently the `fastboot.request.protocol` is used when determining the...

enhancement
question

I've got a question about how to best load an Ember application built from Ember CLI into FastBoot for [ember-cli-fastboot-testing](https://github.com/embermap/ember-cli-fastboot-testing) I have an Ember application that's built using ember-cli, so...

question

https://gist.github.com/ryanto/1db2c41465ac3432d9eec18b18257111

documentation

If API route isn't setup correctly we should throw an error. The `upload` function will get back an invalid response from the next server.

enhancement

I just pulled this project and was unable to get tests running. Applying the follow gets all tests passing. --- Upgrade ember-suave to 1.2.3 https://github.com/dockyard/ember-suave/issues/84 Fixes: ``` ➜ ember-page-object git:(master)...