smart_titles:在Rails应用程序中设置页面标题的真正便捷方法

时间:2024-05-30 07:57:48
【文件属性】:

文件名称:smart_titles:在Rails应用程序中设置页面标题的真正便捷方法

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-30 07:57:48

Ruby

Rails的智能标题 提供了在Rails应用程序中设置页面标题的便捷方法。 要指定页面标题,只需将以下行添加到视图中: <%= title "Smart Title" %> 这将设置浏览器窗口的页面标题,并在

标记中返回该标题。 如果您不想在页面内显示它,只需删除一个等号: <% title "Title for a browser window" %>

Different title for the page

gem使用。 它适用于Rails 3.1及更高版本。 安装 将此行添加到您的Gemfile中: gem 'smart_titles', '~> 0.3.0' 并运行: bundle install 一体化 在布局的<title>标记内插入head_title : <title><%= head_title "Default title" %></


【文件预览】:
smart_titles-master
----.gitignore(761B)
----smart_titles.gemspec(727B)
----test()
--------test_helper.rb(310B)
--------smart_titles()
----Gemfile(122B)
----License.txt(1KB)
----Readme.md(4KB)
----Gemfile.lock(1KB)
----lib()
--------smart_titles.rb(80B)
--------smart_titles()
----Rakefile(210B)

网友评论