search for: my_friends

Displaying 3 results from an estimated 3 matches for "my_friends".

Did you mean: my_friend
2010 Jun 21
1
Asterisk 1.6 + Jabber crashes
Hello, I am attempting to setup Asterisk to work with Gtalk. I am using the following versions: Slackware Linux 12.0 Asterisk 1.6.2.9 GNU TLS 2.8.6 Iksemel (svn v25) OpenSSL 0.9.8o It all compiles however about 10 seconds after starting Asterisk it crashes. To mitigate this issue I have moved jabber.conf to another directory and then Asterisk starts up. So I assume the issue is with this
2009 Jul 23
0
how to get the value of a text field
.... My code looks like: this is the view page: <% form_tag(''javascript:void(0)'') do %> <%= text_field_tag ''search'' %> <%= observe_field :search, :frequency => 0.5, :update => ''my_friends'', :url => {:action => ''search''}, :with => "''search='' + encodeURIComponent (value)" %> <% end %> <% end %> <div id="my_friends"> <% @friends.eac...
2010 Jan 20
0
Will_paginate not working with the ajax
Hi, I am using "will_paginate" for pagination purpose. I have a partial with name "my_friends", I have a pagination of 25 per page. I have added "<%= will_paginate @user_friend} %>" in my partial. It is working fine. I have a functionality to delete the friend. So I have usd "link_to_remote" call to delete the friend and I am updating that partial with all req...