Francesco Mari

Results 6 issues of Francesco Mari

I was having a look at the proxy feature of puma-dev and I thought that it would be very useful to have the possibility to write a generic command to...

enhancement

If you need to run `rake test` instead of `rails test` or `rspec`, you need to pass the test name and it doesn't work with line numbers (which btw is...

I couldn't understand why running `test_launcher absolute_path/test_file.rb` was working but `test_launcher absolute_path/test_file.rb:6` wasn't, and after a while, I discovered that if the test file is not staged or committed, it...

Hello everyone! Is it possible to mock 2 responses with the same method and URL, but making the first one returning a 400 and the second one a 200?

Hey, I've noticed that if we run the migrations generated by this gem using a MySQL database we get an error that prevents the migration from being run successfully. Specifically,...

During development, it's very convenient to connect to the database using tools like TablePlus. I think these tools are very helpful for developers to quickly get feedback on the data...