refinerycms-authentication-devise
refinerycms-authentication-devise copied to clipboard
Devise based authentication extension for Refinery CMS
Unable to use it with rails 5.2.2 gemfile: ```ruby source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.5.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~>...
Could a new gem version be released? The current 2.0.0 does not work with rails 6.
Unable to authenticate custom admin pages and controllers using refinerycms-authentication-devise
Hi, I have installed refinery cms and need to add custom controller, currently I have added all my controllers and they are working fine as well. Basically, its admin controller...
Because the dashboard was removed, we can't `set_locale` on admin pages by clicking on a link, like in older versions of Refinery. At this time, we can just pass the...