From: Glen Holcomb Date: 2008-04-24T23:52:36+09:00 Subject: Re: Create controller dynamically? ------=_Part_679_19887362.1209048751451 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Thu, Apr 24, 2008 at 8:37 AM, Varun Goel wrote: > Hi All, > I wanna create controller dynamically through my ruby code. > > Please help me out. > > Suppose i have one controller if i call a function of this controller so > i wanna create another controller dynamically.That can be one or n > numbers of controllers. > > Please help me ............ > Thanks > Varun > -- > Posted via http://www.ruby-forum.com/. > > You really probably want to post this on the rails list. It is probably do-able but the structure of rails puts it a bit beyond the scope of just ruby. You will have to dynamically define classes but with rails assuming those classes will be in separate files you might have to do some significant unpleasantness. -- "Hey brother Christian with your high and mighty errand, Your actions speak so loud, I can't hear a word you're saying." -Greg Graffin (Bad Religion) ------=_Part_679_19887362.1209048751451--