has_profile_items =============== How many times did it happen to you that, your project needed to implement user profiles, company profiles, product profiles, and all kinds of profile but you had no choice other than creating every bit of code to implement profiles retrieve data and then cache them. has_profile_items brings you comfort of quickly creating generic profile items and attach it to any model, so that you get more faster in your app development. [Watch it yourself] TODO: Tutorial Video Example ======= Basic tutorial is here : http://wiki.github.com/parolkar/has_profile_items Quick Installation (only if you already know how to use plugin) ================== $ cd your_project_dir you should be using haml/sass for your templates , if not, go set it up http://github.com/chriseppstein/compass-rails-sample-application/tree/master $ git submodule add git://github.com/parolkar/has_profile_items.git vendor/plugins/has_profile_items $ rake has_profile_items:setup Copyright (c) 2009 [Abhishek Parolkar] abhishek[at]parolkar.com , released under the MIT license
Project
parolkar/has_profile_items
A plugin to ease your effort of building profile of user, company, project, pet, group.... blah blah blah
Development
Primary Language
Ruby
Dependencies
Project Readme