Benjamin Fleischer
Benjamin Fleischer
Another idea is to break the gem into a meta-gem that has all the logic and let's you specify via other ways which data to release and package. like maybe...
@Fivell would be helpful to have a failing test showing the regression.
Needs details and Ruby version
@grosser any concerns?
Is there a benchmark you used that we can run to test against regressions?
You can do something stupid like: ```ruby module MakaraPoolExtensions def slave_connection slave_connections.first end def slave_connections @_slave_connections = nil sql = "select * from foo".freeze connection.send(:appropriate_pool, :execute, [sql]) { |pool| @_slave_connections...
Np, wanted to confirm. We should update the readme here and fix the link to test.rubygems in the guides
travis ci is dead
@tisba AMS has a linter to validate that all inputs are valid. It expects a Model which passes the linter. I appreciate the time and effort you're putting in. I...
I guess the question is one of intention. When you pass in Hash, do you expect AMS to do something with it? I don't. So, since that's the case, I...