evazion
953de62d70
Update dtext gem.
2019-10-31 22:23:50 -05:00
evazion
bf841dcd44
gems: update gems.
2019-10-30 23:34:52 -05:00
evazion
2821559221
gems: drop term-ansicolor gem.
2019-10-30 23:32:28 -05:00
evazion
e3dea024ae
dtext: bump version (fix case sensitivity in [expand] tags).
2019-10-28 19:59:15 -05:00
evazion
f54885b72e
css: update dtext external link icon selector.
...
DText was changed so that the .dtext-external-link class is now applied to all external links.
Previously it applied only to named links (ex: "google":[http://www.google.com ]), not bare
links (ex: http://www.google.com ).
2019-10-23 21:33:15 -05:00
evazion
8541974d19
Update gems.
2019-10-22 12:11:31 -05:00
evazion
90f32b2ae1
Update gems.
2019-10-13 19:09:06 -05:00
evazion
f3f80ff4f8
gems: bump dtext version.
2019-10-11 18:45:55 -05:00
evazion
f1d2e0b849
Update gems.
2019-10-07 22:47:19 -05:00
evazion
c17d95309a
gems: update gems.
2019-10-02 01:52:19 -05:00
evazion
3b75dbf64f
Update gems.
2019-09-27 21:28:16 -05:00
evazion
b2d0d2689b
gems: remove unused google-api-client gem.
2019-09-27 21:14:38 -05:00
evazion
f2dccf8cf1
Remove mod-only bulk revert system ( #4178 ).
...
The mass undo system added in #4178 is a replacement for the mod-only
bulk revert system.
2019-09-27 21:12:53 -05:00
evazion
dcc2c793f9
Update gems.
2019-09-22 23:44:21 -05:00
evazion
02354e83fe
tests: add autocomplete system tests.
2019-09-17 18:14:33 -05:00
evazion
6013b00fee
Update gems.
2019-09-17 00:28:41 -05:00
evazion
37e48844fd
Update gems.
2019-09-07 22:25:38 -05:00
evazion
6bbeb9621f
Update gems.
2019-09-03 22:17:18 -05:00
evazion
648ba14021
gems: add rake to gemfile.
...
Fixes issue with newrelic failing to set up rake instrumentation:
ERROR : Error while detecting rake_instrumentation:
ERROR : NameError: uninitialized constant Rake::VERSION
2019-09-01 13:10:37 -05:00
evazion
6e7b882dda
tests: skip ugoira tests if ffmpeg/mkvmerge not installed.
2019-09-01 13:10:37 -05:00
evazion
3f86a60457
Upgrade to Rails 6.0.0.
2019-08-27 18:13:30 -05:00
evazion
11912e5cfd
Update gems.
2019-08-25 20:29:32 -05:00
evazion
50df810e67
gems: drop foreman gem.
...
Foreman is unmaintained and locked to a really old version of thor,
which prevents upgrading to Rails 6.
The Procfile can still be used by manually installing Foreman with
`gem install foreman`. This is what Foreman's README recommends anyway.
2019-08-25 20:29:32 -05:00
evazion
dfe2b831a3
cache: replace memcache with redis.
...
Drop memcache. Use redis for all caching instead.
2019-08-22 23:15:34 -05:00
evazion
27a118dfc8
tests: drop timecop gem.
2019-08-18 11:24:41 -05:00
evazion
06b564cf76
Fix failure with did_you_mean in bundle install.
...
Deploying to production failed during `bundle install` because of an
incompatibility between did_you_mean-1.3.0 + ruby-2.6 + rubygems-3.0 +
bundler-2.0.
ref: `https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482565387 `
2019-08-15 01:23:10 -05:00
evazion
e29e5fe984
Fix #4131 : Upgrade to Ruby 2.6.
...
Upgrade procedure:
$ echo 2.6.3 > .ruby-version
# upgrade ruby-build to know about the latest ruby versions.
# see also: github.com/rkh/rbenv-update
$ cd ~/.rbenv/plugins/ruby-build && git pull
# install the version of ruby specified in .ruby-version.
# see also: github.com/capistrano/rbenv/issues/83
$ rbenv install --skip-existing
# update the shell to use the latest version of ruby by default.
$ rbenv global 2.6.3
# update rubygems and bundler
$ gem update --system
# update the lockfile to use the latest version of bundler
$ bundle update --bundler
2019-08-14 12:25:50 -05:00
evazion
ca2e2c92b9
artist versions: fix uninitialized constant error.
...
Error appears intermittently depending on module load order.
2019-08-13 21:30:20 -05:00
evazion
601e58d5c5
Fix exception in legacy /post/index.xml endpoint.
...
Fixes intermittent `uninitialized constant LegacyController::Builder` exceptions.
2019-08-12 19:20:33 -05:00
evazion
266259de54
gems: add pry-rails, meta_request, rack-mini-profiler.
2019-08-09 00:05:50 -05:00
evazion
50fdb9fe92
Update gems.
2019-08-08 14:00:46 -05:00
evazion
853becbcfc
circleci: try to fix the build.
2019-08-08 01:07:57 -05:00
evazion
5231371100
posts: drop img.ly source normalization.
...
There are only two posts from this site and the site itself is defunct:
* https://danbooru.donmai.us/posts/1561685
* https://danbooru.donmai.us/posts/1412508
* https://img.ly/ofxl
2019-08-07 22:11:07 -05:00
evazion
1be4ca5a98
Drop unused gems.
2019-08-07 22:11:07 -05:00
evazion
ef68d42dbe
Drop unused query tracer code + term-ansicolor gem.
2019-08-07 22:11:07 -05:00
Albert Yi
716076437e
update gems
2019-07-23 17:55:11 -07:00
Albert Yi
32b4e0a01e
update gems
2019-05-10 16:46:26 -07:00
Albert Yi
a12f6badde
add RequestStore gem, support universal only param for api endpoints ( fixes #4068 )
2019-04-17 12:00:42 -07:00
Albert Yi
26aff41738
update gems + yarn
2019-01-30 14:04:33 -08:00
Albert Yi
77b42310eb
update gems
2018-12-12 11:20:22 -08:00
Albert Yi
0508b127fd
continue refactoring savedsearch
2018-11-15 12:06:13 -08:00
Albert Yi
df02eb7951
eliminate listbooru references
2018-11-12 18:02:49 -08:00
Albert Yi
683b45c031
update dtext gem
2018-10-22 13:48:50 -07:00
Albert Yi
e87a135928
update dtext gem
2018-10-22 12:02:09 -07:00
evazion
d3c135ec72
Downloads::File#http_get_streaming: clean up retry logic.
...
Replace handrolled retry logic with retriable gem (already pulled in by another gem).
2018-09-18 09:44:15 -05:00
Albert Yi
881c76c788
update readme, remove sprockets gem
2018-08-01 15:34:15 -07:00
Albert Yi
6fa0ae2cf1
Migrate assets to use Webpacker
2018-07-27 15:24:05 -07:00
r888888888
344c46ed00
add mock recommender service for development, add user-context recommended posts
2018-07-21 14:02:57 -07:00
Albert Yi
f1ca252b3c
wip
2018-05-11 10:52:03 -07:00
Albert Yi
99012ff342
fix tests
2018-05-09 11:59:51 -07:00