hensei-api/app/models
Justin Edmund 4d3c1a800b
Update config files (#189)
* Update weapon series migration

This update fixes MigrateWeaponSeries from 20250218 such that it can be run on an empty database without throwing errors.

* Update .gitignore

Hide backups and logs directories, since we’ll be storing these in the project folder. Also hide mise’s .local directory.

* Change NewRelic log directory

Moved from log/ to logs/

* Add rake task for backing up/restoring prod db

* Rubocop fixes

* Fix error where :preview_state didn’t have an attribute

* Add supervisord ini

This uses my local paths, so we should try to abstract that away later.

* Ignore mise.toml
2025-02-27 23:13:57 -08:00
..
concerns Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
app_update.rb
application_record.rb
awakening.rb Jedmund/fix image embeds 4 (#177) 2025-02-09 22:50:18 -08:00
character.rb Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
data_version.rb Create pipeline for importing data via PRs (#148) 2025-01-13 05:33:04 -08:00
favorite.rb
gacha.rb
grid_character.rb Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
grid_summon.rb Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
grid_weapon.rb Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
guidebook.rb
job.rb Fix filters and add processors (#181) 2025-02-17 23:51:50 -08:00
job_accessory.rb
job_skill.rb
party.rb Update config files (#189) 2025-02-27 23:13:57 -08:00
raid.rb
raid_group.rb
summon.rb Don't index on nicknames for now (#139) 2023-12-26 14:03:29 -08:00
user.rb
weapon.rb Fix filters and add processors (#181) 2025-02-17 23:51:50 -08:00
weapon_awakening.rb Jedmund/fix image embeds 4 (#177) 2025-02-09 22:50:18 -08:00
weapon_key.rb