Commit Graph

13 Commits

Author SHA1 Message Date
Anthony
25e3ee8e49 Remove redundant dotenv from Gemfile (#357)
`dotenv` is already a `dotenv-rails` dependency so there is no need to specify it manually to the `Gemfile`.
2024-02-07 10:20:22 -06:00
Rob Zolkos
969ee068fe Use latest turbo-rails release (#353)
This was using main branch but since 2.0 has been released this morning
we can revert to that rather than pre-release versions.
2024-02-07 09:07:14 -06:00
Muhammed Kılıç
2ccb52056d Add dotenv-rails gem to fix environment variable error for db setup (#334)
* Add dotenv-rails gem to fix environment variable error for db setup

* Add environment variables

* Add default database values to environment variables
2024-02-06 19:32:19 -06:00
Nidhi Sarvaiya
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
dc8751e985 Revert back to explicit Ruby version in Gemfile (#285) 2024-02-03 15:01:50 -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
e771735c68 Clean and organize gemfile (#275) 2024-02-03 10:15:37 -06:00
Josh Pigford
41eb777843 Merge pull request #249 from robzolkos/use-main-turbo
Use turbo from main branch (with new morphing bits)
2024-02-02 11:33:03 -06:00
Rob Zolkos
da24c448d3 Use latest turbo
This release packs in morphing and will be released soon.  Worth making
sure things work with this.
2024-02-02 17:14:59 +00:00
Josh Brown
9213883630 Read ruby version from file 2024-02-02 17:13:39 +00:00
Josh Brown
18c044efa3 Add Rails LSP plugin 2024-02-02 17:12:08 +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