I realize it's been pulled into a separate gem, but what's the reason? Is this just a matter of streamlining Rails, or is there some reason I should be weary of auto_link?
(The gem says it's meant to 'bridge the gap for people migrating', which suggests to me that if I'm introducing rails_autolink into a new project, I must be doing something wrong, no?)
thanks,
auto_link
for most applications. While some uses ofauto_link
may be spot on, most uses of it in most applications are not, and should be done another way. – Aesculapianauto_link
. The overall point is that only some applications should be using it, not most. Rails should only have the things that most applications do use, should use, or could use, but sinceauto_link
is not one of those things, it got removed from Rails. – Aesculapian