Blank project as example of ActiveStorage infinite loop when attempting to upload a file via WYISWYG.
Rails 6.0.0
Ruby 2.6.4
Comfy 2.0.18
git clone [email protected]:nitsujri/comfy-activestorage-example.git
bundle install
yarn install
bundle exec rails s
- Visit
http://localhost:3000/admin/sites/1/pages/1/edit
- Upload image via WYSIWYG.
Note Creating DB isn't needed; sqlite db commited to project.