.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.js | 0 | 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.rb | 4 | A 0 mins | A 100% |
app/channels/application_cable/connection.rb | 4 | A 0 mins | A 100% |
app/controllers/application_controller.rb | 3 | A 0 mins | A 100% |
app/controllers/comments_controller.rb | 47 | A 0 mins | A 100% |
app/controllers/concerns/crud_helper.rb | 15 | A 0 mins | A 100% |
app/controllers/locations_controller.rb | 38 | A 0 mins | A 100% |
app/controllers/stories_controller.rb | 48 | A 0 mins | A 96% |
app/controllers/welcome_controller.rb | 4 | A 0 mins | A 100% |
app/helpers/application_helper.rb | 6 | A 0 mins | A 100% |
app/helpers/comments_helper.rb | 2 | A 0 mins | A 100% |
app/helpers/locations_helper.rb | 2 | A 0 mins | A 100% |
app/helpers/stories_helper.rb | 2 | A 0 mins | A 100% |
app/helpers/welcome_helper.rb | 2 | A 0 mins | A 100% |
app/javascript/application.js | 4 | A 0 mins |
|
app/javascript/controllers/application.js | 5 | A 0 mins |
|
app/javascript/controllers/hello_controller.js | 6 | A 0 mins |
|
app/javascript/controllers/index.js | 3 | A 0 mins |
|
app/jobs/application_job.rb | 2 | A 0 mins | A 100% |
app/mailers/application_mailer.rb | 4 | A 0 mins | A 100% |
app/models/application_record.rb | 3 | A 0 mins | A 100% |
app/models/comment.rb | 5 | A 0 mins | A 100% |
app/models/location.rb | 4 | A 0 mins | A 100% |
app/models/story.rb | 16 | A 0 mins | A 100% |
app/queries/recent_locations.rb | 9 | A 0 mins | B 83% |