search for: lideu9bwqwetlfoew

Displaying 4 results from an estimated 4 matches for "lideu9bwqwetlfoew".

2005 Jun 09
7
Looking for a good team
Hi all, I''m a software developer from New Zealand. I''ve built a couple of rails sites and have some ajax experience. I''d like to develop on a rails site with the aim of making a business - is anyone else looking to do the same? The two rails sites I built recently are foopad.com and friendr.com. Regards, Ben
2005 Mar 19
1
Webrick slowdown over time
Hi, I''m running RoR on a debian woody virtual machine with 256mb of ram. Over time the ruby proces balloons to 90% of memory - and starts taking 5-10 seconds to respond to a request. I''m starting the server via: ruby script/server -e development -b 192.168.x.x Where should I be looking to get an idea of what''s causing this "memory leak"? I''d like
2005 Mar 25
4
ajax and clearing the form
Hi I played a little bit with rails+ajax, works fine... but how do I reset the form? I tried: --- <%= form_remote_tag(:html => {:name => ''form_update''}, :url => :url_new_item_with_ajax, :update => ''container'', :loading => "Toggle.display(''new-item''); $(''new-item-desc'').innerHTML =
2005 Mar 24
5
Using html_options with link_to_remote??
Why doesn''t this output class="delete" into my html? <%= link_to_remote image_tag("delete"), :update => "relationship_" + @relationship.id.to_s, :url => { :controller => "relationships", :action => "destroy", :id => @relationship.id }, :html_options => {:class => "delete"} %> Regards, Ben