Gary Passero
Gary Passero
Since you're wondering, we're also feeling this pain. We've been using Xgrid for about 4 mos, and felt almost immediate pain since we're a TDD shop. Found a workaround with...
Making sure the right columns are displayed was our first round of tests where we ran into issues. Making sure the data is run through the correct formatting rules (colDef...
any progress here?
@zspencer AGPL? Wouldn't that license prevent me from using this in a closed-source business application?
Any progress on this? We'd love to take advantage of this slimmed down release.
Can anyone more experienced with the code base assist me if undertaking this task?
Here's a simple scenario I think should be supported, but is not (due to the points made here, specifically by @jimmywarting and @Gozala): testing code that fetches an Image from...
Can you elaborate on the work-around?
@kevin-brown Can we finally get this fixed so that I don't have to rely upon @GCorbel's excellent hack?
@eileencodes helped me at RailsConf 2023 ATL this year to reproduce this using the following test scenario In `activerecord/test/cases/relation/update_all_tests.rb`, add ``` def test_update_all_from_joined_table pets = Pet.joins(:toys) assert_equal true, pets.exists? pets.update_all("pets.name...