How to change de database of Sqlite3 to MongoDB on rails 5?
Hello guys i have a project Rails 5 with database sqlite3 and a lot scaffolds, but now i need change the databse for MongoDB, but the MongoDB dont use the active record. How i change this or remove the active record for use mongoDB.