Krzysztof Kotlarek
3f9673f23c
FIX: solution for pending migrations for bin/turbo_rspec
...
Currently, if you try to run `./bin/turbo_rspec` you will got that error `There are pending migrations, run rake parallel:migrate`
Reason for that is that command is running in `development` mode which includes plugins migration files in ActiveRecord::Migrator.migrations_paths:
```
["db/migrate",
"/home/lis2/projects/discourse/plugins/discourse-details/db/migrate",
"/home/lis2/projects/discourse/plugins/discourse-details/db/post_migrate",
"/home/lis2/projects/discourse/plugins/discourse-local-dates/db/migrate",
"/home/lis2/projects/discourse/plugins/discourse-local-dates/db/post_migrate",
...
]
```
A workaround solution would be to run the command with the TEST environment like `RAILS_ENV=test ./bin/turbo_rspec`
I want to propose in this PR to override migration_paths to check only Discourse core migrations.
2019-10-08 10:32:40 +00:00
..
2019-08-21 15:47:44 +02:00
2019-10-02 14:01:53 +10:00
2019-06-21 11:00:28 +10:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-10-03 10:19:35 -03:00
2019-02-11 12:32:04 +00:00
2019-10-02 14:54:08 +10:00
2019-10-06 23:57:03 -04:00
2019-06-20 11:30:09 +02:00
2019-05-13 09:31:32 +08:00
2019-08-07 19:10:50 +02:00
2019-10-08 13:43:54 +11:00
2019-10-03 11:43:36 -04:00
2019-09-06 07:44:12 -04:00
2019-01-21 10:12:23 +01:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-10-03 10:19:35 -03:00
2019-07-04 11:37:37 +02:00
2019-09-20 10:48:59 +01:00
2019-08-09 11:39:46 +02:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2018-10-12 17:03:47 +11:00
2019-07-02 11:22:01 +10:00
2019-05-27 16:39:56 +08:00
2019-05-13 09:31:32 +08:00
2019-10-06 20:50:07 +02:00
2019-10-04 13:20:51 -04:00
2019-10-02 14:01:53 +10:00
2019-10-04 09:47:33 +10:00
2019-10-03 10:19:35 -03:00
2019-10-08 10:32:40 +00:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-08-09 11:58:15 +03:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-06-03 12:13:32 +10:00
2019-08-13 01:13:08 +01:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-08-15 11:24:20 +01:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-05-28 11:45:12 +10:00
2019-05-13 09:31:32 +08:00
2019-08-22 08:39:10 +05:30
2019-08-20 22:09:52 +05:30
2019-10-02 14:01:53 +10:00
2019-07-25 12:46:16 -04:00
2019-05-13 09:31:32 +08:00
2019-10-07 00:33:37 -04:00
2019-05-13 09:31:32 +08:00
2018-10-15 15:01:45 -04:00
2019-05-13 09:31:32 +08:00
2019-10-02 13:00:41 +00:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-08-01 16:24:09 +08:00
2019-05-13 09:31:32 +08:00
2019-08-07 16:39:58 +05:30
2019-09-12 13:21:33 -03:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-04-29 16:41:35 +08:00
2019-05-13 09:31:32 +08:00
2019-07-18 11:55:49 +02:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:50:54 +10:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-08-27 13:17:07 +02:00
2019-05-22 17:39:44 +03:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-09-12 10:41:50 +10:00
2019-05-13 09:31:32 +08:00
2019-10-02 15:51:40 -04:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-06-27 01:45:52 +02:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-06-07 01:26:06 +02:00
2019-05-13 09:31:32 +08:00
2019-10-06 20:47:33 +02:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-08-30 10:27:52 -03:00
2019-08-27 09:09:00 -03:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-09-12 15:55:45 +01:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-05-06 16:07:49 +02:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-08-02 07:57:27 +05:30
2019-08-23 17:59:31 +10:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-05-20 13:47:20 +02:00
2019-05-13 09:31:32 +08:00
2019-07-16 12:45:15 +02:00
2019-05-31 14:49:59 +01:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-08-15 13:41:06 -04:00
2018-06-07 14:21:33 +10:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-06-27 13:26:48 +10:00
2019-10-02 14:01:53 +10:00
2019-08-29 12:41:14 +01:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-04 16:22:57 +02:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:57:36 +10:00
2019-05-13 09:31:32 +08:00
2019-10-01 20:33:09 +02:00
2019-10-01 16:51:36 -04:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00