Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はRubyにかなり慣れていないので、各ページに現在の日付を形式(1月1日月曜日)で表示できるようにしたいと考えています。また、どのファイルを編集する必要がありますか?
助けてくれてありがとう
次のコードを使用して、レイアウトファイル(/app/views/layouts/application.html.erb)に要素を追加するだけです。
<%= Date.today.strftime("%A %-d %B") %>