nerdgeschoss / shimmer

Shimmer is a collection of Rails extensions that bring advanced UI features into your app and make your life easier as a developer.
https://nerdgeschoss.de
MIT License
5 stars 1 forks source link

remove frozen string literal #93

Closed jmarsh24 closed 3 months ago

jmarsh24 commented 7 months ago

Adding frozen_string_literal: true I think causes more pain than what we gain. There are many times I lose a lot of time because I forget to add frozen_string_literal: true to the top of a file. In basecamp's campfire it's not used and I propose that we also drop it from our projects.