Does dependency injection exist in Rails?

前端 未结 5 1029
挽巷
挽巷 2020-12-24 10:24

Does the fact that Rails have an MVC approach mean that is has dependency injection?

Or is there a reason that we don\'t talk about dependency injection in Rails?

5条回答
  •  天命终不由人
    2020-12-24 11:14

    I'd say that you don't need such a thing with ruby... but if you really want to, some people have workarounds.

提交回复
热议问题