Displaying 20 results from an estimated 20000 matches similar to: "How do you stop a ruby method prematurely"
2006 Jul 28
3
render :update working incorrectly
I have the following code
render :update do |page|
page.alert(''Hey there'')
end
Why is it taking me to a blank page with the following text at the top:
alert("Hey there");
This text is in <pre> tags as well. Its kinda weird. Thats what I want
to execute on the page that it came from. Any ideas?
This happens with the other commands where it renders the
2006 Oct 13
5
multi_search error undefined method
Hi,
Im having problems using the multi_search command. I keep getting the
following error.
"undefined method `<<'' for Book:Class"
here is the code associated with this.
class Book < ActiveRecord::Base
acts_as_ferret :store_class_name => true
end
class User < ActiveRecord::Base
acts_as_ferret :store_class_name => true
end
and the call is the
2006 Jul 27
17
How do you stop a Ruby method from executing?
Hey guys,
How do you stop Ruby code from executing? For example,
def newaction
puts "1"
return
puts "2"
end
I tried return in the following example, but it continues and than looks
for newaction.rhtml. How do I stop it completely dead in its tracks?
--
Posted via http://www.ruby-forum.com/.
2006 Aug 02
3
newbie question, adding conditions to collection of sql objs
I have:
@pictures=@c.pictures
How do I add limit and order_by conditions. I have tried the following:
@c.pictures.find_all(:limit=>5)
@c.pictures, :limit=>5
@c.pictures :limit=>5
None of these work.
--
Posted via http://www.ruby-forum.com/.
2006 Jul 28
7
auto_complete_for exists but not being found by Rails
Anybody encounter this. I know the method exists in the auto_complete.rb
file in my rails installation, but it itsnt accessing it throught he
program.
Any ideas?
--
Posted via http://www.ruby-forum.com/.
2006 Jul 29
1
newbie - best place to put methods used in controllers?
Hey guys,
Where is the best place to put methods called in your controller? I ask
because my controller file is getting bulky with code that doesnt need
to be called directly.
I was wondering if I could put it in the application.rb or if there is
some way to put it in the helper?
--
Posted via http://www.ruby-forum.com/.
2006 Aug 02
3
controller methods for app/views/A/B.rhtml
If I want to call A/B, can I call a corresponding controller action for
it?
Like with app/views/A.rhtml, I can it will call the method A in the
controller file.
But with A/B.rhtml, I cant do def A/B.
--
Posted via http://www.ruby-forum.com/.
2002 Feb 06
1
dev.off() prematurely stops xyplot()
I have a script containing an xyplot() to print to a postscript
file, followed by dev.off(). When I source the script, the dev.off()
seems to cut off the xyplot() execution before it is finished.
The resulting postscript file has about the right size, but it
appears blank when I try to view it. If I manually execute the
xyplot(), then wait for the return of the R prompt before executing
2004 Nov 02
1
to stop tinc
hello,
I tried giving the --pidfile option when you use the -k
option.
as you said with pidfile option but it didnt work.
Only way i could kill it was by restarting the OS. is there
any way to do it otherwise.
thanks
mogan
2006 Aug 02
4
applying conditions to ActiveRecord call in model.rb
If @c is an instance for the User class and lets say I want to call
@c.pictures, which would be the user''s pictures.
How can I setup up RoR so that I could append the condition
"status=''available''" to the conditions arguments EVERYTIME .pictures is
called. This way I can only call available pictures
Is there some kind of filter I can apply to the
2006 Mar 03
1
starting webrick from ruby (tar2rubyscript.rb)
I am using tar2rubyscript to package up a rails application and run it
as one file from the server.
If you run script/server and have lighttpd install it will start lighty
instead of webrick. So, thanks to Erik Veenstra''s suggestion, I add
ARGV.unshift("webrick") to the init.rb file to force webrick to start:
ARGV.unshift("webrick")
load "script/server"
2006 Jul 31
2
updating records in a many-to-many relationship
Im trying to establish relationships in a many to many table.
When I create a user, I do this to insert the different relationships
between the user and sports:
c.sports<<Sport.find_all_by_name(params[:sports])
where c is the user. The problem is, when I edit this user, and lets say
he adds a sport, I can''t use this because I get an error saying that
some records already
2007 Sep 18
2
Move to .oga prematurely?
Hi list,
I have been trying to get the new file extension for Ogg FLAC (.oga) to work
with Amarok. But it does not look to be possible due to limitations in the
xine and gstreamer engines.
Maybe the move to .oga was prematurely?
I have done some testing with other players?including Banshee, Quod Libet,
and others?but have not had any success with playing the .oga files. Only
player I have
2014 Sep 18
1
conversation record prematurely
I have following line in a context:
...
exten => _587NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav)
exten => _587NXXXXXX,n,MixMonitor(${recordfilename},b)
...
It records the conversation but it ends prematurely, after 10min. Why?
Where is the setting to records until a user hangup the handset.
--
Joseph
2015 Apr 01
2
sssd-ad cannot be installed with sernet samba
Getting old en tired... ?? what is old..??
I do this for fun.. ( and work ) work = fun in my case,
to bad fun is also work.. and im 42.. so a spring chicken also.. ;-)
and yes, jessie uses systemd ... so.. ?
didnt make any differents for me in the setup of samba and cups.
I didnt notice it, only thing i noticed was the fast system..
faster then a wheezy setup.
Greetz,
Louis
2007 Jun 17
2
SIP Peering--call terminated prematurely
I am attempting to establish SIP peering between Asterisk and an AltiGen
soft PBX. This is my first experience with SIP peering.
I can successfully make both inbound and outbound calls to/from a softphone
on the AltiGen system (network access is provided by a PRI on the Asterisk
system), but they are disconnected unexpectedly.
The attachment is a redirect of the Asterisk CLI during a call that
2007 Sep 18
0
Move to .oga prematurely?
On 9/18/07, Daniel Aleksandersen <aleksandersen+xiphlists@runbox.com> wrote:
> Maybe the move to .oga was prematurely?
No, it wasn't premature. We have been having this discussion since
last year. We are contacting the projects that deal, for instance,
with Ogg FLAC, we're gong to submit the memo with the new file
extensions/media types to the IETF soon, and some of us are even
2006 Nov 01
1
Bug#396477: network-bridge script exits prematurely
Package: xen-utils-common
Version: 3.0+hg11624-2
Severity: normal
I'm running etch with xen 3.0.3 with a hand-compiled 2.6.18.1
kernel. The /etc/xen/scripts/network-bridge fails to run,
because it (effectively) does this:
set -e
modprobe netloop > /dev/null 2>&1
As I do not have a netloop module (where is it supposed to come
from ? The 2.6.18.1 xen-patched kernel doesn't
2006 May 01
1
/var/spool/asterisk/outgoing/ prematurely hangingup
Just a shot in the dark... but have you tried Answer() before
Playback()?
Josh McAllister
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tom
Engleward
Sent: Monday, May 01, 2006 11:43 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] /var/spool/asterisk/outgoing/ prematurely
hangingup
I have
2001 Dec 09
1
Setup terminates prematurely
Dear Wine Community,
I have recently installed the latest snapshot of Wine (20011108). The
build and install seems to have gone fine, but I'm running into a
roadblock when ever I try to install a windows application.
I get as far as where the actual install should start (after answering
the various questions about files to install, where to install, etc),
then I get a brief flash, like a