Diogo Biazus

Results 56 comments of Diogo Biazus

Thanks for the PR @isaiah Could you add a test case that would fail in the current code base? Creating a materialized view in the spec_helper should be quite straightforward.

I'll take a look at this during this week

@sawantprasann you should be able to use hstore [without this gem](https://github.com/diogob/activerecord-postgres-hstore#note-about-rails-4) since Rails 4. Is there any particular reason to use it instead of the hstore built-in support?

@Urielable @sawantprasann in Rails 5 you should not need this gem, since hstore is supported out of the box. Any particular reason to keep using it?

@kofronpi in Rails 4.1.4 hstore support is native to ActiveRecord.

You could work around using an SQL schema for now. If yu want to keep the schema.rb you can check this gem (which adds the index kind feature): https://github.com/lomba/schema_plus.

I'm not sure, I suppose it does need monkey patching though.

@rbclark it seems that our test suite is missing something big. Would you be able to provide a spec that breaks under the new version?

Did you expect the error to be treated in a different way? Or the problem is that this is happening all deletes? If is the later, are you sure the...

I'll look into it. If you could send some code for a failing spec that would be very helpful :D