No. of controllers

Hi All,

In rails 3.0.4

Is there any limit on the number of controllers that an application can have ?

Can contollers work across sub-domain ?

Can we generate a view dynamically using module helper or something ?

Answeres to these will help me a lot in my design.

Thank you & Warm Regards,

Hi All,

In rails 3.0.4

Is there any limit on the number of controllers that an application can have ?

No hard limit

Can contollers work across sub-domain ?

Yes.

Can we generate a view dynamically using module helper or something ?

You can certainly have helper functions that generate fragments of HTML for you

Fred

Thank you Fred.

A simple advice, go through Rails Guides and Railscasts, even if they don’t make sense right now. It will help you a lot. Trust me :slight_smile: