.. |
20240413152553_create_users.rb
|
Enable frozen_string_literal cop
|
2024-05-26 11:45:10 +01:00 |
20240414122652_add_verified_to_user.rb
|
Enable frozen_string_literal cop
|
2024-05-26 11:45:10 +01:00 |
20240526084840_create_game_systems.rb
|
Enable frozen_string_literal cop
|
2024-05-26 11:45:10 +01:00 |
20240526085315_create_user_roles.rb
|
Enable frozen_string_literal cop
|
2024-05-26 11:45:10 +01:00 |
20240526102908_add_unique_index_to_game_system_name.rb
|
Enable frozen_string_literal cop
|
2024-05-26 11:45:10 +01:00 |
20240528103921_create_tables.rb
|
Add table model
|
2024-05-28 12:08:19 +01:00 |
20240528192517_add_uuid_to_tables.rb
|
Generate table slug and UUID
|
2024-05-28 20:40:51 +01:00 |
20240529074949_create_players.rb
|
Add Player model
|
2024-05-29 09:09:58 +01:00 |
20240529122012_create_table_invites.rb
|
Add table invites
|
2024-05-29 15:24:18 +01:00 |
20240530071705_create_solid_queue_tables.solid_queue.rb
|
Add Solid Queue
|
2024-05-30 08:20:05 +01:00 |
20240530071706_add_missing_index_to_blocked_executions.solid_queue.rb
|
Add Solid Queue
|
2024-05-30 08:20:05 +01:00 |
20240530071707_create_recurring_executions.solid_queue.rb
|
Add Solid Queue
|
2024-05-30 08:20:05 +01:00 |
20240530073851_create_active_storage_tables.active_storage.rb
|
Add Action Text
|
2024-05-30 08:40:36 +01:00 |
20240530073852_create_action_text_tables.action_text.rb
|
Add Action Text
|
2024-05-30 08:40:36 +01:00 |
20240605132327_add_password_reset_last_sent_at_to_user.rb
|
Ensure users can’t be spammed with password resets
|
2024-06-05 14:35:04 +01:00 |
20240605143732_create_characters.rb
|
Add Character model
|
2024-06-05 16:00:02 +01:00 |
20240605175553_create_character_sheet_sections.rb
|
Add CharacterSheetSection model
|
2024-06-05 19:45:45 +01:00 |
20240607091417_create_stats.rb
|
Can add new stats
|
2024-06-07 16:59:49 +01:00 |
20240612145451_create_counters.rb
|
Add counters
|
2024-06-12 16:17:27 +01:00 |
20240613072942_create_dice_rolls.rb
|
Add DiceRoll model
|
2024-06-13 08:41:45 +01:00 |
20240614084224_create_text_fields.rb
|
Add TextField model
|
2024-06-14 09:57:13 +01:00 |
20240617112523_create_character_sheet_features.rb
|
Refactor character sheet features
|
2024-06-17 14:53:09 +01:00 |
20240617151532_rename_order_column.rb
|
Implement ordering of character sheet features
|
2024-06-17 16:36:05 +01:00 |
20240619190424_add_parts_to_dice_rolls.rb
|
Save individual die results
|
2024-06-20 08:26:33 +01:00 |
20240621091420_drop_counters.rb
|
Remove counters (just use stats)
|
2024-06-21 10:25:41 +01:00 |
20240621102903_add_min_max_to_stats.rb
|
Add min/max to stats
|
2024-06-21 12:46:12 +01:00 |
20240621141219_create_dice_roll_types.rb
|
Add multiple dice roll types to stats
|
2024-06-21 15:47:07 +01:00 |