Audience asks whether Rails' default MVC is enough for a successful enterprise app. Panel answer: No. Rails' backend was never 'true MVC'. Enterprise apps are no longer only web apps; the Rails layer should be decouplable from the application (e.g. rails_event_store helps separate the domain from Rails).