Skip to content Skip to sidebar Skip to footer

Best_in_place And Html_safe

I'm using the best_in_place gem in my rails app to allow for inline editing. I'm running into issues with trying to render some text html safe. Without specifying that the text sh

Solution 1:

You can try this gems that have more functionalities and may solve your problems

gem 'htmlentities'
gem 'RedCloth'

find gem documentation here

Ruby gems

Post a Comment for "Best_in_place And Html_safe"