最近の検索
最近の検索はありません

Simon Bettison
参加日2021年10月22日
·
前回のアクティビティ2021年10月22日
フォロー中
0
フォロワー
0
合計アクティビティ
2
投票
0
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Simon Bettison
Simon Bettisonさんがコメントを作成しました:
コミュニティのコメント Feedback - Help Center (Guide)
ALTER TABLE articles ADD COLUMN ptr int;
Then add a field on edit article page that lets you point to a different article, and update render code to check it...
def render_article(id)
article = Article.find(id)
return render_article(article.ptr) if article.ptr.present?
//renders article
end
it's a hack, but it buys 8 years of good will back whilst you work on a proper solution?
*shrugs*
コメントを表示 · 投稿日時:2020年12月16日 · Simon Bettison
0
フォロワー
2
投票
0
コメント