Toby Pinder
Toby Pinder
Confirming that @rcrowley's workaround is still valid, 3 years later, for any googlers.
So to double check what I'm reading, we would pass in an :attributes option (to, say, load_and_authorize_resource) and it would use that named method as the strong parameters validator?
Well I'm not involved with the CanCan project, but I tried your branch out locally and noticed a few issues. Firstly I had problems because I keep my *_params methods...
However despite this it's now working with private methods. My site's rspecs are passing now that I've added the :attributes in with no known side-effects,
I know this is completely outside your control, but for reference (when people google this) I'm still experiencing the same problem on Chrome stable 40.0.2214.111. Undocking the panel remains a...
> We are currently working on a daemon scheduler enhancements that will resolve the issue as defined above: > All customers will get the enhancements out of the box: >...
@andrykonchin I'll try to reproduce this when I get a moment. Perhaps this is an idiosyncrasy with Ruby on Jets (while similar to rails and using most rails modules, it's...
Imported toots could have a metadata field that ties them back to the source toot Uri maybe? Doesn't help if the old instance deleted but it provides some provenance and...
I couldn't get our Rails engines to work in testing environments with this gem as they aren't "proper" `Rails` apps. My solution was to add `ActiveRecord::Base.send :extend, EnumHelp::I18n` from the...
Would it not be possible to maintain the functionality at _least_ as a callback that occurs once ActiveRecord _is_ being used? The main problem as I can see it is...