Rails calls I18n.translate during initialization and by default translation overrides are used. Database migrations would fail if the system tried to migrate from an old version that didn't have the `translation_overrides` table with all its columns yet. This makes restoring really old backups work again. Running `DISABLE_TRANSLATION_OVERRIDES=1 rake db:migrate` will allow you to upgrade such an old database as well. |
||
|---|---|---|
| .. | ||
| active_record_attribute_methods.rb | ||
| active_record_base.rb | ||
| ams_include_without_root.rb | ||
| better_handlebars_errors.rb | ||
| fast_pluck.rb | ||
| inflector_backport.rb | ||
| match.rb | ||
| open_uri_redirections.rb | ||
| performance_fixes.rb | ||
| pluck_first.rb | ||
| postgresql_adapter.rb | ||
| rack_patches.rb | ||
| rails4.rb | ||
| raw_handlebars.rb | ||
| reaper.rb | ||
| regexp.rb | ||
| safe_buffer.rb | ||
| safe_migrations.rb | ||
| schema_cache_concurrency.rb | ||
| schema_migration_details.rb | ||
| sprockets_patches.rb | ||
| translate_accelerator.rb | ||
| zeitwerk.rb | ||