File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Devise based authentication for AlchemyCMS
22
3- [ ![ Build Status] ( https://secure.travis-ci.org/AlchemyCMS/alchemy-devise.svg?branch=master )] ( http://travis-ci.org/AlchemyCMS/alchemy-devise )
3+ [ ![ Build Status] ( https://secure.travis-ci.org/AlchemyCMS/alchemy-devise.svg?branch=main )] ( http://travis-ci.org/AlchemyCMS/alchemy-devise )
44
5- [ ![ Gem Version] ( https://badge.fury.io/rb/alchemy-devise.svg )] ( http://badge.fury.io/rb/alchemy-devise ) [ ![ Test Coverage] ( https://codeclimate.com/github/AlchemyCMS/alchemy-devise/badges/coverage.svg )] ( https://codeclimate.com/github/AlchemyCMS/alchemy-devise/coverage ) [ ![ Code Climate] ( https://codeclimate.com/github/AlchemyCMS/alchemy-devise/badges/gpa.svg )] ( https://codeclimate.com/github/AlchemyCMS/alchemy-devise ) [ ![ security] ( https://hakiri.io/github/AlchemyCMS/alchemy-devise/master .svg )] ( https://hakiri.io/github/AlchemyCMS/alchemy-devise/master )
5+ [ ![ Gem Version] ( https://badge.fury.io/rb/alchemy-devise.svg )] ( http://badge.fury.io/rb/alchemy-devise ) [ ![ Test Coverage] ( https://codeclimate.com/github/AlchemyCMS/alchemy-devise/badges/coverage.svg )] ( https://codeclimate.com/github/AlchemyCMS/alchemy-devise/coverage ) [ ![ Code Climate] ( https://codeclimate.com/github/AlchemyCMS/alchemy-devise/badges/gpa.svg )] ( https://codeclimate.com/github/AlchemyCMS/alchemy-devise ) [ ![ security] ( https://hakiri.io/github/AlchemyCMS/alchemy-devise/main .svg )] ( https://hakiri.io/github/AlchemyCMS/alchemy-devise/main )
66
77AlchemyCMS has no authentication in its core. So it is possible to bring your own authentication and use it to authorize users in AlchemyCMS. If you don't have your own authentication, you can use this gem.
88
Original file line number Diff line number Diff line change 4848 original_file = './CHANGELOG.md'
4949 new_file = original_file + '.new'
5050 backup = original_file + '.old'
51- changes = `git rev-list #{ ENV [ 'PREVIOUS_VERSION' ] } ...master | bundle exec github_fast_changelog AlchemyCMS/alchemy-devise`
51+ changes = `git rev-list #{ ENV [ 'PREVIOUS_VERSION' ] } ...main | bundle exec github_fast_changelog AlchemyCMS/alchemy-devise`
5252 File . open ( new_file , 'w' ) do |fo |
5353 fo . puts changes
5454 File . foreach ( original_file ) do |li |
You can’t perform that action at this time.
0 commit comments