Bugs: Browse | Submit New | Admin

[#8259] Move ActiveRBAC models into their own namespace

Date:
2007-01-29 11:04
Priority:
3
Submitted By:
Daniel Weinand (dweinand)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Move ActiveRBAC models into their own namespace

Detailed description
There is a hint of how move models into their own namespaces here in the RoR Trac instance:
http://dev.rubyonrails.com/ticket/2147.

All models should go into the "ActiveRecord" namespace, so for example "class User" should become
"class ActiveRecord". I guess this will involve setting the relation class names in the relation macro calls
to belongs_to :class_name => "ActiveRecord::User" and maybe also changing the default table names to something
like active_record_user.

All these changes should be made, but the table names should be configureable in
components/active_record/configuration.rb.

Also change all unit test to reflect these changes.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item