Displaying 20 results from an estimated 400 matches similar to: "Sharing controllers/models within a view"
2009 Nov 16
1
can't call through voip provider
Hello.
Sorry to repost this message but, I don't have the original message in my inbox nor in my sent box.
Well, last week I posted a problem I am having trying to use an asterisk server use a voip provider and a pstn. Pstn works fine but, I cant even connect to my provider's server. I don't know what I'm doing wrong.
I tried using a soft phone and I'm able to register and
2013 Mar 21
6
How we can create two database Using same credetial using Puppet
Hello All,
I wanted to create two two MySQL database with same user credential using
Puppet-MySQL. How can I achieve this? Please find my script below.
class mysql::vsdatabase {
include mysql
mysql::db { ''vidispine'':
user => ''user'',
password => ''user123'',
host => ''db.<hostname>.com'',
}
}
How can I add
2010 Aug 04
6
64-bit chess engines and wine 1.2
Hi,
an interesting new feature of wine 1.2 is it's 64-bit support. Many Windows chess engines gain about 50-80% speed increase when running at 64-bit. Most provide 32-bit and 64-bit engines. But on my 64-bit Ubuntu 10.04 only an error message appears i.e. with the free Stockfish 1.8.
Code:
max at ub64:~/Downloads$ uname -a
Linux ub64 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:20:59 UTC
2005 Dec 22
7
Ruby on Rails and lookup tables
Hi,
I''m a newbie on both Ruby and Ruby on Rails, and I''m struggling with
my first app. I have a table with a column called "employee_id" which
is a foreing key associating it with the "employees" table. I have
populated both tables.
When I run "ruby script/generate scaffold <model name> <controller>"
it generates a web page with all
2009 Nov 09
4
lectura de archivos en formato SAS
Hola.
yo soy usuario SAS y ahora estoy intentando comenzar a trabajar en R.
Estoy necesitando leer archivos de datos que tengo en formato SAS.
Se que esta el package foreing que permite leer directamente datos que se
encuentran en ese formato.
Alguien podria indicarme como lo debo hacer. Solo quiero leer algunas
variables dado que el archivo es extenso.
Muchas gracias.
Silvia.
2008 Dec 27
1
Trouble with MacPorts install, .profile file not created/ need help
I have just installed MacPorts 1.7.0 for Leopard using a
downloaded .dmg file. Following the download and installation, I
looked for the .profile file to change the environment variables, but
found that no .profile file was created.
When I tried to do so, I got an error message:
/Applications/TextEdit.app/Contents/MacOS/TextEdit .profile
2008-12-27 14:19:02.393 TextEdit[47100:10b] ***
2004 Aug 18
0
List-etiquette * AGAIN *
* Please DO NOT post the same message to two lists. We have divided the lists to be
able to stay focused and lesser the burden. You are not raising the chances of getting
a reply, you are instead annoying a lot of people. Most of the people on the -dev list
are reading all other lists.
* Please move all discussions about serviceproviders and other products and services
around asterisk to the
2020 Jun 03
1
How to rebuild the kernel
Hi everyone,
I am using Centos 7.8.2003 kernel 3.10
. I was trying to build and install the latest linux stable kernel i.e.
5.7, I successfully did the process but accidentally messed it up by
copying the .config file again in 5.7 kernel src,I tried to rebuild the 5.7
kernel but got make error as I was still on 5.7 kernel.
Then I changed to 3.10 and tried to rebuild 5.7 but was not successful.
I
2020 Jun 02
2
Help needed for installing MT7601U Linux driver
Hi everyone,
My PC don't have an integrated WLAN card, so I bought an USB WIFI device
which use the MediaTek MT7601U chip(image 'dongle.jpg').
------------------------------------------------------------------------------------------------------
My PC specification-
OS = CentOS 7.8.2003.
Processor = AMD Ryzen 5 1600.
Mother-Board = GA-Gigabyte A320M-S2H
2012 Jul 19
20
Rails' inflections are messy
Yesterday, I opened a GitHub Issue<https://github.com/rails/rails/pull/7071> about
moving Rails inflections to an initializer. The idea wasn''t received well,
understandably, as generating a large initializer with new Rails apps is
pretty unappealing. However, the core members seemed open to the discussion
of alternatives continuing here.
For those of you not in the know,
2019 Jun 17
2
[PATCH 1/4] drm/virtio: pass gem reservation object to ttm init
With this gem and ttm will use the same reservation object,
so mixing and matching ttm / gem reservation helpers should
work fine.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/virtio/virtgpu_object.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/virtio/virtgpu_object.c b/drivers/gpu/drm/virtio/virtgpu_object.c
index
2019 Jun 17
2
[PATCH 1/4] drm/virtio: pass gem reservation object to ttm init
With this gem and ttm will use the same reservation object,
so mixing and matching ttm / gem reservation helpers should
work fine.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/virtio/virtgpu_object.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/virtio/virtgpu_object.c b/drivers/gpu/drm/virtio/virtgpu_object.c
index
2012 Nov 30
6
Illegal Opcode,the 2.
Hi to all,
from syslinux 4.06 and 5.00 pre 12 came the same dump.
Background: While trying to install syslinux on small (700 MB) FAT16 Partition on HP Server got Red Screen of Death with a register dump.
Illegal OpCode
EAX=00001F01 EBX=000001A4 ECX=00000000 EDX=00000019F
EBP=0000FBFA ESI=000007BE EDI=00000800
DS=0000 ES=0000 FS=0000 GS=0000
CS:EIP=0000:000083A6 SS:ESP=1000:0000AFF6
2011 Dec 17
3
Can't install Civ4
I know this is a long shot, but I have to ask.
I had tried to get Civ4 working in Wine without success in the past, but recently was encouraged to try again based on reports in the Civ4 linux forum. One key was that versions before 1.3.X didn't work.
Running openSuse 11.4, which installed Wine 1.3.12, I just followed the usual procedure to install Civ4, Beyond the Sword and my favorite mod,
2006 May 14
4
searching on foreing keys
Hey all,
I''m using a simple search function. It''s working
great except for foreign keys.
I have one table pets (id,name,owner_id)
and another table people(id,name)
owner_id being a foreign key of pet pointing to people name.
here it is on the pet controller:
@paginator, @pets= paginate(:pets, :conditions =>["name OR owner_id
like
2005 Sep 08
3
change in read.spss, package foreing?
Dear All,
it seems to me that the function read.spss of package foreign changed its
behaviour regarding factors. I noted that in version 0.8-8 variables with
value labels in SPSS were transformed in factors with the labels in
alphabetic order.
In version 0.8-10 they seem to be ordered preserving the order
corresponding to their numerical codes in SPSS.
However I could not find a description of
2005 Sep 08
3
change in read.spss, package foreing?
Dear All,
it seems to me that the function read.spss of package foreign changed its
behaviour regarding factors. I noted that in version 0.8-8 variables with
value labels in SPSS were transformed in factors with the labels in
alphabetic order.
In version 0.8-10 they seem to be ordered preserving the order
corresponding to their numerical codes in SPSS.
However I could not find a description of
2007 Dec 03
0
Asterisk 1.4.15 sip.conf register
Hello,
I recently upgraded from Asterisk 1.4.0 to 1.4.15... I am registering to
a sip provider in my sip.conf
as below
[general]
register=>user:password:authuser at serviceprovider/extension
Later down in my sip.conf I have the definition for that service provider
as follows
[serviceprovider]
type=peer
host=x.x.x.x
port=yyyy
outboundproxy=t.t.t.t
.
.
.
With asterisk 1.4 it would know to
1998 Oct 21
0
SAMBA digest 1850 (DNS name and netbios name differ)
The default setting for Win95 are to do DNS before WINS. You can try to change
this order to see if this fixes the problem. I clipped the following from the
Technet article - Q139270. It would be easier to disable DNS on a Win95 client
to see if the name resolution order is causing your problem; then do all this
happy stuff...
------------------------------------ cut
2009 Mar 05
1
error_messages with form_tag
Hi
Am facing a problem in accessing the error_messages.
Actually am using form_tag is there any way with which i can access
error_messages with form_tag.
I don''t want to use form_for.
Thanks in Advancve
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby