Displaying 20 results from an estimated 60 matches for "sagar".
Did you mean:
saar
2009 Aug 24
8
overriding .blank? method
Hi,
Does anyone know a way to override .blank? method that rails provides.
I want to add additional custom checks (specific to my application) to
this method.
Thanks,
Pratik
2014 Nov 12
3
Put virbr0 in promiscusous
...nly ingress(incoming) traffic of VM1.
I am not able see outgoing traffic of VM1.
If I create another bridge and trying same scenario with 2 VM then VM2 can
see both ingress and outgress traffic.
So want to know what is the issue?
Is libvirt doing something different with this virtbr0 bridge?
--
Sagar Dilip Shedge,
Pune.
With Regards.
2009 Dec 05
7
ActionMailer dont function with JRuby?
I have application that i send email normal with native ruby.
But when i execute the sample application with jruby, it dont send email and
dont get error.
What can be wrong?
--
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn: paulo-QE/7f1ia5mR0ubjbjo6WXg@public.gmane.org
--
You received this message because you are subscribed to the Google Groups
2023 Jul 21
1
Adding SRV records to zone
Hi Sagar,
Are you getting a particular error?
Because the same method should work just fine in NSD. Simply open the
corresponding zone file (as configured in nsd.conf) and put that line
in there.
Best regards,
Jeroen Koekkoek
On Fri, 2023-07-21 at 09:14 +0200, Sagar Acharya via nsd-users wrote:
> Ho...
2009 Aug 28
4
Objects in Views
...lowing to the view
it works out fine, *but I don''t understand the flow fully, I want to know
why the above mentioned error occurs*.
work around in ''new'' view :
if @controllerModel.errors
@model1 = Model1.all
@model2 = Model2.all
end
Thanks & Regards,
Dhruva Sagar.
Stephen Leacock<http://www.brainyquote.com/quotes/authors/s/stephen_leacock.html>
- "I detest life-insurance agents: they always argue that I shall some
day
die, which is not so."
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are sub...
2009 Nov 26
6
will_paginate don't work on jruby platform
Hello all,will_paginate don''t work on jruby platform,
the Model.paginate find works ok, accepts all kinds of params,
this is config.gem
config.gem ''will_paginate'', :version => ''2.3.11'', :source =>
''http://gemcutter.org'',
but <%= will_paginate @collection %> doesn''t work
it always produce nil(so nothing on page).
2014 Nov 24
2
Re: Put virbr0 in promiscusous
Hi Michal,
Ok.
Please can you try this scenario once you get free time. Currently my
hypervisor is Ubuntu 14.04 LTS 3.13.0-24-generic.
Meanwhile I will try this with some other Linux kernel also.
Mail me if you find anything related to this. It will be helpful.
Thanks for reply.
Regards,
Sagar
On Mon, Nov 24, 2014 at 3:58 PM, Michal Privoznik <mprivozn@redhat.com>
wrote:
> On 12.11.2014 14:55, Sagar Shedge wrote:
>
>> Hi ,
>>
>>
>> I have two virtual machines VM1 and VM2. Then I have added eth0 of my
>> VM to 'default' network.
>>...
2010 Apr 26
11
Rails I18n
I was just wondering about locales and .yml files. Is it better to
store the multilanguage strings in .yml files than in databases? And
if yes, why?
I was also wondering how rails are loading this files (for example, I
have 4 languages in my web app, each has her own .yml file, will my
rails app loads all the files in ram and then it will call each
variable inside my web app? Or something else?)
2018 Mar 22
0
[GSoC 2018] A single updater class for Dominators in LLVM
Hi Sagar,
Thanks for the interest in the project. I left you some comments and
feedback in the google doc with your proposal. Let us know if you have any
questions.
Sincerely,
Jakub
On Wed, Mar 21, 2018 at 2:37 PM, Sagar Thakur via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> I...
2018 Mar 21
2
[GSoC 2018] A single updater class for Dominators in LLVM
...n the internal data structures used in
compiler optimization. I believe this project will be a good start for
me to get into the field of compiler optimization.
I have attached my proposal for the project and I would really
appreciate if you can give me some feedback on the proposal.
Regards,
Sagar
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gsoc2018_proposal.pdf
Type: application/pdf
Size: 91294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180322/d6c572e4/attachment-0001.pdf>
2023 Jul 21
1
Adding SRV records to zone
I'm asking that what is the proper method to add SRV records. I read the documentation but I couldn't find anything around it.
If you can perhaps add something which specifies how each and every type of record is to be written on documentation, that would be very useful.
Thanking you
Sagar Acharya
https://humaaraartha.in
21 Jul 2023, 18:46 by jeroen at nlnetlabs.nl:
> Hi Sagar,
>
> Are you getting a particular error?
>
> Because the same method should work just fine in NSD. Simply open the
> corresponding zone file (as configured in nsd.conf) and put that line
&...
2009 Nov 03
4
Rails in css ..
Hello all,
Actually i am having a small problem.. googled it but did''nt find any
clue..
So what i want to do is that i want to insert ruby variable in css style
property.. as like ..
<div class="abc" style="left: <%= @var * 6 %> px;">
But this is not working.. I am doing it because i want to keep the left
property dynamic .. :) Is there any possible way to
2018 Mar 26
1
[GSoC 2018] Request for review of GSoC proposal for "Improve debugging in optimized code"
...lease review the proposal for "Improve debugging for
optimized code"?
Apologies for late request. I would really appreciate if you can give me
some feedback.
Google Doc link -
https://docs.google.com/document/d/1gCUADPIJ2heYCCDs3HJir1nQOEmj_ctj1pJN6W7Ei-o/edit?usp=sharing
Regards,
Sagar
2009 Aug 25
5
uninitialized constant
API-> hello_message_api.rb.
class HelloMessageApi < ActionWebService::API::Base
api_method :hello_message, :expects => [{:firstname=>:string},
{:lastname=>:string}], :returns => [:string]
end
controller ->
class HelloMessageController < ApplicationController
web_service_api HelloMessageApi
web_service_dispatching_mode :direct
wsdl_service_name
2011 Apr 08
3
Ruby on rails migration problem
...e error
"City id cant be blank." even though i filled it...
where as it is working fine with the fields i have added in
create_users migration...
do i have to change anything else when create new migration in
AddDetailstoUsers migration .. other than using rake db:migrate ....
Thanks.,
Sagar
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/...
2014 Nov 12
2
Do not attempt to add physical NIC to virbr0
Hi,
I got this NOTE on most of the link. But I am not getting reason for this.
Why someone should not add physical NIC to virbr0. I tried to add my eth1
to virbr0 and it get added.
So whether it affects to some functionality of NAT network?
--
Sagar Dilip Shedge,
Pune.
With Regards.
2023 Jul 21
1
Adding SRV records to zone
How do I add SRV record to my zone file?
Eg. In pdns I have
_xmpp-client._tcp.example.com.? ?3600? ? ?IN? ? ?SRV? ? ? 0 5 5222 example.com
Thanking you
Sagar Acharya
https://humaaraartha.in
P.S. Please cc me, I'm not subscribed to this list.?
2003 Feb 12
2
ext2->ext3 empty file creation
...iles, having names in
lexicographical order. The time taken to create empty
files (100 .. 100000) is same on an ext2 partition and
a ext3 partition.
Can anyone pls. tell me why there is no difference in
the time taken.
Is the htree algo. implemented in both ext2/ext3 of
2.4.7-10
thanx in advance.
-Sagar
some info of the m/c:
redhat linux, 2.4.7-10, 512MB RAM, nearly empty
partitions. P4- 1.6GHz.
__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
2009 Jun 16
2
problem mounting ntfs device in centos
I did yum update kernel-smp and rebooted the machine, and blops.....the
drive opened!
Thanks for your help!
On Tue, Jun 16, 2009 at 1:24 PM, Filipe Brandenburger
<filbranden at gmail.com>wrote:
> Hi,
>
> On Mon, Jun 15, 2009 at 23:20, Sagar Koirala<sagar.koirala at gmail.com>
> wrote:
> > ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
>
> Well, did you try running that? What are the results?
>
> Please do not top post, and trim your replies to the list. See
> "Guidelines f...
2009 Jun 16
3
Welcome to the "CentOS" mailing list
My apologies for posting an already solved problem, but dont know if its my
ignorance that is not getting me to my desired results.....trying to mount
an external usb hard drive(ntfs) in my system.
In my CentOS box, I tried to install dkms, dkms-fuse, fuse and fuse-ntfs-3g
as follows(including what happened)
[root at Production mnt]# yum install dkms dkms-fuse fuse fuse-ntfs-3g
Setting up