Using reactJS in EmberJS, module not found
@Frank_He wrote: I have react component to be used in emberJS, this is what I was doing. First, I need to install react and react-dom in package json, so I added this: “dependencies”: { “react”:...
View ArticleUnit test for component that created in ember engine
@GregWang wrote: Any one who has the experience for testing the file in ember engine? I created a component in ember engine (in-repo-addon) via command: ember g component schedule-info --in-repo-addon...
View ArticleFastboot and file-only deployment environment?
@Lupestro wrote: I am trying to figure out how to use fastboot in our delivery environment. On our corporate servers, deployment consists of populating an IIS site with a packaged tree of files -...
View ArticleModel data hooks
@kimek wrote: Hi Chaps, Is there any hooks for ‘model data state’ (afterSerialize) ? I know that we have Adapters and Serializers however I couldn’t find any hooks in docs. I am not able to use...
View ArticleHow to use ESA or ESAT to authenticate against custom provider
@belgoros wrote: I can’t find any resources on how to proceed and is it possible to use ESA (ember-simple-ath) or ember-simple-auth-token add-on if I have to authenticate a User agains a custom...
View ArticleIs there an 'array pointer' in model loop or set() function behaves like...
@kimek wrote: Hello there I’ve spend now 10h on this and still couldn’t figured out what’s going on. I have 2 components: {{task-component task=visitor.task}} {{answer-component task=visitor.task}}...
View ArticleHow to convert raw json to an ember model
@amexaCree wrote: In my program I get json from a request that doesn’t go through ember data, but is there a way of converting the json returned into an ember model with all the benefits of ember...
View Article'transitionToExternal' from Component : Ember Engines
@_Kalai wrote: Hi, I’m using Ember Engines. How to make a transition to external route from inside the component? Currently router instance 'Ember.getOwner(this).lookup(‘router:main’) ’ seems it...
View ArticleWay to refer back to url that launches Ember app
@yefan15 wrote: I am new to Ember and was wondering if there is a way to refer back to a URL that opens the Ember app. I would like to be able to refer to that URL from anywhere in the application...
View ArticleComponent with dynamic modules and options - Giving me a headache
@Joshua_Jenkins wrote: I feel like I’m doing something wrong when things become difficult. I want to make a trade simulator that I can drop self contained buy trigger modules in. The trigger module...
View ArticleUsing D3 to render data based charts in Ember
@Abuelo wrote: I’ve been using D3js recently to do some charting in my applications but I am really struggling to take something that works and renders in a standard ‘HTML with tags’ way and turn that...
View ArticlecreateRecord on model leaves behind shell of a record when not saved. What...
@sheriffderek wrote: Let’s say I have a concept for ‘user’ or an ‘order’ that uses a form. I can create a record on the store and return it in the model of a route. Then in the form, the data knows...
View ArticleGetting error while installing basic addons ember-cli-tutorial-style
@trinadh wrote: Hi I am new to Ember, i am following ember guide, i am trying to create super-rentals app, I am following the same steps, mentioned in ember guide, when i am trying to install addon...
View ArticleGetting errors whild installling addons "ember-cli-mirage"
@trinadh wrote: Hi I am new to Ember, i am following ember guide, i am trying to create super-rentals app, I am following the same steps, mentioned in ember guide, when i am trying to install addon...
View ArticleUsing Ember on Docker
@Dog2puppy wrote: So I just started learning Ember, and I have recently began to use Docker. I know that Ember has a web server and a deploy command. I know that the deploy command makes a directory...
View ArticleSeason detection and day(bright) and night(dark) detection
@GELight wrote: Hi all, I need some information about a date time. Is there an addon or library or something available for: detect the season by date time? detect a day(bright) or night(dark) by date...
View ArticleEmber functionality not working properly on different machines
@amanMalhotra wrote: Hi Helpies, I am facing an issue on ember page, a functionality is not working in my machine while it working in my colleagues machine. Ember Code is same on both machine....
View ArticleGet source maps to work with Bugsnag @2.16.2
@phcoliveira wrote: Hello there and thanks in advance. I am using ember-cli-deploy-lightning-pack for automating the deployment of new files and ember-cli-deploy-bugsnag to privately upload their...
View ArticleHow to temporarily block view from refreshing
@beddu wrote: My Ember app is auto-refreshing certain routes on a regular time basis like this: import Ember from ‘ember’; export default Ember.Route.extend({ model() { //returns a promise },...
View ArticleComponent focusIn not triggered on click in FF and Safari
@teejay wrote: Hello, I mad a little twiddle to show issue I am having https://ember-twiddle.com/9b8edc5adeaea2d7fe5cc276b06730e6?openFiles=components.my-select.js%2Ctemplates.components.my-select.hbs...
View Article