similar to: Re: Campfire: Dissection

Displaying 20 results from an estimated 1100 matches similar to: "Re: Campfire: Dissection"

2006 Jun 27
13
Campfire: Dissection
Campfire REALLY intrigues me... Its simple enough, yet the possibilities are endless once they get the API in place for it. I''m curious though, how are they handling they load with say 50 campfire sessions going and 20+ people in each session. There are a lot of AJAX.Requests going I''m assuming. Seems to me the server *should* be getting bogged down on the constant
2006 Jun 26
1
Campfire API
I''ve seen: http://habtm.com/articles/2006/04/14/meet-marshmallow-the-campfire-bot And it got me to wondering if anyone has heard that 37s will be releasing an API set for Campfire? Something along the lines where I can create my own UI, send messages to the chat, etc. --> Steve -- Posted via http://www.ruby-forum.com/.
2006 Aug 08
1
[OT] Campfire problems
I''m getting bounced back the ''lobby'' every 30 seconds or so by an Ajax redirect. This is happening in a couple of accounts and browsers. FireBug showed me it was a poll.fcgi that occasionally came back with: chat.redirectTo(''/''); I realise this isn''t the right place, but figured I might find a campfire user or two to verify if
2006 Oct 24
0
Kumbaya = RubyOSA + iTunes + Marshmallow
Hello, I wanted to share a little hack that my team put together yesterday. If you use OS X, Campfire and Itunes check it out. Kumbaya = RubyOSA + iTunes + Marshmallow http://www.42squared.com/2006/10/24/kumbaya-rubyosa-chatbot-for-campfire/ Yesterday we combined three of our favorite things: RubyOSA, iTunes, and Marshmallow (the chatbot for Campfire). Enter Kumbaya. Kumbaya is a modified
2006 Feb 14
7
9cays - A Rails app for Group Email
Even though it''s a little OT, I thought I''d announce the free public beta of a new Rails app that I''ve been working on for a while: http://9cays.com Think of it as mini-mailing list software. For a lot of smallish conversations, normal mailing list are too heavyweight (requiring setup, moderation, admin, etc.), but group email is a pain because messages
2008 Jan 19
1
Set Return Type XML in Prototype
Please help i can''t return xml data using prototype. If i use data from direct xml file then it works fine but when i use ajax request with header content xml it''s not working My code just work on IE but in FF it does not working. My code sample are given below If any one already done this kinds of job Please help me as soon as possible. var xmlDoc; function Claulate() { var
2006 Apr 28
0
RE: Rails Digest, Vol 19, Issue 784
I am having a bit of trouble with the error. I hava a product and category table and wanting to display the categories in a drop down list. Below is the error I get. Any suggestion on how I can fix this. undefined method `name'' for #<Category:0x3652448> 9: <select name="product[category_id]"> 10: <% @categories.each do |category| %> 11:
2009 Jul 24
6
Routes from raw js (using XMLHttpRequest)
I am making an ajax call from js to call a method (assocboxchange) in my controller (AssociatesController), using XMLHttpRequest. I know the XMLHttpRequest works fine because I use it in other places with success. My problem is my URL I am using for this request doesn;t access the method in my controller which I (think) I am specifying. I am having it post to /channels/assocboxchange/" with
2006 May 06
0
RE: Rails Digest, Vol 20, Issue 156
I am looking for a ruby hosting service. Can any one recommend one for me. -----Original Message----- From: rails-request@lists.rubyonrails.org [mailto:rails-request@lists.rubyonrails.org] Sent: Saturday, May 06, 2006 7:37 AM To: rails@lists.rubyonrails.org Subject: Rails Digest, Vol 20, Issue 156 Send Rails mailing list submissions to rails@lists.rubyonrails.org To subscribe or
2005 Jul 28
2
CSS and autocompleter
hi. I''m rewriting the code from my own save-yourself-if-you-can implementation of xmlhttprequest to scriptaculous autocompleter, and it''s all fine and dandy, except that I am having difficulty positioning the auto_complete div which contains the results returned by xmlhttprequest. the auto_complete div is always stuck in one place, it starts a little below and half
2006 May 08
2
Need advice on how to inspect HTTP requests
I''m trying to debug a bug in my code and am looking for some general advice on how to go about isolating the problem. The problem: My Rails application talks to a WebDAV server via HTTPS. Thanks to the Ruby standard library, I was able to make authentication over SSL happen with just a few lines of code. Awesome! Now it gets a bit obscure. I''m using a PROPFIND request to the
2013 Jun 05
0
[PATCH] Change javascript feed fetch from GET to POST
This change should disable caching of the news feed --- index.html | 2 +- news.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 41d81d8..b4efb6b 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ } else { xhttp=new XMLHttpRequest(); } - xhttp.open("GET",dname,false); +
2006 Apr 15
1
Begin with Autocompleter
Hi list: I''m a young developer that need a little help with scriptaculous "Autocompleter". I work with PRADO framework (http://www.xisc.com) and PHP as a script language. Now this is a little function in JavaScript for make a AJAX call and show the results without reload the entire page. See below: 1 function makeRequest(url,element) { 2 var http_request = false; 3 if
2001 Sep 09
2
scp bug with 0x0a in filename:
This bug (Debian bug number 111692) occurs with filenames that have the character 0x0a in them (newline). This is how one repeats it: ming.empire.pick.ucam.org:~/ssh-test/ # [01/09/10.00:15:50] $ : bash[592] ; cat > 'x x' This is a test. ming.empire.pick.ucam.org:~/ssh-test/ # [01/09/10.00:16:17] $ : bash[593] ; scp 'x x' dorothee:ssh-test/
2005 Dec 21
5
ajax - multiple updates on single xmlhttprequest
Hello, I was wondering whether anybody would share a working example of a multiple html update on a single xmlhttprequest. Thank you in advance for your help. _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
2008 Jul 01
2
permission denied when using prototype
Hi, i am trying to call AJAX with domain address different than mine. but i get an exception: permission denied to call method XMLHTTPRequest.open What''s the solution? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to
2006 Aug 06
1
map.resource for a plugin
I''m playing around with this plugin and I wanted to use REST in edge for it. Mostly because it''s there. ;) I''m actually having problems with how to make the map.resource for it though. The controllers name is Tumbleror and the models name is TumblerorPost. How do I actually make the map.resource command for that so it''s makeing a resource at the url /tumbleror.
2006 Jun 05
0
Extra pair of eyes for VersionCamp
I''m just wondering if someone is willing to check out a little tool I''ve been working on last 3 days after work called VersionCamp. It''s basic function is to transfer SVN changeset logs into BaseCamp as messages. It''s also meant to be a frontend for a Basecamp project. Displaying the changesets, milestones and tickets(Ticket adding not done). And also
2006 May 12
2
New site.
Well... Thanks to pointers from you guys I have set up a site. I decided that the best way to learn Ruby on Rails was to actually create something people will use. So. In a total of 28-34 hours that I calculate i have spent on this. http://web2.0interact.com/ Feel free to submit stuff so I can have some nice amount of data. Or tell me about errors and stuff. -- -------------- Jon Gretar
2006 Apr 01
3
SQL on Rails :)
Hehe. Does anyone know who is behind this? http://www.sqlonrails.org/ The screencast is just a great watch. Things like these make this my favourite day of the year. -- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/