User confirmation with the Rails auth generator
Let's learn how to add a user confirmation flow using the Rails auth generator
Marketing Specialist
Let's learn how to add a user confirmation flow using the Rails auth generator
Marketing Specialist
Marksmith is an ActiveStorage-enabled GitHub-style markdown editor for Ruby on Rails
Let's learn how to add authentication to a Rails 8 app without using a gem like devise.
Marketing Specialist
Let's learn how to use the 'class_variants' gem to simplify your app's CSS by removing conditionals and cleaning up your views
Marketing Specialist
Having better image placeholders can improve our applications' user experience and perceived performance. Let's learn how to do it with Active Storage using the blurhash pattern
Marketing Specialist
2024 has been a crazy year for Avo. Thanks for being a part of this adventure! We are looking forward to the next one. Here are a few notable updates from this past year.
Let's learn how to build an authentication using magic links with Devise and the 'devise_passwordless' gem to add this feature to your Rails application.
Marketing Specialist
Adding a table of contents is usually a nice way to help our users navigate our content quicker. In this article we will learn how to add one to a Rails app using the Nokogiri gem to build a PORO responsible for generating the TOC
Marketing Specialist
An RSS feed is a convenient way for users to subscribe to our content updates without the need for a newsletter subscription. Let's learn how to add one to a Rails application in this article
Marketing Specialist
Adding social logins is a good way to increase trust in your authentication process and increase your conversion rates. Let's learn how to do it using Rails
Marketing Specialist
Sitemaps are an important part of optimizing our Rails app for SEO. Let's learn how to add one to a typical Rails app and host it on the cloud
Marketing Specialist
Find out what makes Rails 8 special and why it's a unique opportunity to jump in to the Rails bandwagon and develop faster than ever
Marketing Specialist
Meta tags are important for SEO. Learn how to add them to a Rails application in this article
Marketing Specialist
Learn how to implement friendly or pretty URLs using the FriendlyId gem for your Rails application
Marketing Specialist
Serving assets from a CDN is a great way to improve your app user's experience. Let's learn how to do it and how to use a custom subdomain
Marketing Specialist
Using a CDN to serve Active Storage uploads helps them get delivered faster. Learn how to implement this feature in this article
Marketing Specialist
Learn how to upload files to AWS S3 with this complete guide: S3 configuration, regular and direct file uploads plus integration with S3 compatible services.
Marketing Specialist
Sometimes, you may want to track the loading times and memory allocations of ViewComponents, similar to how you do with partials. Follow these two steps to enable this functionality.
Author & CEO
Designing a Kanban board feature presents unique challenges, especially when dealing with multiple record types and minimal database constraints. In this article, we explore different iterations of modeling a Kanban board within the Avo framework. Learn how to manage diverse models without enforcing database restrictions, ensuring flexibility and configurability for an ultimate Kanban board experience.
Author & CEO
Did you know you can easily override the field method to add default values to your options?
Author & CEO