Porting of AttrsProxyMixin to Older versions of ember
@nagkumar wrote: Is it possible to port AttrsProxyMixin to older versions of ember Posts: 1 Participants: 1 Read full topic
View ArticleDynamic queryParams - is it possible?
@rael.venturus wrote: Hello there. I'm using Ember 2.4.1, and i'm getting trouble trying to run queryParams with dynamic values. Long story short, the application needs to filter a table by it's...
View ArticleDEPRECATION: You modified (no label) twice in a single render
@kgish wrote: I keep getting the following deprecation and would like to know how to fix it. DEPRECATION: You modified (no label) twice in a single render. This was unreliable in Ember 1.x and will be...
View ArticleManaging multi language
@Maelstrom wrote: Good day people! I am kinda new to Ember, I have read the doc quite a few times but without yet the opportunity to experiment it. I just started a new personal project and I am...
View ArticleAdding suffixUrl to rest call
@andersrapp wrote: If I want to update the users status and the API that I'm using expects: /users/:username/block or /users/:username/activate Is this even possible? Can I use buildUrl for this or is...
View ArticleDeployment methods
@uitgewis wrote: Hi, I'd really like to get some tips from the community who have white-labeled applications. I'll give a bit of info of what we currently have: For the multi-environment part, we...
View ArticleHiring Ember.js devs in San Francisco
@jasonshark wrote: Hey everyone! We are working with a video streaming/gaming company that has built their platform out with Ember.js. They are looking for strong Javascript developers and experience...
View ArticleWhat to do with Qunit's default tests?
@Bauke wrote: The Qunit tests that Ember generates contain some default tests, like: // Acceptance test for route test('visiting /login', function(assert) { visit('/login'); andThen(function() {...
View ArticleEmber Route - Access to DOM
@CarlosV89 wrote: Hey guys im fairly new to Ember and I found a plugin that makes an action inside a route usable from the template. I was using the action in the route to modify the DOM through a...
View ArticleAndroid javascript performance in web views
@JordanRDesigns wrote: I know that android phones have been shown to have very poor javascript performance, but what about dropping an ember app in a web view and adding it to the app store. Does this...
View ArticleEvent Generation and Event Handling Best Practices
@nagkumar wrote: Any good documentation how to design generation and handling of events in Ember 1.x and 2.0. I do see patterns of component --> controller --> route component --> route...
View ArticleBest usage senarios of method bubling
@nagkumar wrote: Apart from Higherachy error handling, are there any pointers for real scenarios of making use of bubling special in enterprise grade applications. Any practical case studies sharing...
View ArticleForm CRUD best example for Ember 2.0
@nagkumar wrote: Could any recommend best CRUD code on Ember 2.0, which is simple and re-applied in any general Forms developed used in latest ember. Any github examples/urls Posts: 1 Participants: 1...
View ArticleHow to deal with success response data?
@Helix wrote: nm, I figured it out, have to use the same object structure in your response as you've received in your request. Posts: 1 Participants: 1 Read full topic
View ArticleBest way to include ember app into an already existing javascript app
@Abid_Hussain wrote: We have an existing application with rails backend and normal javascipt/jquery front end which is not an spa, we wanted to build a part of the existing app into ember, what will...
View ArticleHelp with Twitter API
@noiro wrote: Hi Everyone, I'm just starting out in Ember, and I'm trying to get a Twitter API working https://github.com/BoyCook/TwitterJSClient I've used browserify to get the twitter-node-client...
View ArticleVideos of Ember Conf 2016
@krautman wrote: I'm not sure where to post this question but I think there will be many people also looking for an answer. This is the reason why I think the Ember Slack Channel is not the...
View ArticleEmber tries to resolve an relationship while ID is set to ''
@Rick_Meertens wrote: Hi Guys, I'am having an issue with Ember trying to resolve an empty relationship, while no ID is set but an empty string. For example I have a User model with an relationship...
View ArticleLatest version breaks EmberData
@everydaypanos wrote: Hi, I am using latest version of Ember (2.5.0 beta4) and when I try to run a simple ember-data request it shows this error:...
View Article{{get}} helper with dynamic key not working
@haggis wrote: In a component I have the following property: values: { 4: { 'value': 5, 'unit': 'km/h' }, 8: { 'value': 7, 'unit': 'db' } }, indexes: [4, 8] In it's template, I need to dynamically...
View Article