Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
2,677 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 41 commits in 4 repositories
Created a pull request in rails/rails that received 2 comments
Change default queue name of all the internal jobs to be the job adapter's default
config.active_storage.queues.analysis:
From :active_storage_analysis to nil.
config.active_storage.queues.purge:
From :active_storage_purge to nil.
c…
Reviewed 12 pull requests in 4 repositories
rails/rails 9 pull requests
- Allow configuration of the digest class used in the key generator
- Fix strict loading on validations
- Allow false as check_box unchecked value
- Inflection support default_locale and fallbacks
- Better handling of negative elements in enum
- `allow_nil` should work for casted value in `NumericalityValidator`
- Only execute route reloads once on boot for development environment
- Add benchmark method that can be called from anywhere
- check yarn version and run correct install command for yarn 2