toshimaru/RailsTwitterClone

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
yarn.lock
public/robots.txt
public/favicon.ico
public/500.html
public/422.html
public/404.html
postcss.config.js12
A
0 mins
package.json
lib/tasks/sample_data.rake
config.ru
compose.yml
bin/yarn
bin/webpack-dev-server
bin/webpack
bin/update
bin/setup
bin/rake
bin/rails
bin/bundle
babel.config.js68
A
2 hrs
app/views/welcome/index.html.erb
app/views/users/show_follow.html.erb
app/views/users/show.html.erb
app/views/users/new.html.erb
app/views/users/index.html.erb
app/views/users/edit.html.erb
app/views/users/_user.html.erb
app/views/tweets/_tweet.html.erb
app/views/static_pages/help.html.erb
app/views/static_pages/about.html.erb
app/views/shared/_user_info.html.erb
app/views/shared/_unfollow.html.erb
app/views/shared/_tweet_form.html.erb
app/views/shared/_stats.html.erb
app/views/shared/_profile.html.erb
app/views/shared/_follow.html.erb
app/views/shared/_error_messages.html.erb
app/views/sessions/new.html.erb
app/views/layouts/application.html.erb
app/views/layouts/_header.html.erb
app/views/layouts/_footer.html.erb
app/views/home/index.html.erb
app/views/errors/error_500.html.erb
app/views/errors/error_404.html.erb
app/models/user.rb60
A
0 mins
A
100%
app/models/tweet.rb12
A
0 mins
A
100%
app/models/relationship.rb6
A
0 mins
A
100%
app/models/application_record.rb3
A
0 mins
A
100%
app/javascript/stylesheets/variable.scss
app/javascript/stylesheets/bootstrap_custom.scss