Skip to content

Commit

Permalink
Add Field::RichText (#2411)
Browse files Browse the repository at this point in the history
This adds a field for RichText, based on ActionText.

It builds on work started in #1680.

Co-authored-by: Sebastien Dubois <[email protected]>
  • Loading branch information
littleforest and sedubois authored Jun 5, 2024
1 parent 8bed5ee commit d2fb856
Show file tree
Hide file tree
Showing 36 changed files with 8,753 additions and 1,599 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

/spec/example_app/node_modules
/spec/example_app/config/database.yml
/spec/example_app/storage

/node_modules
/public
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "administrate-field-image"
gem "faker"
gem "front_matter_parser"
gem "globalid"
gem "image_processing"
gem "kaminari-i18n"
gem "pg"
gem "pundit"
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ GEM
railties (>= 5.0.0)
faker (3.4.1)
i18n (>= 1.8.11, < 2)
ffi (1.17.0)
formulaic (0.4.2)
activesupport
capybara
Expand All @@ -153,6 +154,9 @@ GEM
rails-i18n
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
jsbundling-rails (1.3.0)
railties (>= 6.0.0)
json (2.7.2)
Expand Down Expand Up @@ -188,6 +192,7 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.1.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.23.1)
Expand Down Expand Up @@ -292,6 +297,8 @@ GEM
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby-vips (2.2.1)
ffi (~> 1.12)
rubyzip (2.3.2)
selenium-webdriver (4.21.1)
base64 (~> 0.2)
Expand Down Expand Up @@ -373,6 +380,7 @@ DEPENDENCIES
front_matter_parser
globalid
i18n-tasks (= 1.0.14)
image_processing
jsbundling-rails (~> 1.1)
kaminari-i18n
launchy
Expand Down
Loading

0 comments on commit d2fb856

Please sign in to comment.