search for: anuj

Displaying 20 results from an estimated 31 matches for "anuj".

Did you mean: anu
2010 Sep 02
5
Re: Exclude ActiveRecord in Rails3
What''s the best way to exclude ActiveRecord in Rails3? In Rails2, one could just do: *config.frameworks -= [ :active_record ]* in the configuration block in environment.rb. Is it possible in Rails3? Thanks. Anuj -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options...
2006 Feb 17
3
dansguardian+squid masquerading not working
...fw tcp 443 and masq file has entry: eth1 192.192.192.3 xxx.xxx.xxx.xxx Squid is working fine with dansguardian but I can not brows the web with masquerading. My eth1 is connected to the net and eth0 is connected to the local network. thans and regards Anuj -- ============ Linux Rocks ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD S...
2011 May 05
9
[threadsafe] Arel ToSql visitor is not threadsafe
Hey, We hit a bug today because Arel::Visitors::ToSql is not threadsafe. Here is what is happening: Arel::Visitors::ENGINE_VISITORS is a cache of visitors instances. These instances are not inherently threadsafe because it contains state ''@last_column'', ''@connection'' that is shared between threads. The other variables ''@pool'',
2008 Mar 13
3
Local network access to VPN
Hi, I have a linux box with vpn client. shorewall version 3.4.0 I can connect to a remote vpn network with the nortel vpn client. Can I allow local machines on my network to access remote vpn using Linux box as a gateway? Thanks and Regards Anuj ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
2010 May 12
8
Trouble developing Rails plugins/gems with generators
Hi, I''ve been trying to develop a Rails gem/plugin with generators for Rails 3. I first had a separate gem project with a gem statement in my Gemfile with a :path option to point at it. But then I had to run $ rake install on each change in my gem to have Rails pick up on it. I have now instead put my generators inside RAILS_ROOT/lib so they are easier to test/develop. lib/generators -
2010 Mar 04
1
Regarding SPICE
...ine my domain with graphics like: <graphics type='spice' port='-1' autoport='yes' listen='0.0.0.0'/> or <graphics type='spice' port='5903' ' listen='0.0.0.0'/> Thanks & Regards Anuj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100304/9d05a014/attachment.htm>
2009 Mar 04
3
best fit line
...line to it. I have to figure out what is the best fit for this graph. Is there a way to tell which regression to use for this kind of data? Also, after selecting the best fit model, I need to extrapolate what could be the other possible data points. I am new to R. Could anyone please help? Thanks. Anuj http://www.nabble.com/file/p22336095/plot.jpg -- View this message in context: http://www.nabble.com/best-fit-line-tp22336095p22336095.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
2007 Mar 08
1
Guest installation problem.
...way I can have the kernel as guest. The ISOs are on a dvd. Is it just a matter of a config file? If so can you please post a template of the same. Is there any link which clearly explains the procedure? I searched around a *lot* and failed to find anything. Thanks a ton, in advance. -- Regards, Anuj Bhatt. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Oct 29
2
[LLVMdev] Help regarding basic blocks in LLVM
Is there a way to combine basic blocks in LLVM? I want to form Extended Basic Blocks in LLVM.
2010 Feb 03
1
Storage requirement for KVM
Hi all, I have to buy a server machine and Run KVM on it. I just wanted to know what type of storage devices are supported by KVM. Thanks & Regards Anuj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100203/f921e0e8/attachment.htm>
2006 Feb 21
1
Traffic shaping for squid users
...led (i have a user named squid in /etc/passwd) file. the squid is authentication based, now i want to control the traffic generated by squid. If I can control the squid traffic then is it possible to control the traffic of users with an account in squid and not on the fw machine? Thanks and regards Anuj -- ============ Linux Rocks ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD S...
2011 Feb 18
1
Rails plugins new official maintainers
...inez87/exception_notification) Sebastián Martínez Jason King Devdatta acts_as_list (https://github.com/swanandp/acts_as_list) Mark Turner Swanand Pagnis hide_action (https://github.com/sikachu/hide_action) Prem Sichanugrist open_id_authentication (https://github.com/Velir/open_id_authentication) Anuj Dutta Patrick Robertson asset_server (https://github.com/andhapp/asset_server) Anuj Dutta Rishav Rastogi in_place_editing (https://github.com/amerine/in_place_editing) Mark Turner Devdatta upload_progress (https://github.com/rishav/upload_progress) Rishav Rastogi token_generator (https://github...
2010 Dec 13
1
[Qemu-devel] SCSI Command support over VirtIO Block device
On Dec 13, 2010 5:14 AM, "????" <anuj01 at gmail.com> wrote: > > Hi > > I am trying to implement VirtIO support for a proprietary OS. And It > would be great if I am able to process SCSI commands over VirtIO Block > device. > > I tried to execute INQUIRY command but the status returned is UNSUPPORTED. > If...
2010 Dec 13
1
[Qemu-devel] SCSI Command support over VirtIO Block device
On Dec 13, 2010 5:14 AM, "????" <anuj01 at gmail.com> wrote: > > Hi > > I am trying to implement VirtIO support for a proprietary OS. And It > would be great if I am able to process SCSI commands over VirtIO Block > device. > > I tried to execute INQUIRY command but the status returned is UNSUPPORTED. > If...
2011 Nov 22
4
A "strict Arel" mode for ActiveRecord to prevent SQL injection vulnerabilities
Hello rubyonrails-core, I’ve been looking into possible changes to ActiveRecord / Arel to make it easier to write Rails applications that are free of SQL injection vulnerabilities, and in particular do so in a way that makes it easy for a code reviewer to verify that the app is safe from such bugs. The concern: ----------------- With the ActiveRecord API as is, it’s relatively easy to write
2006 Mar 27
0
Re: Re: multiple isp. masqueraded machines somtimes work and somet
...line so we exit. >exit 0 >else ># internet is down, let''s switch to other router >if route -n | grep ''^0.0.0.0'' | grep "$CABLE_IP"; then >switch_dsl >else >switch_cable >shorewall restart >fi >fi > > >thanks and regards >Anuj > > > > >On 3/27/06, Tom Eastep <teastep@shorewall.net> wrote: > >>On Monday 27 March 2006 03:03, Anuj Singh wrote: >> >>>Hello ! >>>Last time I tried multiple isp on local network (test machines) it >>>worked now I configured a network...
2010 Apr 07
2
rails timezone difference in console and production application
Hi all, I''m on a rails 2.3.5 app. I''ve got my timezone set to ''Brussels''; config.time_zone = ''Brussels'' When I use mysql I see that a date is stored in UTC (as expected); e.g. 2010-04-07 15:03:10 When I use console to print out the date it correctly returns; >> job.created_at.strftime(''%d %b %Y, %H:%M'') =>
2017 Oct 12
0
[ANNOUNCE] libdrm 2.4.84
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 libdrm 2.4.84 has been released. Alex Deucher (1): tests/amdgpu: add missing header to SOURCES Andrey Grodzovsky (1): amdgpu: Add deadlock detection test suit. Anuj Phogat (1): intel: Change a KBL pci id to GT2 from GT1.5 Christian König (1): amdgpu: make userptr unit test more interesting Dave Airlie (1): headers: sync syncobj ioctl defines. Eric Engestrom (1): freedreno/kgsl: fix pointer-to-int cast James Zhu (2): tests/amdg...
2010 Dec 13
0
SCSI Command support over VirtIO Block device
...er size 1 byte' is whether readonly or writeonly? I want to know from which version of Qemu-kvm supports processing of scsi commands over VirtIO block device as a backend. Although I checked the Host Feature fields in which VIRTIO_BLK_F_SCSI bit is set. I am using qemu-kvm version 0.12.3. -- Anuj Aggarwal ?.''`. : :? :?? # apt-get install hakuna-matata `. `'` ?? `-
2011 Mar 16
1
Developing custom PCI devices in qemu
...st loopbacks the contents from device memory to some system buffer. Please guide me how such a device can be developed in qemu. Do qemu have some device model or device framework for developing custom virtual devices? Any documentation and samples will be very helpful. Thanks & Regards -- Anuj Aggarwal .''`. : :? : # apt-get install hakuna-matata `. `'` `- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20110316/0333bb90/attachment.htm