You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
・・・・
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: