2

We have an app in Rails 3.2 that we want to upgrade to Rails 4.0. I have read the various guidelines available on the possible issues like here and here.

I would like to know of some not so common/obvious gotchas that we should be aware of when upgrading to 4.0?

tihom
  • 7,923
  • 1
  • 25
  • 29

1 Answers1

2

Ones that got me:

  • CanCan not yet playing nicely with StrongParameters: Ended up using this work-around.
  • Named Scopes require Procs: Well documented, but still got me. See my issue here.
  • Turbolinks bypasses document.ready: Good overview here.
Community
  • 1
  • 1
Paul Pettengill
  • 4,843
  • 1
  • 29
  • 33