Displaying 4 results from an estimated 4 matches for "fearoffish".
2006 Jun 15
2
Custom database forms input and display ??
I read through the entire agile web book and started over from scratch
now to see if I can start my own project..
I need to understand how admin/new.rhtml <%= render :partial => ''form''
%>
is creating the forms and telling it to input data into the tables
I have it talking to a different table this time and in list.rhtml <%=
column.human_name %> I can get it
2006 Jun 30
2
File Column woes
I followed this guide
http://www.fearoffish.co.uk/blog/article/file_column_and_lightbox to
make sure I''d set everything up right, but when I point my browser to
the page where I can upload a new file, I get a NoMethodError for
"undefined method `file_temp'' for #<Image:0x252e254>"
I am so confused. It'...
2006 Apr 16
2
AJAX effect when inserting new div
Can some one point me in the right direction?
I''ve got several pages that will respond to user input by creating a new
div in the content area. I want that new div to visually expand into
view or flash with a background color rather than just appear.
Thanks.
--
Posted via http://www.ruby-forum.com/.
2006 May 12
11
Stupid? question about if else logic
this seems so stupid, I keep thinking I''ve dealt with this before but I
have this code
<h1>Portraits</h1>
<% if @image.portrait == 1 %>
<%= image_tag(url_for_file_column ''image'', ''file'', ''thumb'') %>
<% else %>
<h1>Landscapes</h1>
<%= image_tag(url_for_file_column