You are here: Browse Railsplugins Bones
Bones is a Rails plugin (‘engine’ in former parlance) for easy setup of an administration interface for a website, provididing basic infrastructure (plugins, helpers, models, controllers and views).
It is provided under Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License (see http://creativecommons.org/licenses/by-nc-sa/3.0/). It most importantly mean you can not use Bones for commercial purposes.
Bones runs couple of tasks upon it’s installation, such as downloading and installing various Rails plugins, creating the database, etc.
All functionality is contained within `/vendor/plugins/bones/app`. You can override models, controllers, helpers and views by placing your own code in `/app`.
Bones is installed automatically by `script/plugin install http://..../bones`. Use Rake tasks `rake bones:install` and `rake bones:uninstall` in the future.
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly