Germano Teixeira de Miranda

Results 3 comments of Germano Teixeira de Miranda

+1 I'm also wondering how can i handle rollback in the github actions pipeline?

I don't think there is need for a gem for mongo database. The mongo api already allows you to use $match for filters and $group for dimensions. Take a look...

That's how i managed to create a task to run db:mongoid:create_indexes on each deploy Add this to your config/deploy.rb. ```ruby namespace :deploy do desc "Create mongoid indexes." task :create_indexes do...