Displaying 2 results from an estimated 2 matches for "worksaf".
Did you mean:
worksafe
2006 Jul 31
0
Autosubmitted checkbox
OK - i have this form, and i works perfect :)
<%= form_remote_tag(:update => "status", :url => "/image/worksafe/" +
image.id.to_s) %>
<%= check_box_tag :worksafe, value = "1", checked = image.worksafe%>
<%= submit_tag "Change status", :name => image.sha %>
<%= end_form_tag %>
however - the submit button is kind of annoying, since you often have to
check/unch...
2006 Aug 06
19
Rails *that* slow?
I''m working on my first little rails-application. It''s a rewrite of a
gallery-script i once made (in PHP): http://notdotnet.net
However - my rails-version is waaay to slow :(
http://r.notdotnet.net/
I don''t do any heavy image-processing, I don''t have any
killer-algorithms with a time complexity on O(n^n), and I don''t use any
major hacks.
The only