It seems that with the latest Rose::DBx::Garden::Catalyst (v0.07), the
produced app no longer works.  When I go to
http://localhost:3000/rdgc, and select Lab->Coupon->List, which
interestingly, takes me to here:

http://localhost:3000/rdgc/lab/coupon/1/edit

it coughs up an error, to wit:

Couldn't render template "undef error - encountered object 'true', but
neither allow_blessed nor convert_blessed settings are enabled at
/home/bmcclure/foobar7/MyApp/script/../lib/MyApp/View/RDGC.pm line 38
"

Here is the subject code:

     36 sub as_json {
     37     my $v = shift;
     38     my $j = JSON::encode_json($v);
     39     return $j;
     40 }

This is a Red Hat ES4 machine with Perl v5.8.5 (up2date-d), with a
MySQL (v4.1.20) database.  The previous version (v0.06, I think; may
have been v0.05) worked.

Also of note, it doesn't pick up all the tables in the database.
Neither does Rose::DBx::Garden v0.09.  

mysql> show tables;
+---------------------+
| Tables_in_lab       |
+---------------------+
| addon               |
| answers             |
| answers_20070801    |
| answers_alt_key_fix |
| client              |
| coupon              |
| coupon_course       |
| course              |
| crsorder            |
| exam                |
| exam_answers        |
| infotable           |
| missed_quest        |
| se_data             |
| se_site             |
| test_quest          |
+---------------------+
16 rows in set (0.00 sec)

$ ls
Answer     Coupon           Course       Exam           Infotable
Answer.pm  CouponCourse     Course.pm    ExamAnswer     Infotable.pm
Client     CouponCourse.pm  Crsorder     ExamAnswer.pm  SeSite
Client.pm  Coupon.pm        Crsorder.pm  Exam.pm        SeSite.pm

Bear in mind that I am still very green on RDB objects.  Clue-by-fours
welcome.

Cheers,
-- 
Bob McClure, Jr.             Bobcat Open Systems, Inc.
[EMAIL PROTECTED]             http://www.bobcatos.com
But you, man of God, flee from all this, and pursue righteousness,
godliness, faith, love, endurance and gentleness.
1 Timothy 6:11 (NIV)

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to