similar to: [RSpec, Rails] POST create action spec and before_filter

Displaying 20 results from an estimated 1000 matches similar to: "[RSpec, Rails] POST create action spec and before_filter"

2006 Apr 18
3
Wishlist: addition to FAQ 2.7
After making quite a few circles around one particular issue (and eventually resolving it) I have a suggestion to make: Append the following to http://www.openssh.org/faq.html#2.7 "NOTE: In order to agent forwarding to work you need to have xauth installed in the remote host. In Debian xauth is in 'xbase-clients' package." And about that "F" in
2008 Mar 20
3
cleaning up after stories
do I have to manually clear out the database after a story runs? Seems like the data the story left is still in there. Joe
2012 Nov 18
2
Control power output via serial connection
Hi, I have two APC UPS models and I am trying to find out if it is possible to cut power down via serial connection in Ubuntu Server 12.04.1 AMD64 system. I have models: APC Back-UPS Pro 650 (BP650SI) APC Back-UPS 650 (BK650MI) I have also APC serial cables 940-0020C and 940-0095B. Is this possible with my current hardware? If it isn't possible, could you recommend model(s) on
2015 Oct 05
1
CentOS 7 & dhclient hooks
Hi, I have CentOS 7 and I am trying to get dhclient hooks working. I have 1) created file /etc/dhcp/dhclient-enp4s0.conf, 2) created directories /etc/dhcp/{dhclient-enter-hooks.d, dhclient-exit-hooks.d}, 3) added line 'DHCLIENTARGS="-nc"' into file ifcfg-enp4s0 and 4) added file /etc/dhcp/dhclient-enter-hooks.d/test with line echo "executed enter-hook", 5) but I was
2005 Jun 15
1
Problem with win32 libspeex-1.1.9 dynamic dll
Hello, This is the first time I'm writing to developers mailing lists, so be patient with me. The win32/speex.def -file seems to be missing line: "speex_lib_get_mode" This causes that function to not to be exported. I haven't yet tested the fix. -- Kind Regards / Yst?v?llisin terveisin, Tero Keski-Valkama Software engineer (+358) 41 5260 920 (+358) 40 7069 762
2013 Jun 13
3
"Multiple Internet Connections" with four interfaces
Hi, I was reading document http://shorewall.net/MultiISP.html#idp3634200. Inspired by the document I was trying to establish the following changes: * one additional interface: COMA_IF * COM[A,B,C]_IF interfaces request IP address via DHCP * all non-RFC 1918 destined trafic is NATed from INT_IF to COMA_IF * all non-RFC 1918 destined trafic from GW is routed via COMB_IF by default * non-RFC 1918
2005 May 14
6
1.0-test70
http://dovecot.org/test/ - vpopmail authentication fix - many mmap_disable=yes fixes and a few optimizations - pop3 hang fix - mbox fix for "last-uid lost" error (hopefully last one) - mbox fix for losing dirty flag, causing lost message flags mmap_disable=yes seems to be finally working pretty well. There should be no more cache file related errors with it enabled. I'm still
2004 Jul 24
1
TOS settings conflict with wshaper
Hi! Wondershaper classifies traffic to different queues using information found in TOS field. I noticed that scp traffic goes to highest priority class even though comments in whaper explicitely say: "TOS Minimum Delay (ssh, NOT scp)". As it turned out Shorewall creates mangle rules that will force minimum delay bit to all ssh connections (in "tos" file). SSH
2003 Sep 24
1
stty: : Operation not supported on transport endpoint
Hi! I am using OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f on my Mandrake 9.1 machine. I used to run fetchmail to get emails from IRIX 6.3 system which has OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f. I had to reinstall my Mandrake, and after that ssh gives me strange error messages. When I run command: ssh -f -L 1234:irixhost.somedomain.fi:110
2005 Mar 20
3
Adding dsmark qdisc fails
I''m trying to configure dsmark qdisc on 2.6.11.4 user mode linux and tc from iproute2-2.6.11-050314. I think I have some mismatch in my setup since adding dsmark qdisc fails *unless* I specify "set_tc_index" argument which I believe should be optional: # tc qdisc add dev eth1 handle 1:0 root dsmark indices 8 RTNETLINK answers: Invalid argument Mar 20 13:00:50 user user.debug
2007 Aug 01
1
Re : Custom axis
Maybe I do not explain well what I would like to do. I do not want to change the labels of the axis, but the scale. What I want is a general procedure for changing the scale. Its like using a logarithmic scale on a plot. Labels are the same, but the increases of x along the x-axis are defined by a known monotone and continuous function. Florent Bresson ----- Message d'origine ---- De :
2023 May 03
1
LAPS support
finally i got LAPS GPO working ( there was errors in my first schema update ldif files) i had to set "Enable password encryption" to disabled in LAPS GPO. after reading wiki (https://wiki.samba.org/index.php/Samba_AD_schema_extensions), before install on production, i would like to have some advice should i wait for this schema update to be integrated in samba source, or this
2013 Nov 10
1
10.0-BETA3 em/nfe drivers on MSI K9NBPM2-FID board. LAN card changes.
Hi, I have a server at Hetzner and something strange happend. First, I installed FreeBSD 10.0-BETA3 (amd64) via their FreeBSD 9.2-RELEASE rescue system, that's ok. I had to configure the network by using the em driver -> em0 interface. But suddenly, the network was lost. After an ACPI reboot, nothing. Going to the vKVM show me the system didn't detected em0 anymore but an nVidia
2023 Apr 28
1
LAPS support
Le 28/04/2023 ? 09:51, Arnaud FLORENT via samba a ?crit?: > > Le 28/04/2023 ? 09:40, Arnaud FLORENT via samba a ?crit?: >> >> Le 28/04/2023 ? 09:12, Arnaud FLORENT via samba a ?crit?: >>> >>> Le 28/04/2023 ? 01:03, Andrew Bartlett via samba a ?crit?: >>>> On Thu, 2023-04-27 at 18:18 +0200, Arnaud FLORENT via samba wrote: >>>>> so it
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
2004 Dec 30
2
bug / incompatibility with USB booting in Syslinux 3.00 pre9 ?
Hi, I'm Florent BERANGER, from Flonix ( http://www.flonix.com ). After several tests, we have found that Syslinux 3.00 pre9 is no longer compatible with USB stick booting. Syslinux 2.13 works fine with this feature. Error infos : Syslinux 3.00 pre9 only displays its version and a new line with a "a" character and then hangs. Tests configuration : Syslinux applied from : Linux
2006 Jan 05
1
Adding dsmark qdisc fails
I ''m having a problem identical to one encountered on this list awhile back: >I''m trying to configure dsmark qdisc on 2.6.11.4 user mode linux and >tc from iproute2-2.6.11-050314. > > >I think I have some mismatch in my setup since adding dsmark qdisc >fails *unless* I specify "set_tc_index" argument which I believe should >be optional:
2005 Feb 09
3
Corrupted index file
I've recently switched from Courier-imap to dovecot and I'm impressed with it's speed and reliability. However, my index file gets regularly corrupted: Feb 8 21:23:16 hive imap(hart): Corrupted index file /home/hart/Maildir/.INBOX/.imap.index: index.next_uid (129) > uid_rec.uid (128) dovecot version: 0.99.13-3 Debian sid) I use dovecot in combination with mutt, procmail and
2016 Mar 09
2
Client-initiated secure renegotiation
On 09/03/16 10:44, Florent B wrote: > Hi, > > I don't see any SSL configuration option in Dovecot to disable > "Client-initiated secure renegotiation". > > It is advised to disable it as it can cause DDoS (CVE-2011-1473). > > Is it possible to have this possibility through an SSL option or other ? > > Thank you. > > Florent ssl_protocols = !SSLv3
2002 Aug 07
3
Reading characters using read.table()
Hello, I need to read a vector containing names of different variables from a text file (a unique column). Among them one is called "T". When I use the function read.table with default arguments and when I call the element of the data frame corresponding to name of this variable it returns me the logical value "TRUE" whereas I was expected it to return the character