RE: [Catalyst] ActiveRecord for Perl

2007-05-22 Thread Eduard Giménez
> I'm considering trying to port Ruby's ActiveRecord to Perl as > a lightweight ORM option (with some small changes maybe, like > composite PKs). If anyone's interested, toss me a message > privately and we'll coordinate. Why not simply colaborate to extend DB

RE: [Catalyst] internal redirect

2007-04-11 Thread Eduard Giménez
> I tried using "$c->response->redirect( $new_filepath )" but > that issues a 302 "Temporarily Moved" status. But what I > actually want is a way to do the redirect outside of the > response chain. > > I hope this is clear?! Maybe $c->forward( $n