similar to: Intermittent failure to automatically include all models

Displaying 20 results from an estimated 6000 matches similar to: "Intermittent failure to automatically include all models"

2005 Jul 23
11
Validation without ActiveRecord
Hello, I followed the instructions at http://wiki.rubyonrails.com/rails/show/HowToUseValidationsWithoutExtendingActiveRecord But now I''m having trouble trying to create my form view. Here''s a brief rundown of what I''ve done: - Created a class called SearchRequest that extends ValidatingBase and saved it in a file called search_request.rb and put it in my models
2006 Mar 02
2
A nasty evening with dispatch.fcgi
Hello all. Time for an all night installation campfire (no pun intended) story. I just helped a customer migrate from a single box to a 5 box system. 2 Lighty 2 FCGI 1 DB Everything went quite well. I scripted everything so it would be easy to add more boxes in the future. 3 scripts, one for each box type above. Then came time to get the site working. :-) Lighty came up easily. The DB came up
2006 Feb 04
0
[ANNOUNCE] Argon Express - Portland to RailsConf 2006!
Who wants to spend 46 hours on Rails with us? http://www.theargonexpress.com/ :-) Cheers, -Robby -- /************************************************************** * Robby Russell, Founder & Executive Director * * PLANET ARGON, LLC | www.planetargon.com * * Ruby on Rails Development, Consulting, and Hosting * * Portland, Oregon | p:
2005 Mar 01
4
PostgreSQL Schema and Rails
Hey all, I am curious about how Rails interacts with SCHEMAs in PostgreSQL. From the generate command, is it possible to setup a scaffold for a table not in the public. schema in PostgreSQL? As a test, I tried, ./script/generate scaffold Manage.Form Manage.Form No dice. Any suggestions? -Robby -- /*************************************** * Robby Russell | Owner.Developer.Geek * PLANET ARGON
2008 Aug 29
0
Slow perl on CentOS - ActivePerl as a solution
Hi all, I found out that one of my perl scripts is heavily affected by the current bug. I was lazy to compile anything and I didn't want to mess up my system doing some experiments, so I tried to install ActivePerl as a temporary solution instead (RPMs are available). ActivePerl 5.8 is approximately 73x faster that CentOS version and ActivePerl 5.10 even slightly faster. Both versions and
2013 Jul 06
2
I thought Rails 3.2 ActionController automatically converts JSON params hashes...
Hey, I was thinking I''d have my controllers do double-duty: the same actions handling json and html requests differentially. For this, it''s useful that Rails 3.2 automatic params hash conversion from json work (as described here<http://guides.rubyonrails.org/v3.2.13/action_controller_overview.html#json-xml-parameters>in the Rails docs). (I''m using ruby 1.9.2.)
2018 Sep 28
1
having problems with Argon
Hello everyone. I'm close to completing my first build of a mail server - Postfix, Dovecot, Postgres (I know, sounds like overkill), Rspamd with Redis and Unbound (please infer a mega lack of experience disclaimer). The model is standalone internet with remoted sasl-authenticated clients. Throughout the process I've been having consistent problems with user password authentication.
1999 Apr 20
0
Pb: browsing list
Hello, I wanted to view a AIX box as a WinNT box, so I downloaded the file samba-1.9.17p3.aix-3.2.5.tar.gz to install samba on the unix machine (IBM RS6000). It runs AIX Version 3. My client machine runs WinNT 4.00.1381 (x86 Family 6 Model 1 Stepping6). Samba is now installed on /usr2/local/samba. There are some symbolic links on /usr/local/samba that point to the corresponding files in
2004 Sep 15
1
Problem with syslinux booting via network in floppy image
Hi as described on the syslinux pxe webpage: A multi-hardware boot floppy is included with Windows Server 2000 and 2003. A company called Argon Technology used to offer a free-as-in-beer updated version, but is seems to have gone fully commercial. This floppy (which can also be burned to a CD using El Torito in floppy-emulation mode), is known to work with PXELINUX 2.03 or later only I'm
2005 Mar 07
3
R crashes using the em function of package mclust (PR#7719)
Hi, I got the same problem like http://tolstoy.newcastle.edu.au/R/devel/04/11/1204.html R crashes when I use the em function from the mclust package on univariate data and on a special case on bivariate data (when the matrix is not provided as written in the manual). It seems as if the problem is the format of the data to be analyzed. Operating System: Windows XP (SP2) R version: R-2.0.1 The
2004 Jun 14
2
A Few MCLUST Questions
Hello everyone. I have a few MCLUST questions and I was hoping someone could help me out. If you’re an MCLUST user, they will likely be pretty easy to answer. Thanks in advance for any help. Ken What are the pros/cons of starting a finite mixture model at the “m” step versus the “e” step (where “m” is the maximization step and “e” is the expectation step of the EM algorithm)? In
2006 Jul 03
1
Capistrano - disable_web and enable_web with lighty?
I was using lighty+fastcgi before, and it was working pretty well, but I decided to move to Apache+mongrel because I really really like Mongrel. Well now I found out about lighty+pound+mongrel [1] and I think I''m going to give that a shot. I definitely prefer lighty to Apache - it''s pretty ridiculous how much fewer resources it uses. Anyway the only thing I''m going to
2011 Sep 04
2
mclust: modelName="E" vs modelName="V"
Hi, I'm trying to use the library mclust for gaussian mixture on a numeric vector. The function Mclust(data,G=3) is working fine but the fitting is not optimal and is using modelNames="E". When I'm trying Mclust(data,G=3,modelName="V") I have the following message: Error in if (Sumry$G > 1) ans[c(orderedNames, "z")] else ans[orderedNames] : argument is
2015 Jun 15
1
Samba upgrade issue . . .
Ok Steve, to be sure.. run : apt-key adv --keyserver keys.gnupg.net --recv-key 0x810273C4 if not done yet. add to /etc/apt/source.list.d/openchange.list deb http://inverse.ca/ubuntu trusty trusty or deb http://inverse.ca/ubuntu-nightly trusty trusty to force the needed packages. __COPY_PAST_START cat << EOF >> /etc/apt/preferences.d/preferences-ubuntu-trusty Package: * Pin:
2006 Jul 14
0
FOSCON II: The Ruby Rodeo
PDX.rb presents... FOSCON II: The Ruby Rodeo! We invite you to join us for a set of presentations on Ruby programming and Ruby culture. Confirmed speakers include: * Alex Bunardzic * Lucas Carlson * Topher Cyll * Ryan Davis * Geoffrey Grosenbach * Amy Hoy If you didn''t catch it last year, FOSCON is a free and fun gathering of Ruby fans held in the evening during
2006 Feb 08
0
Rails on Sybase?
Hey all! Has anyone had much luck with Sybase+Rails? If you have, please email me off-list... I''d like to poke your brain a little. :-) Only information that I have found so far is: http://wiki.rubyonrails.org/rails/pages/SybaseASA Thanks! -Robby -- /************************************************************** * Robby Russell, Founder & Executive Director *
2007 Sep 04
0
Boxcar now available!
Hey all! I''ll keep this short as I know that you''re all probably just as busy as we''ve all been. We (PLANET ARGON) are excited to announce that Boxcar, our new hosting solution for Ruby on Rails, is now open to the public. We''ve been quietly making announcements to our existing customers, announcement lists, and finally our company blog(s). Read the
2005 Apr 01
1
wiki down?
Getting: Bad Gateway The proxy server received an invalid response from an upstream server. Do we have any mirrors of the sites? Might be something to consider in the future as Rails get even more popular. :-) *can offer some hosting for mirroring* Cheers, -Robby -- /*************************************** * Robby Russell | Owner.Developer.Geek * PLANET ARGON | www.planetargon.com *
2012 Jun 28
0
How are you hosting your Rails application?
Hello all, Just a quick note to let you know that we''re nearly finished collecting responses to our 2012 Ruby on Rails Hosting Survey and wanted to invite you to participate before submissions close at the EOD June 30th. * https://twitter.com/rails/status/216210687775608834 You can take the quick survey at: http://rails-hosting.com/ Thanks in advance! Cheers, Robby -- Robby
2006 Mar 21
2
Lighty+Mongrel unresponsive after so many requests
I transferred a site from Lighty+SCGI to Lighty+Mongrel, and now I''m having problems with it becoming unresponsive. It works fine for about 10-15 minutes, but then attempts to access the site just stall forever. Nothing is written in any of lighty''s or mongrel''s logs. Here''s my lighty config: $HTTP["host"] =~ "www.xyz.com" {