Would you like to define model associations (hasMany, hasOne, belongsTo, etc.)? (y/n) y
One moment while the associations are detected.
Please confirm the following associations:
PatientStatus belongsTo Patient? (y/n) y
so, its not rails, but cakephp’s improved cli bake tasks in 1.2 are pretty cool. i have to say, i do prefer rail’s method of declaring everything in a model and then have the framework create the tables for me, rather than cakephp where i create the tables and then it generates models, but whatever. the only thing i really miss from rails now (besides ruby!) is migrations…