Diego Plentz
Diego Plentz
@calvinl the problem is that we're not expecting to have people using numbers as suffix/prefix :) It will require some testing to fix this one :)
@Epigene do you know if having an index com a column on the leftmost term has the same behavior in all databases?
@rickychilcott at some point, yes. But honestly I'm a bit tight on time right now, so totally open to someone else pushing this across the finish line
Sorry for taking so long to reply @Epigene. I just merged #107 which fixes the order problem. About the ordering of the index itself, can you provide some references for...
@emilkarl that's a good question. can you provide a failing case with this or at least the model relevant info?
@emilkarl @jethroo @SirRawlins @dandrews @olivierbuffon @matthewford which exact version of rails 4 are you using? I'm trying to reproduce it without success. PS: if someone want to try to create...
@ericraio are you trying to run lol_dba tests with a new gem?
@RST-J have you run the tests using `rake`? this way, it will test(and update) all scenarios that we support :)
@westonganger PR's are welcome. All you need to do is check if the file already exists before printing [this message](https://github.com/plentz/lol_dba/blob/master/lib/lol_dba.rb#L9).
@westonganger I think that the idea of getting the count is cool, but this way we will depend on grep. I think that's better to use ruby's File API to...