I'm still new to rails but I would really like to see: - Something like spring ( https://github.com/jonleighton/spring ) built in because I use a low end machine and it still takes 5-6 seconds just to see a page refresh with live reloading enabled in my browser with nearly an empty project in terms of complexity. It would be nice to have it somehow work for tests and near instant code reloads for development. Random…
Spring was made by a core member, there is also rails/commands. You might see this feature or not... Queues will be an interface for things like Resque to implement, not an implementation itself. I maintain Resque too, it'll be a good story to use the two together.
I vaguely remember reading about a downside when using the console to run tests, maybe I should give it a second look.
All I care about is being able to run tests on file save from my editor and seeing feedback in a terminal window. Speedier the better of course.