Assertion Failed: You have turned on testing mode, which disabled the...
@Olivier_Avolle wrote: Hello, While writing acceptance tests for a webapp, I encountered an issue with ember.run.schedule().Everytime I visit() an URL in acceptance tests and programatically resize...
View ArticlePosts doesn't load comment asyncly
@emberr wrote: Hi, i am new to ember.I am trying to build this little app where posts belongs to user and also have many comments. In my posts/post.hbs i have {{model.user.username}} {{#each...
View ArticleRemove addons from vendor.js
@Enterpub wrote: hi, I know some addons are by default built in into vendor.js when you run "ember build" in ember-cli. Here they are:"ember-ajax": "^2.0.1","ember-cli-app-version":...
View ArticleEmber-Browser-Info implementation
@itsmanojb wrote: Anyone used this addon, named ember-browser-info? Only demo is available in both npm and github page. How to use it? Posts: 1 Participants: 1 Read full topic
View ArticleEmber build - .sass to .css compile - entire directory
@Riz wrote: If this is a repeat question I apologize, I was not able to find anything when I searched. I am trying to find a similar solution to what we had but with ember. I have a directory with...
View ArticleLinkedIn authentication
@nicholasmf wrote: Hi, I'm fairly new to Ember and I want to have login with LinkedIn on my page. I'm currently using Torii with Emberfire for google and facebook authenticate, but when I make a...
View ArticleGetting context inside callback
@Wayne_Douglas wrote: I'm trying to do what the Op was asking here: https://github.com/FutoRicky/ember-cli-dropzonejs/issues/12 But when i do this i get errors inside dropzone here:...
View ArticleHow can i add a library(bower or npm package) to ember-cli-mirage
@GaribaldyCramer wrote: How can i add a library to config.js file into mirage folder ? I've been trying to add a library to ember cli mirage to transform some data //mirage/config.js import LIBRARY...
View ArticleHook for background reload?
@accelerate wrote: I'm using findAll() with the default background reloading behavior so when findAll() is called again, it'll return the cached records immediately while fetching from the server...
View ArticleBelongs_to Data Goes Null While Saving
@Harun_Tuncay wrote: Hi everyone.I am building a toy app and wanted to work with a simple 1:many relationship.My car model "hasMany comments" & my comments "belongsTo car".I want a comment to be...
View ArticleVisual Studio + ASP.NET Core + Resharper = "tmp" folder makes visual studio...
@Enterpub wrote: I'm developing web app with ASP.NET Core framework, using Visual Studio 2015 (VS) and Resharper. I use Ember 2.10 for client side. The problem is ember-cli "build" command generates...
View ArticleHow to create single page application?
@tom_berry wrote: Hi, i am new to Ember js.i am trying to create single page web application which has 5 tabs and all tabs should have different 3 search box. where do i start? Posts: 2 Participants:...
View ArticleGiving feedback on the official ember.js tutorial to their owners
@jaffi wrote: Hi, I'm going throught https://guides.emberjs.com/v2.10.0/ - the 2nd chapter is a tutorial. I have some feedback I'd like to share with the owners: I had some troubles with getting some...
View ArticleOpenlayers 3 with Ember
@ioanszabo wrote: Hi, It is possible to use openlayers 3 in Ember?Thanks. Posts: 3 Participants: 2 Read full topic
View ArticleHow to set action?
@tom_berry wrote: I have created this but i don't know how can i give action to each links. When i click on BreakFast, it should only show me 3 search box(BreadType, cheeseType and meatType) only and...
View ArticleRoute/template architecture for simple search
@em.b wrote: Hi, I'm trying to implement a search engine type home page very similar to the one on this site. I am using query params in both the route and controller to send queries to the backend....
View ArticleBower resolution required for ember lts releases
@webdo_mane wrote: If I try to have ember-lts-2.8 version then there is a need to have a resolution.ember-cli-shim(i am using > 0.1.1) has a dependency in its bower file as "dependencies": {...
View ArticleAn application-wide modal, which sends actions to its own route
@omairvaiyani wrote: I've been trying to redesign my modal handling logic to clean things up but I've run into a "not sure how best to do this" situation. I have a quiz platform where users can add...
View ArticleStep by step upgrade from JSHint to ESLint w/ ember-cli
@toranb wrote: I often hear people talk about using ESLint with ember-cli but I'm yet to see a commit or example showing how you would do this (removing all the necessary jshint/ etc). Does anyone...
View ArticleLambda syntax in hbs
@Wayne_Douglas wrote: I think the syntax would be much more intuitive if it were: someFunction=>{ someFunctionLambdaHandler } instead of someFunction=(someFunctionLambdaHandler) Or is it just me?...
View Article