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

"rake spec" does not work #2

Open
aamine opened this issue Aug 7, 2013 · 1 comment
Open

"rake spec" does not work #2

aamine opened this issue Aug 7, 2013 · 1 comment

Comments

@aamine
Copy link
Owner

aamine commented Aug 7, 2013

"rake spec" produces following error message:

% bundle exec rake spec
rake aborted!
Rake tasks not supported by 'redshift' adapter

Tasks: TOP => db:test:load => db:test:purge
(See full trace by running task with --trace)
@lorgio
Copy link

lorgio commented Nov 11, 2015

in any config/environments/*.rb file you can add

config.active_record.dump_schema_after_migration = false

essentially the rake task fails on :structure_dump

There's no tasks for redshift and it's not registered in
activerecord-4.2.4/lib/active_record/tasks/database_tasks.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants