Tag Archives: plugins
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 [...]
Simple auto-complete in Ruby on Rails