similar to: Form linking question

Displaying 20 results from an estimated 4000 matches similar to: "Form linking question"

2006 Mar 14
2
How to not display :id in link_to URL
Hello all. I have a page which has a form on it. the page''s URL is http://127.0.0.1:3000/Component/history and The form action is: <%= start_form_tag :action => :history %> <%= text_field_tag ''id'', "#{session[:component_criteria]}" || nil, :class => ''mandatory'' %><br /> <%= submit_tag "Search", :class
2006 Jan 18
5
Exception not caught?
Hello all. I have started reading up on exceptions and tried replacing a manual check with one. Given the following code: def results begin @componentlogs = Componentlog.find(:all, :conditions => [ "cl_compname = ?", params[:componentlog][:cl_compname].strip] ) rescue ActiveRecord::RecordNotFound render_text "<p class=''center''>No
2006 Jan 26
1
Help constructing a find_by_sql command
Hello all. I am trying to do the equivalent of: @componentlogs = Componentlog.find(:all, :conditions => [ "cl_compname like ?", @criteria ], :offset => offset, :limit => items_per_page, :order => "cl_spr DESC" ) in a find_by_sql statement. I cannot use the build in because the adaptor isn''t quite right (OCI8) When I use it I get the following error
2006 Jan 25
4
Cannot :order when using :offset and :limit in find
Hello all. I am using the Paginate_with_ajax code as described on the wiki but I am running into the following problem. The following code will work fine and retrieved unsorted records in a hunky dory fashion: @componentlogs = Componentlog.find(:all, :conditions => [ "cl_compname like ?", @criteria ], :offset => offset, :limit => items_per_page ) However if I try and add an
2006 Jan 16
8
AJAX + Table.
Hello all. I am trying ot load table rows using AJAX based on a search. The following code results in: 1. Firefox renders correctly (Multiple rows inserted into page). 2. Opera renders the entire returned string in one <td> by the looks of it (Bunched up under first header, the <> tags arne''t visible) 3. IE6 does nothing....great ;) This is driving me nuts so any help
2006 Mar 08
4
unless connected? + multiple databases
Hello all. I am still having fun with multiple databases. In this case it is the unless connected? statement. ActiveRecord::Base establishes a connection that is inherited by the majority of my models. However one Model (Componentlog) that uses a separate DB is coded as: unless Componentlog.connected? establish_connection( :adapter => "oci", :database =>
2011 Jul 31
3
export/import matrix
Hello I have a problem on keeping the format when I export a matrix file with the write.table() function. When I import the data volcano from rgl package it looks like this in R: > data[1:5,] [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [,13] [,14] [1,] 100 100 101 101 101 101 101 100 100 100 101 101 102 102 [2,] 101 101 102 102 102 102 102
2016 May 19
2
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
On 05/19/2016 03:16 AM, Markus Dellermann wrote: > Am Mittwoch, 18. Mai 2016, 17:10:13 CEST schrieb Rowland penny: >> On 18/05/16 16:16, Markus Dellermann wrote: >> ... >>> Not related to your Problem, but are you sure, that this repo really >>> provide ad-dc - funktionality?? >>> >>> Markus >> It looks like you are right, there is also
2016 May 18
2
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
On 18/05/16 16:16, Markus Dellermann wrote: > Hi, > Am 18.05.2016 um 15:39 schrieb Robert K. Nelson: >> We are using samba4 as an AD controller under OpenSuSE 13.2 using the >> repository at: >> >> http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2 >> >> > Not related to your Problem, but are you sure, that this repo really
2016 May 19
3
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
On 05/19/2016 11:57 AM, Rowland penny wrote: > On 19/05/16 16:16, Robert K. Nelson wrote: >> On 05/19/2016 03:16 AM, Markus Dellermann wrote: >>> Am Mittwoch, 18. Mai 2016, 17:10:13 CEST schrieb Rowland penny: >>>> On 18/05/16 16:16, Markus Dellermann wrote: >>>> ... >>>>> Not related to your Problem, but are you sure, that this repo really
2006 Jul 20
2
GRE over IPsec Cisco<-> Linux
Hello Lartc Mailing List: Been working on something the last week and a half and ALMOST have it working.., just need a few pointers from the wizards on this mailing list to nail it. Ok, my setup is a hub and spoke arrangement, hub is Cisco 2821 with IOS 12.4. Spokes are ruggencom RX1000 routers, Debian based with the following versions installed: rx1000test:~# uname -a Linux rx1000test
2008 Aug 20
2
Bold I know... problem with Steam in darwine
Ya ya i know a little over the top.. I got the program to install and run surprisingly smooth actually, the only issue I have is when it comes time to install the games using the steam client. Under the my games section when i select a game and click install the program crashes. This is what I am getting in the log. ------------------- err:ole:CoGetClassObject class
2008 Oct 26
1
[PATCH 1/1] ocfs2/xattr: Proper hash collision handle in bucket division.v3
Modification from V2 to V3: Use a more pefect code suggested by Joel. Thank Joel for it. In ocfs2/xattr, we must make sure the xattrs which have the same hash value exist in the same bucket so that the search schema can work. But in the old implementation, when we want to extend a bucket, we just move half number of xattrs to the new bucket. This works in most cases, but if we are lucky enough we
2003 Mar 24
1
WinZip causes Server to fail - Please help.......
Is anybody suffering from a similar problem or can anybody suggest a cure or a pointer......? I've various hardware platforms (both HP & Intel though all SMP) scattered around remote sites each running one of the following OSs (Redhat 7.2, Redhat 7.3, Mandrake 8.2 & Mandrake 9.0) each with Samba installed (either the version that ships with the relative OS or 2.2.5.2 or 2.2.8.2
2016 May 19
0
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
Am Mittwoch, 18. Mai 2016, 17:10:13 CEST schrieb Rowland penny: > On 18/05/16 16:16, Markus Dellermann wrote: > > Hi, > > > > Am 18.05.2016 um 15:39 schrieb Robert K. Nelson: > >> We are using samba4 as an AD controller under OpenSuSE 13.2 using the > >> repository at: > >> > >>
2016 May 19
0
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
On 19/05/16 16:16, Robert K. Nelson wrote: > On 05/19/2016 03:16 AM, Markus Dellermann wrote: >> Am Mittwoch, 18. Mai 2016, 17:10:13 CEST schrieb Rowland penny: >>> On 18/05/16 16:16, Markus Dellermann wrote: >>> ... >>>> Not related to your Problem, but are you sure, that this repo really >>>> provide ad-dc - funktionality?? >>>>
2006 Jan 11
1
HELP!! - ActiveRecord derivates in AWS :expects method
Hi, I have a strange problem while using WebService API which expects an ActiveRecord derivate. This is the code of the API ... ------ class HarvesterApi < ActionWebService::API::Base api_method :send_measurand, :expects => [{:measurand => Measurand}, {:eaiSystemName => :string}] end ------ ... and this of my Model ------ class Measurand < ActiveRecord::Base
2008 Jun 30
1
Issue with Wx::Image class, especially set_data
Hello Hopefully some developer will see this too. I''ve problems using set_data method for example with wxruby 1.9.7/ruby 1.8.6 on mswin32. It always crashes: ..../classes/bitmap.rb:17: [BUG] segmentation fault On my Linux it works fine (thats no suprise of course). Probably somebody has a clue - I exported this raw data also with get_data, I guess this should be platform independent
2010 Apr 08
1
XCP - failover question
oke so, i have 8 nodes, and node-1 is my "master node" let''s say.. node 1 ever fails.. (just tested that) so tried to boot a vm that was running on node-1 on another machine.. but to my suprise i wasn''t able to boot any vm or even do a xe vm-list i think that''s because of the failure of node-1, the master node.. But what to do in such scenario? I mean, non of
2006 Aug 07
1
Attempting to Join Domain
Okay guys, Im trying to get samba 3.0.23a to join a Windows Domain (no suprise right) Anyways, i ran "net rpc join -U [adminaccount]", it asked for the password to [adminaccount] and said the domain was joined. Then i ran "net ads join -U [adminaccount]", it asked for the passsword to [adminaccount] and after typing it in, it says [2006/08/07 10:35:56, 0]