afterModel argument transition
@mtangoo wrote: What is exactly transition in Ember route afterModel method? The first argument is well explained but not the second. Checking Ember API classes I cannot find any clue of Transition...
View ArticleTorii, iframes and 3rd party cookies
@andrew1 wrote: We're using torii + simple auth to authenticate and authorize our ember applications with our authentication service. I'm trying to move from using a popup window for the...
View ArticleHow to get link-to working in touch devices
@manuelr wrote: Hi team, I'm finding really hard to get my {{link-to}} generated anchors to fire on mobile devives, I am trying to build a bootstrap navigation by using bootstrap markup, the links are...
View ArticleSet Adapter's 'host' with result from promise
@aricallen wrote: Hi folks. I'm currently deploying an Ember app via a Heroku-like service and have everything up and running if I hard code the JSONAPIAdapter's 'host' param but not I'm trying to...
View ArticleApproaches to Access Control
@mtangoo wrote: What are approaches to limit access control to routes? I use ESA for authentication. So I have user scopes. The only thing am yet to figure out is how Access Control to limit front end...
View ArticleThe Store and memory concerns
@ofridagan wrote: Hi, quick question: If ember-data's Store acts as a cache, storing all models fetched from the server, isn't it a memory-leak? I mean should I manually remove unused models with...
View ArticleWhy wrap npm modules as ember addons
@webPapaya wrote: Hi, I'm maintaining an Ember application and I'm a bit confused about the reason why there are so many Ember wrapping addons like: https://github.com/stefanpenner/ember-moment...
View ArticleEmber Data, Rest, Socket.IO, something like a race condition
@OakBehringer wrote: I am working on a web application that uses a mix of Ember's rest adapter and socket.io. I have a few models that receive updates on our backend (outside of the Ember/client...
View ArticleFreewall: jQuery Plugin
@javaprog8432 wrote: I am in need of help. I have been wasting time and racking my brain on how to load the 'Freewall' plugin by jQuery into my Ember app I am building. I have only been using Ember...
View ArticleEmberData ExpressJS Issues
@dubbya wrote: Hey All, I'm officially tapping out. Ember data has been B*!! slapping me since 8pm. I've literally spent my entire night trying to send one field to my mongo DB. I set up an express...
View ArticleHow / where is the /tests route handled
@frunjik wrote: I'm trying to grasp how the /tests route is handled ... I assume this is done by ember(-cli) ? Where do i look to see how it works ? Cheers Posts: 1 Participants: 1 Read full topic
View ArticlePassing model to controller
@therealbenhogan wrote: Hi, I have a route which returns 2 models eg for a product route model() { return Ember.RSVP.hash({ page:pageModel, data:model }) } In my product controller I want to access...
View ArticleRunning ember app alongside other app running on rails
@Abid_Hussain wrote: i have an app with multiple tabs having different features, i have developed one of the feature in ember, now i want to render the ember app inside the main rails app, i have...
View ArticleHow to handle situations where the user is authenticated automatically
@Hummingbird wrote: Given the situation where a user has some sort of token stored in a cookie or local storage, which enables the app to automatically log in and the user calls the page via a link or...
View ArticleEmber Remodal Open on Component didInsertElement
@kyleshevlin wrote: I am creating an application with an age gate. I want this age gate in a modal and that modal to open when the page loads (eventually, this age gate will create and check for...
View ArticleUnit testing a model that uses a transform, which uses a service (need to...
@corrspt wrote: Hi everyone, I've added a transform to a model of mine to deal with numbers with decimals (the problem of comma vs dot vs other separator). I want the backend to always receive numbers...
View ArticleUnit Testing Model Computed Properties (Depending On Other DS.Model Objects)
@Jon_Richardson wrote: Hi All, I've been using Ember for a couple of months now, and I've just decided to use it to start a new project. I'm determined to make this my first fully test-driven project,...
View Article2 index frontend/backend
@Maelstrom wrote: Hello, I am not sure I will get my answer on this forum, I could not find one by searching (might have used the wrong keywords though) but I am sure some people might have run into...
View ArticlePackage for both server + client? (Ember.Object on the server)
@embrero wrote: Hi all, I'm almost certain this is possible but can't find any pointers to guide me in the right direction... I have a set of Ember objects in my app that do some complex logic. I'd...
View ArticleMulti-Page Form Organization
@onsmith wrote: Hi. I would like to know the proper organization in Ember for a multi-page user signup form. Here are my requirements: 1) The steps/views/pages of the form should all edit the same...
View Article