search for: searchbox

Displaying 7 results from an estimated 7 matches for "searchbox".

Did you mean: searchbot
2006 Jun 22
5
Problems with layouts
ruby script/generate controller Tools::Search - ok in views/layouts/application.rhtml: <%= render_component :controller => ''tools/search'', :action => ''searchbox'', :params => {:context => ''header-section''} %> in views/tools/search/searchbox.rhtml: any valid erb/html In the end I get back a blank page. If I deliberatly induce an error in erb in searchbox.rhtml, then that...
2007 May 18
1
select model & field for search
...select option for the ferret search in my app. I want users to be able to select from a range of fields and models to limit their query results. So far i have a select box; <input type="text" name="query" value="<%= h @query %>" /> <%= select(:searchbox, :category, %w{everything tags name products })%> but i have no idea how to set this to limit the search within the categories. I know you can limit query by querying name:bob but this is too difficult for users. Is there a nice way to do code this? Thanx, Jos -- Posted via http://www.ruby-...
2007 May 06
1
How to submit this form?
...again, but I can not submit the form on buy.com: require ''rubygems'' require ''mechanize'' agent = WWW::Mechanize.new agent.user_agent_alias = ''Mac Safari'' page = agent.get("http://www.buy.com") search_form = page.forms.with.name("searchbox").first p search_form.buttons the last array is empty... OK, probably ''GO'' is not a button - but then what it is? How to submit such forms in general (which should be submitted with an image button, which is not really an image button...) TIA, Peter
2014 Mar 31
2
Dovecot not honoring configuration settings (auth failure)
My dovecot.conf has the following: # No results when searching the wiki disable_plaintext_auth = no # http://wiki2.dovecot.org/Authentication/Mechanisms auth_mechanisms = plain login digest-md5 cram-md5 When I attempt to run imapsync, I receive an error: Host2: <host> says it has NO CAPABILITY for AUTHENTICATE LOGIN imapsync also dumps the helo string, and it is
2011 Feb 10
2
PAE kernel source code
Hi I want to use 2.6.18-194.el5-PAE kernel source code. Unable to find it over web. Appreciate any pointers for that. Thanks, Sri -- -- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110210/6e76d0a8/attachment-0001.html>
2009 Jul 01
3
is there a way to extract fata from web pages through some R function ?
I deal with a huge amount of Biology data stored in different databases. The databases belongig to Bioconductor organization can be accessed through Bioconductor packages. Unluckily some useful data is stored in databases like, for instance, miRDB, miRecords, etc ... which offer just an interactive HTML interface. See for instance http://mirdb.org/cgi-bin/search.cgi,
2010 Jan 28
2
dynamic drop downs for product search
Hey Everyone, I''m about to embark on having a search function for the products on my app via dynamic dropdowns. A dropdown for make would only leave AVAILABLE models of that make. selecting year would only leave available makes from that year etc etc. Any suggestions or good read ups ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: