Потрібно визнати, що для новачків рейок та баз даних офіційне пояснення на rubyonrails.org робить усі ці чотири завдання абсолютно однаковими. Цитата:
rake db:test:clone Recreate the test database from
the current environment’s database schema
rake db:test:clone_structure Recreate the test database from the
development structure
rake db:test:load Recreate the test database from the current schema.rb
rake db:test:prepare Check for pending migrations and load the test schema
Навіть не знаю різниці між структурою та схемою. І яка різниця між завантаженням схеми поточного середовища та просто завантаженням schema.rb?
Наскільки схожі (або різні) ці завдання?