Quantcast
Browsing all 4826 articles
Browse latest View live

PWA: Strategies to use Fastboot together with service worker

@Hummingbird wrote: Some time ago we added ember-service-worker and its plug-ins to our app to make it a PWA. Since then the service worker is happily caching our index.html file and all of the apps...

View Article


Tutorial to add 3rd party bootstrap template

@UsuallyReliable wrote: I have followed the Embercasts tutorial on how to build an Ember application. Though, one big thing that was glossed over was the choice of CSS template. Embercasts uses their...

View Article


Model data being lost on page reload

@therealbenhogan wrote: Hi, I have models for orders and order items, with a standard one-to-many relationship: order.js export default DS.Model.extend({ orderItems: DS.hasMany('order-item'), });...

View Article

Ember.js - The Ember Times - Issue No. 98

@ember-blog wrote: Goeie dag Emberistas! 🐹 This week: model hook illuminated in Ember.js Guides 💡, EmberCamp CFP Open 🏕, Ember podcasts to keep us happy 📻🍩🎧, a proposal to use Empress to render the...

View Article

How to re-render a component, i.e. an ember-light-table

@aaronlelevier wrote: Hi, I have a use case where I am using ember-light-table, and I want to make the columns configurable by the User. There’s a section of the UI with checkboxes, and the User can...

View Article


Understanding ember in depth

@JimParsons wrote: Hi all. I’m a javascript noob. How to go about learning ember js. I’ve tried learning from the official doc. But I don’t really seem to understand the concepts. Any learning...

View Article

Is there a way to use addons in engine by listing them in engine's...

@swarnavallis wrote: I listed a addon in ember engine’s package.json under dependency and it isn’t included in neither host app nor engine’s vendor. I get error as “component or helper named...

View Article

Building Ember with Webpack via Embroider?

@botandrose wrote: Hello! I’m attempting to build a ruby gem that adds Ember integration to the rails/webpacker system, so that Ember regains its status as a first-class citizen in the Rails...

View Article


Ember.js - Ember's 2019 Roadmap: Call for Blog Posts

@ember-blog wrote: Ember in 2018 (and 2019) has been more exciting than ever! We've been working diligently to advance the project based on our 2018 Roadmap, but while we work on that, it is time to...

View Article


Replacement for ember-data-filter doesn't seems that good

@momohuri wrote: Hi, I have been migrating my ember app to remove any store.filter. I have been trying to follow the best practice by using peekAll and a filter on top of that. But it doesn’t seems to...

View Article

Is it OK to use computed properties on the model for template display logic?

@sorvah wrote: A colleague and I have been thinking on a topic today and I’d love to get the feedback of other ember developers. I have a webform that is rendered with a model. The model will either...

View Article

Ember.js - Ember 3.10 Released

@ember-blog wrote: Today the Ember project is releasing version 3.10 of Ember.js, Ember Data, and Ember CLI. This release kicks off the 3.11 beta cycle for all sub-projects. We encourage our community...

View Article

How do I force the user to get my changes every time i update my ember app on...

@mpc20001 wrote: How do I force the user to get my changes every time i update my ember app on the server? Currently if i make changes I have to force a refresh to make sure people see my latest...

View Article


Ember data plain array attribute

@mario.gomez wrote: How can I model an object that has a plain array of strings? If I do the following it shows me the emails but when modifying their value they are not updated. The server...

View Article

Ember.js - The Ember Times - Issue No. 99

@ember-blog wrote: 你好 Emberistas! 🐹 Submit your input for Ember's 2019 Roadmap ✍️, Ember 3.10 Released 🔟, new ways for you to mock requests in Fastboot tests 👢💨, faster builds on Windows with Docker...

View Article


REST Api does'nt work

@Nar_Zantaria wrote: Hi people! I“m learning ember and have troubles with REST api. I“ve read docs, but I just can’t understand, how it works. It’s really a problem, and I’d like to ask experiences...

View Article

Playing around with SVG and CouchDB

@broerse wrote: I will publish my code tomorrow but I was playing with SVG and it seems to work. Had to go back to Ember 2.18 to get the SVG’s to work so I still have to look at that. For now, my test...

View Article


Fresh UI for old content

@vim wrote: Hi, first off : i am completely new to ember and haven’t created an app yet, so this may seem like a very silly question, please bare with me! I am trying to understand if I could create...

View Article

Tailwindcss v1 integration process

@greyhwndz wrote: I know there is an ember-cli-tailwind addon that uses pre-v1.0 tailwindcss. But I want to try to use the version 1 of tailwindcss with ember 3.10. Can anybody share the process of...

View Article

Ember Route cannot find model

@johnnyicon wrote: Hi all, I’m having an issue with loading a model into a route. This is a legacy app with some convoluted code, so I’ll try to add some context to the situation so it makes sense....

View Article
Browsing all 4826 articles
Browse latest View live