Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

「参考書籍一覧」を非Vue化した #8055

Merged
merged 8 commits into from
Nov 15, 2024

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    8438a1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56407ec View commit details
    Browse the repository at this point in the history
  3. 参考書籍の絞り込み機能使用時、URLのパラメータにauthenticity_tokenが含まれてしまう不具合を修正

    ・絞り込み機能使用時にサーバーに送信されるのはGETリクエストのみであり、authenticity_tokenがパラメータに含まれるのは不自然であるため、調査のうえ修正した。
    
    参考:https://railsguides.jp/form_helpers.html#%E5%9F%BA%E6%9C%AC%E7%9A%84%E3%81%AA%E3%83%95%E3%82%A9%E3%83%BC%E3%83%A0%E3%82%92%E4%BD%9C%E6%88%90%E3%81%99%E3%82%8B
    ham-cap committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9d388e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5741156 View commit details
    Browse the repository at this point in the history
  5. if文の条件式の書き方を変更

    ・管理者かメンターであることを確認するメソッドがconcernsにあるため、そちらを使用するように変更した。
    ham-cap committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a51d9fd View commit details
    Browse the repository at this point in the history
  6. 不要なdivを削除した

    ham-cap committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7584f78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24dd050 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. インデントを調整

    ham-cap committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0d87637 View commit details
    Browse the repository at this point in the history