Really simple though, I create a database in MySQL, tell it the username and pass in configuration files, and with 3 lines of code it automatically prints out the contents of the database and lets you add things, and it works out plurals too :O
CODE
class RecipeController < ApplicationController
scaffold :recipe
end