Jan Krupa
Joined 3/18/2019
Jan Krupa said about 5 years ago on Using Action Text in a Rails 5.2 Application :
I'm currently trying this out, but I run into some error. When I want to save a content, which contains some image, it raises an error Field 'blob_id' doesn't have a default value Without an image, it works fine. For now, I'm using https://github.com/kylefox/trix/ which works fine and it's simple. But images are saved within the same model. I suppose I'll wait until rails 6 will be out. (currently using 5.2.2.1)

Jan Krupa said about 5 years ago on Using Action Text in a Rails 5.2 Application :
I have still no idea why this does not work. Again i came up with same problem. I'll try it tomorrow from scratch and I let you know if something different will came up. Thanks for a help.

Jan Krupa said about 5 years ago on Using Action Text in a Rails 5.2 Application :
I create a new application now with SQLite and it works. But updating articles with inserted images from the web are impossible. I've created a [repository](https://github.com/Kani999/action-text-template) with docker-compose. At the end of README is a tutorial on how to run the application and problem description. I hope I get this run with MySQL, I'll let you know if I do some progress. Sorry for spamming.