-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to SQLite3, Upgrade Ruby and Rails, Remove Unused Gems, and Add Fly.io Deployment Configuration #89
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
almost perfect
@iseth, I have removed the ".tool-versions" file and fixed the comment in the Gemfile. All other issues you mentioned were generated by the fly.io CLI, and I believe they are recommended by Yarn. Let me know if you need anything else! |
I dig too deep into this but i think its definetly coming from https://github.com/fly-apps/dockerfile-rails/blob/2711cf5aab3716c3dafd1c08307ee62107a45dda/lib/generators/templates/_npm_install.erb |
@iseth, I have removed .yarn/* and .yarnrc and added them to .gitignore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome!
New server: https://rbui.fly.dev
This PR includes the following updates and changes:
Database Switch:
Version Upgrades:
Asset Pipeline Update:
Removed Unused Gems:
stripe
letter_opener
(development group)postmark-rails
(used in production)octokit
(version ~> 5.0)faraday-retry
(version ~> 2.0) - used for API calls failing in theoctokit
gemrack-www
- used to redirect www to non-www subdomainrollbar
Deployment Configuration:
These changes streamline the project dependencies, simplify development, and prepare the application for deployment on Fly.io.