zverok / magic_cloud

Simple pretty word cloud for Ruby
MIT License
85 stars 27 forks source link

How show word cloud in rails view #18

Open ritesh-indexnine opened 4 years ago

ritesh-indexnine commented 4 years ago

Could you please show example how to render/show word cloud in rails view? Also trying to generate from command line i.e. magic_cloud --textfile README.md -f test.png --rotate free --scale log giving an error [DEPRECATION] requiring "RMagick" is deprecated. Use "rmagick" instead

EnotPoloskun commented 2 years ago

You just generate image and store it in public folder for example and then use regular image_tag