Quantcast
Browsing all 4827 articles
Browse latest View live

Prevent URL Change

@VillaAlex91 wrote: Hello, I am rather new to Ember and I am currently building an app with version 2.1. As part of the app, pagination is required, so each time I press a button to show more I query...

View Article


Just released ember-cli-deploy-couchdb 0.1.0-beta.1

@broerse wrote: You can find it here: https://www.npmjs.com/package/ember-cli-deploy-couchdb You can deploy direct to a CouchDB cluster on localhost or for instance Cloudant. For most Ember Apps...

View Article


Realtime charts with firebase and ember-cli-morris-charts

@leoelcoder wrote: I'm looking help for this topic that I've posted on github https://github.com/matheusdavidson/ember-cli-morris-charts/issues/ 2 I'm new in this forum regards! Posts: 1 Participants:...

View Article

Subclassing components help

@accelerate wrote: Hi, I'm fairly new to EmberJS, so hopefully this is a fairly easy question to answer. I'm trying to learn how to use Components, and I'm running into an issue with subclassing them....

View Article

Bug or Feature? (run loop, render engine)

@lustoykov wrote: Hello, we have an array of ember objects which we render in a template with the component helper as follows: {{each objects as |obj|}} {{component obj.name}} {{/each}} Now as we...

View Article


Ember-Data, Query Params, Routes

@planetexpress69 wrote: Hi there, I've got a nice app running using Ember-Data to fetch some stuff from an API endpoint. Data is displayed as a table. So far so good, everything works like a charm....

View Article

Anyone unit testing in EmberCLI without a browser (including PhantomJS)?

@botandrose wrote: Hello, Ember community! I have an old app (pre-EmberCLI) with superfast isolated unit tests written in Mocha/Chai, executed in node. I've set it up so that Mocha loads...

View Article

How do you access the links object (JSONApiAdapter)

@akst wrote: I made a stack overflow question about this, but a week and a bit later no answer. I'm using the JSONApiAdapter, and I'm trying to setup pagination for my blog so I decided to use the...

View Article


Restructure data before output in template

@celo wrote: Guys, i'm using this ember-full-calendar add-on and i need re-structure my data because in the currently format full calendar can't read it. I'm doing this: First i'm returning all my...

View Article


Why they remove component events from Api...?

@Vazgen7788 wrote: I cant find didInsertElement, willInsertElement... etc in ember Api docs 2.2.0... where they are? Posts: 2 Participants: 2 Read full topic

View Article

Adapter error when connection is lost

@tilix wrote: When my application loses the internet connection, I get an error coming from the adapter and I'm not sure why it does that. Error: Adapter operation failed at new Error (native) at...

View Article

AJAX alternative to jQuery

@josh_hardy wrote: I am not thrilled with the verbosity of jQuery's ajax syntax. Is it possible to use something other than jQuery when fetching data? I really like axios as a simple and terse...

View Article

Ember parse adapter hasMany error

@caracatiza wrote: Hi. In the database on the parse.com I have a table Item with the following fields: "objectId": "O0NkhZAcMd", "price": "100", "topping": [ { "__type": "Pointer", "className":...

View Article


What is the process that ember data does when you get/save a record?

@joel_t wrote: Hi there, I'm currently writing my own adapter/serializer for ember, its going well but I'm a bit lost as of the process/cycle in which data gets passed from the server to the ember app...

View Article

Ember jscs present for code style—suitable for projects?

@rrh wrote: Hi, ember-cli by default generates .jshintrc and other config files. I noticed that Ember has also .jscsrc. After reading Principles of Writing Consistent, Idiomatic JavaScript I thought...

View Article


Map JSON array of object ids to model?

@JMendoza wrote: Hey! I am doing a simple search of posts, and I am having trouble rendering model, I am receiving this from server side (array of post ids, and the post models posts: [{ id:1,...},...

View Article

How i can tune "Ember Simple Auth" (any other module)?

@sweet-bob wrote: Hi all, I'm newbie in emberjs. I want tune module "Ember Simple Auth". In my environment.js i trying use ENV['ember-simple-auth'] object, how it specified in documentation. I can...

View Article


Route's variables and templates

@wannabewebdev wrote: Hello I am learning ember, so excuse me for stupid question. I'd like to know is it possible to render route's variable to template? Posts: 2 Participants: 2 Read full topic

View Article

How does PretenderJS mocking work?

@harimath wrote: Using PretenderJS, how can I mock the requests OR specifically say in stub mode, how does an API call get redirected to get the stub response (i.e. mapping for data) ? Posts: 1...

View Article

Dynamically render component

@Alexey wrote: Hello. For example, user can type something like that: "hello @someUser".Then throw markdown helper @someUser transofrom to<a class='meniton'...

View Article
Browsing all 4827 articles
Browse latest View live