This repository has been archived by the owner on May 20, 2021. It is now read-only.
Releases: beathyate/guachiman
Releases · beathyate/guachiman
v2.1.0
2.0.0
Bring back allow_all
This release adds the option to set @allow_all
to true to make #allow?
always return true.
v1.0.2
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
This release removes #allow_resource
from Guachiman::Permissions.
Only redirect for GET requests
This release checks for GET requests before redirecting.
Authorise by request
This release passes the request to the permission model initialisation in order to have the cookies and session hash available.