similar to: Conneting pages

Displaying 20 results from an estimated 6000 matches similar to: "Conneting pages"

2006 Jun 27
1
Scriptaculous Problem
Hi! I am using the auto complete feature provided by Scriptaculous in an Rails application.Here is have to write following string in the view: Select name: <%= text_field_with_auto_complete :contact, :name %> and i have to write following write in the controller: auto_complete_for :contact, :name But after putting in this code it does''nt work. I knw that i hve to create a
2011 Feb 18
1
Rails plugins new official maintainers
Hey guys, This is the final list of the new maintainers of each plugin. We need two more things to do: First please the owners of the repos add the rest of the maintainers. Second I will add a note on each rails/plugin mentioning this repos updates. So from now on, if someone else is interested in helping/contributing please send a message to the appropriate repo owner. verification
2006 May 03
0
Newbie Help
Is it my environment? Is something wrong, cause I thought this should just work? I have a simple table and I created a model and a controller: ruby script/generate controller Restaurant ruby script/generate model Restaurant I edited the controller to this: class RestaurantController < ApplicationController scaffold :Restaurant end I run it and: http://0.0.0.0:3000/Restaurant works
2006 Aug 13
5
Newbie question: scaffold not working
I went through a tutorial at http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=1 to get started with RoR. I really like the idea of the scaffold construct, but I can''t seem to get it to work the way it was described in the tutorial. I''ve got a mysql database that is properly configured, and a table called ''quotes'' with a column called
2006 May 04
9
Help: wrong number of arguments (0 for 1)
Is it my environment? Is something wrong, cause I thought this should just work? I have a simple table and I created a model and a controller: ruby script/generate controller Restaurant ruby script/generate model Restaurant I edited the controller to this: class RestaurantController < ApplicationController scaffold :Restaurant end I run it and: http://0.0.0.0:3000/Restaurant works fine,
2008 Oct 06
2
Conneting Asterisk to Swyx pri
Hi all, I've done this a few times with other PBX's but swyx has stumped me! I'm having some trouble getting Asterisk connected to a Swyx system using a sangoma A104dx... currently the setup is: BT <-> Swyx The above setup works fine... what i'm trying to achieve is BT & SIP Trunks <-> Asterisk <-> Swyx I have connected to our BT (2 x ISDN30 UK) with
2006 Sep 29
1
newbie Q: it won't display foreign keys...
I have two tables CREATE TABLE continents ( id int(11) NOT NULL auto_increment, name varchar(255) NOT NULL, PRIMARY KEY (id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE countries ( id int(11) NOT NULL auto_increment, name varchar(255) NOT NULL, continent_id int(11) NOT NULL, PRIMARY KEY (id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; I generate scaffolds for country and for
2006 Aug 18
3
Understanding MVC - view customization after using scaffolds
All, I have ordered AWDWR and am anxiously awaiting its arrival. In the meantime I still am playing with ROR using radrails. I have a few questions ... I create a table named customers with the following details: Field Type Null Key Default Extra id int(11) NO PRI auto_increment customer_name varchar(50) NO inbound_retention int(11) NO outbound_retention int(11) NO unix_admin_email
2006 Jun 19
0
Iamge orientation using JavaScript
Hi Ryan! Just Google Rotating the image using JavaScript and i think you will find what you want. Regards, Swanand -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060619/34a0d5fc/attachment.html
2010 Nov 02
2
Shared mailboxes in dovecot
Hi, i hve a requirement of setting up two folders which should be shared only to selected users only. Pls note that my users are virtual and reside on mysql db. im using maildir as storage. lets assume user A wants to share a folder named shared with user B only. how can i get this done? Regards Jay
2016 Jul 23
2
gencache_notrans.tdb samba 4 migration
hi, during migration testsfrom samba 3 to samba 4 ad I hve detectec that file gencache_notrans.tdb that doesnt exist in ou samba 3 installation, this file appears that is described in migration steps. without this file seems samba 4 ad works.... What is this file? I have todo any action?
2003 Sep 30
2
subsetting a matrix
Hi, I'm trying to take a set of rows and columns out of a matrix. I hve been using the index aray approach. My overll matrix is X and is 179 x 65. I want to take out 4 columns and 161 rows. Thus I made a 161 x 2 array I and filled it up with the row,col indices. However doing, X[ I ] gives me a vector of the extracted elements. Is there anyway I can coerce this into a 161 x 4 matrix?
2009 Feb 18
2
Remove top-K elements in Vector
Hi all, Suppose I hve this vector: > x [1] 3 4 7 17 22 12 15 12 3 3 1 1 How can I remove the top-3 element. Yielding only: [1] 17 22 12 15 12 3 3 1 1 - Gundala Viswanath Jakarta - Indonesia
2005 Aug 23
4
yum issues
I hve two different boxes. One runs the updates to vim jsut fine. the other throws --> Populating transaction set with selected packages. Please wait. ---> Downloading header for sudo to pack into transaction set. sudo-1.6.7p5-30.1.1.i386. 100% |=========================| 161 kB 00:00 http://mirror.centos.org/centos/4/updates/i386/RPMS/sudo-1.6.7p5-30.1.1.i386.rpm: [Errno -1] Header is
2006 Jun 14
1
Message "g:\radrails\work\demo\script\server"
Hi, I am running on XP. I am on the G; drive. I have another XP on the C: drive.I have had raqdrails instlled on C drive. I am now trying to install radrails on C:. I hve PHP, Apache, Mysql on oth drives. I installed Ruby, Instantrails, and Radrails. When I try to run Webrick server I get the above message. I look at the directories and there is no script\server. Is there any solution? Thanks
2006 Aug 01
0
persisting tree navigation
I have built a tree navigation for pages I have in a site, that loads the content of each page into FCK editor. The parent nodes are shown at the beginning, and the child nodes are in display:none hidden divs that are toggled with scriptaculous bindup and binddown. If the user clicks on one of the children, I want that div to remain visible on page refresh. I''m pretty new with app
2001 May 23
1
Passing a string variable to Surv
Hi, I am trying to write a function to automate multiple graph generation. My data looks like: Table of numeric values with the following headers: timeM1 statusM1 xM1 timeM2 statusM2 xM2 timeM3 statusM3 xM3 1 2 3 4 5 6 Where M1,M2, M3 hve no similarity except they have a max string length of 7. Examples are mcw0045, adl0003, lei0101. Now, what I want to do is Function(M1, M2,
2001 Mar 01
1
docs + packages (PR#858)
# Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # r-bugs@r-project.org # ###################################################### Today I have installed R 1.02.1 on my MSW-95 laptop; it essentially worked, but thre are two
2011 Jan 11
3
list concatenation
Dear R gurus, first let me apologize for a question that might hve been answered before. I was not able to find the solution yet. I want to concatenate two lists of lists at their lowest level. Suppose I have two lists of lists: list.1 <- list("I"=list("A"=c("a", "b", "c"), "B"=c("d", "e", "f")),
2006 Oct 31
1
Fedora Core 6 (FC6) and Asterisk-1.2.13 and Zaptel-1.2.10 compile problems
All, I have upgraded by home machine from Fedora Core 5 (FC5) to the recent FC6 and am struggling to build Zaptel-1.2.10 and Asterisk-1.2.13 on the box... which is an Intep P4 2.8GHz HT processor box with 845 chipset, hence the kernel installed is 2.6.18-1.2798.fc6-i686 so we hve this: [root@gate zaptel-1.2.10]# uname -a Linux gate.tubby.org 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:54:20