Skip to content

crossroads/crm_super_tags

This branch is 163 commits ahead of bkd/crm_customfields:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

615e704 · Feb 22, 2012
Jun 2, 2011
Feb 17, 2011
Feb 17, 2011
Oct 22, 2010
Aug 9, 2011
Feb 17, 2011
May 24, 2011
Oct 9, 2010
Sep 22, 2010
Aug 18, 2010
Feb 22, 2012
Nov 25, 2010
Oct 7, 2010
Oct 9, 2011
Oct 17, 2009

Repository files navigation

CRM Super Tags plugin for Fat Free CRM - DEPRECATED (now in core) - only works on rails238 branch

This Fat Free CRM plugin depends on http://github.com/michaeldv/crm_tags and builds on the work started with http://github.com/bkd/crm_customfields An admin interface lets you add custom fields to a tag. You can then tag any model and the custom fields for that tag will be available to you.

Installation

  1. This plugin requires the 'crm_tags' plugin, and some gem dependencies. Add these lines to the bottom of your Gemfile:

    gem 'acts-as-taggable-on', '>= 2.0.6' gem 'acts_as_list'

Then run bundle install.

  1. Install the 'crm_tags' plugin:

    rails plugin install git://github.com/crossroads/crm_tags.git

  2. Install the 'crm_super_tags' plugin:

    rails plugin install git://github.com/crossroads/crm_super_tags.git

  3. Run the plugin migrations:

    rake db:migrate:plugins

  4. Restart your web server.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 87.4%
  • JavaScript 12.6%