Re: [Catalyst] Re: Running MyAppB under MyAppA (only for developers)

2007-08-02 Thread Oleg Pronin
If someone need te attach one application to another i will send the plugin's code (it works only with several restriction to the application being attached). ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalys

Re: [Catalyst] Re: Running MyAppB under MyAppA (only for developers)

2007-08-02 Thread Oleg Pronin
I solved this problem recently. But only for my case. To enable uniadm for your project you just need to do use Catalyst qw/Uniadm/; and possibly. __PACKAGE__->config->{uniadm} = { prefix => 'admin', }; and it will be available at yoursite/admin The plugin attaches all actions (changing name

Re: [Catalyst] Re: Running MyAppB under MyAppA (only for developers)

2007-07-31 Thread Matt S Trout
On Tue, Jul 31, 2007 at 07:23:20PM +0400, Oleg Pronin wrote: > Thanks for a lot of usefull answers :) I went through this with you at some length in a different thread, and don't have anything else to add. I guess most other people don't either. -- Matt S Trout Need help with your C

[Catalyst] Re: Running MyAppB under MyAppA (only for developers)

2007-07-31 Thread Oleg Pronin
Thanks for a lot of usefull answers :) ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/