search for: campfires

Displaying 20 results from an estimated 37 matches for "campfires".

Did you mean: campfire
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 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 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 Jun 27
0
Re: Campfire: Dissection
I''ve always preferred returning JSON (or an array of JSON objects) -- it''s the simplest and most flexible for me. But I also have to develop in ASP.NET, so what do I know :) -----Original Message----- From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Ben Bleything Sent: Tuesday, June 27, 2006 1:28 PM To:
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
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 Nov 14
11
RESTful mixin, mixin repo?
Hi, I just put together a little mixin to provide pseudo-RESTful services in camping apps. Basically, it looks for a hidden _verb field in form posts, and sets the @method to the supplied value (e.g. put or delete - which browsers don''t support). This lets you define put and delete methods in your controllers. Groovy. Code: http://pastie.caboo.se/22613 Is there any permanent repo of
2006 Mar 09
5
Comet support?
Just out of curiosity, is there a plan to support Comet (name coined by the dojo guys) w/ prototype? Comet represents persisting an http connection for low latency data operations. It also represents a nice alternative to polling. Jim _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 May 29
14
Jabber Powered Rails Chatroom
For those who cant access IRC, or just looking for a quick browser based alternative, i started an open jabber powered webchat for rails. Hopefully this will be a nice alternative for people to go to ask questions, get some help, offer some help, etc. I hope the community enjoys it, just trying to give a little back for all the hard work. It can be accessed here http://jabber.dufftech.com
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/
2006 Jun 02
3
Chat Room development
Hi, I was wondering if it is possible to create a chat room using Ruby/Rails (similar to the Java ones used by Talkcity, Yahoo, etc). Not many people will be using it since it''s just for an educational experiment. If possible, will it be able to insert the text immediately? I mean, I don''t know of any techniques besides Java applets that can do that, which is why I ask
2006 Mar 02
2
A nasty evening with dispatch.fcgi
Hello all. Time for an all night installation campfire (no pun intended) story. I just helped a customer migrate from a single box to a 5 box system. 2 Lighty 2 FCGI 1 DB Everything went quite well. I scripted everything so it would be easy to add more boxes in the future. 3 scripts, one for each box type above. Then came time to get the site working. :-) Lighty came up easily. The DB came up
2006 Mar 01
2
Rails Machine: Automated Rails application hosting
Hi All, I''d like to let you know about a new Rails hosting company that provides VPS and dedicated servers preconfigured and optimized to run Lighttpd and Ruby on Rails. Application configuration and deployment is done through SwitchTower using our custom extension available as a Ruby gem. Watch the screencast of deploying a Rails application in 5 minutes! http://railsmachine.com
2006 Jun 21
0
[ADV] Rails Machine Simplifies Application Deployment
Rails Machine is proud to announce the immediate availability of our full line of Rails deployment products and services, including VPS-based hosting accounts, dedicated servers, software and support offerings. Designed for professional Ruby on Rails programmers and teams, our offerings focus on making Rails application deployments easier, cheaper and more successful. Our current offerings
2006 Jun 21
5
Ok, its time. AJAX Games via Rails....
A couple of years ago I was building an online multiplayer game doing the frontend in Flash MX 2004 and using Colin Moock''s Unity server (http://moock.org/unity/) for the backend. This was to be along the lines of JungleWar and the Hidden and Dangerous mini games for those whom remember these: http://moock.org/unity/showcase/screenshots/hiddenanddangerous.gif
2004 Aug 06
2
DMCA and webcasting
...ay ASCAP, BMI, and/or SESAC in order to > broadcast _anything_ over _any_ medium. If you're not paying that, then > you are in dangerous trouble of litigation from those companies. They > can and will go after you. hell, they sued the girl scouts and won for > them singing around campfires. It depends. That was my initial reaction, however upon giving it some thought, it already might be covered by the University license. Definately consult with the University lawyers and make sure that your ASCAP/BMI/SESAC agreement covers your college station. As I recall, our station was cover...
2006 Jun 29
9
Handling multiple developers making migrations and using svn
Hey all, I''ve run into an interesting scenario that I think some of you might have some suggestions on. I am currently working on a RoR project and we are making full use of the migrations. We are also using a subversion repository for our source control. Now, the problem.... We are both making migrations and checking them into SVN. So, if in our checkout we have migrations up to 10 and
2004 Aug 06
0
DMCA and webcasting
...r SESAC in order to > > broadcast _anything_ over _any_ medium. If you're not paying that, then > > you are in dangerous trouble of litigation from those companies. They > > can and will go after you. hell, they sued the girl scouts and won for > > them singing around campfires. > > It depends. That was my initial reaction, however upon giving it some > thought, it already might be covered by the University > license. Definately consult with the University lawyers and make sure > that your ASCAP/BMI/SESAC agreement covers your college station. As I >...
2007 Dec 12
7
Release Retrospective
First off, congrats to everyone for getting Rails 2 released. A lot of work went into the release, and it''s good to see us reach this milestone. And now that the release dust has settled, I think it might be useful for us to have a retrospective and evaluate how the release went. I think the Ruby on Rails project has improved a lot this year, and this is another opportunity
2004 Aug 06
0
DMCA and webcasting
...dcast. You _must_ pay ASCAP, BMI, and/or SESAC in order to broadcast _anything_ over _any_ medium. If you're not paying that, then you are in dangerous trouble of litigation from those companies. They can and will go after you. hell, they sued the girl scouts and won for them singing around campfires. > My belief is that we should > not halt our webcast for fear of future fees. I can't imagine that the record > companies who send us their CDs for free will send us a bill for our > webcasting since October 1998. They will. ASCAP and BMI and possibly SESAC will also send you...