Sutto / rocket_pants

API building tools on top of ActionController. Also, an awesome name.
MIT License
981 stars 130 forks source link

Using load_path to support Rails 5. #145

Open mraj-rpx opened 8 years ago

mraj-rpx commented 8 years ago

NOTE: Hence Rails 5 expects locale path as Rails::Paths::Path. So, we should be using config.i18n.load_path to load locale files.

Sutto commented 7 years ago

Since Travis doesn't work at the moment - Does this break backwards compatibilty with Rails <5?

Sutto commented 7 years ago

(If not, I'll merge it in). Thank you for contributing - Apologies it's taken almost a year for me to look at this.