Fails in Rails 3.1
Reported by austvik | May 11th, 2011 @ 05:35 AM
This does not exist in Rails 3.1:
ActionView::Helpers::AssetTagHelper.javascript_expansions
Used here:
tiny_mce/lib/tiny_mce/configuration.rb
TinyMCE::Configuration::uses_jquery?
Comments and changes to this ticket
-
Walter McGinnis August 19th, 2011 @ 03:09 PM
- State changed from new to wontfix
I believe that it would be better to take a whole new approach to using TinyMCE with Rails 3.1 (similar to what jquery-rails gem does) rather than use this gem.
So I won't be implementing Rails 3.1. support as it should be much simpler to either "roll your own" or create a gem that is smaller in size than this one.
-
Fillipe Norton June 30th, 2012 @ 02:47 AM
HI Austvik,
Did you have some solution to this problem ??
Or did you give up use TinyMce with rails 3.1 ?
thanks
-
Walter McGinnis June 30th, 2012 @ 07:51 PM
I haven't tried it myself yet, but https://github.com/spohlenz/tinymce-rails might suit our 3.1 or above needs.
-
austvik July 3rd, 2012 @ 08:29 PM
Filipe, you're right: Too much stuff broke for Rails 3.1, so I just gave up :(
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A Ruby on Rails plugin that allows easy implementation of the TinyMCE editor into your applications.