Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 DataMapper 和 Sinatra,我正在尝试从 DataMapper 实体属性创建一组独特的元素。我在数据库中搜索条目集合。这些条目都有一个“类别”属性。我想找到一种有效的方法来制作所有独特类别类型的新数组。
谢谢