Displaying 20 results from an estimated 900 matches similar to: "Samba need a Domain to function as fileserver ?"
2006 Nov 27
3
Migrate a Samba 3.0 PDC from Redhat 9 to Debian Sarge
Hi all,
I have a Samba 3.0.20b installation on a Redhat 9 system running as PDC
for a Windows Domain. I now would like to move the PDC funktionality to
an existing Debian Sarge system running Samba 3.0.23c and then
decommision the Redhat system.
I did search for information on how to do this but all the information
that I could find seems to deal with Samba 2.x PDCs since the
MACHINE.SID file is
2006 Aug 02
2
multi dimensional array
how to implement multi dimensional array in ruby
in ruby multi dimension array look like tree structure
plz help me & explain with code
have a pleasant day
thx
narayana
--
Posted via http://www.ruby-forum.com/.
2006 Aug 05
2
plz do favour in active record
hello
I want to do like the below code
name=[''net'',''gross'',''amount'']
avail= Avail.find(1)
return avail.name[0]
but it gets error
I want to give " avail.name[0] " like this, rather than avail.net
directly,
can u guys plz help me, how to do this plz explain with code
advance thx
have a pleasant day
narayana
--
2006 Aug 04
1
How do i create & insert data into xml file in ruby
hello
How do i create new xml file & insert data into that new xml file in
ror
plz explain with example code.(say i have to insert all the values of a
table into xml file )
advance thx
Have a pleasant day
narayana
--
Posted via http://www.ruby-forum.com/.
2012 Jun 01
4
Is there a ftp crawler in ruby on rails?
Hi,
I''m a newbie to ROR. I wanted to write some code which can help me to
list and then index all the paths on a remote server. Is there a ftp
server crawler in ruby?
Thanks,
Narayana
--
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
2006 Sep 29
7
help needed in UNIT Testing
hi guys,
I needed help in Unit test. i just try to save new data intomy test
database.
but save method does not works for me. the result shows here
def test_new_avail
avail = Avail.new(:vendor_id => 1,
:last_mod_by => ''Murali'',
:updated_at => ''2006-08-17 13:14:59)
assert avail.valid?
assert avail.save
end
2006 Jul 17
2
how to manipulate the OUTLOOK EXPRESS in Ruby
hello
how to manipulate the microsoftOUTLOOK EXPRESS in Ruby
please explain with code
thanx
--
Posted via http://www.ruby-forum.com/.
2006 Jul 17
4
how to invoke model methods in controller & vice versa
hello
how to invoke model methods in controller & vice versa
please explain with examples
advance thanx
--
Posted via http://www.ruby-forum.com/.
2006 Aug 07
1
how to create new folder
hello
how to create new folder /directory in ruby. how to check whether the
directory is exists. plz explain with example code
advance thx
narayana
--
Posted via http://www.ruby-forum.com/.
2006 Jul 26
1
Plz answer my query in date_select
hello gentlemen
I want to set my (default)own date in date_select, how to do this, plz
explain with example
advance thx
have a nice day
regards
narayana
--
Posted via http://www.ruby-forum.com/.
2006 Jul 22
2
selected values in combo box
how to set default value in combo box or whether there is another way
plz explain with example code
advance thx
have a nice day
--
Posted via http://www.ruby-forum.com/.
2006 Nov 22
6
My Rails Blog
Hi guys,
I have created a new blog for Rails people from chennai.
chennairails:
http://chennairails.blogspot.com/
please visit my blog.
Sorry for making noise.
ok bye bye
regards,
Karthick.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 Aug 08
2
How to implement Tree structures in RoR
Hi,
I am a newbie, i wanna know how to implement database driven Tree
structures in RoR? Is there any direct support available or should they
be implemented in Javascript ?
Any tutorial link if provided will be of good help
Thanks in advance
Sathya
--
Posted via http://www.ruby-forum.com/.
2006 Aug 09
3
How to capture the data entered in a web page in RoR
Hi, iam a newbie to rails , i wanna know how can i capture data entered
in a web page by a user
For example, to obtain the data entered in a text field in a JSP in
Java we write request.getParameter("textfieldname")
similarly for any form element, we use this method to get the entered
data in the web page
Like wise what is the code in Ruby to capture this ? and where should i
2004 Jan 24
13
Has Nufone gone belly-up
Folks,
I've ordered a new account from Nufone last month. Transferred money to
Nufone through their paypal account. I had communication with Nufone sales
up until two weeks back. Since then there were no replies to my emails.
I am afraid with this kind of unresponsiveness how one would run a reliable
service with this company. Have no bad feeling with Jeremy as the author of
widely used h323
2007 Nov 01
1
Help me in Cochran armitage trend test Coding
Dear sir,
I am Shibu John from Thrombosis Research Institute India. It is a
multidisciplinary organisation concerned with the interrelated problems of
thrombosis and atherosclerosis.
I was searching for Cochran armitage trend test program in R. Then I had
seen your R coding for C-A trend test. I tried that in the R software.
But I can?t run the program due the [Error: could not find function
2006 Oct 26
8
doubt in Selenium test
Hi guys,
I am just started to do selenium test in rails. can u guys plz tell me
how to write selenium test for the below code. for ex: i want to use
click action in selenium test for the below code
<a href="#" onClick="javascript:show_form(''short'');">Add a Short Media
Buy</a>
advance thx
regards,
Karthick.
--
Posted via
2006 Aug 08
3
How can i read a properties file in RoR
Hi,
Iam a nubie, i wanna know how can i load/read a .properties file in to
my rails application. For example i have a property file where i have
defined the spanish equivalants of some english words as follows
user Name:nombre del usuario
user Code :c?digo del usuario
likewise. now , where should i store this properties file in the
directory structure and how can i read these in to my
2004 Aug 08
3
iconnect inbound - so do we know how to fix it
Just wondering whether we have a resolution to iconnect incoming problem,
which started few days ago.
Cheers
SW
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040808/ecc99c4a/attachment.htm
2006 Jul 24
1
Default in date_select
how to set dafault date in date_select plz explain with example
advance thx have a nice day
--
Posted via http://www.ruby-forum.com/.