Quantcast
Browsing all 4826 articles
Browse latest View live

Computed properties in components seem to be leaking state

@Juraci wrote: In this Twiddle I created a simple example of a component that has a computed property. The application controller simulates a model that has 2 instances and those instances are each...

View Article


CSS livereload not working correctly with Ember Engines

@ousikaa wrote: I'm experimenting with Ember Engines. It's really cool, but it messes up CSS live reloads. Normally when I make changes to the CSS, the styles are updated in the browser without having...

View Article


Ember and Server Side Isomophic Model

@bgp1 wrote: Hello, Currently my web application has a server-side view that is generated and then additional small components are rendered out by way of es6 and Handlebars. What I'm trying to do is...

View Article

Accessing non-REST path

@frsechet wrote: Hi, I'm trying to find how to call a path like /posts/mine (knowing that I also have stuff like /posts/1) with ember-data. This is completely outside of the standard REST model, so I...

View Article

Image may be NSFW.
Clik here to view.

[Feedback Request] Ember-cli-test-recorder reborn as the Test-Recoder

@Nikos wrote: Hey guys, I wish to introduce the test-recorder. The test-recorder is an ambitious project that aims to record integration tests for any web application. It also provides assertions to...

View Article


Test front (with ember) and back (rails) in reliably?

@GCorbel wrote: Hi, I want to be sure communication between my fontend and my backend is working. For the moment, I'm testing both individually but I want to do more for critical parts. I saw I can...

View Article

Transition in beforeModel hook hangs app

@gattra wrote: my beforeModel hook in the home route looks like this: beforeModel() { this.transitionTo('register'); } I will add some conditions to when it should do that transition, but for testing...

View Article

Ember 2, call functions in route using Ember.run.debounce

@johnunclesam wrote: I'm in a route called "game". In an action I call Ember.run.debounce for a function, but in that function I can't call other functions. app/routes/game.js: import Ember from...

View Article


Video showing how to record Ember acceptance tests

@Nikos wrote: In this video introduce the new Ember acceptance test recording features! You can download it here: https://github.com/QuantumInformation/test-recorder or run npm i test-recorder Hope...

View Article


Simple auth acceptance tests and waiting for async actions

@Ruslan_U_Zakirov wrote: Struggling with acceptance tests. Started with basic login test: import { test } from 'qunit'; import moduleForAcceptance from 'static/tests/helpers/module-for-acceptance';...

View Article

Create route for engine

@machaman wrote: How do I use ember CLI to generate routes, controllers etc. into a routable engine? Someone game me: ember g route -ir What does the app home stand for? Is that the engine name?...

View Article

WCAG issue on ember navigation links

@webdo_mane wrote: HiI was trying to get the ember app wcag compliant using JAWS, an issue which came up was This link points to a named anchor "/xyz" within the document, but no anchor exists with...

View Article

Image may be NSFW.
Clik here to view.

Real purpose of belongsTo (hasMany)

@PinkPong wrote: Hi! I'm for sure doing something wrong, but maybe somebody can clarify it. Thanks in advance!So let we say i have two simple models user -> { id:attr(), role:DS.belongsTo('role''),...

View Article


Dropped the upgrading Ember section

@haldiggs wrote: I wanted to make sure I upgraded Ember correctly but the 2.12 docs seemed to have dropped the section. 2.11 https://guides.emberjs.com/v2.11.0/tutorial/ember-cli/#toc_upgrading-ember...

View Article

Image may be NSFW.
Clik here to view.

How to parse Source Html Code from url with Ember?

@Laurent_Caron wrote: Hi, i am new in Ember JS, i used Django Python a Lot, and want to used Ember with it... With python i used BeautifullSoup to parse some html page when i need to grab some...

View Article


Image may be NSFW.
Clik here to view.

Ember-cli-tutorial-style does not generate the required style like the Ember...

@ultrasamad wrote: I have just started learning emberjs and following through the tutorial series, I reached installing addons where I installed ember-cli-tutorial-style. When I restarted my server...

View Article

Scroll to top of page

@Ganesh_Manandhar wrote: Is there any way to scroll to top of the page when changing pages using ember-cli-pagination.i've tried some stuffs like creating mixins but it only works when changing...

View Article


Recommended Deployment with Amazon?

@BenjaminH wrote: Hi Guys! I'm working on a little EmberJS project that i want to host on AWS. I have been fiddling with setting it up correctly but so far i'm not really happy with how everything...

View Article

Model getting a URL as a resource

@nacho wrote: Hi all, I have a model that gets a URL as a source of data, currently an array of other models. I want to map it as a store and thus I created a model that acts as an intermediate. This...

View Article

Glow Table Row for new records entries only

@marcelo wrote: Hi, I would like to have a quick glow on table rows related to recently added records since last visit, e.g: index route - lists all entries in a tableitem route - have a form to add a...

View Article
Browsing all 4826 articles
Browse latest View live