search for: friis

Displaying 19 results from an estimated 19 matches for "friis".

Did you mean: fries
2012 Oct 02
8
Being strict on differentiating between IEC prefixes and SI prefixes.
One of the greatest things about rails is that it is so standards-compliant, no other framework that I have seen have complied to the HTTP standard (think REST) in such a degree that Rails does. Kudos to you all for that. I think we (Rails community) should follow the line of standards compliance and also take it to the binary prefixes [1], i.e. kilobytes, megabytes, etc. For more than half a
2010 Jul 08
25
Prepared SQL statements
Dear all great developers. I wonder if there is any work being done or thoughts being shared regarding prepared SQL statements. Currently I am in heavy need of tuning SQL INSERTS that insert large (3MB) images into blobs. I am using rails 2.3.5 with postgres adapter and pg driver. Any information would be appreciated. Jarl -- You received this message because you are subscribed to the
2006 Apr 29
1
0.9.12 iexplore.exe mozilla activex control
I downloaded wine 0.9.12 yesterday, and saw the news about iexplore.exe being included. So, I just had to try it. It downloaded the Mozilla ActiveX control and installed it, but then after the installer completed, I get the following errors: fixme:shdocvw:iecs_QueryInterface unknown interface {00020400-0000-0000-c000-000000000046} fixme:shdocvw:iecs_QueryInterface unknown interface
2010 Feb 15
1
possible bug: using assert_recognizes with extras
Hi. I am trying to use the extras hash parameter in assert_recognizes. I am using. assert_recognizes(expected_options, path, extras={}, message=nil) I have something similar to the documentation: assert_recognizes {:controller => ''items'', :action => ''list'', :id => ''1'', :view => ''print''},
2009 Aug 27
2
Setting @request.env["HTTP_REFERER"] in an integration test
Hi. I would like to set @request.env["HTTP_REFERER"] in an integration test, but due to its nature, I would naturally set this value to the previousle request url. How do I do that. Thanks. Jarl
2002 Sep 27
1
wishlist addition?
I didn't see this in the wishlist, but using rsync for backups as I'm starting to do now, there's a feature that would be really cool. I don't see it in the man page or in any of the docs online. Basically, I'd like to see an option to modify --delete that deletes only destination files that have been missing for over Y days. For backups, this provides a time window on
2007 Sep 29
3
Data manipulation
Hello, I am beginner in R and I would like to solve the following problem: Suppose that we have three files to be red in R d1, d2, and d3 > d1 id x1 x2 1 1 4 n 2 2 3 h 3 3 0 f > d2 id x1 x2 1 1 2 r 2 2 3 u 3 3 1 f > d3 id x1 x2 1 1 2 a 2 2 1 w Is there any library or function that one can read this datasets like for(i in 1:3) d[i] <-
2008 Jul 02
2
Linux update knobbles Samba
Hello People, I do hope that this is not a really old problem that everyone is totally sick of hearing; it is a pain in the neck problem for me right now. I am just a Samba user. Help will be much appreciated 8-) I have been using Mandriva 2007 Linux and have installed Mandriva 2008; Samba has stopped working as described below. What is wrong? * The hardware is a local LAN controlled by an
2003 Dec 01
0
No subject
Please note that Windows 9x clients are not true members of a domain for reasons outlined in this article. Therefore the protocol for support Windows 9x style domain logons is completely different from NT4 domain logons and has been officially supported for some time. Did you read this document? Let me know what needs to be updated and i will take care of it. Cheers, jerry
2006 Oct 18
0
Please help with 2 (related?) problems
Hi All, I was able to get the BackgrounDrb plugin installed, and even got the example progress bar working. So far so good. But now that I''m trying to do something a little more real, I''m getting stuck. The first problem I''m getting is that the background task seems to be getting terminated by Rails. In any case, I am getting the following error as the first thing
2008 Jul 03
1
Comment from a Samba user
The following post was made today. > Hallo, Lucia, > > Du (lucia.frika) meintest am 03.07.08: > > > Hola, tengo un servidor con samba, openldap y bind9 pero no puedo > > pinguear una maquina por el nombre, si por la ip. > > That sounds like a misconfigured firewall. That's no samba problem. > > Viele Gruesse! > Helmut The point I should like to make
2010 May 10
0
config.cache_classes = false is broken in 2.3.4 and 2.3.5
I have created a ticket with a simple description of how to reproduce. https://rails.lighthouseapp.com/projects/8994/tickets/4565 Jarl -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to
2009 Sep 07
0
How do I make a performance test?
Hi. I would like to make a performance test using rails 2.3.3 I see there is a generator called performance_test, but can someone give me a link to a url that gives some examples. I have read http://guides.rubyonrails.org/performance_testing.html To me however a test is something that either passes or fails. And all the examples given in article provides measurements of executions in numbers.
2007 May 09
0
Neophyte needs help!
Hi All, Real neophyte here, to both backgroundrb and ruby/rails in general. (Hey, we''ve all got to start somewhere, right!) :) I''ve just been playing around with the example code at http://backgroundrb.rubyforge.org/ , and trying to get all the pieces to work (btw, I''m using version 0.2.1). I did a ''generate worker example'', which created an
2006 Feb 08
2
Warnings from openssh-4.3p1 configure
Greetings: On a Sun Solaris 8 machine using the Sun Studio 11 compiler: taz$ ./configure LDFLAGS=-xarch=v9 CFLAGS='-xO3 -xarch=v9' CC=/opt/SUNWspro/bin/cc --prefix=/opt/openssh-4.3p1 --with-ssl-dir=/opt/openssl-0.9.8a --with-xauth=/usr/openwin/bin/xauth --with-default-path=/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/openwin/bin:/usr/dt/bin --without-zlib-version-check checking
2010 May 28
2
Suggestion for improving value_to_boolean column conversion
Hi fantastic rails core developers. Speaking of version 2.3.5: I find it rather error_prone that values such that "some text" is silently converted to false when stored in a boolean DB field. Among other things it means that assign "some text" to boolean fields on a model will not generate any validation messages (it will silently be converted to false). I think it is like
2004 Jul 06
3
Windows users can create files but Linux users can not?
I have a Samba server running on a Fedora Core 1 Linux server, and my problem is that Windows users can create files but Linux users can not. This is my smb.conf file: [global] workgroup = IDG_DK server string = WebDev log file = /var/log/samba/%m.log max log size = 50 [jfl] path = /var/www/websites/jfl valid users = jfl read only
2010 May 06
0
Problems using exception_notification 2.3.3.0
Hi. I am using rails 2.3.5 I just installed exception_notification 2.3.3.0 using ''sudo gem install exception_notification'' I have add config.gem "exception_notification" in environment.rb and ''include ExceptionNotification::Notifiable'' in application_controller.rb Now I am trying it out in development environment. It seems to catch my exception
2004 Mar 04
0
session setup failed: ERRDOS - ERRnoaccess (Access denied.)
When I try to connect to a NT share I get this: 19788: session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed My command is: mount -t smbfs -o username=xxx,password=xxx //DBSERVER/myshare$ /tmp/backup The above command works on other machines. Please help. Here is my debug info: INFO: Current debug levels: all: True/10 tdb: False/0 printdrivers: False/0