krists/system_settings

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.gitignore
.rubocop.yml
Gemfile
MIT-LICENSE
README.md
Rakefile
app/assets/config/manifest.js0
A
0 mins
app/assets/stylesheets/system_settings/application.css
app/controllers/system_settings/application_controller.rb4
A
0 mins
A
100%
app/controllers/system_settings/settings_controller.rb23
A
0 mins
A
100%
app/helpers/system_settings/application_helper.rb31
A
0 mins
B
88%
app/models/system_settings/application_record.rb3
A
0 mins
A
100%
app/models/system_settings/boolean_setting.rb4
A
0 mins
A
100%
app/models/system_settings/configurator.rb113
A
2 hrs
A
97%
app/models/system_settings/decimal_list_setting.rb4
A
0 mins
A
100%
app/models/system_settings/decimal_setting.rb4
A
0 mins
A
100%
app/models/system_settings/errors/error.rb4
A
0 mins
A
100%
app/models/system_settings/errors/not_found_error.rb10
A
0 mins
B
83%
app/models/system_settings/errors/not_loaded_error.rb4
A
0 mins
A
100%
app/models/system_settings/errors/settings_read_error.rb4
A
0 mins
A
100%
app/models/system_settings/integer_list_setting.rb4
A
0 mins
A
100%
app/models/system_settings/integer_setting.rb4
A
0 mins
A
100%
app/models/system_settings/list_of_decimals_validator.rb26
A
1 hr
A
100%
app/models/system_settings/list_of_integers_validator.rb26
A
1 hr
A
100%
app/models/system_settings/list_of_strings_validator.rb27
A
1 hr
A
100%
app/models/system_settings/setting.rb4
A
0 mins
A
100%
app/models/system_settings/string_list_setting.rb4
A
0 mins
A
100%
app/models/system_settings/string_setting.rb8
A
0 mins
A
100%
app/models/system_settings/type/decimal_list.rb32
A
15 mins
A
95%
app/models/system_settings/type/integer_list.rb27
A
15 mins
A
100%
app/models/system_settings/type/string_list.rb23
A
0 mins
A
100%
app/views/layouts/system_settings/application.html.erb
app/views/system_settings/settings/_common_attributes.html.erb
app/views/system_settings/settings/_form.html.erb
app/views/system_settings/settings/edit.html.erb
app/views/system_settings/settings/index.html.erb
app/views/system_settings/settings/show.html.erb
azure-pipelines.yml
bin/bundle
bin/rails
bin/rake
bin/rubocop
lib/system_settings.rb43
A
0 mins
A
100%
lib/system_settings/engine.rb14
A
0 mins
A
100%
lib/system_settings/version.rb3
A
0 mins
lib/tasks/system_settings_tasks.rake
system_settings.gemspec