page_title_helper:Rails的简单,国际化和DRY页面标题和标题

时间:2024-05-29 23:12:10
【文件属性】:

文件名称:page_title_helper:Rails的简单,国际化和DRY页面标题和标题

文件大小:18KB

文件格式:ZIP

更新时间:2024-05-29 23:12:10

Ruby

页面标题助手 该项目遵循。 这颗宝石有什么作用? 有没有想过是否有一种更简单,更简单的方法来设置页面标题(和/或标题),引入页面标题助手,这是Rails的一个小视图助手,可以使控制器和动作的标题发生变化。 在您的布局中,将其添加到您的<head> : < title > < %= page_title % > </ title > 就是这样。 现在,只需在config/locales/en.yml添加翻译: en : contacts : index : title : " Contacts " 当请求/contacts/ ,将查找并打印键:en, :contacts, :index, :title以及应用程序的基本名称,例如: Contacts - My cool App 。 格式等当然是可配置的,只需直接转到选项即可。 安装 作为宝石(来自ruby


【文件预览】:
page_title_helper-main
----.gitignore(46B)
----README.md(7KB)
----.rubocop.yml(551B)
----gemfiles()
--------Gemfile.rails-6.0(109B)
--------Gemfile.rails-6.1(107B)
--------Gemfile.rails-5.2(109B)
----CHANGELOG.md(2KB)
----.github()
--------workflows()
----test()
--------en.yml(414B)
--------page_title_helper_test.rb(6KB)
--------en_wohaapp.yml(199B)
--------multiple_formats_test.rb(3KB)
--------test_helper.rb(986B)
----Gemfile(70B)
----LICENSE(1KB)
----page_title_helper.gemspec(1KB)
----CODE_OF_CONDUCT.md(3KB)
----lib()
--------page_title_helper()
--------page_title_helper.rb(3KB)
----.rubocop_todo.yml(2KB)
----Rakefile(337B)

网友评论