Skip Menu |

This queue is for tickets about the Catalyst-Manual CPAN distribution.

Report information
The Basics
Id: 82304
Status: rejected
Priority: 0/
Queue: Catalyst-Manual

People
Owner: Nobody in particular
Requestors: li.hansen.inc [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Catalyst::Manual::Tutorial::Authentication doc error
Date: Fri, 28 Dec 2012 08:58:31 -0600
To: bug-Catalyst-Manual [...] rt.cpan.org
From: "F. Li" <li.hansen.inc [...] gmail.com>
In "Catalyst::Manual::Tutorial::Authentication" during section "Add Users and Roles to the Database" the tables are named in the plural ... users, roles etc. In the subsequent section "Add User and Role Information to DBIC Schema" script/myapp_create.pl model DB DBIC::Schema MyApp::Schema \ create=static components=TimeStamp dbi:SQLite:myapp.db is run and the modules created are "in the singlular" so that the files to be edited also bear the singular form. ie lib/MyApp/Schema/Result/Users.pm: should be lib/MyApp/Schema/Result/User.pm lib/MyApp/Schema/Result/Roles.pm: should be lib/MyApp/Schema/Result/Role.pm: lib/MyApp/Schema/Result/UserRoles.pm: should be lib/MyApp/Schema/Result/UserRole.pm:
Subject: Re: [rt.cpan.org #82304] AutoReply: Catalyst::Manual::Tutorial::Authentication doc error
Date: Fri, 28 Dec 2012 09:04:58 -0600
To: bug-Catalyst-Manual [...] rt.cpan.org
From: "F. Li" <li.hansen.inc [...] gmail.com>
Please disregard .. not working with the latest --- my apologies. On Fri, Dec 28, 2012 at 8:58 AM, Bugs in Catalyst-Manual via RT <bug-Catalyst-Manual@rt.cpan.org> wrote: Show quoted text
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Catalyst::Manual::Tutorial::Authentication doc error", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #82304]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=82304 > > Please include the string: > > [rt.cpan.org #82304] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-Catalyst-Manual@rt.cpan.org > > ------------------------------------------------------------------------- > In "Catalyst::Manual::Tutorial::Authentication" during section > > "Add Users and Roles to the Database" > > the tables are named in the plural ... users, roles etc. > > In the subsequent section "Add User and Role Information to DBIC Schema" > > script/myapp_create.pl model DB DBIC::Schema MyApp::Schema \ > create=static components=TimeStamp dbi:SQLite:myapp.db > > is run and the modules created are "in the singlular" so that the > files to be edited also bear the singular form. > > ie > lib/MyApp/Schema/Result/Users.pm: should be lib/MyApp/Schema/Result/User.pm > lib/MyApp/Schema/Result/Roles.pm: should be lib/MyApp/Schema/Result/Role.pm: > lib/MyApp/Schema/Result/UserRoles.pm: should be > lib/MyApp/Schema/Result/UserRole.pm: >