search for: 6njqz58h9zmkesr00q

Displaying 7 results from an estimated 7 matches for "6njqz58h9zmkesr00q".

2007 Feb 20
5
Create a hyphen-separated set of letters derived from a string - How to?
Hi, This is such a trivial programming issue, but I can''t find a way to transform, say ''abc'' to ''a-b-c'' without using pattern matching. Any ideas? Thanks in Advance, Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post
2005 Dec 14
0
Fwd: Logger bug in 0.14.3 ?
...by -v > ruby 1.8.2 (2004-12-25) [i386-mswin32] > > > > ---------- Forwarded message ---------- > From: NAKAMURA, Hiroshi <nakahiro-FMf0BjczJVvqq2nvvmkE/A@public.gmane.org> > Date: Nov 14, 2005 5:46 AM > Subject: Re: Using logger > To: ruby-talk ML < ruby-talk-X+L+6nJQZ58h9ZMKESR00Q@public.gmane.org > > Cc: listrecv-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > Ara.T.Howard wrote: > >> Hi. I''m trying to use Ruby''s built in logger to show messages with the > >...
2005 Aug 08
0
Fwd: help me override ActiveRecord find?
I''m sorry -- sent this to the wrong list. ---------- Forwarded message ---------- From: Kelly Felkins <kelly.felkins-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Date: Aug 8, 2005 9:37 AM Subject: help me override ActiveRecord find? To: ruby-talk-X+L+6nJQZ58h9ZMKESR00Q@public.gmane.org I would like to add some things to the find method of activerecord, but I can''t figure out how to do this. I''ve tried various things. Here is one example: class Thing < ActiveRecord::Base alias_method "kellys_find", "find" def self.find(...
2005 Jul 01
1
Qanah being put on the back burner - for now
All - I owe a few people an apology. I jumped in to trying to start up a project at a time when my schedule just wouldn''t handle the load. I did not accurately estimate my time commitments for the coming months when I made the announcement of Qanah this past March. So, for now, Qanah is being put on the back burner. Note I didn''t say abandoned: just postponed. If you
2006 Dec 28
1
ActionMailer/SMTP: Net::SMTPSyntaxError when message body contains only a 'dot'
FYI: I don''t think this is a very well know. It seems that, on some operating systems, ActionMailer/SMTP crashes when it sends an email with only a ''.'' (aka a ''dot'' or a ''period''). Specifically, you get Net::SMTPSyntaxError (502 Error: command not implemented): Environment Details: $ uname -a Linux private1 2.6.15-26-server #1 SMP
2005 Mar 04
3
Boolean values
...------------------------------ > > Message: 3 > Date: Thu, 3 Mar 2005 22:00:46 -0600 > From: "Curt Hibbs" <curt-fk6st7iWb8MAvxtiuMwx3w@public.gmane.org> > Subject: [Rails] Part 2 of ONLamp.com Rails article is online > To: "ruby-talk ML" <ruby-talk-X+L+6nJQZ58h9ZMKESR00Q@public.gmane.org>, "Rails-ML" > <rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> > Message-ID: <EAENKKNOJPMNCDMLDOMLEEDEIBAA.curt-fk6st7iWb8MAvxtiuMwx3w@public.gmane.org> > Content-Type: text/plain; charset="iso-8859-1" > > ONLamp.com has f...
2005 Aug 03
0
Apache::RailsDispatcher for mod_ruby
Hi, I wrote Apache::RailsDispatcher to run Rails applications on mod_ruby. http://blog.shugo.net/articles/2005/08/03/running-rails-on-mod_ruby Apache::RailsDispatcher can run multiple applications in the same process. It works like this: * require loads libraries into the top level, and they are shared with all applications. * require_dependency loads libraries into an anonymous