search for: havn

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

Did you mean: have
2007 May 21
4
slow execution times using spec_server
...#39;s the same spec file run using the -X option (and spec_server running): ---------- foo at holly:~/rails/allison$ time ruby/script spec spec/models/listing_spec.rb -X Finished in 1.6e-05 seconds 0 examples, 0 failures < --- real 0m5.441s user 0m0.160s sys 0m0.016s ---------- I havn''t got a clue what''s going on here, does anyone have any suggestions? I''m using ubuntu 7.04, rspec 1.0.0 and rspec_on_rails 1.0.0 help! dave
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: http://rubyforge.org/pipermail/mongrel-users/attachments/20070623/307656f3/attachment.html
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 email to rubyonrails-talk-/JYPxA39U...
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 fart...
2003 Oct 06
1
[Bug 730] Pwexp does not work with nisplus
...rtable OpenSSH Version: -current Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: stefan at stebo.se After havning some problems with password expire on a standalone system (see Bugid 723) a finally got it together and installed it on a NISPLUS system. Now i'm back to square one, havning the same problem again, though it works with non-nisplus machines. For more detailed information and errors see htt...
2004 Dec 18
2
Active ftp connection
...ct my outgoing connections. Is FreeBSD have a feature for this situation? P.S. Only for test we developed little root-kit, which can use only outgoing connections. example: 1. rootkit gets a command from remote machine 2. do this command. 3. connects to remote machine and returns result. So we havn't got connections to my server, only outgoing.. Best regards..
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 hype...
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 on my "client" machine and wa...
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 un...
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 ?
...specified by > Ajax.Request ? > > My basic setup is i have an html element triggering an event (the ajax > update). > I have additional information encoded into the element about how it > should handle different response codes returned from the ajax event. > The problem is, i havn''t figured out a way to specify the id of my > element to be passed along to the onComplete function, so right now i > just stick it in a global js variable before the ajax call and then look > it up in my on Complete function, but thats pretty hacky. > > I suppose i can pas...
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