similar to: Trouble developing Rails plugins/gems with generators

Displaying 20 results from an estimated 200 matches similar to: "Trouble developing Rails plugins/gems with generators"

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
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'',
2011 Feb 18
1
Rails plugins new official maintainers
Hey guys, This is the final list of the new maintainers of each plugin. We need two more things to do: First please the owners of the repos add the rest of the maintainers. Second I will add a note on each rails/plugin mentioning this repos updates. So from now on, if someone else is interested in helping/contributing please send a message to the appropriate repo owner. verification
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
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'') =>
2006 Feb 17
3
dansguardian+squid masquerading not working
Hello Everyone! I am using shorewall-3.0.5 on suse linux. Recently we have implemented dansguardian running on 8080 and squid on port 3128. Previously (before dans guardian) masquerading was working fine but after the implementation of dansguardian masquerading is not working. My rules file has entry Previous entry was ACCEPT loc:192.192.192.3 net REDIRECT loc 8080 tcp
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.
2010 Mar 04
1
Regarding SPICE
Hi, I have set up KVM on FC12. I was wondering if its possible to Display the VM using spice + libvirt? As in, if I can define my domain with graphics like: <graphics type='spice' port='-1' autoport='yes' listen='0.0.0.0'/> or <graphics type='spice' port='5903' '
2012 Aug 13
4
write.dbf error: invalid subscript type 'list'
Dear all, I am basically a GIS user and am new to R. I am trying to write a data frame to a dbf file. *n.simulations <- 999 binomial <- kulldorff(geo, cases, population, NULL, pop.upper.bound, n.simulations, alpha.level, plot) cluster <- binomial$most.likely.cluster$location.IDs.included df <- data.frame(ID=seq(1,n.simulations,by=1), simloglkhd=binomial$simulated.log.lkhd)
2009 Mar 04
3
best fit line
Dear R Community, I am plotting this simple x-y plot (raw data & plot attached). I cant fit a linear regression 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
2007 Mar 08
1
Guest installation problem.
Hi, I am a newbie to Xen and so this doubt may baffle a few. Anyways, I installed xen 3.0.3 from the tarball on Ubuntu Dapper Drake. I even configured a guest file of the same kernel, only the xenU verison. It worked fine and I was given a sh prompt. My problem now is that I want to get some other kernel as guest. I did try fc6 since that''s the other OS I have on my box. However, I got
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.
2013 Jan 26
2
[LLVMdev] Code compiling in gcc but not llvm
Hi, This is my first post, sorry if not in the right format. I am stuck at a place where I have a code fragment that runs in normal gcc but fails when I give -fplugin=dragonegg.so extern int *testfunc(); extern __typeof (testfunc) testfunc __asm__ ("" "__GI_testfunc") __attribute__ ((visibility ("hidden"))); extern __typeof(testfunc) __testfunc; extern __typeof
2006 Feb 21
1
Traffic shaping for squid users
suse-10 , shorewall version 3.0.5 I have squid installed (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
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>
2004 Jan 22
1
Calculation of normalised red and green intensities
Dear Sir/Madam, I could succesfully normalise my microarray data using marrayNorm package. However, i have not been able to get normalised red and green channel intensities through R package. Is there a possibility to write a formula to calculate back the red and green channel intensities after normalisation of the data. Do I need to incorporate this formula in my R script? I am biologist
2009 Mar 31
3
installing RMySQL (PR#13633)
Full_Name: Ankhee Dutta Version: 2.3 OS: LINUX Submission from: (NULL) (202.141.12.97) I have a linux system of Mandriva-2007 with R version 2.3.0 and MySQL with 5.0.0. I have also got DBI-R database interface version-0.1-11 installed on my Linux system.While installing RMySQL package version 0.5-11 i am facing problem . while installation the error report which is coming is as follows:
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 anyone provide example VirtIO SCSI Command
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 anyone provide example VirtIO SCSI Command
2009 Mar 30
1
(no subject)
Hi, All I have a linux system of Mandriva-2007 with R version 2.3.0 and MySQL with 5.0.0. I have also got DBI-R database interface version-0.1-11 installed on my Linux system.While installing RMySQL package version 0.5-11 but facing the problem mentioned below . * Installing *source* package 'RMySQL' ... creating cache ./config.cache checking how to run the C preprocessor... cc -E