Share JWT Across Multiple Ember Apps
@sean_marshall wrote: I am trying to share a JWT across multiple Ember applications. I'm currently using ember-simple-auth and ember-simple-auth-token to generate my tokens. All is fine for generating...
View ArticleEmber-g-map F.A.Q
@eseRoger wrote: I would like to create a list of questions related to this amazing addon. How can I add a dragEvent to the map? Posts: 1 Participants: 1 Read full topic
View ArticleWhat will be done with the packages in node_module during deployment?
@Kevin_Zhu wrote: Maybe it's a silly question, but I'm new to web front-end and the deployment procedure really confused me a lot. After some search I found out that broccoli does the bower package...
View ArticleHow to use csrf in ember app
@titoesteves wrote: Hey all. I am trying to implement csrf in my ember/express app. In my express app I have the following:app.use(express.csrf()); app.use(function(req, res, next) { res.locals._csrf...
View ArticleHow can I re-use templates under different parent routes?
@maffews wrote: I've tried searching for an answer to this question but I'm not even sure what terms to search for, so I haven't had much luck. I would like to share templates between different parent...
View ArticleHow to launch two or more ember apps at once?
@Rafal_P wrote: Hey guys, I want to launch more than one ember application on a linux server, What is the best method to do that? Greetings, Rafał Posts: 2 Participants: 2 Read full topic
View ArticleNested Route - Too many dynamic segments?
@hschillig wrote: I have this in my code: {{#link-to 'contracts.contract.info' model.id (query-params modalRedirectUrl=modalRedirectUrl) title="View More" class="plus"}} {{fa-icon "plus"...
View ArticleTemplate size and efficiency
@T.J_Crowder wrote: Coming up to speed on Ember (very, very cool), and something about templates is bothering me. In an .hbs file, I have this HTML at the end of a minimal template that has some...
View ArticleEngines vs PODs vs monolith - Need a suggestion for splitting up may app
@krautman wrote: Hey! First of all I'm searching for a good advice. Maybe a discussion will be started. I know that there is no "best" solution but I need to hear different opinions to make a...
View ArticleHow to turn flag "isNew" to false?
@Swizz540 wrote: Hi there, I am looking for something a little bit tricky.Today, I am working with a model which live in session (server side) and I need to create it client side when the session is...
View ArticleJavaScript Size
@T.J_Crowder wrote: By default, the app created via ember-cli builds two .js files: A "vendor" one and an app one. For my fresh-out-of-the-box Ember.js 2.7 app that's basically just the Getting...
View ArticleRouter templates and Components
@Ben_Glancy wrote: Hi, A component has didInsertElement, why doesn't the router template have something similar? I am trying to know when the route has rendered it's template HBS file. I am a little...
View ArticleHow to pass json data to ember-cli-charts
@Lahari wrote: stackoverflow.com How to pass json data to ember-cli-charts ember-cli, chart.js asked by lahari on 12:56PM - 04 Aug 16 this is the link to my question.Please check once. Posts: 1...
View ArticleError while installing ember-cli-mirage
@gr4vy wrote: I am following along with the super-rentals tutorial on the emberjs site. Here is the command line output: Could not start watchman; falling back to NodeWatcher for file system...
View ArticleUseless `ember test --server` output!
@Timmehs wrote: Hello Ember community! I'm wondering if anyone has found a way to produce useful console output for failed tests in the ember test --server. I'm sure everyone is familiar with this...
View ArticleHasMany model not returning relations if the previous model has de same...
@rafael wrote: Hi, I'm new to Ember but I believe I found a bug or something. Let me tell you in details what happens in the app I'm currently developing. Twiddle:...
View ArticleEngines + Fastboot compatibility?
@Chava wrote: Hi Guys, I'm in the middle of architecting an application and want to make sure I'm not painting myself into a corner where I can't use upcoming lazy-loading engines because I elected to...
View ArticleIssue with rendering g-recaptcha 2.0
@Helix wrote: I'm trying to build a short and sweet google recaptcha widget. I have the following code in my component: export default Ember.Component.extend({ attributeBindings: ['id:id',...
View ArticleProxy with auth on separate host for dev?
@T.J_Crowder wrote: (With apologies for cross posting; the Ember.js tag on SO doesn't seem to get much attention... ) We're looking at using Ember in an app that uses a backend API via ajax. In...
View ArticlePassing array of query params in createRecord method
@ramesh_kumar.nitt wrote: Hi Team,I have a sceanrio in my ember app for which i need help.I am using ember-data@2.4.2 with JSONAPI adapter 1)There is a vehicle search results screen in our...
View Article