Re: [Catalyst] Catalyst::TraitFor::Controller::Sendfile

2012-01-09 Thread David Schmidt
Time to continue ... I want to support X-Sendfile and X-Accel-Redirect Currently I have a Catalyst::TraitFor::Controller. but that doesn't feel right. Should it be a plugin? c-sendfile(...) seems more appropriate then c-controller(...)-sendfile or rather a Catalyst::TraitFor::Request like

Re: [Catalyst] Re: Using model layers between Catalyst and DBIC

2012-01-09 Thread Jason Galea
On Mon, Jan 9, 2012 at 3:14 PM, Bill Moseley mose...@hank.org wrote: On Monday, January 2, 2012, Jason Galea wrote: I think I've added another layer but I'm not sure where you draw the line.. I have a model layer over DBIC pulling together related result classes under a single model

Re: [Catalyst] Re: Using model layers between Catalyst and DBIC

2012-01-09 Thread Jason Galea
hehe.. you want layers, I got layers.. In addition to everything already mentioned I wanted to get Bread::Board in on the act.. I've put Lecstor up on GitHub if you're interested along with a Catalyst app that uses it. Neither really do much but boy is there a lot of scaffolding! ..and all the