summaryrefslogtreecommitdiffstats
path: root/app/models/application_record.rb
AgeCommit message (Expand)Author
2024-04-29Prevent accidental serialization of `Account` and `User` records (#30079)Claire
2023-09-22Fix ActiveRecord using two connection pools when no replica is defined (#27061)Claire
2023-08-08Change `DB_REPLICA_*` environment variables to `REPLICA_DB_*` (#26386)Claire
2023-08-03Rename “read” database to “replica” for consistency (#26326)Claire
2023-07-21Fix replica being used even if not explicitly defined (#26074)Claire
2023-07-17Fix not actually connecting to the configured replica (#25977)Eugen Rochko
2019-10-01Fix records not being indexed sometimes (#12024)Eugen Rochko
2019-08-05Change admin UI for hashtags and add back whitelisted trends (#11490)Eugen Rochko
2018-03-26Validate HTTP response length while receiving (#6891)Akihiko Odaki
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-08-17Upgrade to Rails 5.0.0.1Eugen Rochko