I’ve finally got around to putting Redtip, a Rails plugin I’ve been working on, up onto github. It can be found here; I also have a minimal project page (for now) here.
Redtip is mainly a few helper methods and a lot of JavaScript that gives you some tooltip-like popouts to use, or some that act a little more like dropdown menus. I needed that sort of functionality for some features I was working on, and wound up basing the plugin off of Craig Ambrose’s Redbox, which was in turn based on Thickbox. So, hooray for code reuse. In the words of Hal Abelson, if I have not seen as far as others, it is because giants were standing on my shoulders.
If you want to check it out, try script/plugin install git://github.com/philcrissman/redtip.git
