I love those simple words such as "Object", "Property", "Value" and would like to use them as Class Names, but seems they are reserved. ( ? ) ROR failed on many things with a model named "Object"
Make a prefix doesn't look good, such as CCObject, CCProperty.
Is there a way to allow me to use those simple words directly?
What I want to do is a universe program, domain objects are generated at runtime, which means usually classes like Product, ProductType, Article, or Author are all datas in database, not an actually Ruby class.