[Mojolicious] Mojolicious 5 - not_found.development.html.ep

2014-06-12 Thread Tom Adamo
I'm using Mojolicious 5 and the not_found.development.html.ep template seems to no longer be included in the distribution. Was this intentional? Or, maybe I missed something? Thanks, - Tom -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To uns

Re: [Mojolicious] Mojolicious 5 - not_found.development.html.ep

2014-06-13 Thread Tom Adamo
Ah, I see. It looks like it's trying to render this template (as inline) after not_found.development.html.ep & not_found.html.ep. So, I was running into a problem b/c I have a not_found.html.ep template to support production. Renaming it to not_found.production.html.ep seems to fix the issue. Tha

[Mojolicious] proxy->start_p with custom response body

2020-07-09 Thread Tom Adamo
I'm setting up an application that needs to proxy a request. I found this example and it's working well: https://metacpan.org/pod/Mojolicious::Plugin::DefaultHelpers#proxy-%3Estart_p I may need to possibly transform the response body (from HTML to JSON). What would be the best way to do so when

Re: [Mojolicious] Re: proxy->start_p with custom response body

2020-07-10 Thread Tom Adamo
Oh, ok. Thanks for the response. On Thu, Jul 9, 2020 at 2:40 PM Sebastian Riedel wrote: > I'm setting up an application that needs to proxy a request. >> >> I found this example and it's working well: >> >> https://metacpan.org/pod/Mojolicious::Plugin::DefaultHelpers#proxy-%3Estart_p >> >> I may