Skip to content

Tag Archives: Rails

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). [...]

Rails Conf Europe

So RailsConf Europe is over, and it was great. There is a slight possibility I may of overdone it, a bit too much burning the candle at both ends but, hey it is the weekend now!! I had originally intended to post from inside the conference. However, the fact that I couldn’t get the wifi [...]

Ajax Scaffold Plugin v3.2.0 Released

So before I head off for the first event on my Rails Conf Europe calendar – Pizza on Rails (sponsored by Cominded). I thought I would mention that Richard White and myself have now released version 3.2.0 of the ajax scaffold plugin. This fixes a few bugs and a compatibility problem with generators before version [...]

FCKeditor Plugin 0.2.3 Released

This release is basically a bug fix. The only really change is to apply the patch kindly provided by Nicola Piccinini which sorts out an issue with file upload from inside the resource manager. There are a couple of other changes to do with the install and version numbers, but that is all internal to [...]

FCKeditor Plugin 0.2.2 Released

There is a new version of the FCKeditor Rails plugin available details of how to get it and a demo are here. This version fixes a problem with having multiple editors open at once on the same page and also adds a helper to allow multiple editors on the same Ajax form. This also now [...]

Extending the Ajax Scaffold Plugin

AjaxScaffold has been deprecated in favour of ActiveScaffold The aim of this post is to show how to extend or replace the default functionality of the Ajax Scaffold plugin (ASp). I will go over two areas, firstly how you filter the dataset the table displays, and secondly the methods you can override to really gain [...]

Custom Columns for the Ajax Scaffold Plugin

AjaxScaffold has been deprecated in favour of ActiveScaffold One of the first things you will probably notice with the Ajax Scaffold plugin (ASp) is that works great if all you want to do is display a table showing all the fields a model has to offer. However, suppose we want to produce a table showing [...]

Getting Started with the Ajax Scaffold Plugin

AjaxScaffold has been deprecated in favour of

FCKeditor Plugin 0.2.1 Released

I’ve just released the next version of the FCKeditor plugin. The main change in this version is the addition of the spell check functionality using ASpell. A big thank you to Ken Pratt for providing the patch for that and at the same time providing a solution (I hope) to the routing issues that some [...]

FCKeditor Plugin 0.1.5 Released

Ok, I admit I overreacted slightly to the Rails bug and have now realised I was talking rubbish. So here is a release that works with 1.1.6 and plays well with everybody. It also updates the install code and moves the fckcustom.js config file out of the base fckeditor install directory. This means that you [...]