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.
我对红宝石相当陌生,我希望能够以格式(1 月 1 日星期一)在我的每个页面上显示当前日期。另外,我必须编辑哪些文件?
谢谢你的帮助
只需使用以下代码向您的布局文件 (/app/views/layouts/application.html.erb) 添加一个元素:
<%= Date.today.strftime("%A %-d %B") %>