ok, I answered that myself.
I had a route that was biting before the one I was expecting.
note to self - check routes, regularly.
On Sep 25, 9:45 pm, tachekent
<bartlebo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Hi there,
> I have a URL like this:
> /artworks/show/4
> I''ve turned on caching in development mode, and my controller
says:
>
> caches_action :index, :list, :show
>
> as well as
>
> def show
> @artwork = @artist.artworks.find(params[:id], :include => :tags)
> @tags = @artwork.tags
> end
>
> but for some reason i only ever get the cache file:
> /artworks/show.cache
> with no id parameter
>
> I''m running 1.2.3
> anyone have any ideas?
>
> thanks
> dorian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---