[ANN] ActiveRecord::Extensions 0.3.0 released! (bugfix)018 (12/30/2006 1:05:00 AM) comp.lang.ruby -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ActiveRecord::Extensions 0.3.0 is Released! - ------------------------------------------- 0.3.0 is released! This includes a fix for a potential namespace issue a... zdennis
[ANN] ActiveRecord::Extensions 0.2.0 Released025 (12/22/2006 8:00:02 AM) comp.lang.ruby -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ActiveRecord::Extensions 0.2.0 - ------------------------------- ActiveRecord::Extensions is a library built to add additional functionality and a more modular de... zdennis
[ANN] ActiveRecord::Extensions 0.0.5024 (10/27/2006 4:05:25 AM) comp.lang.ruby ActiveRecord::Extensions 0.0.5 is out! ActiveRecord::Extensions (ARE) is a suite of extensions to ActiveRecord. It includes better support for ActiveRecord find methods by supporting core Ruby classes such as ... zdennis
[OT] RubyConf Ticket for Sale127 (10/1/2006 4:04:16 AM) comp.lang.ruby -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello everyone, I bought a RubyConf ticket, but unfortunately I will not be able to attend. If anyone is interested in buying my ticket I will sell it for what I ... zdennis
[ANN] ActiveRecord Extensions 0.0.4 Released!025 (9/4/2006 7:11:23 AM) comp.lang.ruby ActiveRecord Extensions 0.0.4 Is Released What is ActiveRecord Extensions? -------------------------------- ActiveRecord Extensions is a library which extends the power of ActiveRecord providing lower level s... zdennis
RubyConf*MI 2006!034 (7/30/2006 6:52:47 PM) comp.lang.ruby Announcing RubyConf*MI! The Michigan Ruby Users Group [1] is pleased to announce RubyConf*MI, http://www.rubyconfmi.org - a whole day of Ruby goodness. The conference will be an all day event held at Calvin Co... zdennis
Init Script Installer424 (3/13/2006 2:37:14 AM) comp.lang.ruby I've got a few scripts which need to run as system daemons. For a while it worked to just manually start them, but it soon became annoying, so I wrote a little script to create and install the init scripts fo... zdennis
Memory Question421 (2/26/2006 9:51:07 AM) comp.lang.ruby I am doing some large queries with Mysql and the memory that gets allocated never seems to go back to the system. In this test I am querying 47,000 records. My setup for my test is ubuntu breezy, rails 1.0, m... zdennis
[Job] Job Posting In Grand Rapids, MI129 (2/23/2006 10:00:51 PM) comp.lang.ruby There is a job opening in Grand Rapids, Michigan for a full-time entry-level to intermediate programming position at Market Technologies Inc. (MTI). MTI is a custom software provider which enhances the proces... zdennis
Inserting multiple rows from array439 (11/20/2006 4:12:12 PM) comp.lang.ruby Hi, I have two sets of values: job.id = 1 and contact_ids = [4, 8] I want to be able to iterate over all of values in the contact_id array and create database records consisting of a job_id and contact_id. ... drlelon(3)
ActiveRecord, has_many and _count ...343 (8/28/2006 8:27:03 PM) comp.lang.ruby Hi everybody! Here are trunks of models from a little rails app I'm developing: ########################### class Country true belongs_to :country, :counter_cache => true belongs_to :category, :counter_... eric.duminil(17)
compare to strings327 (4/4/2006 10:26:24 PM) comp.lang.ruby Hello, What is the best approach to searching a string for another string? For instance, I have: url1 =3D 'http://www.url.com' url2 =3D 'http://www.url.com/page' If part of url1 is in url2, like above, I'd ... clint.pidlubny(2)
Compile to exe to hide source code344 (3/29/2006 11:59:41 PM) comp.lang.ruby Hi, I want to hide my source code under Windows, so I tought that compiling to an executable file would solve the problem. But I didn't found a way to do it with Ruby. I have tried 2 solutions: Exerb -- If... devlists-ruby-talk(69)
Functions scope734 (3/29/2006 6:55:12 AM) comp.lang.ruby class C def open() # how to call global open function from here? end end -- Posted via http://www.ruby-forum.com/. ... mirek.rusin(4)
Best Database For Ruby1952 (3/25/2006 10:44:55 PM) comp.lang.ruby I want to learn DB and SQL using Ruby Project is not too big. Probably need 30 tables Everyone at work tells me MySQL is the best... I used to use Informix a long time ago. It doesn't look like I can get thi... rrrn(9)
[ANN] XmlStruct-1.0.0 released526 (3/22/2006 8:51:19 PM) comp.lang.ruby XmlStruct ========= http://rubyforge.org/projects/xmlstruct/ Documentation ============= http://xmlstruct.rubyforge.org/ About ===== XML Markup the simple way. I've uploaded a small library to Rubyforge t... aldursys(17)
Find.find and files in cwd1126 (3/21/2006 7:14:25 PM) comp.lang.ruby I can use Find.find(Pathname.getwd) to get an array of all file paths recursively, but how do I get only the files in the cwd (do not recurse into sub-directories)? Thank you, Brad ... rtilley(205)
Rails and J2EE middleware (threading/servers)326 (3/15/2006 7:48:57 PM) comp.lang.ruby A lot of applications have a middleware layer. In some ways, ActiveRecord or Mailer is thought of as a middleware. But, for example with J2EE, you can run background servers and threads. Can this be done wit... berlin.brown(230)