Cucumberjs for unit testing
@amitkumarchauhan wrote: Currently, I am using cucumberjs to do acceptance testing...Is there any way to use cucumber for unit testing as well e.g. can we do unit testing of serializers. Posts: 1...
View ArticleLimit on http requests
@xmod wrote: Sometime my Ember app makes a lot of request per second to my server. There is a limit on requests per second on the server. For example, 5 requests per second. So, when I make update to...
View ArticleCryptic errors makes ember hard for beginners
@hezus wrote: Maybe it is a good idea to collect all the really cryptic errors and what bug they are actually pointing to? For example I encountered this one a few times now: ember.debug.js Error...
View ArticleLiquid-fire animations in nested routes
@therealbenhogan wrote: Hi, Trying to animate a page transition in a nested route - for example post and post.item here is the route definition this.route('post', function() {...
View ArticleHow to convert Ember object which is returned from store into JSON
@prakash wrote: How to convert response returned from Ember store to simple JS arrays and JSON objects?. Current component does not currently support direct integration to Ember Data. Scenario:...
View ArticleIntegrating Ember with Pyramid
@jinko wrote: I need help integrating emberjs with pyramid. I've just finished the basic tutorial and would like to try it out further with doing a single page application with pyramid + pgsql (CRUD)...
View ArticleNcaught Error: Assertion Failed: A helper named 'percentage-columns-layout'...
@knight wrote: Dear All Member, I installed the ember-collection addon. While the running my app I got the following error. "Uncaught Error: Assertion Failed: A helper named...
View ArticleHow to dynamically create a component
@bluepnume wrote: I'm working on a module which needs to register components with Ember, Angular, React etc. depending on what is loaded into the page. With React I can just do if (window.React) {...
View ArticleQuestion from begginer ember dev
@jobsboris27 wrote: How call action in route.js in the same file? https://jsfiddle.net/o52m0pzo/ Posts: 2 Participants: 2 Read full topic
View ArticleAbout the Learning category
@tomdale wrote: (Replace this first paragraph with a brief description of your new category. This guidance will appear in the category selection area, so try to keep it below 200 characters. Until you...
View ArticleCheck changed data in service
@jobsboris27 wrote: How listen changed property in service, in route file? https://jsfiddle.net/v202dx0m/ Posts: 3 Participants: 3 Read full topic
View ArticleHot reloading css reloads complete page
@casio wrote: Hey there, I have a problem with my project setup: changes to .scss files cause a reload of the complete page, instead of only hot reloading the styles. In blank test projects using the...
View ArticleHow can I bind data returned from the model hook to the template?
@andrew1 wrote: I have a model hook in my route that returns an Ember.RSVP.hash with one of the elements being an array: AlertsIndexRoute = Ember.Route.extend( AuthenticatedRouteMixin, { tasks:...
View ArticlePrevent Ember from creating objects on the window?
@rohmann wrote: Is there a way to Prevent Ember from creating objects on the window? I'm working on converting an existing Backbone/Marionette app to Ember.js. It's modular enough I can use Ember for...
View ArticleEmber-CLI doesn't create any directories/files
@nem035 wrote: Hey guys, I came across an odd problem with ember-cli. Running the usual ember new <project-name> or ember addon <addon-name> runs successfully with no error messages...
View ArticleLiquid-tether utilization with toooo many actions?!
@ChrizzDF wrote: Hello everyone, I just installed the Ember addon liquid-tether to use it for modals, popovers and tooltips. According to the documentation, you have to toggle/set a property in the...
View ArticleHow to call a helper from another helper?
@Ahmad_Musaffa wrote: The helpers which export functions are quite easy to import and use inside another helper. I can do this: import { startCase } from '<project-name>/helpers/start-case'; But...
View ArticleCreate an outfit from different products
@mohammad_imran wrote: Hi I have a django rest framework api serving data to frontend . Basically I have a product with fields title,price,category,subcategory,color,pattern,material. And have a...
View ArticleHow to debug `Maximum call stack size exceeded`?
@pedrokost wrote: I have just installed ember fastboot within an existing ember 2.5 project like this: ember install ember-cli-fastboot I then try to run the server with fastboot: ember fastboot But...
View ArticleHow i can run Ember with PHP?
@Jabel_Fontoura wrote: Hey, Can anyone help me with that? I have been using Wamp to run php at my localhost and (ember serve) to Ember, but i couldn't figure out how to run them together. Posts: 3...
View Article