Quantcast
Browsing all 4826 articles
Browse latest View live

Urls not working unless user clicks link directly

@alannarisse wrote: Hi, I've got two issues. broken links on live site. http://vergepdx.com The biggest is that I can't seem to get links to work correctly in my build, they work in my local...

View Article


Advanced routing and nested route vs service

@ezy wrote: In my app I have the following user hierarchy organisation (org) > reseller > customer. From a business perspective all three user types in the hierarchy are a customer with a...

View Article


EmberJS Authentication/Ember Simple Auth Help

@MattsLab wrote: Hello, I am currently in the process of learning Ember.js and I'm getting to the point where authentication would be nice in my app. From what I can see Ember Simple Auth is one of...

View Article

Why does `ember install` use commit id instead of tag version while using...

@ykaragol wrote: We have private addons in our private git repo. While our development teams use these addons they install our addons such as: ember install...

View Article

Ember + MathJax Re-render Issue

@billdami wrote: I've encountered an issue with ember's (app is on 2.6.0, but seems to happen in latest as well) rendering process and its compatibility with the MathJax.js library. I have an ember...

View Article


filterBy using a hasMany relationship

@ewaschenko wrote: Hi, My chatroom model includes a hasMany comments and my user model also includes hasMany comments. With my chatroom model I'm trying to find my comments for the chatroom. using:...

View Article

Updating to 1.11.1 - View not accessible inside an helper

@Techbrunch wrote: Hello guys, We are in the process of updating our ember app from 1.10 to 1.11 and we are running into an issue. We have a simple sort-toggle helper that is not working anymore....

View Article

Problem with bootstrap Theme

@walid89 wrote: Hey there,I am a beginner in EmberJs i'have a problem with Gentelella Bootstrap Template . I imported the theme correctly but on click nothing Work ( Toggle button & li menu ) this...

View Article


= 0 and < 65536">"port" argument must be >= 0 and < 65536

@parekhpiya2002 wrote: Hello All,Greetings...! I am building my application with the help of gradle.It fails with the test saying '"port" argument must be >= 0 and < 65536'. what will be the...

View Article


Uncaught Error: Compile Error: fa-icon is not a helper

@parekhpiya2002 wrote: Hello All,Greetings...! I am using font awesome in my ember project.I also installed ember fixtable which is causing version problem for my Font awesome module. Can somebody...

View Article

Changing path for ember-data requests

@ioanszabo wrote: Hi.Let's say I have a person model.Normally to add a person to database I would do person.save().This will do a POST request to /persons. What I want is to change the POST path to...

View Article

Computed on async relationships

@Charles_Bourasseau wrote: How can I use computed to monitor async loaded relationships? In the following example, I would expect the parent title to be displayed as soon as it's loaded into the...

View Article

Identifying Pre-flight requests in Adapter

@Ben_Glancy wrote: Hi, I need to modify the host in the adapter so I came up with the following: export default DS.JSONAPIAdapter.extend({ namespace: 'arp/v2', host: function() {...

View Article


Disappearing Files/Resetting of the Dist File

@jondanson wrote: Upon starting the server the dist folder is reset. Meaning if I add a file it disappears, if I delete a file it reappears. Here are my dependencies. npm install --save-dev...

View Article

Weird loading behaviour with multiple relationships

@Hummingbird wrote: I am having a one to many relationship, which looks like this: models/group.js: export default DS.Model.extend({ members: DS.hasMany('member', { async: true }) }) models/member.js:...

View Article


Loading external JS assets in the application

@leonardo wrote: Hello everyone I've been using the vendor/vendor-load.js file to load local external dependencies but what about external ones? I need to inject the Wistia JS file than one way that...

View Article

Deploying/Hosting Ember App on IIS

@manojpnx wrote: Hi all, Please can anyone guide me to Deploying Ember application on IIS.I can't find clear steps to do.Thanks. Posts: 1 Participants: 1 Read full topic

View Article


Lazy loading inside a template

@Charles_Bourasseau wrote: How can I lazy load relationship inside the template? // models/folder.js export default DS.Model.extend({ children: DS.hasMany('item', { inverse: 'parent', async: true })...

View Article

How would you rewrite an application from React to Ember?

@dynamiccast wrote: Hi, Currently having a quite big React application, how would you progressively rewrite it into an Ember app ?Ideally we would like not to have to develop the new frontend for few...

View Article

ArrayProxy content.length vs length

@williamhaley wrote: I'm not sure I understand ArrayProxy. I'm trying to extend ArrayProxy, and I'm using pushObject to add content to my array. I see the content getting updated, but for whatever...

View Article
Browsing all 4826 articles
Browse latest View live