search for: havne

Displaying 20 results from an estimated 80 matches for "havne".

Did you mean: have
2007 May 21
4
slow execution times using spec_server
hi all I''m seeing strange behaviour when running specs using spec_server. They take longer to execute, and it looks like none of examples are being run. here''s the output for a simple spec file using just the spec command: ---------- foo at holly:~/rails/allison$ time ruby/script spec spec/models/listing_spec.rb ...... Finished in 0.060469 seconds 6 examples, 0 failures <
2007 Jun 23
3
mongrel_upload_progress and nginx
G''day I''m just wondering if anybody knows of a way to get mongrel_upload_progress working with nginx? I''ve had a fair bit of a look around but havn''t been able to come up with anything, yet. -- - James -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Oct 10
4
Prototype Tutorials?
Hi, Can anyone please point me in the direction of a good prototype tutorial? I''m not sure if one exists yet or not but I havn''t been able to find a comprehensive one yet. TIA Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send
2006 Oct 02
2
when to use find_by_sql
I have a bunch of queries to compute some counters, like find_by_sql(<<-SQL SELECT p.*, c.nfavourites FROM people p, ( SELECT fp.person_id, COUNT(fp.user_id) as nfavourites FROM favourite_people fp, users u WHERE fp.user_id = u.id AND u.cluster = ''#{in_cluster_of_user.cluster}'' GROUP BY fp.person_id ) as c WHERE
2004 May 17
4
Multi-User Security
Hello list. I would like to get your opinion on what is a safe multi-user environment. The scenario: We would like to offer to some customers of ours some sort of network backup/archive. They would put daily or weekly backups from their local machine on our server using rsync and SSH. Therefore, they all have a user account on our server. However, we must ensure that they would absolutely not be
2010 Jul 03
16
ionice
Hi Everyone, I''m experimenting with ionice, and I have to say at first impressions I''m very impressed! Does anyone have any idea how I could script the ionice config? I''m using phy for my DomUs so everything appears in ps as blkback.<DOMID>.xvda1 The problem is, is that the process id for the blkback process will change after every DomU restart,
2006 Nov 04
0
um, what''s up with the list?
i havne''t gotten any mail from the list since 8/19...my coworker has said that DHH is migrating all the members to the list rails-users or somesuch over at googlegroups and he''s getting craploads of mail yet i havne''t received anything...is this list even up anymore? Chris
2006 Jun 02
2
Natural Search
Does anyone know what the best approach would be to do a search against mutiple fields from one text string in a RoR app? My client wants its user base to be able to issue a search like: "Record Stores in 12321 Jazz" So, esentially, the query would have to check a couple tables, and a couple fields in each table. Thanks for any help. -- Posted via http://www.ruby-forum.com/.
2006 Jan 16
2
Curl help
I''ve been searching around for a curl implementation on ruby and havn''t had much luck. I have run into open-uri and Net::HTTP but they just arnt as robust as curl. The closest thing i found was this previous thread from July http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/149926 on using ruby-dl to load libcurl. Has anyone gotten any farther on this
2003 Oct 06
1
[Bug 730] Pwexp does not work with nisplus
http://bugzilla.mindrot.org/show_bug.cgi?id=730 Summary: Pwexp does not work with nisplus Product: Portable OpenSSH Version: -current Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy:
2004 Dec 18
2
Active ftp connection
Hello dear friends... I have a trouble. My FTP server must have an active ftp connection. It means what in ipfw rules I must allow outgoing connections(like ipfw add allow tcp from me to any keep-state). But I don't want use this rule. I want to restrict my outgoing connections. Is FreeBSD have a feature for this situation? P.S. Only for test we developed little root-kit, which can use
2003 Nov 17
2
Hang on boot with 4.9-STABLE
Yet another hang on boot issue wqith 4.9. I havn't seen anything the same go through the list and I've searched the archives but not found anything appropriate. Box that has been rock solid under 4.8-P3, took it to 4.9-R and 4.9-STABLE (as of today) and it hangs on boot after the apm0 line. It's doing SMP and the motherboard has hyperthreading enabled. It won't break out to the
2013 Aug 15
1
Behavior of jexec
Hi, I noticed two things when running jexec. I run FreeBSD 9.2-RC1 from binaries and jails 9.2-RC1 too. I log as root on the host (I havn't any other user). # 1. $HOME For a jail named "blog" with a "blog" user, which $HOME is at /home/blog, if I do: jexec -U blog blog tcsh My id is correct, but $HOME is still root. # 2. Accessing a jail in ssh command line I'm
2006 Aug 01
3
Radio buttons and AJAX
Hi, Here is what I would like: 2 radio buttons: "yes" and "no" There will be 2 containers: <div id="yes" style="display: none;">Yes stuff</div> <div id="no" style="display: none;">No stuff</div> What I want is whenever the "yes" radio button is selected, on the "yes" div should be made
2005 Jun 23
1
[patch] pin/unpin must flush tlb
Hi, Patch below is needed to make my system work stable in PAE mode. Havn''t seen problems without PAE, not sure whenever thats just pure luck or whenever there is a bug in my PAE xenlinux kernel. To me it looks like a generic bug though. I''ve actually trapped into problems with unpin only: A process exits, somewhere in exit_mm() the page tables are unpinned, shortly thereafter
2003 May 30
2
IPFW logging brokeness?
I don't think I'm trying to do anything amazing, but IPFW's logging features are giving me a real headache. I can't find much in the archives either, but I find it hard to believe others havne't found this too. My rule: add 100 allow log tcp from any to <my IP> <ports> limit src-addr 2 I want connecting parties to be able to form no more than 2 connection. This works perfectly, jsut as I'd expect it to. Except for 'log'. This rule matches every packet that...
2006 Apr 10
1
RE: Prototype Ajax - How to pass my own params toonComplete ?
You need a closure. onComplete: function (response) { NamedActionResponseHandler(theElement, response); } Is that what you mean? Greg > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs- > bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Erin Brewer > Sent: Monday, April 10, 2006
2007 Apr 06
3
How to find rows where no row in associated table exists?
Basically, how do I do this "The Rails Way(tm)" SELECT * FROM beta_users u LEFT JOIN beta_codes c ON u.id = c.beta_user_id AND c.code IS NULL At the moment I''m using find_by_sql, and that works Ok, but what would be the Rails way? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2007 Jan 24
2
Thoughput
Hi, I am after a feel of the throughput capabilities for TC and Iptables in comparison to dedicated hardware. I have heard talk about 1Gb+ throughput with minimal performance impact using 50ish TC rules and 100+ Iptables rules. Is there anyone here running large throughput / large configurations, and if so, what sort of figures? Regards Dan
2012 Jan 24
7
Ruby update
Hello, I''m using instantrails 2 to develop RubyOnRails projects on windows and need to update my ruby version to 1.8.7 (I''m still using 1.8.6). I downloaded ruby 1.8.7 here http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7.zip and unzipped files in the ruby folder of instantrails but when I check "ruby -v" I still got 1.8.6 (I tried a gem update and same thing, some gems