Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

in edge branch, the limit scope doesn't work unless you explicitly regulate it #86

Open
adamcreekroad opened this issue Mar 26, 2018 · 1 comment

Comments

@adamcreekroad
Copy link
Contributor

adamcreekroad commented Mar 26, 2018

Currently to use it on the client you must do this:

class ApplicationRecord < ActiveRecord::Base
  regulate_scope limit: :always_allow
end

Even if you have regulate_scope for all and unscoped

@catmando
Copy link
Contributor

not sure but I think this might be because
scope :limit, ->() {}
scope :offset, ->() {}
is in the CLIENT side base class.

this means the client will assume there is a secure_remote_access_limit method on the server, but there is NOT.

by calling regulate_scope... this creates (I think) the secure_remote_access_limit method to be created.

catmando added a commit that referenced this issue May 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants