Displaying 12 results from an estimated 12 matches similar to: "The ARTS Plugin: Another RJS Testing System"
2012 Dec 14
1
Re: Digest for rubyonrails-core@googlegroups.com - 4 Messages in 3 Topics
This is a delivery failure notification message indicating that
an email you sent could not be delivered. The problem appears to be :
-- Recipient email server rejected the message
This condition occurred after 1 attempt(s) to deliver over
a period of 0 hour(s).
If you sent the email to multiple recipients, you will receive one
of these messages for each one which failed delivery, otherwise
2008 Jan 23
4
expect_render(...).and_return(''x'')
Hi,
I''m trying to spec a controller method which renders some rjs as part
of a render :update block. The problem I''m having is that stub_render
or expect_render don''t seem to allow and_return to work.
The controller method does:
if @thing.save
render :update do |page|
page.insert_html :bottom,
2007 Jun 15
2
Is it still possible to use should_have_rjs
Hi
I''ve come back to a Rails project after about a month doing other
work, and there''s a lot of changes. I was on the 0.7 branch before
and I''ve upgraded to RSpec 1.0.5. I used the spec translator, fixed
the cases where it barfed on unusual line contents, and all my model
and controller specs now pass. But I''m getting 53 failures on my view
specs,
2007 May 11
2
spec a replace_html with a partial
I wanted to use ARTS to add RJS in a behaviour driven way to my
application, but I''m having some trouble asserting a replace_html with
a partial.
I''ve created a pastie (http://pastie.caboo.se/60694) which contains
the RJS I want to spec, the spec which I already wrote and its failure
message.
I''m currently using RSpec-0.9.2
2002 Jun 26
0
No sound with aRts ...
Hello,
i activate the mci driver for arts in config but i have no sound ...
i don't understand why ...
i use NAS (Network Audio System) with arts
see you.
Nicolas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20020626/d9aa1215/attachment.html
2007 Jan 24
0
arts in wine 0.9.29
Hi,
I am running Ryzom game (MMORPG) under Wine quite well. Nevertheless, we
have issues with the sound (as in many games) and we tested many
solution with alsa and oss sound rendering in Wine. Recently, I tried
to use arts sound module using wine 0.9.20 and the sound was really
good (and avoid some network problem we have when using alsa).
Recently, its seems that developers decided to disable
2008 Jul 29
0
Is wine logo (at winehq.com) and other winehq site arts GPL licensed?
Welcome everybody - I am not sure weather I should ask this here but...
As in the topic - is wine logo and other wine arts from winehq.com GPL
licensed? And if they are - does it mean that I can 'cut' certain piece of a
logo and use it on my site?
Thank you in advance.
P.S
Sorry for my English - it's not my native language.
-------------- next part --------------
An HTML attachment
2001 Jun 30
2
libao: src/plugins/arts/Makefile.am
Clobbering CFLAGS is not nice.
--- src/plugins/arts/Makefile.am.orig Sat Dec 30 06:03:25 2000
+++ src/plugins/arts/Makefile.am Wed Apr 11 00:40:35 2001
@@ -16,13 +17,12 @@ artssources =
endif
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include @ARTS_CFLAGS@
libdir = $(plugindir)
lib_LTLIBRARIES = $(artsltlibs)
libarts_la_LDFLAGS =
2003 Jul 05
0
improvement for libao aRts detection
I recently had a function added to the aRts API that
lets you see if aRts is actually holding the DSP
device open or not.
This call can be useful in trying to autodetect what
audio output to use, like libao does.
I've written a patch for libao to take advantage of
this. It adds an autoconf macro to test for the
presence of this new function (so that it'll still
work for people with an
2010 Nov 20
0
Fwd: Festival of Pacific Arts web cast
---------- Forwarded message ----------
From: Sean Linton <sean at lpnz.org>
Date: 20 November 2010 18:33
Subject: Festival of Pacific Arts web cast
To: Robert Loomans <robertl at apnic.net>, George Michaelson <ggm at apnic.net>,
sylvia at apnic.net, Gaurab Raj Upadhaya <gaurab at lahai.com>, Ian Pringle <
ipringle at col.org>, Martin Hadlow <m.hadlow at
2006 Apr 28
7
acts as drop down
Hi
Im using the acts as drop down plugin
and have this code below
acts_as_dropdown :text => "forename", :order => "forename"
It currently makes use of the forename in the option tag, how can I get
it to use the surname as well
ie somthing like ''forename'' . ''surname'' in php
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Jan 20
1
[protoype] Problem with Effects on draggable element if revert is true
hi,
I have a draggable element (cart-item) in a shopping cart
<%= draggable_element "item_#{product}_#{i}", :revert => true %>
When this element is dragged outside the cart into the "main_div", I want to
show a puff effect and remove the element. When it is dragged within the
cart, it should revert.
So i wrote this code for drop_receiving _element
<%=