Is Rails 3 removing Metal?
I am trying to implement Mongoid, Carrierwave and grid_fs.
I have followed guide 1.
However, I have read that Rails 3 is removing Metal ( http://github.com/rails/rails/commit/ed34652d1aca148fea61c5309c1bd5ff3a55abfa ).
So I stumbled across this article instead: guide 2
Given the circumstances that Rails 3 may be removing Metal and for future maintenance. Which guide is more suitable to get grid_fs, Mongoid and Carrierwave all working together?