Logo
Explore Help
Register Sign In
mirrors/mastodon
1
0
Fork 0
You've already forked mastodon
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-13 13:37:07 +01:00
Code Issues Projects Releases Wiki Activity
mastodon/config/environment.rb

10 lines
232 B
Ruby
Raw Normal View History

Enable Rubocop Style/FrozenStringLiteralComment (#23793)
2023-07-12 03:47:08 -04:00
# frozen_string_literal: true
Initial commit
2016-02-20 22:53:20 +01:00
# Load the Rails application.
Upgrade to Rails 5.0.0.1
2016-08-17 17:56:23 +02:00
require_relative 'application'
Initial commit
2016-02-20 22:53:20 +01:00
# Initialize the Rails application.
Rails.application.initialize!
Make PreviewCard records reuseable between statuses (#4642) * Make PreviewCard records reuseable between statuses **Warning!** Migration truncates preview_cards tablec * Allow a wider thumbnail for link preview, display it in horizontal layout (#4648) * Delete preview cards files before truncating * Rename old table instead of truncating it * Add mastodon:maintenance:remove_deprecated_preview_cards * Ignore deprecated_preview_cards in schema definition * Fix null behaviour
2017-09-01 16:20:16 +02:00
ActiveRecord::SchemaDumper.ignore_tables = ['deprecated_preview_cards']
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 217ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API