https://github.com/afeiship/rails_taggable
Rails taggable gem.
https://github.com/afeiship/rails_taggable
gem lib rails taggable
Last synced: about 1 month ago
JSON representation
Rails taggable gem.
- Host: GitHub
- URL: https://github.com/afeiship/rails_taggable
- Owner: afeiship
- License: mit
- Created: 2017-07-18T07:29:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-11-06T09:59:07.000Z (7 months ago)
- Last Synced: 2026-02-12T03:43:45.776Z (4 months ago)
- Topics: gem, lib, rails, taggable
- Language: Ruby
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# rails_taggable
> Rails taggable for multiple models.
## installation
```shell
# add to Gemfile
gem 'rails_taggable'
# install
gem install rails_taggable
```
## usage
```bash
# add migrations to app/db/migrations directory
rails g rails_taggable:install
# add config/initializers/rails_taggable.rb
rails g rails_taggable:initializer
```
## resources
- https://stackoverflow.com/questions/4141739/generators-and-migrations-in-plugins-rails-3
- https://dj-bri-t.net/2012/05/rails-3-generators-adding-migration-templates/
- https://www.coder.work/article/1097309
- https://stackoverflow.com/questions/13694654/specifying-column-name-in-a-references-migration