search for: 000235

Displaying 6 results from an estimated 6 matches for "000235".

Did you mean: 000234
2005 Dec 13
0
CentOS-announce Digest, Vol 10, Issue 4
...hives/announce/2005/000238.html kronolith-h3: http://lists.horde.org/archives/announce/2005/000234.html mnemo-h3: http://lists.horde.org/archives/announce/2005/000237.html nag-h3: http://lists.horde.org/archives/announce/2005/000236.html turba-h3: http://lists.horde.org/archives/announce/2005/000235.html The following files have been upgraded and are currently syncing to the mirrors: noarch: gollem-h3-1.0.1-1.centos4.noarch.rpm horde-3.0.8-1.centos4.noarch.rpm kronolith-h3-2.0.6-1.centos4.noarch.rpm mnemo-h3-2.0.3-1.centos4.noarch.rpm nag-h3-2.0.4-1.centos4.noarch.rpm turba-h3-2.0.5-1.centos...
2006 Apr 01
0
CESA:2005-1212-1 Important CentOS 4 x86_64 horde - security update (Extras Only)
...hives/announce/2005/000238.html kronolith-h3: http://lists.horde.org/archives/announce/2005/000234.html mnemo-h3: http://lists.horde.org/archives/announce/2005/000237.html nag-h3: http://lists.horde.org/archives/announce/2005/000236.html turba-h3: http://lists.horde.org/archives/announce/2005/000235.html The following files have been upgraded and are currently syncing to the mirrors: noarch: gollem-h3-1.0.1-1.centos4.noarch.rpm horde-3.0.8-1.centos4.noarch.rpm kronolith-h3-2.0.6-1.centos4.noarch.rpm mnemo-h3-2.0.3-1.centos4.noarch.rpm nag-h3-2.0.4-1.centos4.noarch.rpm turba-h3-2.0.5-1.centos...
2006 Apr 01
0
CESA:2005-1212-1 Important CentOS 4 i386 horde - security update (Extras Only)
...rchives/announce/2005/000238.html kronolith-h3: http://lists.horde.org/archives/announce/2005/000234.html mnemo-h3: http://lists.horde.org/archives/announce/2005/000237.html nag-h3: http://lists.horde.org/archives/announce/2005/000236.html turba-h3: http://lists.horde.org/archives/announce/2005/000235.html The following files have been upgraded and are currently syncing to the mirrors: noarch: gollem-h3-1.0.1-1.centos4.noarch.rpm horde-3.0.8-1.centos4.noarch.rpm kronolith-h3-2.0.6-1.centos4.noarch.rpm mnemo-h3-2.0.3-1.centos4.noarch.rpm nag-h3-2.0.4-1.centos4.noarch.rpm turba-h3-2.0.5-1.centos...
2005 Mar 26
2
ActiveRecord help needed
Hello, my name is Magnus and I am a RoR-newbie. I am trying to get the grip of ActiveRecord but I am having trouble to find good examples. I have been looking at this: http://wiki.rubyonrails.com/rails/show/AccessControlListExample Where you can find this Model code: require ''active_record'' class Permission < ActiveRecord::Base has_and_belongs_to_many :roles end
2005 Mar 04
3
optimization
Ok, so, I''ve written my first app in rails. It''s pretty nifty. Only one problem. Slower than you could possibly comprehend. Processing PersonController#show (for 67.138.254.231 at Thu Mar 03 21:04:16 Eastern Standard Time 2005) Parameters: {:id=>"1", :controller=>"person", :action=>"show"} [4;35mPerson Load (0.219000) [0;37mSELECT
2006 Mar 13
4
Trouble Using AR Object based on a Piggyback Query?
Hi, I''m new to Rails and Ruby and can''t access methods/columns from an ActiveRecord object that is a "piggy-back" row as described by David here: http://www.loudthinking.com/arc/000235.html Via Console I can create the piggyback object but reading attributes gives "TypeError: cannot convert String into Integer" (this is in Console and the browser). Some commented Console output is below, and any help is very much appreciated! (I can also post my model object if...