Matouš Borák

Results 16 comments of Matouš Borák

I also suffer from this issue. After one week of browsing, I found out that Firefox created over 250 000 lines in the system log which is unacceptable to me...

> May be will help browser.dom.window.dump.enabled = false (this is default value, at least on Windows). @Infocatcher I also have this set to `false`, so unfortunately this won't help.

I got this working by manually extending the UserSessions from ActiveModel::Naming : ``` class UserSession < Authlogic::Session::Base extend ActiveModel::Naming end ```

Hey, thanks for the report and sorry for the delay, I completely missed notifications in this repo! :sweat_smile: I managed to reproduce this on ruby 3.1.0 (the tests pass on...

In the end, this was not about ruby versions but just about an issue with the `LOAD_PATH` when running tests. I had the gem locally installed in my ruby, which...

Yes, we use `/# locals: (foo:)`, which works too. More on that in [our post](https://dev.to/nejremeslnici/strict-locals-in-slim-haml-partials-in-rails-2f73).