How to mock ember cli mirage for json api while insert and delete
@anaspm wrote: i am using mirage for mock server with ember application while doing insert and delete am getting this error Assertion Failed: An adapter cannot assign a new id to a record that already...
View ArticleBest way to add attributes dynamically
@GCorbel wrote: Hi, I'm looking for a way to add attributes based on custom inputs. I did something like this in an initializer : export function initialize(applicationInstance) { var store =...
View ArticleUnable to send data in Handlebars helpers
@mukeshsingh3 wrote: I've created helper for handlebars. When I try to send data to this helper from template, it shows me variable name as text. For example: I've created helper:...
View ArticleOpen link as a web app saved to homescreen
@JordanRDesigns wrote: If I have saved my web app to the homescreen so that it opens as a "native app" feel, is there any way to anyones knowledge that if I click on a link to that website from...
View ArticlePublic API alternative to __registry__.knownForType?
@botandrose wrote: Hi, Folks! I have an app that contains many lessons, which, in turn, contain many slides. I have a service (see below) that keeps track of how many slides each lesson has by...
View ArticleEmber ControllerMixin example
@harimath wrote: I have 2 different routes, which kind of uses similar controller attributes/CPs How do I implement a common controller mixin for both the routes ? Any example would be really great....
View ArticleJSON-API pagination links not support in ember data
@JeskTop wrote: I have the same problem with http://stackoverflow.com/questions/33101625/how-to-use-json-api-pagination-links-in-ember-2-x , now ember data not support. And I think will support next...
View ArticleEmber test --server takes very long to run (because of big folder under public)
@frunjik wrote: Hello Ember guru's, I have an Ember project with a large theme/stylesheet in the public folder (233MB on disk) (not all files are used). I run my tests using "ember test --server"....
View ArticleHow Can we render a component on action of controller?
@mukeshsingh3 wrote: Hi, I'm trying to render an component from action of controller. Actually, I want to render component after button click event. I don't want to do show/hide thing. I want actual...
View Article[Solved] Tutorial Question: Findall
@ccubed wrote: I'm reading the tutorial. I've got a good idea about how the design works and what to do with it, but I'm having a problem translating the tutorials code in index.js into what it...
View ArticleNew categories/tags
@Gaurav0 wrote: I'd like to see new categories for: Ember Addons Deployment Security Ember Twiddle Thanks! Posts: 1 Participants: 1 Read full topic
View ArticleLondon FinTech Startup looking for full-time Senior Software Engineer
@akatov wrote: We are a London-based startup building software for the $3tn+ commodity trading market. Our goal is to bring state-of-the-art web technologies and modern real-time systems to a sector...
View ArticleRerunning only failing tests
@kgish wrote: Maybe this is obvious but I'd still like to know if it is possible to rerun only those tests that have failed. I know that you can rerun and individual test, but I'd like to rerun the...
View ArticleSo have you tried ember-concurrency yet?
@machty wrote: Hey everyone, If you haven't seen it yet, please take a look at ember-concurrency. As the tagline says: ember-concurrency is an Ember Addon that enables you to write concise,...
View ArticleI need help in manipulating checkbox with data in a table
@anaspm wrote: I have a table with checkboxes in each row. how can i delete selected rows using checkboxes , how can i select all checkboxes I need to do these operations from a component. Posts: 1...
View ArticleSpeeding up acceptance tests
@kgish wrote: My acceptance tests take a very long time to run, which makes the code-test-verify cycle very cumbersome. Are there any best practices to speed things up in this regard? Posts: 1...
View ArticleHow can I output an automatic timer using Handlebars?
@Rinchen wrote: I've made a function which works as a timer and executes every second. When I console log the output of the function, it works fine, but it doesn't update graphically. This is my code:...
View ArticleBuild custom app directory with Ember CLI
@cinkonaap wrote: Hey, I am struggling using Ember-CLI. I want to add extra directory to app directory (for example "behaviours"). But this directory is not included in build using Ember-CLI. Is there...
View ArticleEmber-cli babel picking up handlebars templates
@Frozenfire wrote: Just went to Ember cli 2.3 from 1.13 and everything seemed to go smoothly, however on the first run of ember s I get [BABEL] Note: The code generator has deoptimised the styling of...
View ArticleLink-to dynamic segment does not trigger component didRender
@riemannzeta wrote: I've got a template with a dropdown built from link-to helpers. Each link-to links to a specified dynamic segment. The dynamic segments share a template that includes a component....
View Article