I tried to copy and past from Word document to text field using Ruby on Rails.
But all formatting( spaces, bold and other) are disappeared on text filed.
I
I've solved this problem by implementing SKEditor. There is a lot of tutorial how to implement this editor. I (as a lot of other users) have problem that my text wasn't formatted because this editor is not compatible with turbo links. So, I disable turbo links in some files, and as result I have the text formatted.