similar to: ClockingIT Beta - It''s about time...

Displaying 20 results from an estimated 800 matches similar to: "ClockingIT Beta - It''s about time..."

2006 May 17
1
Fast CGI
OK, I finally have Apache configured however the app seems very slow. I am hoping I can speed it up by using fast cgi. I am having not able to install the fcgi gem. Below is the error I get when I try. Any help on this subject would be much appreciated. sudo gem install fcgi -r -- -with-fcgi-lib=/usr/local/fcgi/lib --with-fcgi-include=/usr/local/fcgi/include Attempting remote installation
2006 May 17
12
Help with Apache config
I have been attempting for days to configure Apache for Rails. I have read forums, followed How-To''s all in vain. I am hoping someone can help me out. I am getting the Rails Welcome screen, but when trying to go to any other url, I get the 500.html message. Take a look for yourself at http://66.139.78.237 and click on "about your application''s environment".
2009 Jan 26
1
Mongrel::HttpParserError
I''m new to rails, started first project today. I''m also using flex and want to go RESTful over HTTP as much as possible, most posts seem to think this is not possible! Everything runs RESTfuly fine in the flex local sandbox, but fails in the remote sandbox due to security. I''m using as3httpclientlib as HTTPService doesn''t do the job. Flash sends a request
2006 May 15
3
Drag and drop tutorials/examples?
Just finished our first proper rails app and I''m trying to add some AJAX effects for the first time. I''ve got Rails Recipes and the Rails Cookbook, none of their examples seem to be a good fit with what I''m trying to achieve. Which is... I have 2 lists of users. One for assigned users, one for unassigned users. I want to be able to drag users between the lists to
2007 Jan 10
0
ClockingIT closing in on v1.0
Hepp! ------ It''s been a while since the last ClockingIT - http://www.clockingit.com - release, but the new version has finally been deployed, with quite a few improvements. ClockingIT is now much better at handling a large number of tasks and issues, and it''s a lot easier to see what you should work on next. I''ve also implemented a new look, designed by the missis,
2007 Jul 31
0
ClockingIT v0.99.2 released
It''s been a while since I last announced something about ClockingIT to this list, due to limited bandwidth. But, now that I''ve gotten proper hosting with a great connection, there''s no reason not to. ClockingIT - http://www.clockingit.com is a free and open-source (MIT/X11) project management application, with a focus on large amounts of tasks and tracking of time
2010 Feb 10
4
AJAX responses
Does anyone know if it''s possible to do multiple AJAX responses to a single request in Rails? I did some googling but didn''t find anything extremely helpful. Thanks. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2006 Jul 20
16
Juggernaut Released - (a.k.a Armageddon)
I''ve just released Juggernaut - a plugin for ruby on rails. Check out the site: http://juggernaut.rubyforge.org I?ve also finished a demo that illustrates some of Juggernuat?s capabilities. You can sign up for an account here: http://alexmaccaw.no-ip.info:3500/login/sign_up . It might be a tad slow as it?s running from my home machine. Juggernaut for Ruby on Rails initiates a flash
2008 Jul 23
5
Updating the page dynamically
Hi, I''m developing a Rails application that displays data from MySQL database table. I have an external python script that adds new rows to the table. My goal is to dynamically add new rows to the html table which is displayed in my browser (without reloading the page). I''ve read that Ajax can handle this task ("periodically_call_remote"). But I don''t want to
2004 Aug 06
3
seek, pause etc using icecast ?
On Wed, 2003-09-03 at 21:58, Erlend Simonsen wrote: > Hirendra Hindocha <hiren_hindocha@comcast.net> writes: > >> > >> > >> No. icecast2 is a streaming server, so it... streams. > >> > > > > Good point. I wonder how the other servers (Real Server ,Quicktime etc) do it. > > Any inputs on any other streaming servers that lets a
2004 Aug 06
3
seek, pause etc using icecast ?
On Wed, Sep 03, 2003 at 12:16:53PM +1000, Michael Smith wrote: > On Wednesday 03 September 2003 04:35, Hirendra Hindocha wrote: > > Hello, > > > > I have an icecast2 server streaming some mp3 files and am using > > winamp to listen to the stream, however I couldn't figure out if > > there is a way to seek or rewind. Is there a way to seek/fast > >
2006 Jul 05
2
How do I access the session in a rails plugin?
I''m trying to access the session in a rails plugin, so as to set it as below. 1. module Juggernaut 2. 3. def self.set_channels(chan) 4. session[:juggernaut_channels] = chan 5. end 6. end 7. 8. module ActionController 9. class Base 10. include Juggernaut 11. end 12. end At the moment I get: undefined local variable or method `session'' for
2010 Aug 03
3
Juggernaut Rails 3
Are there any plans to update the Juggernaut gem to be compatible with Rails 3? It doesn''t seem to work as of now with Rails 3, unless I set up the whole thing wrong. Also are there any good working alternatives for a push server? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
2009 Aug 20
1
Juggernaut question
Hi all, I''ve recently downloaded the juggernaut plugin and I was wondering if I could get some advice from anyone who''s used this on a real site. I have it working just fine on my local version, but on my live server it doesn''t seem to be working. It sends the information to the server just fine, but the text doesn''t get inserted. So I have a couple questions
2004 Jul 13
10
vulnerability with ssh-agent
Hi I have written a small introduction to newbies in Danish on ssh and friends. Now some people are questioning my advice and I think they have a point. I am advocating people to use DSA-keys and a config file with this: Protocol 2 ForwardAgent yes ForwardX11 yes Compression yes CompressionLevel 9 and running ssh-agent and ssh-add, and then loggin in without giving keys. One
2006 Oct 19
8
Mongrel::HttpHandlerPlugin
Hi, I''m trying to write a file upload monitor for mongrel that uses juggernaut to alert the browser of a change. I''m writing a plugin that uses Mongrel::HttpHandlerPlugin but it looks like the only method that gets called is process and that is only when the upload has finished. I''m setting the following: @request_notify = true But I am still only getting process to
2006 Mar 06
2
matrix pakcage
Hi! I get the following message trying to install the matrix pakcage, can anyone help me please? trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/Matrix_0.95-5.zip' Error in download.file(url, destfile, method, mode = "wb") : cannot open URL `http://cran.r-project.org/bin/windows/contrib/2.0/Matrix_0.95-5.zip' In addition: Warning message: cannot open: HTTP
2007 Feb 12
1
Rails Push Server?
So, I investigated this a while ago... does anybody have good experience/good instructions as to how to move your rails app to using a push server? Which ones are best? Most Stable? Easiest to implement and use? Our site is currently doing some regular polling, and it''s getting hairy fast. I looked into using Juggernaut a while ago, but I''m not certain it''s going to
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
1997 Sep 23
1
C''t Article on Juggernaut
There is a recent article in the German magazine C''t that may be of interest to those on this list. It describes a cracker program, Juggernaut, which can hijack telnet sessions. The program is written specifically to run under Linux. An english translation of the article is available at: http://www.ix.de/ct/english/9710142/ It also mentions that they are working on a version of the