Re: [Catalyst] Catalyst::Controller::Rose::Simple

2007-09-21 Thread Alexandre Jousset
Peter Karman a écrit : Alexandre Jousset wrote on 9/20/07 11:41 AM: I'm sure I haven't your experience but for me (and also for Peter Karman, C::C::Rose author), the suffix ::Simple (suggested by him) means Take all that [what already exists, i.e. Catalyst and Rose] and make it simpler to

[Catalyst] DBIC Inheritance not preserved in Catalyst model

2007-09-21 Thread Scott Thomson
I have a setup similar to this... Class B inherits from class A and class C has a relationship to A. A and B share the same table and use the dynamic sub-classing approach in the DBIC cookbook to get the sub-classing to work. When testing directly with the schema the classes behave as I would

[Catalyst] Catalyst::Model::Search

2007-09-21 Thread Peter Karman
I see Catalyst::Model::Search on CPAN now. As the maintainer of Catalyst::Model::SWISH, I'd love to get in on that namespace action. Is Catalyst::Model::Search intentionally undocumented? Are there plans for a formal API to which subclasses of Catalyst::Model::Search must adhere? signed, a search

[Catalyst] CatalystX::CRUD

2007-09-21 Thread Peter Karman
I've been thinking the last couple days about ways to expand Catalyst::Controller::Rose to play more nicely with other models besides C::M::RDBO. This is per mst's request to open up the RHTMLO goodness to non-RDBO users, and because I now find myself wanting the same thing. I have a model that

Re: [Catalyst] Catalyst::Model::Search

2007-09-21 Thread Jonathan Rockway
Peter Karman wrote: I see Catalyst::Model::Search on CPAN now. As the maintainer of Catalyst::Model::SWISH, I'd love to get in on that namespace action. Is Catalyst::Model::Search intentionally undocumented? Are there plans for a formal API to which subclasses of Catalyst::Model::Search must

[Catalyst] Catalyst-View-TT-Alloy v0.00001

2007-09-21 Thread Carl Franks
I've uploaded a new module to cpan - Catalyst-View-TT-Alloy. It's essentially a copy of Cat-View-TT (attributed!), but uses Template::Alloy instead of Template. It only provides the TT emulation interface - not all the other interfaces that Template::Alloy provides. Hope someone else might find

Re: [Catalyst] Can't find my canary

2007-09-21 Thread Jonathan Rockway
Dennis Daupert wrote: Did your fix not get to git yet? It's there now. On my machines, Session::State::Cookie still isn't working, so tests fail for me. But if they pass for you, you should be good to go. I will work on fixing Session::State::Cookie today. Regards, Jonathan Rockway

Re: [Catalyst] Catalyst::Model::Search

2007-09-21 Thread Peter Karman
On 09/21/2007 09:39 AM, Jonathan Rockway wrote: Peter Karman wrote: I see Catalyst::Model::Search on CPAN now. As the maintainer of Catalyst::Model::SWISH, I'd love to get in on that namespace action. Is Catalyst::Model::Search intentionally undocumented? Are there plans for a formal API to

Re: [Catalyst] Catalyst::Model::Search

2007-09-21 Thread Jonathan Rockway
Peter Karman wrote: The C::M::Search package is under Marcus Ramberg's acct, though the author listed in the POD is Andy Grundman. Since both those gentlemen are core devs, I figured this list was as good as any, especially since the resulting conversation might be of interest to all