SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-303
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Minor Minor
Assignee: Shay Banon
Reporter: Nick Minutello
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

Would be nice to be able to specify abstract="true" on a class mapping - and Compass wouldnt create an index for it.

Created: 23/Oct/06 06:39 PM   Updated: 25/Oct/06 04:30 AM
Component/s: Compass::Core
Affects Version/s: 1.1 M2
Fix Version/s: 1.1 M3


 Description  « Hide
By default, Compass creates an index per class/alias.
By declaring abstract="true" we will never have any concrete instances - hence no index would be required for that alias.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 24/Oct/06 09:33 AM
If you set root="false", Compass won't create index for it.

Shay Banon added a comment - 25/Oct/06 02:53 AM
Setting root="false" already does that, closing the issue.

Nick Minutello added a comment - 25/Oct/06 04:30 AM
Cool