Facilitated by Bill Burcham Thought Propulsion, @billburcham
The default approach to web application structure results in O(N) maintenance cost (N is the number of applications). Can we do better?
One Big Rails Application O.B.R.A. is an attempt to reduce that maintenance cost to O(1).
Starter questions for the group:
(notes go here)
A port of Merb routing to Rails 2.3.2 makes multi-domain handling better: Bill/merb_routing