Good step by step guide by Ben to adding user ids to the acts as taggable plugin.

The article fails a little short of covering all bases:

  1. the tag_list method doesn’t take the user into account
  2. the delete tags isn’t linked to a user

but, it is a good start.

Aug 112006

Found a nice overview of the prototype library .

And then found Encytemedia and these articles about graceful degredation:

  1. graceful-degredation-with-prototype-rails-part-1
  2. graceful-degredation-with-prototype-rails-part-2

Encytemedia is the blog of Justin Palmer, and he has made a great job of customizing Typo.

It was a good evening yesterday at the LRUG meeting in Clerkenwell (Skills Matter). Both of the presentations were interesting, but it was the talk by Tom Armitage on ‘Ruby on Rails from the Other Side of the tracks’ that sparked my interests most. Although, I have to admit it wasn’t really the content on designers and programmers working in perfect harmony that got my attention as much as the talk about the Rails javascript helpers and the nasty javascript that they produce. This is outlined in a good article by Dan Web‘Rails is the Devil on you Client Side Shoulder’

Tom mentioned a plugin that has recently been released by Luke Redpath and Dan Web which (in Luke’s words) “allows you to use CSS selectors to attach Javascript events to your page. This plugin allows you to make use of the event:Selectors library, but in Ruby, directly from your controller or view and have the resulting behaviour rules dynamically generated at runtime in an external javascript file.”. This seems to me to be a much nicer way of doing things, nice one Luke and Dan.

So Richard White caught up with me a couple of days ago through Technorati and we had a chat about the development of his Ajax Scaffolding as a Rails Plugin. We have agreed to work together on this (which is great) and develop the generator and the plugin in sync (As he also notes in his (kind) comments on the 3.1.3 release of the generator).

Hopefully the first release of the plugin should not to be too far away and will add a little functionality to the existing code.

Continue reading »

Jul 042006

Like making music, like coding, check this out. Forget Cubase and write your own music generation apps.

Wired News Article

Wired Blog On LiveCoding

Jul 022006

This is a nifty scaffold generator created by Richard White (email, Height1Percent , MiniElements). It produces a CRUD AJAX table element in place of the standard Rails scaffolding.

AjaxScaffold Website

AjaxScaffold Presentation

Continue reading »