1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-11 00:52:29 +01:00
Sylvain b4e53d2039 (db) table to save OpenID connect configuration
Also refactored OAuth2Mapping to allow usage with any types of providers
2022-05-04 12:16:38 +02:00
..
2021-06-28 09:50:37 +02:00
2016-03-23 18:39:41 +01:00
2021-01-04 16:26:52 +01:00
2016-06-29 11:23:21 +02:00
2022-01-18 15:34:21 +01:00
2016-04-07 17:46:23 +02:00
2016-11-28 11:00:01 +01:00
2016-11-28 11:00:01 +01:00
2019-05-29 10:58:45 +02:00
2021-12-21 14:18:03 +01:00
2021-06-14 16:07:16 +02:00
2017-02-13 14:38:28 +01:00
2021-06-14 16:07:16 +02:00
2021-06-14 16:07:16 +02:00

Test fixtures

Fixtures are test data. Every time a new test is run, the database is filled with these data.

You can create fixtures manually or using the following task, to dump your current table/database to the YAML fixture files:

rails db:to_fixtures[table]

The parameter table is optional. If not specified, the whole database will be dumped.