One thing I’m curious about after checking out the slides, will it be possible in Rails 4 to get rid of the dependency on activerecord-deprecated_finders? I’ve stopped using those features in our apps some time ago, so being forced to have this dependency in Rails 4 irks me.
As someone who’s been putting a lot of time into Rails lately, if you have any questions, ask away.
There’s still a few things that haven’t landed yet, too…
One thing I’m curious about after checking out the slides, will it be possible in Rails 4 to get rid of the dependency on
activerecord-deprecated_finders? I’ve stopped using those features in our apps some time ago, so being forced to have this dependency in Rails 4 irks me.Nope. It’ll get removed in 4.1. If it bothers you a lot, you can fork the gem, remove the dep, and use your fork. :)
If we didn’t include it on Rails itself, when people upgraded, things would blow up.