Skip to content

FCKeditor 0.3.0 Released

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

  1. Just Some Dude wrote:

    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

    Thursday, September 21, 2006 at 4:26 pm | Permalink
  2. Just Some Dude wrote:

    I removed my frozen rails gems and install worked fine.

    Thursday, September 21, 2006 at 4:26 pm | Permalink
  3. Scott Rutherford wrote:

    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.

    Thursday, September 21, 2006 at 4:26 pm | Permalink