rhurtis/RyanPress

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.gitattributes
.github/workflows/ci.yml
.gitignore
.rspec
.ruby-version
Gemfile
Gemfile.lock
Procfile.dev
README.md
Rakefile
app/assets/config/manifest.js0
A
0 mins
app/assets/stylesheets/application.css
app/assets/stylesheets/application.tailwind.css
app/channels/application_cable/channel.rb4
A
0 mins
app/channels/application_cable/connection.rb4
A
0 mins
app/controllers/application_controller.rb2
A
0 mins
app/controllers/articles_controller.rb55
A
0 mins
app/controllers/main_controller.rb4
A
0 mins
app/controllers/profiles_controller.rb21
A
0 mins
app/controllers/sessions_controller.rb14
A
0 mins
app/controllers/users_controller.rb17
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/javascript/application.js2
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/javascript/controllers/tinymce_controller.js21
A
0 mins
app/jobs/application_job.rb2
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/models/application_record.rb3
A
0 mins
app/models/article.rb54
A
1 hr
app/models/profile.rb4
A
0 mins
app/models/user.rb6
A
0 mins
app/views/articles/_form.html.erb
app/views/articles/edit.html.erb
app/views/articles/index.html.erb
app/views/articles/new.html.erb
app/views/articles/show.html.erb
app/views/layouts/application.html.erb
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/main/index.html.erb
app/views/profiles/new.html.erb
app/views/profiles/show.html.erb
app/views/sessions/new.html.erb
app/views/users/_form.html.erb
app/views/users/new.html.erb
bin/bundle
bin/dev
bin/importmap