search for: subscription_d

Displaying 1 result from an estimated 1 matches for "subscription_d".

Did you mean: subscription_id
2006 Apr 24
12
Design Decisions
Hi All, I am doing some research on how people start with their Rails app. What design decisions are made and how is it build. For example: - do you use scaffolding and go from there? Or do you create everything from scratch? - are you using multiple controllers? Or do you put everything in one? - do you use migrate? - how do you use migrate? Do you call migrate your self or do you use the