Thilo Rusche

Results 25 comments of Thilo Rusche

Just ran into this myself. Here's the issue: When you call `{% haml xyz.haml %`}, it _first_ converts that source file into HTML and inserts _that_ into the calling HAML...

Encountered the same issue. If I understand this correctly, the issue is that calling `ActiveAdmin.routes(self)` loads all models. If those models reference columns that do not yet exist (for example...

I'd also be interested in this. We use fallbacks heavily for local variants of the same language, and without i18n-tasks being fallback aware, we can't really make use of it,...

If it's something like this: ``` Ferrum::BrowserError: Internal error ``` I encountered the same thing with a relative path name. Make sure you pass an *absolute* path to `attach_file`.

Hi @nulldef thanks for the PR, I never knew this was an issue. Could I bother you adding a test that fails before and passes after you fix?

Sorry, missed that! Merging now.

Hm. Could I get your exact rails and ruby versions please, and ideally your Gemfile.lock?

Never mind, I can reproduce it somewhat. It seems to be the `config.logger = Rails.logger` directive, without that it works fine with Net::HTTP, with it it raises a similar error....

@pierrea if you move the httplog configuration from `environments/development.rb` into an initializer, it should work. Seems like the logger is not yet initialized at this point. To use it only...

Ok, some more questions then: * Do you still get the exception with Ethon? * You don't get any logs with Ethon, or HTTParty, or both? * Could you confirm...