There is a new version of the FCKeditor plugin up. This fixes a problem I found when running tests. The alias method in the init.rb file was being called for every test and causing an infinite recursion. The README has also been fixed to remove the various typos people have found (thanks for the feedback).
As before you can get the plugin using:
ruby script/plugin install svn://rubyforge.org/var/svn/fckeditorp/trunk/fckeditor
There is also a demo










3 Comments
Here’s what I get after running the above on Rails 1.1.6
./script/../config/../vendor/plugins/fckeditor/lib/fckeditor.rb:65: uninitialized constant ActionView (NameError)
from /var/www/apps/luzerne/vendor/plugins/fckeditor/install.rb:6
from ./script/../config/../vendor/rails/railties/lib/commands/plugin.rb:194:in `run_install_hook’
from ./script/../config/../vendor/rails/railties/lib/commands/plugin.rb:170:in `install’
from ./script/../config/../vendor/rails/railties/lib/commands/plugin.rb:734:in `parse!’
from ./script/../config/../vendor/rails/railties/lib/commands/plugin.rb:732:in `parse!’
from ./script/../config/../vendor/rails/railties/lib/commands/plugin.rb:447:in `parse!’
from ./script/../config/../vendor/rails/railties/lib/commands/plugin.rb:463:in `parse!’
from ./script/../config/../vendor/rails/railties/lib/commands/plugin.rb:871
from script/plugin:3
I removed my frozen rails gems and install worked fine.
Yep, this happens with 1.1.6 when its frozen. But doesn’t when its installed normally!! It also goes away with edge. I’m not sure whats going on really, and haven’t had time to look properly yet.
Any ideas would be more than welcome.