Nikita Fedyashev

Results 33 issues of Nikita Fedyashev

Has anyone succeeded in making `carrierwave-postgresql` and [carrierwave_backgrounder](https://github.com/lardawge/carrierwave_backgrounder) working together? ``` process_in_background :image ``` causes the following exception: ``` no implicit conversion of nil into String /Users/nfedyashev/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/carrierwave-0.10.0/lib/carrierwave/uploader/cache.rb:84:in `basename' /Users/nfedyashev/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/carrierwave-0.10.0/lib/carrierwave/uploader/cache.rb:84:in `sanitized_file'...

I'm using postgres-copy for importing CSV files in tempory tables that are later used for parsing line by line(record by record). That's why such ActiveRecord models & tables could not...

enhancement

First of all, @diogob thanks for this fantastic and very helpful gem! I have an idea on how this could be for new users because there is a minor issue...

enhancement

Any tips on how to fix my Rails repl is greatly appreciated. I've been using inf-ruby for a long time but something broke after I reinstalled my OS. The issue...

I wanted to switch the default formatter to YARD and from what I see bigint columns are not interpreted correctly ## Commands ``` bundle exec annotate --models --show-foreign-keys -f yard...

>The required namespace "cljsjs.pikaday" is not available, it was required by "cljs_pikaday/reagent.cljs". Not sure if I need to require it explicitly along with `[cljs-pikaday "0.1.4"]`

Hello, I have been using `combine_pdf` for quite some time and it worked great. And recently I've found a valid docx file which seems to break CombinePDF parser, it goes...

related tests are in activerecord/test/cases/migrator_test.rb, but it checks puts(message_count) quantity only. ### Summary I noticed that Migration's `#say` and `#say_with_time` methods didn't have explicit tests so this should increase test...

activerecord