search for: 160x200

Displaying 1 result from an estimated 1 matches for "160x200".

Did you mean: 360x200
2007 Oct 26
3
--prefix, url_for and image_tag
...did check *the* faq). I''m using mongrel_cluster with --prefix, and it is very slick. Thanks for that. But I had one problem. At one point in my little app, I have something like this: image_tag(url_for(:action => ''picture'', :id => 1), :size => "160x200") In this scenario, the modified prefix behavior causes the prefix to be added twice. I get this output: http://mysite/my-prefix/my-prefix/picture/1 I may be doing this wrong. It does work properly without --prefix in the mix, and i can see how both these methods might add the prefi...