Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User tags #28

Merged
merged 27 commits into from
Jun 2, 2014
Merged

User tags #28

merged 27 commits into from
Jun 2, 2014

Conversation

andersoncardoso
Copy link
Member

  • Add tags abstraction to user
  • tags use an postgres array column
  • the Tag model is used for indexing and fulltext search (for autocompletion). Use through the Taggable concern
  • Taggable adds .searchable_tags method to index any array column
  • Add tags input component
  • Simplify js loading to use single file (no more controller specific loading)
  • Add pg_search to use fulltext search with postgresql
  • Update docs on tagging and search

LuizArmesto added a commit that referenced this pull request Jun 2, 2014
@LuizArmesto LuizArmesto merged commit 61d6674 into master Jun 2, 2014
@LuizArmesto LuizArmesto deleted the user-tags branch June 2, 2014 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants