Displaying 2 results from an estimated 2 matches for "piff".
Did you mean:
diff
2006 Jul 06
6
Problem with gettext and functional tests
Hi,
I am using gettext to let my web application know several languages. All
works fine, but since I integrated it, my functional tests don''t work any
more.
I keep getting the error message:
NoMethodError: undefined method `cgi'' for
#<ActionController::TestRequest:0xb77f7f88>.
All right, TestRequest doesn''t have a cgi method. Therefore I just included
this into
2006 Apr 03
4
Multiple file uploads - only one file object gets posted
All,
Trying to upload multiple files.
Form:
<% index = 0
for @image in images do %>
<TR>
<TD>
<%= @image.path.split(''/'').last[0..39] %>:
<% if ((! @image.path.nil?) && (@image.path.length > 40)) %>
<%= h("...") %>
<% end %>
</TD>
<TD>
<%=