rubic0n
28beb28a78
Upgrade to Rails 6
...
- Added listen gem because rails app:update failed without it
- Removes nsa gem because it requires activesupport < 6
Oddly, there's a newer version per GitHub that's not on RubyGems
that raises the requirement to < 7. But, we need a new release
before we can use that.
- Upgrade rails-i18n to v6, for Rails 6 compatibility
- Remove redis-rails since it requires Rails < 6, but we can just use
the regular Rails :redis_cache_store that was introduced in 5.2.
- Run `rails app:update`
- Had to weed through the `config/environments` changes to pick up
newly added settings, while not losing settings that were
intentionally configured
- This generated config/initializers/new_framework_defaults_6_0.rb.
The goal is to uncomment all of the settings in that file. Once
they're all uncommented, delete the file and edit
config/application.rb's load_defaults to be 6.0.
- force_ssl controller method is deprecated in favor of a Rails
config setting.
- bin/setup was generated by Rails
- Verbose query logging in development is really helpful. It shows
you what line of code caused a query to execute.
- Calling establish_connection after worker boot isn't necessary
with ActiveRecord anymore. ActiveRecord handles it gracefully.
- Rails generated a migration to add a foreign key for ActiveStorage.
Gab currently doesn't use ActiveStorage, and instead uses Paperclip
(since ActiveStorage didn't exist when Mastadon started). So, this
change isn't relevant to Gab.
- Added ` || ''` in the profiles controller, because I was unable
to save a change to a newly created profile. (This probably
explains the 500 error I received on prod Gab recently.)
2021-01-23 09:01:31 -06:00
..
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-03 13:26:13 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-16 20:46:03 +03:00
2019-07-22 02:50:01 +03:00
2019-07-22 02:50:01 +03:00
2019-07-22 03:46:00 +03:00
2019-07-22 03:46:00 +03:00
2019-08-04 15:24:37 +03:00
2019-09-04 00:14:50 +03:00
2019-09-17 17:21:45 +03:00
2019-09-17 17:21:45 +03:00
2020-01-16 18:24:10 -05:00
2020-01-16 18:24:10 -05:00
2020-01-16 18:24:10 -05:00
2020-01-16 18:25:25 -05:00
2020-03-10 17:44:32 -05:00
2020-03-10 17:44:32 -05:00
2020-04-22 01:00:11 -04:00
2020-04-30 12:34:13 -04:00
2020-05-11 23:34:18 -04:00
2020-07-07 17:25:47 -05:00
2020-07-07 17:25:47 -05:00
2020-07-07 17:25:47 -05:00
2020-07-10 13:45:25 +00:00
2020-07-21 22:17:20 -05:00
2020-07-24 18:48:31 -05:00
2020-07-24 21:44:37 -05:00
2020-08-05 23:01:15 -05:00
2020-08-05 23:01:37 -05:00
2020-08-05 23:15:38 -05:00
2020-08-06 00:24:12 -05:00
2020-12-12 16:46:53 -08:00
2020-08-06 23:19:34 -05:00
2020-08-06 23:19:34 -05:00
2020-08-08 13:08:48 -05:00
2020-08-08 13:08:48 -05:00
2020-09-02 17:56:16 -05:00
2020-09-10 17:12:43 -05:00
2020-09-10 17:12:43 -05:00
2020-09-10 17:12:43 -05:00
2020-12-02 23:22:51 -05:00
2020-12-02 23:22:51 -05:00
2020-12-02 23:22:51 -05:00
2020-12-02 23:22:51 -05:00
2020-12-02 23:22:51 -05:00
2020-12-02 23:22:51 -05:00
2020-12-03 17:13:11 -05:00
2020-12-03 17:13:11 -05:00
2020-12-03 17:13:11 -05:00
2020-12-03 17:13:11 -05:00
2020-12-22 20:07:30 +00:00
2020-12-03 17:13:11 -05:00
2020-12-08 23:19:10 -05:00
2020-12-15 19:31:30 -05:00
2020-12-15 19:31:30 -05:00
2020-12-15 19:31:30 -05:00
2020-12-15 19:31:30 -05:00
2020-12-15 19:31:30 -05:00
2020-12-15 19:31:30 -05:00
2020-12-16 02:39:07 -05:00
2020-12-16 02:39:07 -05:00
2020-12-17 01:34:00 -05:00
2020-12-17 23:46:37 -05:00
2020-12-22 01:36:38 -05:00
2021-01-02 23:12:32 -05:00
2021-01-03 15:02:40 -05:00
2021-01-08 12:36:49 -05:00
2021-01-17 11:13:39 -05:00
2021-01-17 12:51:15 -05:00
2021-01-17 21:26:56 -05:00
2021-01-23 09:01:31 -06:00