HeavyTechRuby/history

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.dockerignore
.env.test
.gitattributes
.github/dependabot.yaml
.github/workflows/ci.yaml
.github/workflows/deploy.yaml
.gitignore
.idea/workspace.xml
.rspec
.rubocop.yml
.ruby-version
Dockerfile
Dockerfile.development
Gemfile
Gemfile.lock
LICENSE
Makefile
README.md
Rakefile
app/assets/config/manifest.js0
A
0 mins
app/assets/images/logos/favicon.ico
app/assets/images/logos/history_logo.webp
app/assets/stylesheets/actiontext.css
app/assets/stylesheets/application.css
app/assets/stylesheets/boostrapped.css
app/channels/application_cable/channel.rb4
A
0 mins
A
100%
app/channels/application_cable/connection.rb4
A
0 mins
A
100%
app/controllers/application_controller.rb3
A
0 mins
A
100%
app/controllers/comments_controller.rb47
A
0 mins
A
100%
app/controllers/concerns/crud_helper.rb15
A
0 mins
A
100%
app/controllers/locations_controller.rb38
A
0 mins
A
100%
app/controllers/stories_controller.rb48
A
0 mins
A
96%
app/controllers/welcome_controller.rb4
A
0 mins
A
100%
app/helpers/application_helper.rb6
A
0 mins
A
100%
app/helpers/comments_helper.rb2
A
0 mins
A
100%
app/helpers/locations_helper.rb2
A
0 mins
A
100%
app/helpers/stories_helper.rb2
A
0 mins
A
100%
app/helpers/welcome_helper.rb2
A
0 mins
A
100%
app/javascript/application.js4
A
0 mins
app/javascript/controllers/application.js5
A
0 mins
app/javascript/controllers/hello_controller.js6
A
0 mins
app/javascript/controllers/index.js3
A
0 mins
app/jobs/application_job.rb2
A
0 mins
A
100%
app/mailers/application_mailer.rb4
A
0 mins
A
100%
app/models/application_record.rb3
A
0 mins
A
100%
app/models/comment.rb5
A
0 mins
A
100%
app/models/location.rb4
A
0 mins
A
100%
app/models/story.rb16
A
0 mins
A
100%
app/queries/recent_locations.rb9
A
0 mins
B
83%