We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 tickle:units --trace ** Invoke tickle:units (first_time) ** Execute tickle:units Loading Rails.. Running unit tests using 3 processes rake aborted! undefined method recreate_database' for #<ActiveRecord::ConnectionAdapters::SQLite3Adapter:0x2b31d55cd140> vendor/plugins/tickle/tasks/../lib/tickle.rb:65:inrecreate_db' vendor/plugins/tickle/tasks/../lib/tickle.rb:49:in prepare_databse' vendor/plugins/tickle/tasks/../lib/tickle.rb:31:infork_tests' vendor/plugins/tickle/tasks/../lib/tickle.rb:21:in run_tests' vendor/plugins/tickle/tasks/tickle_tasks.rake:27 /local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:incall'
recreate_database' for #<ActiveRecord::ConnectionAdapters::SQLite3Adapter:0x2b31d55cd140> vendor/plugins/tickle/tasks/../lib/tickle.rb:65:in
prepare_databse' vendor/plugins/tickle/tasks/../lib/tickle.rb:31:in
run_tests' vendor/plugins/tickle/tasks/tickle_tasks.rake:27 /local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$ rake tickle:units --trace
** Invoke tickle:units (first_time)
** Execute tickle:units
Loading Rails..
Running unit tests using 3 processes
rake aborted!
undefined method
recreate_database' for #<ActiveRecord::ConnectionAdapters::SQLite3Adapter:0x2b31d55cd140> vendor/plugins/tickle/tasks/../lib/tickle.rb:65:in
recreate_db'vendor/plugins/tickle/tasks/../lib/tickle.rb:49:in
prepare_databse' vendor/plugins/tickle/tasks/../lib/tickle.rb:31:in
fork_tests'vendor/plugins/tickle/tasks/../lib/tickle.rb:21:in
run_tests' vendor/plugins/tickle/tasks/tickle_tasks.rake:27 /local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in
call'The text was updated successfully, but these errors were encountered: