Celso Fernandes

Results 58 comments of Celso Fernandes

@fstack-me claramente não, para desenvolvedores é `desenvolvimento de software`, outros seria para algo que não foi previamente estabelecido (o que não é o caso de desenvolvimento de software) 😉 edit:...

hey @razorman8669 , I'm with the same issue here, have you solved? ok, it's almost one year, but if you are in, I'd work on something like this too :)...

@razorman8669 are you using an alternative, so I can study and see things from another perspective? heheh just in case someone is reading here: I ended up writing a reducer...

`open /Users//Library/Application\ Support/graphql-ide` and remove content inside

what's your main idea here? there is `LuckyRecord::Repo.transaction` where passes a block and yields inside... to "clean" the database, instead of run the `DatabaseCleaner.new.truncate` command, call the code in a...

checking the `transaction` behavior, not sure if user should be obligated to call `LuckyRecord::Repo.rollback` for me makes more sense in the end of transaction method, Lucky Records calls it automatically

hi @jplattel I'm facing the same error, doing some troubleshooting I could realize two things 1. this problem happens because the Fuse Index is null, so this is only a...

awesome! glad I could help! thanks for the amazing work! 🙇

said @apotonick , @saiqulhaq I don't do this kind of approach, but if really need to this, here is the way to go: ```ruby require 'test_helper' class StubTest < ActiveSupport::TestCase...