AlchemyCMS/alchemy-devise

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
lib/alchemy/devise/ability.rb35
A
25 mins
A
100%
app/models/alchemy/user.rb121
A
25 mins
A
100%
app/controllers/alchemy/admin/passwords_controller.rb24
A
0 mins
B
87%
app/controllers/alchemy/admin/user_sessions_controller.rb45
A
0 mins
A
100%
app/controllers/alchemy/admin/users_controller.rb103
A
0 mins
A
98%
app/controllers/alchemy/base_controller_extension.rb14
A
0 mins
A
100%
app/mailers/alchemy/notifications.rb28
A
0 mins
A
100%
lib/alchemy/devise.rb20
A
0 mins
B
88%
lib/alchemy/devise/engine.rb21
A
0 mins
A
100%
lib/alchemy/devise/test_support/factories.rb22
A
0 mins
A
100%
lib/alchemy/devise/version.rb5
A
0 mins
lib/generators/alchemy/devise/install/install_generator.rb24
A
0 mins
.github/workflows/brakeman-analysis.yml
.github/workflows/ci.yml
.gitignore
.rubocop.yml
.standard.yml
CHANGELOG.md
Gemfile
LICENSE
README.md
Rakefile
alchemy-devise.gemspec
app/assets/stylesheets/alchemy-devise.scss
app/assets/stylesheets/alchemy-devise/login.scss
app/assets/stylesheets/alchemy-devise/users.scss
app/assets/stylesheets/alchemy/admin/alchemy-devise.css
app/views/alchemy/admin/passwords/edit.html.erb
app/views/alchemy/admin/passwords/new.html.erb
app/views/alchemy/admin/user_sessions/new.html.erb
app/views/alchemy/admin/users/_fields.html.erb
app/views/alchemy/admin/users/_user.html.erb
app/views/alchemy/admin/users/edit.html.erb
app/views/alchemy/admin/users/index.html.erb
app/views/alchemy/admin/users/new.html.erb
app/views/alchemy/admin/users/signup.html.erb
app/views/alchemy/notifications/alchemy_user_created.de.text.erb
app/views/alchemy/notifications/alchemy_user_created.en.text.erb
app/views/alchemy/notifications/alchemy_user_created.es.text.erb
app/views/alchemy/notifications/alchemy_user_created.ru.text.erb
app/views/alchemy/notifications/member_created.de.text.erb
app/views/alchemy/notifications/member_created.en.text.erb
app/views/alchemy/notifications/member_created.es.text.erb
app/views/alchemy/notifications/member_created.ru.text.erb
app/views/alchemy/notifications/reset_password_instructions.de.text.erb
app/views/alchemy/notifications/reset_password_instructions.en.text.erb
app/views/alchemy/notifications/reset_password_instructions.es.text.erb
app/views/alchemy/notifications/reset_password_instructions.ru.text.erb
bin/rails
bin/rspec