-
Notifications
You must be signed in to change notification settings - Fork 140
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
A Big Fan of Your Continued Excellence #616
Comments
@tshedor great to hear from you, hope you've been well! Curious about more details here - what was your process to do the upgrade? Did you upgrade to Fae 3? Delete the lock file -> set the Fae version in the Gemfile -> bundle install -> that's it? |
@jasonfine If we're being scientific, the process hewed closer to this:
Ok so maybe I romanticized the experience |
Thanks for the update @tshedor, glad to hear the process didn't drive you to over consumption of KC Teas :) |
@jasonfine I return to you with another hiccup. I got this error |
Also wow KC Teas, what a shout |
@jasonfine Hey it's me again. Hit another "didn't see that coming." The |
Recently I had to update an app. And not just the app - it was everything you never want to upgrade. Every muscle in my body contracted in anticipation of BREAKING CHANGE
CHANGELOG.md
notes. I awaited a stack failure onbundle exec rails s
. This would be no small upgrade.The ruby version was in the high 2s. Who knows what dragons await on the major side of that number. My heart was pounding twice per keystroke. Three point one dot six. There was certain calamity to come in the far reaches of Gemfile.lock. In a cold sweat, I typed
gem 'rails'
..........'~> 7.0.2'. Two major versions. This was foolish. I questioned my life's choices.Yet none of this mattered if Fae wasn't ready. A delete keystroke swiped. Gone was the version lock. Fae could install whatever version it wanted. Oh dear. I yelled to my secretary to clear the calendar. "The whole afternoon?" "The entire week!" The rest of my life was destined for endless StackOverflow
/opt/var/usr/local/homebrew/log.log
queries.$ bundle
.Green ASCII colors? It couldn't be. It was. The clouds parted. In tepid glee, the terminal accepted
$ bundle exec rails s
and started! On port 3000! Beautiful port 3000! Blessed day. Blessed weekend. Blessed maintainers that made my path clear.A decade later, you're still making this work on Rails and major Ruby upgrades. To those who continue to maintain and update Fae, I salute you. @jasonfine @jamesmk
The text was updated successfully, but these errors were encountered: