similar to: Very simple code throwing "uninitialized constant" error

Displaying 20 results from an estimated 2000 matches similar to: "Very simple code throwing "uninitialized constant" error"

2005 Oct 14
0
ImageMagick helper
Trying out the imagemagick helper by Gijs van Tulder, I''ve run into a bit of a problem. In environment.rb, I placed: require_gem ''actionpack-imagemagick'' I''ve set up my controller as such: class ProfileController < ApplicationController # ..SNIP.. class Photo < ApplicationController imagemagick_for
2006 Apr 28
4
Call for patterns...
Hi group, I was wondering if anyone more experienced could help me to find a good pattern for two things: 1. How to group controllers. Example: We have an admin panel with: user_managment_controller.rb priv_managment_controller.rb widget_controller.rb User panel with: mystuff_controller.rb mytags_controller.rb profile_controller.rb And frontend with: widget_controller.rb etc... How do I group
2015 Jun 15
3
Add-on argument in sample()
Hi. I have a problem with the default behavior of sample(), which performs sample(1:x) when x is a single value. This behavior is well explained in ?sample. However, this behavior is annoying when the number of value is not predictable. Would it be possible to add an argument that desactivates this and perform the sampling on a single value ? Examples: > sample(10, size = 1, replace = FALSE)
2015 Jun 15
2
Add on argument in seq()
Hi. I have a problem with the default behavior of seq(), which gives the argument "from" when the argument length.out = 1. This behavior is annoying when the number of value determine in length.out is not predictable. Would it be possible to add an argument that propose the median/mean, i.e. (from + to) / 2 when length.out = 1 ? Examples: > seq(from = 1, to = 11, length.out=1) #
2011 Jun 09
3
Braindead Autoreply filters... WAS Re: samba Digest, Vol 102, Issue 8
It would be nice if one of the list moms would immediately unsubscribe AND PERMANENTLY BAN idiots who use braindead autoreply filters. This should be official list policy for ALL email lists... On 2011-06-08 2:00 PM, samba-request at lists.samba.org wrote: > Subject: Re: [Samba] samba Digest, Vol 102, Issue 7 > From:> "Andrew McNaughton" <andrew at nleducation.org.uk>
2019 Dec 30
2
how to check as CRAN with alternative BLAS?
One of my packages is slated to be archived from CRAN due to failures when the ATLAS BLAS is used. I am unable to replicate the error on my machine under R 3.6.1 using the atlas library from ubuntu (seems to be 3.10.2-9, while the good professor is using 3.10.3 per https://www.stats.ox.ac.uk/pub/bdr/Rblas/README.txt ). I also tried the rocker/r-base with R 3.6.2 and
2011 Jul 13
6
gplpv driver correctly supports 9GB RAM in Windows 32bit?
Hello I have Debian Linux 2.6.32-5-xen-amd64 Xen 4.0.1, 2 SAS drives in RAID 1, 16GB ram. I have virtualized Windows 2003R2 32bit where you install the latest version 0.11.0.295 gplpv After reading and reading forums and post testing, I noticed that the hard disk performance drops significantly when I assign the windows domU 9GB ram. (below I leave the config files) If I run the
2015 Jun 15
2
Add on argument in seq()
Thanks for your answer. The rational behind my proposal is why taking "from" when length.out=1, more than "to" or "NA", or " integer(0) " ? This question seems basic. But is is not in certain situations, like when length.out = unpredictable positive integer. And I haven't found in ?seq() the particular behavior of this function when length.out = 1.
2008 Jun 25
0
Rspec routing_spec failing on nested singular resource
This should be easy to solve; I''m trying to get an Rspec routing_spec working with a singular nested resource; map.resources :users do |user| user.resource :profile end All the tests in the profile_routing_spec seem to be failing because they can''t match the routes, for example; # The spec describe ProfileController do describe "route generation" do it
2004 Aug 06
1
streaming vorbis files from an openbsd box
> Not really related to your problem, but how smooth was the process > of getting libogg and libvorbis installed? I've had all kinds of maddening > autoconf related problems with include paths. Should be braindead simple since it's in the ports tree. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To
2007 Nov 22
2
dovecot loading during boot
I have two RHEL4 email servers running postfix/MailScanner which use dovecot. They work great. But during bootup the nfslock script in my init.d loads rpc.statd and calls portmap to get a port number. Portmap keeps giving rpc.statd the imaps port number (993). I then have to stop my mail server services, manually start dovecot, then restart the mail server services and everything goes merrily on
2006 Mar 17
2
Favicon.ico doesn''t show in IE 6
Hello All, I put favicon.ico under "public" folder. Also, I put a copy into "public/images". And I put these 2 lines in my layout file: <link rel="icon" href="images/favicon.ico" type="image/ico" /> <link rel="shortcut icon" href="images/favicon.ico" type="image/ico" /> It works fine in
2004 Sep 03
0
[LLVMdev] diffs for vc7.1
Hi Paolo, > <snip> > for (BasicBlock::iterator I = Dest->begin(); PHINode *PN = > dyn_cast<PHINode>(I); ++I) > visitPHINode(*PN); > <snip> > > build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275: > 'llvm::PHINode' : illegal use of this type as an expression > > but I think is a NO-NO, so suggestions? Since it's fussy
2015 Feb 10
2
CentOS 7 will not run pre-installation script
On 2/9/2015 9:15 PM, g wrote:> > On 02/09/2015 05:10 PM, Mark LaPierre wrote: >> >> That's my plan too. I figure that I'll try it when it gets to 7.3. > > i thought it was better to use the even number revisions. I think the even numbers advice only applies to Star Trek movies. CentOS 7.3 will be usable, but 7.3.11 for Workgroups is where things will really
2018 Jul 20
3
Should there be a confint.mlm ?
It seems that confint.default returns an empty data.frame for objects of class mlm. For example: ``` nobs <- 20 set.seed(1234) # some fake data datf <- data.frame(x1=rnorm(nobs),x2=runif(nobs),y1=rnorm(nobs),y2=rnorm(nobs)) fitm <- lm(cbind(y1,y2) ~ x1 + x2,data=datf) confint(fitm) # returns: 2.5 % 97.5 % ``` I have seen proposed workarounds on stackoverflow and elsewhere, but
2011 Jan 18
1
Dovecot Sieve
Hi, I am looking for the Dovecot Sieve mailing list. Is there one? Regards, j
2005 May 16
17
Problems in sending emails
Hello, I''m new in the list. I''ve installed Mandrake MNF and it works fine but I''ve a problem in sending emails. Small text mails can go out but bigger ones, with attachements, have problems. My network is formed by Windows workstations and only the firewall is a Linux box. The first simptom is the reaching of ISP''s server time out and then my mail client goes in
2011 Jun 09
2
Braindead Autoreply filters... WAS Re: samba Digest, Vol 102, Issue 8
On 2011-06-09 2:00 PM, Robert Schetterer <robert at schetterer.org> wrote: > Am 09.06.2011 15:46, schrieb Charles Marcus: >> It would be nice if one of the list moms would immediately unsubscribe >> AND PERMANENTLY BAN idiots who use braindead autoreply filters. >> >> This should be official list policy for ALL email lists... > just like "do not top
2011 Jun 10
1
Braindead Autoreply filters...
On 2011-06-10 2:00 PM, Doug Lytle <support at drdos.info> wrote: > Ryan Novosielski wrote: >> It's not clear to me... are ALL autoresponders "braindead" or are there >> some that don't notice it's a mailing list contacting them? > Some auto-responders look at the to: field and if it's not directly sent > to the recipient's address (i.e.
2008 Feb 13
2
OggPCM: support for little-endianness only?
Ian Malone wrote: > This is all well and good but OggPCM is in an Ogg transport > stream, so that needs to be unpacked anyway. Fair enough. Since the ogg pages (which I beleive are 4k) need to be unpacked anyway, there is little harm in having to (possibly) do endswapping as well. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo