Closed asartalo closed 11 years ago
I forked the project and followed the contribution instructions but I'm not really sure about adding the tests. The specs run successfully though even against activerecord 3.2.8. I'll send a pull request but let me know if there's anything I need to change.
Current specs should suffice, thanks for the PR :D
There are deprecation warnings thrown when using rails 4,
Enabling debugging reveals the affected lines:
lib/carrierwave/storage/postgresql_lo.rb:51 lib/carrierwave/storage/postgresql_lo.rb:81
More info here about the active_record change: https://github.com/rails/rails/pull/9371