Reflexive relation with nested data
@ldalves wrote: Guys, I’m sorry if this is a basic question, but since I’m quite new to ember, I’d like to know if there is any best practice for a case like this. For example, I have the follow...
View ArticleReally Simple Single-File-Component Support for Ember 3.x+
@josiahbryan wrote: Hey everyone! I’m designing a new hobby project, and I really wanted to work with single file components, so I took an hour or so of my Sunday afternoon and put together this...
View ArticleESA - Can I use index route as login route
@belgoros wrote: When using Ember Simple Auth add-on, can I use index route to override its login route to be able to redirect to another external login page ? Meaning that, I defined application.js...
View ArticleHost App to Engine's Route Transition with QueryParam of type object is not...
@kishoreyuvan wrote: In my host app repository, I have an in Repo lazy loading engine. When I proceed transition from my host app to engine’s route with Query param of type object for the very first...
View ArticleWebsocket Implementation without Node.js running Ember?
@Paracoder wrote: Hello all! I’ve been pouring over frameworks for the past week - research, test, run into a problem, find out it requires a billion dependencies and/or don’t fit the build structure...
View ArticleGenerate route hangs
@453 wrote: Hello, I am new to ember, so probably doing something dumb, but the ember cli seems to hang when I try to generate a route. I put the details below, and am also curious how I would go...
View ArticleUnknown Global Errors when upgrading Ember
@Rocker_Coder wrote: when upgrading Ember 2.11 to 2.18 I got alot of Unknown Global errors: Ember.Inflector Unknown Global Global: Ember.Inflector Location: app\routes\base-mt.js at line 17 i18n:...
View ArticleAction naming conventions, what's your preference?
@kjf wrote: I’m curious to find out what naming conventions people are using for their actions. Our app is a mix of camel-case eg:selectImage and kebab-case eg:on-saveand we’re trying to settle on one...
View Article'router.send' method using Router Service
@Moulidharan_Rathinam wrote: Is there any way to use router.send( ‘method_name’ ) method using Router Service from a component ? If so help me to achieve it. Posts: 1 Participants: 1 Read full topic
View ArticleCMS with Ember nice URL slugs and link to helper
@BenediktD wrote: Hi, I’m creating a small CMS with a Drupal backend (https://www.contentacms.org/) for Ember. In the backend I have a field to define a path for each page. I’m having trouble how to...
View ArticleWill Ember.Logger be replaced with window.console in Ember 3.4 LTS?
@vothaison wrote: I just want to confirm that. Thanks in advance. Posts: 1 Participants: 1 Read full topic
View ArticleHow to stub a computed property
@Willibaur wrote: Hi all, I’m trying to stub the following within a rendering component test breadcrumb: computed('router._router.currentPath', function() { const routeName =...
View ArticleDeploying individual Engines
@Josh_Bailey wrote: Is it possible to build & deploy Engines separately from the host application? If so, how? If not, what work would need to be done to allow this? I wanted to post here to...
View ArticleUpgrading to 3.4.2 produced dozens of new errors and warnings
@larryh wrote: Hi, I just upgraded from 3.3 to 3.4.2 and for the first time saw 5 warnings and dozens of errors when I fired up the server. The warnings are of the form: node-modules are missing...
View ArticleHow to make redirect from back-end side?
@Romanov_Roman wrote: I have an Ember js application, and back-end on Tornado The url format is like this: example.com/index.html#/some-page example.com/index.html#/other-page Is there some way to...
View ArticleHow to exclude a route and related files while ember build
@SarathSantoshDamaraj wrote: Say, I have a repo with in-app add-ons and I want to create a route (say dev-docs) which will have docs/style guides on how to use those add-ons. So, while building my...
View ArticleEncountered "1" in payload, but no model was found for model name "1"...
@Raphael_FOSSE wrote: Hi, I’m currently working on a todoApp using Rails API as backend and EmbersJs as front. I want everything to be displayed on the rootURL. I got this error from my firefox...
View ArticleEmber mirage: 'cannot read property 'get' of undefined'?
@GregWeb wrote: I have an existing app and tried to get mirage working with it. export default function () { this.namespace = '/api/v0'; this.timing = 2000; this.get('/accounts', function () {...
View ArticlePassing Controllers between ember engines
@wojo wrote: I try adding a controller as an ember engine and I get this error: “Assertion Failed: Dependencies of category ‘controllers’ can not be shared with engines.” I have a high level app that...
View ArticleExamples of running non-fastboot ember tests through heroku CI?
@mattmcmanus wrote: Hey friends, This whole circleci 2 rollout has left a terrible taste in my mouth. I’m also interested in heroku CI’s on demand test runs. Has anyone setup their ember apps to use...
View Article