Hi feel free to post to LH. One more thing to try is to put explicitly
"controller_for_slice" at the top of your controller. Its in the
application.rb but for some reason it does't inherit to the
controllers.
For lack of time I didn't manage to solve this issue. However it seems
to be valid only for 1.9.1 which I'm using.
Give it a try.
Pavel
On Oct 27, 12:05 pm, Chris <
chris.webs...@gmail.com> wrote:
> Definitely done testing now. Generating urls off named routes doesn't work
> for me at all.
>
> 2009/10/27 Chris <
chris.webs...@gmail.com>
>
>
>
> > Thanks for your reply, Pavel.
>
> > With your way, I've got myself a "Named route not found: default" error.
> > Manually reproducing what slice_url does in the shell works fine, but when
> > called from within the controller, it can't find the named routes. I'll try
> > and post something at LH.
>
> > I've been tinkering a little with manual named routes and it's not working
> > either, but I've not tried hard enough yet to call it the same bug. It
> > somewhat feels like I'm missing a mixin somewhere and something that should
> > be there simply isn't.
>
> > 2009/10/27 Pavel Kunc <
pavel.k...@gmail.com>