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!
DevelopmentDo you like DiamondList, but you think it's missing a little something? We're open to suggestions! In our Development center, you can monitor the progress of the next release of DiamondList, recommend new features, report bugs, and you can even download any release of DiamondList if you want to work on your own version. |
I fixed this issue by sanitizing all category values using Rails' native _h_ function. The file i...
July 26 2010 - 06:18 AM
I fixed this issue by sanitizing all category values using Rails' native h_ function. The file in...
July 26 2010 - 06:21 AM
To fix this issue, I've added Rails' native forgery protection function to app/controllers/applic...
July 26 2010 - 06:27 AM
User can execute arbitrary JavaScript code within the vulnerable application.
The vulnerability ...
July 22 2010 - 10:25 PM
The vulnerability exists due to failure in the "user/main/update_user" script to properly verify ...
July 22 2010 - 10:25 PM
|

















