evazion
|
a7dc05ce63
|
Enable frozen string literals.
Make all string literals immutable by default.
|
2021-12-14 21:33:27 -06:00 |
|
evazion
|
00ca7526bb
|
docs: add remaining docs for classes in app/logical.
|
2021-06-24 01:31:41 -05:00 |
|
evazion
|
309821bf73
|
rubocop: fix various style issues.
|
2019-12-22 21:23:37 -06:00 |
|
evazion
|
06078ef172
|
danbooru_default_config.rb: remove unused config params.
|
2019-12-06 01:33:52 -06:00 |
|
evazion
|
f40e50d915
|
sqs_service.rb: fix exception when related tags sqs not configured.
Fixes this exception when Danbooru.config.aws_sqs_enabled? is true but
Danborou.config.aws_sqs_reltagcalc_url is not configured:
ArgumentError exception raised
missing required parameter params[:queue_url]
app/logical/sqs_service.rb:11:in `send_message'
app/models/tag.rb:674:in `update_related_if_outdated'
app/models/tag.rb:698:in `related_tag_array'
app/presenters/post_set_presenters/post.rb:49:in `related_tags_for_single'
app/presenters/post_set_presenters/post.rb:19:in `related_tags'
app/presenters/post_set_presenters/post.rb:8:in `initialize'
app/logical/post_sets/post.rb:181:in `new'
app/logical/post_sets/post.rb:181:in `presenter'
app/views/posts/index.html.erb:14:in `_app_views_posts_index_html_erb___3235672853362939702_47243208308540'
app/controllers/posts_controller.rb:16:in `index'
|
2017-03-23 03:20:33 -05:00 |
|
r888888888
|
d5fa4b46e3
|
* refactor aws config options
* fix aws calls in savedsearch
* remove unused scripts
|
2015-12-28 12:26:20 -08:00 |
|