about summary refs log tree commit diff
path: root/config/boot.rb
AgeCommit message (Collapse)Author
2021-09-19Bump bootsnap from 1.6.0 to 1.8.1 (#16677)dependabot[bot]
* Bump bootsnap from 1.6.0 to 1.8.1 Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.6.0 to 1.8.1. - [Release notes](https://github.com/Shopify/bootsnap/releases) - [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.6.0...v1.8.1) --- updated-dependencies: - dependency-name: bootsnap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Remove deprecated bootsnap config options Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2020-12-20Add clean error message when RAILS_ENV is unset (#15381)ThibG
By default, an unset RAILS_ENV is understood as RAILS_ENV=development. However, this is not what most people expect, and due to development-only dependencies, users are often left with confusing error messages. This commit changes it so that an explicit RAILS_ENV is required, and failing that, an error message is displayed before loading the app. Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2018-12-13Fix bootsnap cache directory being declared relatively (#9511)Eugen Rochko
Resolve #9490
2018-10-04Lint pass (#8876)aus-social
2018-10-01Fix requirie bootsnap (#8836)abcang
2018-09-29Adjust bootsnap configuration for newer version (#8826)Eugen Rochko
2018-04-12Upgrade Rails to version 5.2.0 (#5898)Yamagishi Kazutoshi
2017-05-20Adds bootsnap. Faster boot time (#3176)Eugen Rochko
2016-08-17Upgrade to Rails 5.0.0.1Eugen Rochko
2016-02-20Initial commitEugen Rochko