First time i saw a question like this…
A mongomapper class is like "butta."
You’ll likely need to brush up on the world of NoSQL?
Some classic SQL joins could be replaced as embedded. But a lot depends on… well, it just depends. Read.
Do a quick dummy project with a model or two that look a lot like your AR models… use the generator, use the scaffold stuff, just to get your feet wet and see how easy it is.
FWIW: Another popular ORM is Mongoid… Might be more tutorials and hand-holding over there.
Write down your experience and your steps, you may be the one who posts the first tutorial on the subject :-)
You may have to do a data migration, and do indexes to match your usages, etc. For the migration, nothing says you can’t have one model class associated to the Oracle & AR method, and the new model associated to the Mongo Database. And invoke the “create” on the mongo class seeding it with inform from your oracle record. Lots of details left out, esp around join tables ;-)