Avo Admin for Rails 

@avo_hq@ruby.social
18 Followers
8 Following
189 Posts

Build Internal tools and customer-facing apps 10x faster using Ruby on Rails

https://avohq.io

Websitehttps://avohq.io
GitHubhttps://github.com/avo-hq
Twitterhttps://twitter.com/avo_hq
Discordhttps://avo.cool/chat

LLMs are getting better at understanding websites in real-time, but large context windows can cause them to miss key info among irrelevant content. The llms.txt file solves this by providing a compressed, LLM-friendly Markdown version of your site's important content.

https://avohq.io/blog/llms-txt-rails

Passwords have powered the web for decades—but they’re risky and hard to manage. A better way? Secure login codes: simple, safe, and free from bad password habits.

https://avohq.io/blog/passwordless-authentication-rails-no-password

If your users are moderately technical, let them write Markdown instead of forcing a WYSIWYG editor. They'll be happier and more efficient.

Commonmarker gem = CommonMark spec + GitHub-flavored Markdown for extra features your users might love 🚀

https://avohq.io/blog/github-flavored-markdown-commonmarker

Bulk destroy action using customizable controls | Avo docs

Ruby on Rails Admin Panel Framework

One of the most requested small-ish features is the ability to bulk destroy records.

We kind of procrastinated on this one because it's achievable using the existing Actions feature.

Here's a cool way of doing it yourself while you get access to all the context you need 🙌

Hey everyone,

We have a short release today but we'll talk quite a lot about the new Avo 4 experiments so check it out on our release page.

https://avohq.io/releases/3.21.0

Avo

Build self-hosted Internal Software in days not months

Deploying an app to production is rewarding, as users can finally enjoy it.

However, bad actors are a reality online and can cause harm if unchecked.

Here's how to add Cloudflare Turnstile to a Rails app to combat unwanted or malicious requests.

https://avohq.io/blog/cloudflare-turnstile-rails

Cloudflare Turnstile for spam prevention in Rails - Avo

Learn how to implement Cloudflare Turnstile to prevent spam and unwanted access to parts of our Rails applications.

Custom domains for local development in Rails can be a nice addition to our toolbox.

Trading localhost and some port number for a short and memorable domain name sounds nice, right? How about if we throw some secure connections into the mix?

https://avohq.io/blog/custom-domains-ssl-in-rails-development

How to add Sign in with Apple to a Rails app - A complete guide from Apple Developer account setup to implementation with omniauth. Reduce friction in your authentication flow and meet App Store requirements in one go.

https://avohq.io/blog/sign-in-with-apple-rails

Sign in with Apple for Rails apps - Avo

Learn how to add a Sign in With Apple feature to your Rails application to improve user sign-ups.

Handling file uploads in Rails applications has never been easier.

With Active Storage, we can be up and running in a matter of minutes with local uploads and, with some extra effort, we can get cloud uploads rapidly.

https://avohq.io/blog/cloudflare-r2-active-storage

Cloudflare R2 with Active Storage - Avo

Learn how to integrate Cloudflare R2 uploads with Active Storage and enjoy the advantages offered by the service