dry-bot on master
[devtools] sync (compare)
flash-gordon on master
Update CHANGELOG (compare)
flash-gordon on params-string
flash-gordon on master
Add params.string (closes #403)… Merge pull request #412 from dr… (compare)
flash-gordon on params-string
Add params.string (closes #403)… (compare)
dry-bot on master
[devtools] sync (compare)
flash-gordon on master
Update changelog.yml (compare)
timriley on rich-component-dirs-config
Make load_component easier to u… (compare)
dry-bot on master
[devtools] sync (compare)
# tell the I18n library where to find your translations
I18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.{rb,yml}')]
# set default locale to something other than :en
I18n.default_locale = :en
Dry::Validation::Schema::Form.configure do |config|
config.messages = :yaml
config.messages_file = "#{Rails.root}/config/locales/en/dry-v-custom-messages.yml"
end