similar to: Ruby and Jabber?

Displaying 20 results from an estimated 10000 matches similar to: "Ruby and Jabber?"

2006 Jan 27
27
Preferred Ruby Editor/IDE for OS X?
Just a quick question, if I were tired of typing ruby into a terminal editor, say I wanted, oh, a scroll bar, mouse support, and maybe syntax highlighting? Anyone know os a good Ruby/Rails editor or IDE, one that runs on OS X, possibly in Java? -Josh ----------- Due to the recent increase in spam and falsely sent email, I now PGP Sign all of my outgoing mail to prove my identity. This
2006 Feb 06
6
.rjs template doesn''t load?
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/cf123b71/PGP.bin
2006 Feb 03
1
Encoding/Compiling Ruby Code?
Hey Everyone, Does anyone know of a way to compile/encode/obfuscate a Rails app? Similar to the Zend Encoder? You know, some way to distribute your application without distributing the source code... -Josh ----------- Due to the recent increase in spam and falsely sent email, I now PGP Sign all of my outgoing mail to prove my identity. This means that you will see an attachment called
2006 Feb 20
3
Pretty Data Grid
Hey everyone, I''m looking for a good way to display a table of data in rails. I want something with scroll bars and resizable columns. Am I crazy for trying this? Is there a class or such already written that makes pretty data grids? -Josh ----------- Due to the recent increase in spam and falsely sent email, I now PGP Sign all of my outgoing mail to prove my identity. This
2006 Feb 08
1
AJAX Event Handlers, like shift key pressing...
Hey everyone, I thought I''d seen a demo of an AJAX app that responded to control key presses, like performing a different action when the shift key is pressed. What I''d really like to do is have a div change when the shift key is pressed (to change the text of the link inside it to indicate what new action will occur when that link is clicked with shift held down). Is
2006 Aug 08
5
RubyGems runtime memory use in Rails apps...
This an open plea for someone with knowledge of RubyGems to explain why RubyGems stays in memory (over 10MB) after a Rails application is loaded. I am unable to figure out why this would be necessary. I haven''t had any response from Jim or Chad from RubyGems about it so I thought I would throw it open to the list to see if anyone could educate me or share thier experiences with this.
2007 Feb 05
4
rubgems in user directory - HELP!
I''m trying to install ruby on rails to a host server that I don''t have root access to. The server already has ruby. I''ve followed the info on these two pages for installing rubygems in a non-root user directory: http://rubygems.org/read/chapter/3 http://wiki.rubyonrails.com/rails/pages/HowToUseMultipleGemRepositories rubygems appears to be installed correctly but when
2006 Apr 28
19
Remember James McGovern?
Remember James McGovern and his articles about Rails and enterprise? Well... Check this one out where he "puts his money where his mouth is" http://duckdown.blogspot.com/2006/04/ruby-community-proved-mcgovern-wrong.html -- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/
2006 Jan 20
4
REST API''s and querying a graph of objects
Hey all, I am wondering if anyone has given thought to using REST / XPath as querying mechanism. That way you could have a URL that actually maps to a collection of records (objects, really) that meet a certain criteria and that are sorted a certain way. Mike Pence
2006 Feb 28
5
Session Sweeping
Hi, Anyone got some slick ideas on how to sweep an AR session store? I have a few ideas how I can do it, just want to see if there is an elegant solution that someone is already using. Bob Silva http://www.railtie.net/ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Aug 18
11
#<Errno::EMFILE: Too many open files
My application runs a backgrond process and after running for a while I get this error in my logs: #<Errno::EMFILE: Too many open files Lasty, the ONLY code I have that does anything with files is: File.open(image_path, "wb") do |file| file.puts file_content end Any idea what this means? -- Posted via http://www.ruby-forum.com/.
2006 Aug 16
6
error with edge rails
I''ve started an app with rails 1.1.6 then ran freeze_edge. My app will not run with rails in the vendor folder. Have I forgot to do something? I"ve been without the internet for the last two months. Has something changed?
2006 Jul 20
6
Ruby on Rails & FastCGI 500 Error
I''m getting an error 500 and I''m at my wits end as to what could be causing it. I''m sure the path to the ruby executable is correct so what else could be causing it? -- Posted via http://www.ruby-forum.com/.
2004 Aug 06
0
[Fwd: Re: [JDEV] Videoconferencing with jabber / Re: Videoconferencing with speex and jabber]
Hi Ulrich, <p>you distroyed my evening today ;-). Im only sitting here and follow the videoconferencing thread ;-)). > due to the ongoing discussion on both lists, i simply respond to both > lists. it's hard crossposting, but it's for both roups relevant (i > think). Yes, this was right. There is a great discussion and perhaps we got some points more yet. > +After
2004 Aug 06
0
[Fwd: Re: [JDEV] Videoconferencing with jabber / Re: Videoconferencing with speex and jabber]
> to speex: *now here comes the more important part, can we build a c++ > component which does what avrelay does? is it practicable to de/encode > 100 streams with a c/c++ speex de/encoder in realtime?* COMMENTS WELCOME At low bit-rate (6-8 kbps) and lowest complexity, it's probably possible to encode 100 streams on a 3 GHz machine (and decoding is cheap), but that's all
2004 Aug 06
1
[Fwd: Re: [JDEV] Videoconferencing with jabber / Re: Videoconferencing with speex and jabber]
Hi Jean-Marc, <p>>>to speex: *now here comes the more important part, can we build a c++ >>component which does what avrelay does? is it practicable to de/encode >>100 streams with a c/c++ speex de/encoder in realtime?* COMMENTS WELCOME > At low bit-rate (6-8 kbps) and lowest complexity, it's probably possible > to encode 100 streams on a 3 GHz machine (and
2009 Jul 06
1
Asterisk & Jabber : WARNING: res_jabber.c aji_recv_loop: JABBER: socket read error
I have installed gnutls and gnutls-devel from RedHat repositories [root at asterisk asterisk]# yum install gnutls gnutls-devel I have installed iksemel with gnutls support : [root at asterisk asterisk]# cd /usr/src/iksemel-1.3/ [root at asterisk asterisk]# ./configure --with-gnutls --prefix=/usr [root at asterisk asterisk]# make [root at asterisk asterisk]# make check [root at asterisk
2004 Aug 06
4
[Fwd: Re: [JDEV] Videoconferencing with jabber / Re: Videoconferencing with speex and jabber]
Hi Carsten, due to the ongoing discussion on both lists, i simply respond to both lists. it's hard crossposting, but it's for both roups relevant (i think). <p>+After having thought about control structures, it makes sense to me to do the extra work and merge this creamed cake into a jabber server component. Otherwise a control channel to the server component would have to be
2008 Jan 12
1
Discover Asterisk 1.4 :: Google Talk, XMPP and Jabber Integration!
I've written a new article about Asterisk 1.4's Jabber integration. Check it out at http://www.voip-forum.com/asterisk/2008-01/xmpp/ /Olle
2008 Feb 22
1
FW: jabber
Hi all, Do some one experiencing running jabber applications (jabberstatus...) in asterisk? I do experinced Asterisk 1.4.18 and wish to start it, however I got such result. IBM*CLI> help jabber No such command 'jabber'. IBM*CLI> help jabberstatus No such command 'jabberstatus'. Any one can help me on this, or may be I miss out somethings that cause jabber applications