API call from local JSON file
@Riz wrote: Hi all.. I am very new to ember, this seems like it would be a very easy and obvious solution but I am having a hard time finding it. I would appreciate any help. Basically I need to setup...
View ArticleChrome on Android sometimes doesn't show anything
@jonnysam wrote: Chrome for Android often do not show anything until you uninstall and reinstall it. I deleted the settings, cache, cookies. In "incognito" mode it works. I'm on Android 7.1 (but also...
View ArticleBest practices to access window object?
@ykaragol wrote: Are there any best practices or suggested ways of reading/writing the window object? For example 'writing to window.localstorage'?Further, are there any best practices to handle...
View ArticleHandling oauth2 redirect from within a component
@em.b wrote: I'm using ember-simple-auth with the torii library to implement oauth2 authentication into my app. My 'sign in with google' button is wrapped in a component on my login page. I have...
View ArticleMe Again.Ember+Rails Question Again :) (FORMS)
@Harun_Tuncay wrote: Hi everyone, it is me again.How do i get image from the user in ember with a form?In rails, it required a gem like Paperclip or CarrierWave, and then simply by adding <%=...
View ArticleEmber debugging, unhelpful errors, can ES6 source maps help?
@davegoulash wrote: Hi, This is like my fourth time in 4 years of me trying to get into Ember.js. It's going alright this time around, much has improved. However, one thing I just cannot get over are...
View ArticleComposite primary keys
@davegoulash wrote: Hi, Is it possible to use ember-data with https://github.com/composite-primary-keys/composite_primary_keys ? I'm modelling a tennis match and for games the setNr and GameNr...
View ArticleHow to get model params on an adapter
@ezy wrote: I'm trying to fetch data from the following URL structure: ${ENV.APP.API_HOST}/api/v1/customers/:customer_orgCode/sites/ I'm using an adapter to shape the request with buildURL with the...
View ArticleHelp needed with js-repaint-perf for Ember update
@chilicoder wrote: Hi guys. I checked this popular performance comparing: github.com mathieuancelin/js-repaint-perfs js-repaint-perfs - Playground to test repaint rates of JS libs and found out that...
View ArticleBuilding under Windows Subsystem for Linux
@rtm wrote: I'm experimenting with Windows Subsystem for Linux. Our slightly old application uses Ember 1.13.1 and we run node 0.12.6. After cloning/installing everything, when I type ember build I...
View ArticleComponents and sub-directory
@Myrdhin wrote: Does Ember support components organized in sub-directories ? see https://github.com/ember-cli/ember-cli/issues/1219#issuecomment-218873070 I use POD and i organize all my components in...
View ArticleBower and NPM Confusion
@iaskquestions wrote: There is frequent confusion among the two. I understand that it is advised to use NPM going forward. However, I would still like to understand the following: How do Bower...
View ArticleHow to embed belongsTo relationship in model with custom primaryKeys
@ezy wrote: Im getting the error Error: Assertion Failed: You need to pass a model name to the store's modelFor method whilst trying to setup a synchronous embedded data relationship on the model. My...
View ArticleNew child route not displaying its new template
@yogesharora28 wrote: I have a single route in my app right now and am trying to create a new one as a child of that. Existing code which works: app.js app.Router.map(function(){ this.resource('home',...
View ArticleReceive JSON from local Server (mocks)
@XavG wrote: Hi everyone !! I'm sorry but after 3 days searching this ****** solution I GIVE UP !! So my WISH is : use google-distance with EMBER !! 1 - Solution : Google-distance use fs module, so...
View ArticleIs it considered a bad practice to publicly expose service properties?
@alex_middeleer wrote: Is it considered a bad practice to publicly expose service properties? e.g. in the router: ... foo: Ember.inject.service(), baz() { Ember.set(this, 'foo.bar', 'abc123'); } ......
View ArticleHow to embed multiple Ember apps together?
@ykaragol wrote: We have 3 development teams, each team has at least one Ember app. There are more than 8 ember app in total. Each app has its own release cycle.The problem is we have common...
View ArticleRemote full-time Ember developer
@kontulai wrote: We are looking a senior Ember developer to join our team of 7. Deveo is a code hosting and collaboration platform on a mission to make software development seamless. The position is...
View ArticleLooking to integrate ember.js into an existing Node.js application?
@Burtonium wrote: From what I've seen ember-cli seems to kind of build the project for you. I am an absolute beginner in using ember but love the outlook and quite frankly prefer it to using, say, the...
View ArticlePersisting select box selections across routes without saving records to the...
@andywww wrote: Hi, I’m trying to persist some data in the URL because I don’t want to save to the database. Please can i get some feedback on my method? <!-- On /language --> <select>...
View Article