Jonas S

Results 20 comments of Jonas S
trafficstars

I think it is not possible to use this combination: rails 4.2 bullet globalize >= 5.1 Because `globalize` is using prepend and `bullet` with `rails 4.2` is using `alias_method_chain` https://bugs.ruby-lang.org/issues/11120

I would love to see this and this gem move forward. If the auto adding is removed completly the gem would be a lot easier. It is a nice feature...

Hi @mattbrictson, I love this gem and wie just upgraded to sprockets 4. https://github.com/brentd/xray-rails/issues/113 If this MR had been merged it would have saved us a lot of time and...

I resolved the conflict in CHANGELOG.md

@rzane I have been testing this branch with Rails 6.1 for a while now and I think its ready to go. Would you mind merging and releasing a new version.

I think that you call `authorize_resource` without the `Inquiry` loaded is not correct. You can either use `load_and_authorize_resource` or load the `Inquiry` before you do the permission check. Without the...

I think you're correct, the documentation is not good for this feature. It should probably include an example with more restrict permissions and point out that you have to combine...

For me it seams that if you start using "Accessible attributes" you need to update all views, where the normal `can? :view, @user` happens Because the user can `:view` a...

I don't wont to hijack this commit but I used and testet the `Temple::Filters::Ambles` It seems super simple. https://github.com/slim-template/slim/pull/901 `rake test` is passing.

Interesting report. For me it seems, that this is an AREL feature / bug and was never an intentional feature of baby_squeel. If I read it correct it would be...