v3.16.0 - External link, copyable fields, and CMD+Return to submit forms
Happy New Year! New release: enhanced records with external links, copyable fields, CMD/CTRL+Return for forms, and more. Check our roadmap and virtual resources!
Happy New Year! New release: enhanced records with external links, copyable fields, CMD/CTRL+Return for forms, and more. Check our roadmap and virtual resources!
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
Discover Avo's latest updates: new features, Hack Week projects, revamped avodemo.com, and more. Join us for Office Hours and explore exciting dev opportunities!
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
Discover Avo's latest features like explicit authorization, sortable properties, and more. Explore the full release notes and join our community events!
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
Avo 3.13 is out! Enjoy custom actions list, improved association views, dynamic filters, and more. Join Office Hours on Oct 18 and Hacktoberfest. More info at avohq.io.
New features: improved Dynamic Filters, resource custom components, date-time filter, and bug fixes. Join us at Euruko, Rails World, and Friendly.rb. Tickets selling fast!
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
Avo 3.11 released with 140+ PRs! Highlights: breadcrumbs, attachments, custom search drivers, action popovers, default scopes, and more. Full notes at avohq.io/releases/3.11.
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