細部
This commit is contained in:
@@ -71,7 +71,7 @@ class PostsController < ApplicationController
|
|||||||
post.thumbnail.attach(thumbnail)
|
post.thumbnail.attach(thumbnail)
|
||||||
if post.save
|
if post.save
|
||||||
post.resized_thumbnail!
|
post.resized_thumbnail!
|
||||||
post.tags = Tag.normalise_tags(tags_names)
|
post.tags = Tag.normalise_tags(tag_names)
|
||||||
render json: post.as_json(include: { tags: { only: [:id, :name, :category, :post_count] } }),
|
render json: post.as_json(include: { tags: { only: [:id, :name, :category, :post_count] } }),
|
||||||
status: :created
|
status: :created
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -6,3 +6,7 @@ set :output, standard: '/var/log/btrc_hub_nico_sync.log',
|
|||||||
every 1.day, at: '3:00 pm' do
|
every 1.day, at: '3:00 pm' do
|
||||||
rake 'nico:sync', environment: 'production'
|
rake 'nico:sync', environment: 'production'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
every 1.day, at: '0:00 am' do
|
||||||
|
rake 'post_similarity:calc', environment: 'production'
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user