No commit activity in last 3 years
No release in over 3 years
Enables an integration for the Trix powered ActionText content editor for RailsAdmin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 5.2.0, < 7
 Project Readme

RailsAdminActiontext

Gem Version Code Climate

RailsAdmin extension for enabling the Rails 6 ActionText editor.

Installation

To enable rails_admin_actiontext, add the following to your Gemfile:

gem 'rails_admin'
gem 'rails_admin_actiontext'

Configuration

To use ActionText follow the Rails installation instructions (don't forget ActiveStorage if you want to allow drag and drop images).

RailsAdmin.config do |config|
  config.model Team do
    edit do
      field :description, :actiontext
    end
  end
end

About Jemcode

Jemcode

This repository is maintained and funded by Jemcode Limited. We are available for hire.