0

We have a rails 3 app that makes heavy use of active resource and we are looking to upgrade to rails 4. From what I've read it sounds like active resource was removed from rails 4 because of it's threading model. ActiveResource has some really nice features, so it would be nice to keep it, but if there's a reasonable chance it will cause problems this might be a good time to look at alternatives. Would appreciate any insights from anyone who may have already gone down this path.

Thanks in advance

d-coded
  • 413
  • 3
  • 9

1 Answers1

0

Just add the gem and check if you encounter anything strange (can't provide insights but that would be the first I would try).

http://guides.rubyonrails.org/4_0_release_notes.html

Extraction of features to gems

In Rails 4.0, several features have been extracted into gems. You can simply add the extracted gems to your Gemfile to bring the functionality back.
jethroo
  • 2,086
  • 2
  • 18
  • 30