Displaying 20 results from an estimated 300 matches similar to: "populate data in another fields on selection"
2007 Dec 17
3
not able to view the images after the upload
hi,
i have this problem where in i''m able to upload the images using
file_column
to the server but i''m not able to view the images.i''m not able to see
the images
but then i''m able to view the image name when i click on my show action.
can any one please help??
THIS IS MY LOG as to what happens when i do the image upload.
Processing UploadController#create
heroku not working /heroku/commands/pgbackups.rb:9:in `<class:Pgbackups>': uninitialized constant He
2010 Nov 16
0
heroku not working /heroku/commands/pgbackups.rb:9:in `<class:Pgbackups>': uninitialized constant He
Hi!
If i tipe heroku in console i become this:
~onemore~>heroku
/home/koli/.rvm/gems/ruby-1.9.2-p0@onemore/gems/heroku-1.13.1/lib/heroku/commands/pgbackups.rb:9:in
`<class:Pgbackups>'': uninitialized constant
Heroku::Command::Pgbackups::Help (NameError)
from
/home/koli/.rvm/gems/ruby-1.9.2-p0@onemore/gems/heroku-1.13.1/lib/heroku/commands/pgbackups.rb:6:in
2007 Dec 06
8
Default value for country_select
Using Country_select how to have default valur set to United States.
I have a select drop down in my Ui to display the Country names.
But i need United tates to be selected as default value.
I use country_select to populate the country names.
This is how i use <%= f.country_select :country, :selected=>''United
States'' %>
i also tried
<%= f.country_select :country,
2013 Jan 05
46
[Bug 59069] New: nouveau E[ DRM] fail ttm_validate
https://bugs.freedesktop.org/show_bug.cgi?id=59069
Priority: medium
Bug ID: 59069
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau E[ DRM] fail ttm_validate
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: kees.bakker at xs4all.nl
2005 Feb 26
4
Warcraft 3 - "no program start menu found"
Has anyone had any luck installing Warcraft 3? All I get is a dialog
saying "No program start menu found"... I tried creating
~/.wine/drive_c/Documents and Settings/All Users/Start Menu/Programs,
but that had no effect... perhaps there's a registry key I need to add?
Thanks!
2013 Nov 26
0
Budete mit erekci, kdy se Vam zachce
Nav?tivte na?e webov? str?nky infotigra
a objevte, jak JEDNA jedin? mal? modr? pilulka m??e do?ivotn? zm?nit VA?I sexu?ln? v?konnost!
?
V??en? z?kazn?k! V?deck? testy prok?zaly, ?e TIGRA funguje l?pe ne? jak?koli jin? pilulka. Test na 800 mu??ch ve v?ku 21 a? 80 let prok?zal ohromuj?c? v?sledky:
?
1. A? o 71 % siln?j?? touha
2007 Dec 07
1
format.json
Hi did anyone used format.json before..
If so pls, do let me know how to use it....
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2007 Dec 27
1
Do any one have success stories using ExtJS with rails
Do any one have success stories using ExtJS with rails?
Its open to discuss about Ext-Js plugin''s features, success stories and
drawbacks..
Cheers,
Ratnavel
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2008 Apr 15
1
How to call a java applet in rails application?
HI,
I have a applet file named "Scanner.class" which will scan and upload
image to the web server from Scanners.
I have couple of doubts in accessing that applet file.
1. How to call this applet from rhtml file, and where should i place
this file.
2. I also use some external jar files which i imported in my applet
file, where should i place these jars?
Thanks,
Ratnavel
--
Posted
2004 Aug 16
0
openssh for windows - bug ?
Good morning,
I would like to send you a bug with openssh for windows - versions
OpenSSH_3.7.1p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7b 10 Apr 2003
OpenSSH_3.8.1p1, OPENSSL 0.9.7.d 17 Mar 2004
When I try to execute a remote command via ssh from unix machine to windows machine with openssh installed, the return code of ssh is always 0 even if remote command fails.
Example :
ssh initiated
2008 Mar 03
4
To use JS in RedBox Plugin
Hi All,
I''m using redbox plugin in my app. Redbox plugin is working properly.But
when i try to change text box values using js its not working.
The Code is
<input type="text" name="playlist" id="playlist_name">
<input type="radio" name="playlist"
2006 Aug 06
1
Newbie: populate 2nd dropdown list based on user''s selection in 1st dropdown list
Hi,
I am creating a form that a user can post a message based on his
selection on category and subcategory. (A category has many
subcategories.)
How do I dynamically populate subcategory dropdown list when user
chooses a category from category dropdown list?
Thanks in advance.
--
Best regards,
Ming Ma
2006 Apr 27
0
Dropdown list to populate drag and drop sortable list
I''m listing bands playing shows. I want to be able to add and sort the
lineup for each show in a single form. Users select a band playing
from a dropdown list, which (using Ajax) adds the band to an unordered
list which they can then re-arrange.
Are these any tutorials online that cover this? Or can anyone shed any
light on it?
I''ve used a modified version of Cody Fausers code
2006 Mar 11
0
Using :joins - How to help Rails populate a list of records from a complex join
Hi,
Due to some performance issues, I want to use a custom query for a find method:
def find_in_state(state)
State.find :all,
:limit => 10,
:conditions => [''s.id = ? AND '' +
''s.id = c.state_id AND c.state_id = ? AND '' +
''c.id = col.county_id AND
2006 Feb 25
1
How to pre-populate Edit form in rails?
In our rails application, there is a model called Essay and another
called Tag. Essay ''has_and_belongs_to_many'' tags. When a user CREATEs an
essay, he gives the text in a text field which corresponds to a database
column in the essays table. The _form.rhtml also provides a text area
that lets the user tag the essay with keywords. The text area does not
correspond directly to
2005 Jan 07
0
smbldap-populate - failed to add entry: modifications require authentication
Hi All:
I am following the documentation from samba.org to setup a PDC. I am stuck at the initial setup of the directory structure. I am getting the following error message, while running smbldap-populate:
failed to add entry: modifications require authentication
Please let me know asap if you have an answer.
Thank you.
2011 Nov 10
1
Auto populate text_fields based on selected item from another collection_select
Hello people
I''m trying to figured this out, but I still can''t do it.
I have a rails 3 app, I''m working with invoices and payments. In the
form for payments I have a collection_select where I display all the
invoices number (extracted from a postgres database), and what I''m
trying to do is when i select an invoice autopopulate others
text_fields (provider,
2005 Oct 17
1
Redhat 9 Samba + LDAP PDC ./smbldap-populate issue
Hello Guys,
I have configured samba & ldap as a domain controller before, but never on a
redhat 9 system. I have updated samba & ldap as far as i can tell to the
latest.
Firstly I have a smaller issue (I think) I get this error when trying to
restart ldap, as usual I have followed the samba howto; however it's not the
documentation that is the problem more so an unusal problem or
2004 Jan 16
1
smbldap-tools 8.3 populate errors
I downloaded the new 8.3 (tgz format) ldap-tools from IDEALX today. When I
run the smbldap-populate script I receive an error that it cannot find the
smbldap_tools.pm file. This file was not included in the tar file. If I
use the tools file from the samba 3.0.2pre1 distribution it is then expecting
the old smbldap_conf.pm file which has now been split in favor of the
/etc/smbldap-tools config. I
2004 Jun 03
1
smbldap-populate under debian woody fail
I really hate Debian sometimes - no I don't want to start a flame war!
In the smbldap-populate script (0.84) some of the template entries are
commented out, the first one being the one after "cn=Domain Guests".
Obviously the perl version shipped with woody chokes on the commented
parts, which causes the script to die. After uncommenting all the
templates the script runs