A one time charge for a lifetime of service. This the thing Mark got last year and I've been watching and waiting since I missed it the last time... Wheee... -...
All, Be aware of some recent issues at textdrive. The server they have many developer accounts on has been unstable for the last month or so. It's still an...
... Which server are you on? I have the CLUG account on Gilford and that seems pretty stable with only a few outages. -- -- Jim Weirich jweirich@......
Reminder from the Calendar of xp-cincinnati http://groups.yahoo.com/group/xp-cincinnati/cal xp-cinci meeting Tuesday February 7, 2006 6:00 pm - 9:00 pm (This...
xp-cincinnati@yahoogr...
Feb 3, 2006 10:55 pm
1081
I have been playing with ActiveRecord to see what it would take to map it to an existing database. I wonder if someone can fix my silly problem here. The code ...
While trying to get problem one fixed I was trying to migrate over to a testunit structure and see what the Rails fixtures and yml files can do for me but I...
... As I was trying to reproduce this error, I got the following message while trying to generate a "Text" model: $ ruby script/generate model text The name...
Edward, The exact reason for the error message isn't clear to me, but you can try the following query as an alternative. Text.find_by_name('name') This is the...
Jim, Shoot! I was typing up something similar just when I saw your post. I noticed in the script/console that a Text class is already loaded. So, I checked the...
... This is how I do it. First, I find where the software is installed. If installed as a gem, it will be somewhere in the gem repository: $ gem env Rubygems...
... I think it might be a part of Austin Ziegler's Text::Format. Other possibilities are Gettext, Unicode and XML processing. ... There is no easy way or a...
... ^ Right, either you have implemented Text as a Module (which are non-instantiable -just make it a class instead) or then this may be linked to Problem One...
... Which raises another question... Why is Text:ActiveMail hiding Ed:Text ? Isn't the default behavior to OPEN the existing class and add methods? Is this...
... I looked at Ed's code in more detail, and although there is an overlap with the Text module in Text::Format, Ed's file does not enable actionmailer nor...
... Ahh, I just noticed you are running activerecord 1.6.0. That's a pretty old version. You need to do gem update rails --include-dependencies -- -- Jim...
Reminder from the Calendar of xp-cincinnati http://groups.yahoo.com/group/xp-cincinnati/cal xp-cinci meeting Tuesday February 7, 2006 6:00 pm - 9:00 pm (This...
xp-cincinnati@yahoogr...
Feb 6, 2006 10:56 pm
1094
Thankyou very much everyone. This is what happened. Updated rails. No change. Renamed mysql table and model and table_text and TableText. It worked. Now I have...
... This is a really funny case. I think of Java as a static, strongly- typed language and Ruby as a more dynamic language. Yet in this case, you've...
Just wanted to remind everyone that tonight's meeting location is slightly different from our normal location. Instead of D2.46 it is D2.40, it is only a few...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xp-cincinnati group. File :...
xp-cincinnati@yahoogr...
Feb 7, 2006 2:33 pm
1098
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xp-cincinnati group. File :...
xp-cincinnati@yahoogr...
Feb 7, 2006 2:34 pm
1099
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xp-cincinnati group. File :...
xp-cincinnati@yahoogr...
Feb 7, 2006 2:34 pm
1100
All, If you are planning to go to the Introduction to JavaScript presentation this evening, you should download the following files that I just uploaded to the...
... Interesting schema. Just to make sure I understand, you want to use the TableRelations to join any two rows in any table in the database, not just User...
... After reading Jim's reply I think I understand what you're getting at. You might check out the new polymorphic joins in Rails trunk, they're designed for...