spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
812 stars 256 forks source link

Update to TinyMCE 4.2.1 #177

Closed likeath closed 8 years ago

likeath commented 9 years ago

Build fails with error cannot load such file -- multi_json (LoadError)

multi_json gem has been removed from Rails 4.1. It is required in lib/tinymce/rails/asset_manifest.rb

For correct build gem multi_json should be added to rails-4.1.gemfile

spohlenz commented 8 years ago

tinymce-rails 4.2.1 has now been released (and I've updated the manifest code to just use standard library JSON).