I added following line into my gemfile as mentioned on the 4_stable_branch read me
gem "friendly_id", "~> 4.0.10" # Note: You MUST use 4.0.9 or greater for Rails 3.2.10+
and bundle install, it shows following message
NOTE: FriendlyId 4.x breaks compatibility with 3.x. If you're upgrading
from 3.x, please see this document:
http://rubydoc.info/github/norman/friendly_id/master/file/WhatsNew.md
I'm confused, which version of friendly_id to use in my rails 3.2.17 app.
If I upgrade my app to rails 4, will it cause problems?
Thanks in advance!