search for: droplist

Displaying 9 results from an estimated 9 matches for "droplist".

Did you mean: proplist
2005 Jun 13
3
validations not working with collection population droplists
I have an ADD form with foreign key field values selectable via select list ( collection_select (...)). When I add validates_presence_of :someotherfield to my model for error trapping, I get the following error for each droplist: NoMethodError in Reviews#create_curriculum Showing /reviews/_form.rhtml where line #16 raised: undefined method `inject'' for nil:NilClass Extracted source (around line #16): 13: <tr> 14: <td class="menutitle">Who published it?:</td> 15: <td> 16:...
2008 May 06
10
Best way to implement?
So I''m new to all this Rails stuff and this is probably a database design-related question to, but here it is... Just for learning I''m trying to build a little real estate listings application. Of course there is the listings model which will store basic information like name, price, description, and all that jazz. I''m to the point where I want to figure out how to
2009 Mar 16
7
WIne, Access 97 and mysql question/problem
I'm trying to get Access 97 running under wine and have it connect to a mysql server running on the linux side of the machine. I was able to get Access 97 installed and it runs good but no matter what I do I cannot get it to connect to the mysql server through the odbc connector. I've tried it with the wine odbc stub and while I can get isql to hit the database on the linux side no
2006 Jan 28
0
Auto drop list: Create a form professional or easy?
Hi all, I''m searching for a method to dynamically build a form. ( false/true field in the DB should automatically be a droplist) If you use "_form.rhtml" it works easy, with only this code in your partial, but uses the extra file, and doesn''t feel profi and flexible. <%= start_form_tag :action => ''create_product'' %> <%= render :partial => ''form'' %&gt...
2009 Nov 11
1
update.packages()
Dear all, W.XP I recently upgraded to R2.10.0 and did what I usually do: copied all "special" libraries from the old installation and then used "update.packages()" on the command line. Nothing happened. Then I clicked on the same command on the droplist which generated "update.packages(ask='graphics')", but still with no effect. When I tried to load the "gregmisc" bundle I got error messages telling me to upgrade the individual packages (like gmodels and gplot). What has happened and why? I really liked the automatic...
2006 Jun 01
0
OT: Best practice for multi-user select boxes
...ding the drop-lists any harder than they need to be. I have thought of two ways to do this. I''d appreciate feedback and comments as to which method might be better . 1. Break normalization rules by putting the customer_id in every drop-list table. This would make it easier to create the droplists using the ''acts_as_dropdown'' plugin. 2. Keep the table fully normalized. Use find_by_sql to create the necessary joins to populate the drop-lists for each customer_id. 3. Something else entirely. -- Thanks in advance the use of your grey matter, -Larry "Work, work, wor...
2008 Sep 19
0
problems with too many NA in the function ideal() from pscl package.
...the following: > m_a <- ideal(a, maxiter = 1000, thin = 10, burnin = 50, + store.item = TRUE, normalize=T, + priors=list(xp=1e-12,xpv=1e-12,bp=1e-12,bpv=1e-12), verbose=T) ideal: analysis of roll call data via Markov chain Monte Carlo methods. Subsetting rollcall object a using dropList Using the following codes to represent roll call votes: Yea: 1 Nay: 0 Abstentions: NA Not In Legislature: 9 Ideal Point Estimation Number of Legislators 30 Number of Items 1172 checking for any user-supplied priors... checking start values... will use eigen-decomposition method to ge...
2008 Feb 15
1
Sortable limit number of elements
Hello, Well, i need to limit the number of elements in a sortable. I new to scriptaculo but i have lots of experiencie with javascript. Since limit the number of elements is not supported by Sortable i would like to implement, i already took a look at the Sortable class in dragdrop.js and it looks like that onHover and onEmptyHover deal with the update of the UI, however I''m not unable
2006 Aug 02
10
[PATCH 0/6] htb: cleanup
The HTB scheduler code is a mess, this patch set does some basic house cleaning. The first four should cause no code change, but the last two need more testing. -- Stephen Hemminger <shemminger@osdl.org> "And in the Packet there writ down that doome" - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to