Handling Title Tags in Rails
Handling title tags in rails has always been difficult and not very DRY. Until now. title_tag is a new plugin that attempts to make this very easy, and easy to modify! Read The Full Article
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Handling title tags in rails has always been difficult and not very DRY. Until now. title_tag is a new plugin that attempts to make this very easy, and easy to modify! Read The Full Article
Comments
Here’s my preferred plugin for controlling title and h1 tags:
http://github.com/DefV/title_helper/
that’s an interesting way of tackling the idea
I’ve always had this solution kicking around, named Easy Titles, cause I’m awful with naming things
Post a comment