lwe / page_title_helper

Simple, internationalized and DRY page titles and headings for Rails.
MIT License
114 stars 9 forks source link

Fix parameter issue with latest Ruby #99

Closed oliverklee closed 4 years ago

oliverklee commented 5 years ago

https://travis-ci.org/lwe/page_title_helper/jobs/591079509

ultipleFormatsTest#test_: #page_title supporting multiple formats through arrays should accept an array passed in the page_title block and use the second argument as format. :

FrozenError: can't modify frozen String: "default_static_extension"

oliverklee commented 5 years ago

I've found a blog post that might help with the first issue. https://eregon.me/blog/2019/11/10/the-delegation-challenge-of-ruby27.html

lwe commented 5 years ago

Thank you, can you fix this somehow?

oliverklee commented 4 years ago

I hope so. :-) I'll do it when I find the time.

lwe commented 4 years ago

Haha, thanks a lot @oliverklee! :)

oliverklee commented 4 years ago

This is not an issue anymore. Closing.