Quantcast
Channel: Ember.JS - Latest topics
Browsing all 4826 articles
Browse latest View live

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 Article


Really 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 Article


ESA - 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 Article

Host 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 Article

Image may be NSFW.
Clik here to view.

Websocket 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 Article


Generate 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 Article

Unknown 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 Article

Action 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 Article


CMS 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 Article

Will 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 Article

How 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 Article

Deploying 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 Article


Image may be NSFW.
Clik here to view.

Upgrading 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 Article

How 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 Article


How 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 Article

Encountered "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 Article


Image may be NSFW.
Clik here to view.

Ember 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 Article

Passing 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 Article

Examples 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
Browsing all 4826 articles
Browse latest View live