Skip to content
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

Update Rails to latest version and add bootsnap gem #116

Merged
merged 1 commit into from
Sep 4, 2018

Conversation

maciej-szlosarczyk
Copy link
Contributor

Bootsnap is included by default in Rails 5.2, requires no
configuration and claims to enable faster boot times.
After the upgrade, there were some tests failing due to how locale
fallback was setup. I changed true to one element array and it seems
to be working properly.

Bootsnap is included by default in Rails 5.2, requires no
configuration and claims to enable faster boot times.
After the upgrade, there were some tests failing due to how locale
fallback was setup. I changed `true` to one element array and it seems
to be working properly.
@vohmar vohmar merged commit ca02070 into master Sep 4, 2018
@vohmar vohmar deleted the upgrade-rails-to-521 branch September 7, 2018 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants