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 repliedIs 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 repliedHey Michael! [Jumpstart Pro](https://jumpstartrails.com) doesn't require a subscription. The subscription gets you access to updates (like the upcoming Rails 7.1 and Ruby 3.3 upgrades), but you c...
Chris Oliver repliedAs the title says, I'm looking for ways of limiting the file upload size of both ActiveStorage attachments and ActionText attachments. I know this problem will require both client side and server s...
Tonksthebear posted