huacnlee / rails-settings-cached

Global settings for your Rails application.
Other
1.06k stars 202 forks source link

Depend only on activerecord and railties instead of all rails #228

Closed codez closed 1 year ago

codez commented 2 years ago

Remove the dependency on rails and therefore a lot of other indirectly referenced gems. Only depend on the actually required railties and activerecord.

We use a minimal version of rails for our application and all those dependencies still get in through rails-settings-cached.