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,

On 22 Feb 2011, at 04:57, Bhasker H. [email protected]
wrote:

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.

On Tue, Feb 22, 2011 at 1:29 PM, Frederick C. <

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:

On Tue, Feb 22, 2011 at 1:43 PM, Bhasker H. <