about summary refs log tree commit diff
path: root/config/boot.rb
AgeCommit message (Collapse)Author
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