Allows you to build text messages similar to ActionMailer
Lite version of the ActionText.
bp3-actiontext adapts actiontext for BP3 (persuavis/black_phoebe_3).
ActionText for Rails 5
Extends ActionText to support highlighted code blocks
Trix and ActionText plugin for InnerPlan
A Ruby gem for translating ActionText rich text content using ChatGPT while perfectly preserving HTML structure, tags, and links. Extensible architecture allows adding additional translation providers.
Enables an integration for the Trix powered ActionText content editor for RailsAdmin
Incorporate ActionText into Administrate to allow rich text editing in the dashboard.
Knitsearch adds FTS5-backed full-text search to ActiveRecord models. Search by rich text, associated records, or multiple models in one query. Index updates synchronously via SQLite triggers, atomic with source writes. BM25-ranked results returned as a chainable Relation. Supports typo tolerance, phrase matching, prefix matching, highlighting, snippets, and more.
A Rails engine providing a WordPress-like block editor for blog posts. Supports text (ActionText), image stacks, and video blocks with drag-to-reorder.
SmsSafe provides a safety net while you're developing an application that uses ActionTexter or other gems to send SMS. It keeps SMS messages from escaping into the wild. Once you've installed and configured this gem, you can rest assures that your app won't send SMS messages to external phone numbers. Instead, messages will be routed to a phone number you specify, converted into e-mails to you, or simply not sent at all. SmsSafe can also include an artificial delay to simulate the call to your SMS provider, for realistic load testing.