Filip Bartuzi

Results 14 issues of Filip Bartuzi

running my program without importing odbc gives me ``` sql: unknown driver "odbc" (forgotten import?)Tue Aug 1 02:27:00 WARNING ImportCustomers: cannot connect to ExaSol DB: sql: unknown driver "odbc" (forgotten...

I'm running my specs with _real_ Redis (via https://github.com/guilleiguaran/fakeredis), with `Sidekiq::Testing.disable!` and with this little [_hack_](https://github.com/guilleiguaran/fakeredis/issues/66#issuecomment-23753509) to make thing working. I think the problem is that `have_enqueued_job` doesn't look for...

Big names supporting open source projects are aways welcomed :tada:

I can't find answer to this. What is considered better style: Solution 1(Close parentheses on new line): ``` def initialize(arg1, arg2, arg3 = Whatever.new, arg4 = Whatever2.new(arg2_1, arg2_2, arg2_3 )...

`have_and_belong_to_many(:association_name)` has naming conflict with should amatchers. All other matchers have aliases - which is great! I can use both shoulda matchers and `mongoid-rspec` matchers. Here is missing alias: https://github.com/mongoid-rspec/mongoid-rspec/blob/master/lib/matchers/associations.rb#L321-L323

bug?

How should I test enum setup in my app?

explanation for https://github.com/thetron/mongoid-enum/issues/12

According to: http://stackoverflow.com/questions/21574900/interpolation-in-i18n-array/25484080#25484080 Say my locale file looks like this: ``` en: my_array: - "Line 1" - "Line 2" - "Line 3 has a %{variable}" - "Line 4" ``` I...

Actually its same code as it was pushed on 2-2-stable branch here: 977f9eb46455a943f4ce49de8cc4d6ea88f3bfce . Surprisingly it works on 2-1-stable!

2-1-stable

Settings are no more ing eneral settings. Also I made easier to add logo (You can do it in admin panel). What is more I changed few things about footer_left/right_1/2...

2-x-stable