zmbush / coffeelint-ruby

This adds some simple bindings to ruby to enable use of coffeelint
MIT License
32 stars 23 forks source link

Remove deprecated railtie_name #9

Closed josh closed 10 years ago

josh commented 10 years ago

Fixes deprecation warning on boot.

DEPRECATION WARNING: railtie_name is deprecated and has no effect.
zmbush commented 10 years ago

Do you happen to know when this call was used?

Will this break compatibility with other versions of rails?

josh commented 10 years ago

It had a short life time in the rails 3 beta stage.

It was actually only used to provide railtie options like config.coffeelint.foo = 123. This plugin never used it, so it won't be affected.

zmbush commented 10 years ago

Ahh, okay. I don't even remember why it was there in the first place. Merging.