Displaying 13 results from an estimated 13 matches for "surabhi".
Did you mean:
saurabh
2010 Aug 17
8
How to development Database for testing
Hi,
i want to use development database for my testing purpose.
The problem is with, when test cases are run, it deletes the data before
and after the test. but i dont want the data to be deleted.
how to do this.
--
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,
2014 Sep 23
1
How to reach partially online state in ctdb cluster
Hi,
I am testing CTDB failover cases. For one of my test case I need to
bring one of the nodes to partially online state .
Looking for help with the configuration that needs to be done to reach
to this state.
Thanks,
Surabhi
NOTE: I am testing CTDB2.5 version
2014 Nov 19
1
SMBTORTURE Documentation
...O_SUCH_FILE
time: 2014-11-19 15:21:04.405821
error: unlink [
Unknown error/failure. Missing torture_fail() or torture_assert_*() call?
]
Is there any Documentation which i can refer to verify if these are genuine
failures or what all options to be used while running raw smbtorture tests.
Thanks,
Surabhi
2010 Mar 19
2
migration
Hi all,
I have migrated with some tables in my application. After some days i
need to add few more tables to database. The initial tables in database
have some data. when i try to migrate the database for second time with
rake db:migrate it is saying the alredy table exist <table name> and
rake is aborted. i dont want to loose the old data and i want to add new
tables to alredy exiested
2009 Jul 04
1
IOError while rendering and redirecting
HI all,
I am getting IOError while rendering view or redirecting.
If i refresh the page the actual page is displaying.
Please tell me wht is the problem and how to solve the problem.
Regards,
Raju
--
Posted via http://www.ruby-forum.com/.
2014 Nov 11
0
smbtorture tests errors
...d delete_on_close
Trying rename with source file open twice
Failed to setup EAs
create_time not setup correctly
Trying rename with a root fid
I need a way to analyse these failures and also it would be great if
somebody could point me to the smbtorture raw TC's which are working fine.
Thanks,
Surabhi
2010 Dec 01
1
Prawn : undefined method `make_table'
require ''prawn''
require ''prawn/core''
require ''prawn/layout''
Prawn::Document.new do |pdf|
subtable = pdf.make_table([[ "foo", "bar" ], [ "baz", "bax" ]],
:column_widths => [ 50, 50 ]) {
column(0).background_color = "808080"
cells.borders = []
2002 Oct 26
0
How to prevent batch rsync to write rsync_argvs files in the home directory
...tch -av --stats `cat $1` -e ssh user@remote machine:/destination/
This is writing rsync_argvs files in the home directory as well as to the destination directory.
Can anyone give me any idea as how to prevent the writing of rsync_argvs files in the home directory which is of no use.
Regards,
Surabhi.
> ----------
> From: rsync-request@lists.samba.org
> Reply To: rsync@lists.samba.org
> Sent: Friday, October 25, 2002 4:54 PM
> To: rsync@lists.samba.org
> Subject: rsync digest, Vol 1 #945 - 9 msgs
>
> Send rsync mailing list submissions to
> rsync@lists.samba....
2002 Oct 26
0
The timestamp of a file should be the time stamp of the remote machine after it is rsynced.
Can anyone let me know how to make the timestamp of the file as that of the remote machine after rsync.
2010 May 20
0
plugins error
HI,
in my applicaition i want to use automatic sesssion cleaning.
i followed the website
http://agilewebdevelopment.com/plugins/limited_sessions
I have download this plugin, then configured session life time in
environment.rb like
CGI::Session::ActiveRecordStore::Session.recent_activity_limit =
2.hours. finally i have started my server while i am getting following
error
2010 Jun 17
0
delete stale sessions in ror web application
hi,
in my webapplication, user logins into application. i want to delete the
stale sessions. and while before deleting the stale session auomatically
i need perform on some operations on database. how to do this
Regards,
Rajkumar
--
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
2012 Jan 25
0
Paperclip preserve files ?
Hi,
I am using paperclip to upload files. The problem I am facing is,
based on my object property I need to preserve my file. Means my object
should be deleted from db but the file need to be restored.
I am using the option :preserve_files => true.
If I keep the above option in model it will be access to all the
objects of the model. I need to restore only for limited objects.
2012 Feb 02
0
calendar date select
Hi,
In my application I am using calendar_date_select gem to pickup
date and time from browser.
The problem I am facing is:
My application server is in us and when I tried to access the
application from my machine(India) the calendar_date_select returns the
time of my local machine. It does not pickup time from the server. Is
there any way to get server time.
I have gone