Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Releases: beathyate/guachiman

v2.1.0

10 Sep 14:17
Compare
Choose a tag to compare
  • Add back option to pass an array of permissions as an argument.
  • Updated dependencies.

2.0.0

03 Jun 04:15
Compare
Choose a tag to compare
  • Change the way to authorize actions by taking multiple arguments instead of a single array.
  • Remove option to allow all.
  • Update dependencies.

Bring back allow_all

21 Oct 18:38
Compare
Choose a tag to compare

This release adds the option to set @allow_all to true to make #allow? always return true.

v1.0.2

23 Jul 23:16
Compare
Choose a tag to compare

Please check the README before using it.

Starting with version 1.0.0 all Rails-specific code and support has been removed. A new gem called guachiman-rails will be the recommended way to use Guachiman with Rails.

Removed allow_resource

13 Sep 23:14
Compare
Choose a tag to compare

This release removes #allow_resource from Guachiman::Permissions.

Only redirect for GET requests

06 Sep 00:47
Compare
Choose a tag to compare

This release checks for GET requests before redirecting.

Authorise by request

05 Sep 02:12
Compare
Choose a tag to compare

This release passes the request to the permission model initialisation in order to have the cookies and session hash available.

0.1.4

09 Jul 20:36
Compare
Choose a tag to compare
make failed authorizations easier to handle

0.1.3

09 Jul 19:04
Compare
Choose a tag to compare

Docs and dependencies fixes