Tag Archives: plugins

Simple auto-complete in Ruby on Rails

The Slash7 tutorial on Ajaxariffic Autocomplete with Scriptaculous was helpful, but it is a bit outdated, considering that it is from 2005. You’re going to want to download the latest version of Scriptaculous directly from its website – the article links to the current version at the time of writing, in 2005. The Ruby pieces that [...]
Posted in Ruby on Rails | Tagged | Comments closed

Calendar in Ruby on Rails

One of the things that I like about working with Ruby on Rails is that it’s really easy to find a plugin for something you’re trying to do, instead of having to re-invent the wheel. Petrik de Heus has written a beautiful plugin for building a calendar using HTML: table_builder plugin on github It takes [...]
Posted in Ruby on Rails | Tagged | Comments closed