2021-08-29 Release自動化Action / ActiveStorage::Variant
Release自動化Action
GitHub 公式で create-release という Release を自動化する便利Actionがでている。
いや、正確には出ていた、で現在はアーカイブ済み。
代理Actionとして下記のものがおすすめされているようだ。
- softprops/action-gh-release: 📦 GitHub Action for creating GitHub Releases
- ncipollo/release-action: An action which manages a github release
ActiveStorage::Variant
By default, images will be processed with ImageMagick using the MiniMagick gem, but you can also switch to the libvips processor operated by the ruby-vips gem).
Rails.application.config.active_storage.variant_processor
# => :mini_magick
Rails.application.config.active_storage.variant_processor = :vips