Displaying 2 results from an estimated 2 matches for "no_pic".
Did you mean:
no_pie
2006 Mar 12
2
Dealing with empty 404 images
so i''d like to do the following
map.connect ''some/path'', :controller => ''Foo'' if server.status == ''404''
in other words:
if i get a 404 response, and a given path, i''d like to handle it by
returning my own content.
no- i don''t want a generic all-404 error page, i want to be able to
handle individual 404s.
2007 Jun 17
1
actionmailer & picture
...and how it functions):
NoMethodError in Messages#send_gmessage
Showing app/views/goalbuddies/_gbdisplay.rhtml where line #9 raised:
undefined method `request'' for #<UserMailer:0x44c58ac>
Extracted source (around line #9):
6: <% if p.nil? %>
7: <%= image_tag("no_pic.jpg", :alt => "user picture", :class =>
"friendPic") %><br>
8: <% else %>
9: <%= image_tag(p.public_filename(:small), :alt => "user picture",
:class => "friendPic")%>
10: <% end %>
11: </tr></td&g...