abhaynikam / boring_generators

Boring generators aims to make your development faster by delegating boring setups to us.
https://www.boringgenerators.com/
MIT License
269 stars 25 forks source link

Update Rails version #65

Open abhaynikam opened 2 years ago

TheZero0-ctrl commented 5 months ago

@abhaynikam I would like to take this PR and conduct both manual testing and minitest. I will then address any issues that arise. Currently, the tests are failing because of compatibility issues between Ruby 2.7 and sqlite3. Perhaps we could consider modifying the template app to use pg instead of sqlite3? Let me know what do you think of this.

abhaynikam commented 5 months ago

@TheZero0-ctrl I am rethinking the generator test cases right now. I want to get rid of it and use minimal setup approach. I will try that over the weekend. Thanks :)