Tag: rails
Tag: rails
Posts tagged with "rails":
-
Enable the admin to configure tags for selection in a dropdown, to control type and amount of tags stored
Build a tag management system with Rails and ActsAsTaggableOn allowing admins to configure, archive, and control available tags for users.
-
How to upgrade a Ruby on Rails application?
Step-by-step guide for upgrading Rails apps covering Ruby versions, gems, testing strategies, and managing the upgrade process with your team.
-
Collecting creditcard details in Stripe with SetupIntent
Learn how to save customer payment credentials for future charges using Stripe's SetupIntent API with a Rails implementation example.