OpenGems/redis_web_manager

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.DS_Store
.coveralls.yml
.gitignore
.rspec
.rubocop.yml
.travis.yml
Gemfile
Gemfile.lock
MIT-LICENSE
README.md
Rakefile
app/assets/stylesheets/redis_web_manager/application.css
app/assets/stylesheets/redis_web_manager/bootstrap.css
app/assets/stylesheets/redis_web_manager/dashboard.css
app/views/layouts/redis_web_manager/application.html.erb
app/views/redis_web_manager/clients/index.html.erb
app/views/redis_web_manager/configuration/index.html.erb
app/views/redis_web_manager/dashboard/index.html.erb
app/views/redis_web_manager/information/index.html.erb
app/views/redis_web_manager/keys/_search.html.erb
app/views/redis_web_manager/keys/edit.html.erb
app/views/redis_web_manager/keys/index.html.erb
app/views/redis_web_manager/keys/show.html.erb
app/views/redis_web_manager/shared/_header.html.erb
app/views/redis_web_manager/shared/_status.html.erb
bin/rails
gemfiles/Gemfile-5-2
gemfiles/Gemfile-6-0
gemfiles/Gemfile-7-0
images/images_clients.png
images/images_dashboard.png
images/images_keys.png
redis_web_manager.gemspec
app/assets/config/redis_web_manager_manifest.js0
app/assets/javascripts/redis_web_manager/application.js0
app/assets/javascripts/redis_web_manager/bootstrap.js1
app/assets/javascripts/redis_web_manager/chartjs.js0
app/assets/javascripts/redis_web_manager/dashboard.js240
C
7 hrs
app/assets/javascripts/redis_web_manager/jquery.js1
app/assets/javascripts/redis_web_manager/keys.js13
app/assets/javascripts/redis_web_manager/popper.js0
app/controllers/redis_web_manager/actions_controller.rb16
app/controllers/redis_web_manager/application_controller.rb45
app/controllers/redis_web_manager/clients_controller.rb9
app/controllers/redis_web_manager/configuration_controller.rb9
app/controllers/redis_web_manager/dashboard_controller.rb28
app/controllers/redis_web_manager/information_controller.rb13
app/controllers/redis_web_manager/keys_controller.rb117
app/helpers/redis_web_manager/application_helper.rb23
app/helpers/redis_web_manager/clients_helper.rb31