Quantcast
Browsing all 4827 articles
Browse latest View live

How to retrieve data using an Ember Local Storage Adapter?

@alexmngn wrote: Hello! I'm trying to understand how the Ember Local Storage addon works. It looks like when you use the local storage adapter, there is no way to make a request to the server anymore...

View Article


Child route logic being called before parent route logic. Is this right?

@Andrew_Max wrote: I have a route nested inside of a parent which inherits from a mixin. // mixins/authenticated-base-route import Ember from 'ember'; import AuthenticatedRouteMixin from...

View Article


Image may be NSFW.
Clik here to view.

Ember.Route.transitionTo VS Ember.Controller.transitionToRoute (naming concern)

@fguillen wrote: Why does the same functionality have different naming depending on what component you are? I have this code in my Controller: this.transitionToRoute('posts'); If I want to implement...

View Article

If I save data from one of my Ember projects, how can I get this data from...

@Rinchen wrote: So just to reiterate, I'm currently working on X Ember Project. I save some data in this project to CloudDB. I then run my Y Ember Project and want to get the data from X Ember...

View Article

I need help converting my old view structure to 2.2

@bschaeffer wrote: I stopped programming in Ember for a while and now I'm back, but a lot of the things I am used to have changed, and the one I am having the hardest time dealing with is...

View Article


Resolving a model in a sub directory

@ssirowy1 wrote: My models sub directory is really just a directory of raw Ember objects. For maintainability, we have a number of sub directories, each of which consist of a set of models defined as...

View Article

How to transition to a parametrised route from outside of Ember.js code

@tomaszs wrote: n my Ember.js setup i have routes like this: this.route('hot', { path: '/hot' }); this.route('hotpage', { path: '/hot/page/:pageid' }); First route is the front page for "hot"...

View Article

CORS issue when using res.redirect()

@joseph_dillon_522 wrote: I'm in the process of refactoring an Express.js API and its REST endpoints. We are switching from app.get('creditCards',...) to app.get('/billing/cards',...). To make the...

View Article


Sr. Ember Developer Needed

@cgieger wrote: Hi, UX Team has an immediate need for a Sr. Ember Developer. Must have at least 1 year of experience developing in Ember. Responsibilities include, but are not limited to: Developing...

View Article


Ember Data Has Many Relationship Ids Pagination

@filby wrote: Hello, I am building an emberjs application and currently trying to reduce server calls. So, when I am at the profile of a user (lets imagine a social network) the json for the user...

View Article

Consistent Factories in Mirage

@andrew1 wrote: Hey everyone, I'm using Mirage to mock data in my app and I was wondering if it's possible to reference one field from another to make consistent mocks. For example, let's say I have a...

View Article

Pods and loading substate bubbling not working?

@robertneville73 wrote: DEBUG: ------------------------------- DEBUG: Ember : 2.1.0 DEBUG: Ember Data : 2.1.0 DEBUG: jQuery : 1.11.3 DEBUG: ------------------------------- using Ember-CLI and pods....

View Article

[CODE GOLF] Avoiding use of 'this'

@eccegordo wrote: Watching a presentation by Douglas Crockford he suggested as an exercise to avoid using this inside Javascript programs. This got me thinking. How to not use this in day to day ember...

View Article


Codemods in ember

@vramana wrote: Hi people, I wrote this blog post titled Codemods: Path to painless upgrades in ember in which I explain how codemods can be used to simplify the ember upgrade process. As I explain in...

View Article

How to create a basic ember application step by step

@anaspm wrote: What all things are basically required for creating a basic ember app Posts: 2 Participants: 2 Read full topic

View Article


Image may be NSFW.
Clik here to view.

Package.json vs bower.json and Ember version

@fguillen wrote: I'm having issues deploying my app to production, I think that different versions of Ember are used un my development and my production environments.. I was trying to figure out the...

View Article

Multi-tenant app

@rovo79 wrote: Hello, I'm in the early stages of planning a multi-tenant rails app, where each client would have a unique subdomain for managing the app. I'm thinking emberJS would be a good fit for...

View Article


Ember Data JSON API included relationships

@Craig_Setera wrote: We have built our API using katharsis.io and a relatively complicated domain model. I'm trying to reduce the number of round trips to the server to fill out the information on the...

View Article

DS.JSONSerializer vs. DS.JSONAPISerializer

@Charles_Bourasseau wrote: Hi, I have a EmberJS project with two Model, they both seams to use different serializers. By debugging inside EmberJS Data i've seen that for the first Model the class of...

View Article

How to get value from variable in helper using component?

@1111 wrote: hi, i pass to component variable and in the component i use helper that compare 2 strings, the problem that i can't get the value from the variable, what i doing wrong ? Posts: 1...

View Article
Browsing all 4827 articles
Browse latest View live