Tag Archive: plugin

Annotate Models

There is a rails plugin which adds schema information for the models in comments at the top of your model definition files. It’s really useful. Check out the instructions on installing and using this plugin at: http://pragdave.pragprog.com/pragdave/2006/02/annotate_models.html

WordPress Plugin – Custom Pages?

My Dilema Okay. I’ve worked on making a WordPress plugin once. It’s pretty easy to make a plugin which replaces a tag such as [another-plugin-tag parameter="value"] with some sort of other HTML code. For instance it’s pretty straight forward to replace [iframe http://www.google.com/ 800 600] with an iframe tag. Something I’ve found difficult to find…