mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.96k stars 1.2k forks source link

readme post migrations #981

Open azeemh opened 4 years ago

azeemh commented 4 years ago

rake is replaced with rails in latest versions, so maybe add a note in new readme. it works fine with rails.

azeem@ubuntu:~/alphazed$ rake acts_as_taggable_on_engine:install:migrations
rake aborted!
Gem::LoadError: You have already activated rake 12.3.2, but your Gemfile requires rake 12.3.1. Prepending `bundle exec` to your command may solve this.
/home/azeem/alphazed/config/boot.rb:3:in `<top (required)>'
/home/azeem/alphazed/config/application.rb:1:in `require_relative'
/home/azeem/alphazed/config/application.rb:1:in `<top (required)>'
/home/azeem/alphazed/Rakefile:4:in `require_relative'
/home/azeem/alphazed/Rakefile:4:in `<top (required)>'
(See full trace by running task with --trace)
azeem@ubuntu:~/alphazed$ rails acts_as_taggable_on_engine:install:migrations
Copied migration 20191220200415_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb from acts_as_taggable_on_engine
Copied migration 20191220200416_add_missing_unique_indices.acts_as_taggable_on_engine.rb from acts_as_taggable_on_engine
Copied migration 20191220200417_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb from acts_as_taggable_on_engine
Copied migration 20191220200418_add_missing_taggable_index.acts_as_taggable_on_engine.rb from acts_as_taggable_on_engine
Copied migration 20191220200419_change_collation_for_tag_names.acts_as_taggable_on_engine.rb from acts_as_taggable_on_engine
Copied migration 20191220200420_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb from acts_as_taggable_on_engine