We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
https://edgeguides.rubyonrails.org/action_text_overview.html
The text was updated successfully, but these errors were encountered:
4fd5c8c
Documentation added. https://github.com/sferik/rails_admin/wiki/ActionText
Sorry, something went wrong.
@mshibuya , How do you use actiontext with rails_admin?
@mshibuya old question but let me add comment its about rails 7.0.4 and you need just to do: 1 - bin/rails action_text:install
2 - # app/models/message.rb
class Message < ApplicationRecord has_rich_text :content end
3 - in case that you see broken images you will need this setting Use mini_magick , just include in config/application.rb
config/application.rb
config.active_storage.variant_processor = :mini_magick
Good, could you update the Wiki entry as well? https://github.com/railsadminteam/rails_admin/wiki/ActionText
No branches or pull requests
https://edgeguides.rubyonrails.org/action_text_overview.html
The text was updated successfully, but these errors were encountered: