dontfile/dontfile

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.babelrc
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/PULL_REQUEST_TEMPLATE.md
.gitignore
.postcssrc.yml
.rake_tasks~
.rubocop.yml
.ruby-version
.travis.yml
Dockerfile
Gemfile
Gemfile.lock
LICENSE
README.md
Rakefile
app/assets/config/manifest.js0
A
0 mins
app/assets/images/favicon.ico
app/assets/javascripts/application.js89
A
0 mins
app/assets/javascripts/cable.js4
A
0 mins
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/buttons.scss
app/assets/stylesheets/pages.scss
app/assets/stylesheets/scaffolds.scss
app/channels/application_cable/channel.rb4
A
0 mins
app/channels/application_cable/connection.rb4
A
0 mins
app/controllers/application_controller.rb3
A
0 mins
app/controllers/pages_controller.rb51
A
0 mins
app/helpers/application_helper.rb5
A
0 mins
app/helpers/pages_helper.rb13
A
0 mins
app/javascript/packs/application.js1
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/page.rb12
A
0 mins
app/views/layouts/application.html.erb
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/pages/_page.json.jbuilder
app/views/pages/index.html.erb
app/views/pages/show.html.erb
app/views/pages/show.json.jbuilder
bin/bundle
bin/rails
bin/rake
bin/setup
bin/spring
bin/update