문제

I'm moving our primary datastore away from ActiveRecord, and instead the data will be accessible through a REST api as JSON. Should I use ActiveResource or HTTParty to access the data? It's primarily going to be read-only for view rendering.

도움이 되었습니까?

해결책

I think that HTTParty has a better API, is better maintained and more flexible than ActiveResource. I would use HTTParty.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top