gutentag
A good, simple, solid tagging extension for ActiveRecord.
File Explorer
Download Latest Version (.zip)- ci.yml
- tag.rb
- tagging.rb
- test
- 1_gutentag_tables.rb
- 2_gutentag_cache_counter.rb
- 3_no_null_counters.rb
- class_methods.rb
- instance_methods.rb
- migration_versions_generator.rb
- id_query.rb
- name_query.rb
- query.rb
- active_record.rb
- change_state.rb
- engine.rb
- persistence.rb
- remove_unused.rb
- tag_names.rb
- tag_validations.rb
- tagged_with.rb
- gutentag.rb
- dirty_state_spec.rb
- removing_unused_spec.rb
- tag_names_for_scope_spec.rb
- tag_names_spec.rb
- tags_spec.rb
- active_record_spec.rb
- article.rb
- comment.rb
- thinkpiece.rb
- database.yml
- schema.rb
- .gitignore
- tag_spec.rb
- tagging_spec.rb
- adjust_migrations.rb
- gutentag_spec.rb
- spec_helper.rb
- .gitignore
- .rubocop.yml
- Appraisals
- CHANGELOG.md
- Gemfile
- gutentag.gemspec
- LICENCE
- Procfile.support
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/pat/gutentag
Downloads the entire project code from GitHub to your computer.
cd gutentag
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle exec rake gutentag:install:migrations
Type this command into your terminal and run it.
bundle exec rails generate gutentag:migration_versions
Type this command into your terminal and run it.
bundle exec rake db:migrate
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
