How to add Feature Flags in Rails with the Flipper gem Discussion
Is there a way to enable a feature for a locale? For example, I want to show that come to our site from our Spanish domain to see a different version of a page.
Ketan Patel repliedSave 36% for Black Friday! Save 36% on GoRails for Black Friday! Learn more
Is there a way to enable a feature for a locale? For example, I want to show that come to our site from our Spanish domain to see a different version of a page.
Ketan Patel repliedThis was a fun discussion with Kasper, we talked for quite a bit longer but it was edited to make it shorter. Also, be sure to check out Kasper's Open Source retreat if you want to hear more and ...
Kentastic postedIn the context of a real estate app, where you want to associate property owners (contacts/users) with properties and allow searching and saving of these associations, you'll need to set up a relat...
Oliver Sawtell repliedHey Chris! Enjoyed the video! Any issue with using: ... @password = Password.new(password_params) if @password.save current_user.passwords << @password redirect_to @password .... In th...
Ann Cascarano postedI'm looking to track downloads of mp3 files that are stored using ActiveStorage with Ahoy and data visualized with Blazer. Anyone got any resources for how to do this tracking of ActiveStorage wit...
CF Pro Tools repliedI can't see enough code to give a solid reply, but most likely you are trying to return an array of objects, in which case you need to use the Collection class to map as an array first.
Brandon repliedSolidus is an open source Ruby on Rails e-commerce platform you can use: https://guides.solidus.io/
Chris Oliver replied