Displaying 5 results from an estimated 5 matches for "th0n".
Did you mean:
th01
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
2004 Aug 18
0
iptables-save is broken with policy match
...tep@shorewall.net
PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFBI59zO/MAbZfjDLIRAg6KAJ44oQ+F8jp7xSOcUmur/8O2mbSxrACgjih+
0d7Z1iv4WL0hY+1QQj2uqDQ=
=Th0n
-----END PGP SIGNATURE-----
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