Commit Graph
22 Commits
Author SHA1 Message Date
Muhammed Kılıç b8198d17b7 Fix accounts title and i18n variable name (#333) 2024-02-06 13:50:11 -06:00
Josh Pigford 774c1518e8 i18n spelling fix 2024-02-06 12:08:40 -06:00
Ricardo Siqueira de Oliveira Leite c8a659694d Start I18n Internationalization setup (#276)
* start internationalization_setup

* add passwords views translations

* add account views translations

* fix translations

* temporary disable i18n used key
2024-02-06 11:58:17 -06:00
Nidhi SarvaiyaandZach Gollwitzer 1182ab39bd Integrate money-rails gem (#268)
* Integrate money-rails gem

* Fix Lint issues

* Basic test for monetize feature

* Merge main branch

* Changes to monetize balance field

---------

Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
2024-02-06 12:30:51 -05:00
Rob Zolkos d4751053f3 Fix database config for non-devcontainer environments (#318)
Back in this [commit](https://github.com/maybe-finance/maybe/commit/5f50ea3f02bfc1797816e3c679065c611fc61347#diff-5a674c769541a71f2471a45c0e9dde911b4455344e3131bddc5a363701ba6325R22-R23) I added a default postgres user and password.

Often this is not the user and password that is used in non-devcontainer environments.

This commit uses environment variables that are set in the devcontainer to set the user and password in the database.yml file.

If the environment variables are not set, it falls back to the default user and password on the users system.
2024-02-05 22:17:50 -06:00
Edrick Leong 622fc07a76 feat: add settings page (#274)
* feat: add settings page

* feat: add updating family name

* fix: formatting

* refactor: update to use Rails label helper
2024-02-05 08:19:23 -06:00
Josh Pigford 0f886c6fd5 Possible fix for SMTP errors 2024-02-03 17:59:34 -06:00
Josh Pigford bf0d19e5fd Convert to boolean 2024-02-03 17:52:30 -06:00
Josh Pigford 936ae9f610 App domain for mailers 2024-02-03 17:44:08 -06:00
Josh Pigford add4002550 Initial email settings (#286)
* Initial email settings

* Fixed linter errors

* Added email instructions
2024-02-03 17:28:38 -06:00
Rob Zolkos a2b96db75d Remove styling configuration for account types out (#284)
* Remve styling configuration for account types out

* No need to tailwind config for models
2024-02-03 14:38:52 -06:00
Jose Farias c5192ee424 Centralize auth messages (#269)
* Add i18n-tasks

* Add auth-related i18n

* Centralize auth messages

* Remove safe navigation

* Revert "Remove safe navigation"

This reverts commit 56b5e01e5e0ab9f54a9a5d9f5559e29897d239a4.

* Remove newline in Gemfile
2024-02-03 14:17:49 -06:00
Rob Zolkos 48ade396ca Fix account creation 2024-02-03 02:50:09 +00:00
Josh Pigford 02454c7d38 Update credentials.yml.enc 2024-02-02 16:12:04 -06:00
Josh Pigford fed010e202 Credit start 2024-02-02 15:31:32 -06:00
Rob Zolkos 9aa9f99810 Fix account param safety 2024-02-02 16:56:07 +00:00
Josh Pigford 253ae29da0 Merge pull request #247 from robzolkos/add-devcontainer
Add basic devcontainer
2024-02-02 10:39:26 -06:00
Josh Pigford 55c352e8ef Merge branch 'main' of https://github.com/maybe-finance/maybe 2024-02-02 10:39:17 -06:00
Josh Pigford 3bf7b47040 New bank addition (mostly hashing out STI bits)
Messy and gross. Will get cleaned up in the next couple of commits.
2024-02-02 10:39:16 -06:00
Rob Zolkos 5f50ea3f02 Add basic devcontainer 2024-02-02 16:30:10 +00:00
Rob Zolkos 1cc9550c80 Lint files to rubocop omakase standards
root ➜ /workspace (fix-rubocop-issues) $ rubocop
Inspecting 54 files
......................................................

54 files inspected, no offenses detected
2024-02-02 16:07:29 +00:00
Josh Pigford 99de24ac70 Initial commit 2024-02-02 09:05:04 -06:00