[Catalyst-commits] r10148 -
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial
garu at dev.catalyst.perl.org
garu at dev.catalyst.perl.org
Thu May 14 03:46:49 GMT 2009
Author: garu
Date: 2009-05-14 03:46:49 +0000 (Thu, 14 May 2009)
New Revision: 10148
Modified:
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod
Log:
Added note on placing myapp.db on the app's basedir before creating model
Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod 2009-05-14 01:43:53 UTC (rev 10147)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod 2009-05-14 03:46:49 UTC (rev 10148)
@@ -686,8 +686,9 @@
=head2 Create Static DBIx::Class Schema Files
-Use the model helper with the C<create=static> option to read the
-database with
+Before you continue, make sure your C<myapp.db> database file is in
+the application's topmost directory. Now use the model helper with
+the C<create=static> option to read the database with
L<DBIx::Class::Schema::Loader|DBIx::Class::Schema::Loader> and
automatically build the required files for us:
More information about the Catalyst-commits
mailing list