in 1.0, get() uses the old dispatch_to helpers, but request() uses the new request style. This will be normalized and opt-innable in 1.1. -- Yehuda
On Thu, Mar 5, 2009 at 5:43 AM, MarcusJ <[email protected]> wrote: > > > As a followup on the above, adding :format => :html to render in the > controller so that it read > > render :format => :html > > allowed get(@uri) to work as expected. Not sure why the :format option > was required since this is the default and the request helper was > working fine. I'm thinking this may be a bug with the way mock_request > is setup using get, but not sure. > > Mark Lynn > Sabado Technologies > > > > -- Yehuda Katz Developer | Engine Yard (ph) 718.877.1325 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
