Displaying 20 results from an estimated 1000 matches similar to: "rspec-1.3.1.rc and rspec-rails-1.3.3.rc are released!"
2010 Mar 24
2
Mock "Consent_6335" received unexpected message :marked_for_destruction? with (no args)
I have a mock object (Person) that is associated with another object
(my_object) through a belongs_to association. When I check whether
my_object is valid (my_object.should be_valid), I am getting an error
like the following:
Mock "Person_6338" received unexpected
message :marked_for_destruction? with (no args)
Checking the list of methods on the mock,
2009 Apr 09
1
method_exists? is missing?
In a controller run through webrick I do this:
@entity = Entity.new
print @entity.methods.sort.to_yaml
and I see this:
- logger
- mark_for_destruction
- marked_for_destruction?
- metaclass
- method
- method_missing
- methods
- new_record?
There is no method_exists? method. If I instead do this in a console
session, I see this:
$ script/console
>>
>> @entity = Entity.new
=>
2006 Apr 20
1
R CMD check: non source files in src on (2.3.0 RC (2006-04-19 r37860))
Hello, I am having an issue with R CMD check with the nightly build of
RC 2.3.0 (listed in the subject.)
The problem is this warning:
* checking if this is a source package ... WARNING
Subdirectory 'src' contains:
README _Makefile
These are unlikely file names for src files.
In fact, they are not source files, but I do not see any reason why they
cannot be there, or why I need to
2015 Jun 02
0
Xapian 1.3.3 development snapshot released
I'm happy to be able to announce that Xapian 1.3.3 is now available.
Please note that 1.3.x releases are development releases - they are made
to encourage earlier and wider use and testing of new and changed code.
Our record with 1.1.x was very good - all the bugs I am aware of were
either in new features, or were also present in the corresponding 1.0.x
release. But if you main concern is
2002 Jul 06
0
Shorewall 1.3.3
Shorewall 1.3.3 is now available for download.
In this release:
1. Entries in /etc/shorewall/interface that use the wildcard character
("+") now have the "multi" option assumed.
2. The ''rfc1918'' chain in the mangle table has been renamed ''man1918''
to make log messages generated from that chain distinguishable from
those generated
2005 Jun 22
2
A polar.plot BUG in plotrix 1.3.3 ?
Hi,
I just updated to R-2.1.1 and updated packages acordingly
However, after the update, routines that use polar.plot
did not function as correctly.
In plotrix 1.3.3 the polar.plot function does scale label.pos
to radians prior to calling radial.plot
Hence, the command
polar.plot(c(5,10,5,0),c(-10,0,10,20),rp.type='P',
2016 Mar 23
0
libvirt 1.3.3 and Hyper-V 2012
Hello
I installed libvirt 1.3.3 for managing a Hyper-V 2012 R2 Server.
On the hyper-v server I entered the two commands:
winrm set winrm/config/service/auth @{Basic="true"}
winrm set winrm/config/service @{AllowUnencrypted="true"}
After connecting, I receive the following error:
user@ubuntu-serv-kvm:~/libvirt-hyperv-r2-2012$ virsh -c hyperv://192.168.33.140/?transport=http
2016 Apr 12
0
CentOS 6 and 1.3.3
libvirt 1.3.3 seems to have introduced some kind of issue on CentOS 6
(no systemd). After upgrading, libvirt would take an incredibly long
time to get to a state where it would actually respond to a simple
'virsh list' command.
Looking at verbose output showed this repeating at exactly 30s intervals
2016-04-12 19:40:57.142+0000: 14929: info :
virEventPollDispatchHandles:507 :
2012 Feb 03
0
libvorbis 1.3.3 released
Xiph.Org is pleased to announce a full release of libvorbis 1.3.3.
This is a spot release that contains only bug, documentation, and
security fixes.
Changes and fixes in the new libvorbis release include:
* additional proofing against invalid/malicious streams in decode
(see SVN for details).
* fix a memory leak in vorbis_commentheader_out().
* updates, corrections and clarifications in the
2012 Feb 03
0
libvorbis 1.3.3 released
Xiph.Org is pleased to announce a full release of libvorbis 1.3.3.
This is a spot release that contains only bug, documentation, and
security fixes.
Changes and fixes in the new libvorbis release include:
* additional proofing against invalid/malicious streams in decode
(see SVN for details).
* fix a memory leak in vorbis_commentheader_out().
* updates, corrections and clarifications in the
2004 Aug 06
0
cygwin 1.3.3 test result
sorry for being a major big mouth here, but i noticed cygwin 1.3.3
release has fixed some pthreads issue so I've decided to give it a try.
Initial results indicate that icecast can now be compiled as cygwin
binary (no win32) and run normally with minor issues. i have
observations that icecast-cygwin does not catch the SIGINT signal
correctly, and that when shutting down the server from
2010 Sep 30
2
wine 1.3.3 on UNUNTU 10.04.1 with gmax 1.2
On wine 1.2 gmax material navigator opens its file system window but can't access the data. On 1.3.3 when you try to open the material navigator, the program posts an error and quits.
One assumes we are working on the file system(s) interface within the wine/windows interpreter. If so, I don't know if this is progress or not. The current result is certainly unambiguous.
The appdb has
2002 Jul 05
0
Shorewall 1.3.3 Beta Available
Beta code is available at:
ftp://ftp.shorewall.net/pub/shorewall/Beta
http://www.shorewall.net/pub/shorewall/Beta
In this release:
1. Entries in /etc/shorewall/interface that use the wildcard character
("+") now have the "multi" option assumed.
2. The ''rfc1918'' chain in the mangle table has been renamed ''man1918''
to make log
2002 Jul 08
0
Shorewall 1.3.3 Debian Packages
Lorenzo Marignoni reports that the packages are available at
http://security.dsi.unimi.it/~lorenzo/debian.html.
-Tom
--
Tom Eastep \ Shorewall - iptables made easy
AIM: tmeastep \ http://www.shorewall.net
ICQ: #60745924 \ teastep@shorewall.net
2019 Aug 18
1
1.3.3: powerpc portability problems
The PowerPC-related changes in FLAC 1.3.3 have caused some portability
problems.
libFLAC/cpu.c assumes that the <sys/auxv.h> header and the getauxval()
function are universally available on PowerPC platforms. They are not.
On FreeBSD/powerpc, <sys/auxv.h> is available, but getauxval() is
not. Equivalent functionality is provided by elf_aux_info().
On OpenBSD/powerpc, neither is
2010 Sep 24
0
Two yaers later tryout Topix8 with Wine 1.3.3
Very good news, I did a tryout and now Topix run's in Wine 1.3.3, but it crashes if I clos the program. Then there is no chance to start Topix again, I must kill wine with "wineserver -k".
Here may be you can see what's happend:
Code:
~/.wine/drive_c/Programme/TOPIX8 Arbeitsplatz 2008$ wine TOPIX8.exe
fixme:win:WINNLSEnableIME hUnknown1 0x20022 bUnknown2 1: stub!
2006 Dec 19
3
/etc/rc.d/jail: losing IPs if jail_x_interface set and syntax error in jails /etc/rc?
Hi *,
I recently triggered an error when setting up a jail-host: I configured
the jail(s) like evry jail I set up in the past:
On the jail-hosts /etc/rc.conf:
# ---- Jail-Globals ----
jail_enable="YES" # Set to NO to disable starting of any jails
jail_list="ftp mx1 relay" # Space separated list of names of jails
2007 Sep 09
0
Share monit.rc entry for Ferret Drb?
Hi,
we''re using monit to watch over our mongrels and I want to add an entry
for the ferret Drb server. Would anyone care to share their montit.rc
entry?
Thanks
Matthew
--
Posted via http://www.ruby-forum.com/.
2005 Apr 11
1
/etc/rc.bsdextended: am I misunderstanding this..?
Can someone clear something up for me?
[[[
# For apache to read user files, the ruleadd must give
# it permissions by default.
####
${CMD} add subject uid 80 object not uid 80 mode rxws;
${CMD} add subject gid 80 object not gid 80 mode rxws;
]]]
Doesn't the above mean that an apache user (eg, user-supplied CGI
process, PHP script, etc) has the ability to read (and write!) anything
in the
2006 Feb 27
0
TextMate: Rails Bundle 1.0 RC 4
Just trying to work out any bugs and other issues in this release
candidate series. Thanks to everyone who''s participated so far.
== Find out More
http://blog.inquirylabs.com/2006/02/27/rails-bundle-rc4-samis-
snippets-my-fixes/
http://blog.inquirylabs.com/category/textmate/
== Download
http://inquirylabs.com/downloads/syncPeople%20on%20Rails%201.0%20RC4.dmg
Duane Johnson