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

ver 3.2.4 no rake task #546

Closed
kntmrkm opened this issue May 25, 2014 · 2 comments
Closed

ver 3.2.4 no rake task #546

kntmrkm opened this issue May 25, 2014 · 2 comments
Labels

Comments

@kntmrkm
Copy link

kntmrkm commented May 25, 2014

hello.

I tried use version3.2.4.

but, there are no rake tasks.

but, use version 3.2.3 .
I can use rake acts_as_taggable_on_engine:install:migrations, but when use 3.2.4 can't use rake task.

rake about                                          # List versions of all Rails frameworks and the environment
rake acts_as_taggable_on_engine:install:migrations  # Copy migrations from acts_as_taggable_on_engine to application
rake assets:clean[keep]                             # Remove old compiled assets
rake assets:clobber                                 # Remove compiled assets
rake assets:environment                             # Load asset compile environment
rake assets:precompile                              # Compile all the assets named in config.assets.precompile
rake cache_digests:dependencies                     # Lookup first-level dependencies for TEMPLATE (like messages/show or comments/_comment.html)
rake cache_digests:nested_dependencies              # Lookup nested dependencies for TEMPLATE (like messages/show or comments/_comment.html)
rake db:create                                      # Creates the database from DATABASE_URL or config/database.yml for the current RAILS_ENV (use db:create:all to create all databases in the config)
rake db:drop                                        # Drops the database from DATABASE_URL or config/database.yml for the current RAILS_ENV (use db:drop:all to drop all databases in the config)
rake db:fixtures:load                               # Load fixtures into the current environment's database
rake db:migrate                                     # Migrate the database (options: VERSION=x, VERBOSE=false, SCOPE=blog)
rake db:migrate:status                              # Display status of migrations
・・・・
@seuros
Copy link
Collaborator

seuros commented May 25, 2014

Thank for reporting this. I will look into it.

@seuros seuros added the bug label May 25, 2014
@seuros seuros closed this as completed in 09828c0 May 25, 2014
@seuros
Copy link
Collaborator

seuros commented May 25, 2014

bundle update

tekniklr pushed a commit to tekniklr/acts-as-taggable-on that referenced this issue Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants