DiamondList is a free open source ruby on rails wishlist management program. It allows you to track one or more wishlists for one or more people, for any kind of event! Whether you want to organize a wishlist for your friend's birthday family, or create wishlists for everyone in your family for Christmas, DiamondList can do it!
Also, DiamondList allows the target of the wishlist(the gift-receiver) to log in and add any new gifts that they might want. This allows the people managing the wishlist(the gift-givers) to see anything new that the person(the gift-receiver) desires! Of course, the wishlist is protected so the person(the gift-receiver) cannot see what other people are going to giving them as gifts.
![]() |
Help & Faqs
The best way to install DiamondList and figure out how it works is to open the INSTALL file included with the download. It will tell you everything about how to get it up and running... and how to use it! Also, check out the README file, it has some good info in it as well. If you need any help, check out our forum, or ask us!
You can change the the look and feel of each wishlist very easily, by using CSS. All you have to do is open the tab.css file in your application's stylesheets folder, which is located in: public/stylesheets/tab.css. At the top of the file, you should see some examples of what to do.
Each wishlist has a unique id in the database. DiamondList automatically looks to see if a css class has been set for a particular wishlist's id. So if you wanted to make the wishlist with the database id: 5 have a red background, you would add/change the css class like so:
That's all there is to it!
Each wishlist has a unique id in the database. DiamondList automatically looks to see if a css class has been set for a particular wishlist's id. So if you wanted to make the wishlist with the database id: 5 have a red background, you would add/change the css class like so:
.wishlist_with_id_5{background-color:red}
That's all there is to it!

















