Jonas S
Jonas S
The MR seems to be a good start. Corrosponding to `Author.where.has { ugly & (id == 1) }` this should also work: `Author.where.has { (ugly).and(id == 1) }` etc. ---...
If 3 is even more complex then 2 I would prefere 1 maybe with a documentation in the Readme and a Test so we could remove the hint if arel...
We changed our code to `DataMigrate::DataSchemaMigration.instance.exists?` I hope `instance` is "public". Issue can be closed if @elik-ru can do the same "fix".
`DataMigrate::DataSchemaMigration` changed back to original implementation. In this commit `DataMigrate::DataSchemaMigration` delegate to an anonymous subclass of AR::SchemaMigration https://github.com/ilyakatz/data-migrate/commit/9dda06181ebbc63d1fe78069080ce8d9db9d71b6 In this commit kind of reverts the change: https://github.com/ilyakatz/data-migrate/commit/efc989180e952f54429e2849a5792ddab328f39d * 8.1: https://github.com/ilyakatz/data-migrate/blob/8.1.1/lib/data_migrate/data_schema_migration.rb...
Thank you for your reply. If I understand it correct the `ActiveRecord` in `DataSchemaMigration < ::ActiveRecord::SchemaMigration` was the "problem". So with the switch back to "inherit from ActiveRecord::SchemaMigration" the gem...
I'm pretty sure they download the gem from https://rubygems.org/gems/faker and do some comparisons. If I download the gem and search for _Music::SmashingPumpkins_ in the README.md it is not present. bundle...
The fix is merged in https://github.com/sunspot/sunspot/pull/1034 maybe @serggl could release a new Version?
@p8 that should be fixed in the v2.7.0 https://my.diffend.io/gems/sunspot_solr/2.6.0/2.7.0
> I'll take a look at these test failures, but if you have any ideas, please post them in the comments. Locally I had some problems with `sqlite3` and changed...
> Thanks for catching this, and submitting a PR. It's much appreciated. > > If I understand correctly, changing the class used in the gem means people will have to...