toshimaru/RailsTwitterClone

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.browserslistrc
.circleci/config.yml
.codeclimate.json
.dockerignore
.github/FUNDING.yml
.github/dependabot.yml
.github/workflows/auto-author-assign.yml
.github/workflows/codeql.yml
.github/workflows/coverage.yml
.github/workflows/docker-build.yml
.github/workflows/migration-test.yml
.github/workflows/rspec.yml
.github/workflows/rubocop.yml
.gitignore
.rspec
.rubocop.yml
Dockerfile
Gemfile
Gemfile.lock
LICENSE.md
README.md
Rakefile
app/assets/config/manifest.js0
A
0 mins
app/assets/images/bootstrap-icons/box-arrow-in-right.svg
app/assets/images/bootstrap-icons/box-arrow-right.svg
app/assets/images/bootstrap-icons/chat-left.svg
app/assets/images/bootstrap-icons/chat.svg
app/assets/images/bootstrap-icons/gear.svg
app/assets/images/bootstrap-icons/people.svg
app/assets/images/bootstrap-icons/person.svg
app/assets/stylesheets/application.css
app/controllers/application_controller.rb27
A
0 mins
A
100%
app/controllers/home_controller.rb6
A
0 mins
A
100%
app/controllers/relationships_controller.rb16
A
0 mins
A
100%
app/controllers/sessions_controller.rb20
A
0 mins
A
100%
app/controllers/static_pages_controller.rb6
A
0 mins
A
100%
app/controllers/tweets_controller.rb31
A
0 mins
A
100%
app/controllers/users_controller.rb61
A
0 mins
A
100%
app/controllers/welcome_controller.rb5
A
0 mins
A
100%
app/helpers/application_helper.rb10
A
0 mins
A
100%
app/helpers/sessions_helper.rb42
A
0 mins
A
100%
app/helpers/users_helper.rb7
A
0 mins
A
100%
app/javascript/packs/application.js3
A
0 mins
app/javascript/stylesheets/application.scss
app/javascript/stylesheets/bootstrap_custom.scss
app/javascript/stylesheets/variable.scss
app/models/application_record.rb3
A
0 mins
A
100%
app/models/relationship.rb6
A
0 mins
A
100%
app/models/tweet.rb12
A
0 mins
A
100%
app/models/user.rb60
A
0 mins
A
100%