Strund3r/ECS_test

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.csslintrc
.eslintignore
.eslintrc
.gitignore
.rubocop.yml
.travis.yml
Dockerfile
Gemfile
Gemfile.lock
Procfile
README.html
README.md
RVM_install_machine.sh
RVM_install_server.sh
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/users.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/scaffolds.scss
app/assets/stylesheets/users.scss
app/controllers/application_controller.rb3
A
0 mins
app/controllers/users_controller.rb50
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/users_helper.rb2
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/person.rb4
A
0 mins
app/models/user.rb2
A
0 mins
app/views/layouts/application.html.erb
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/users/_form.html.erb
app/views/users/_user.json.jbuilder
app/views/users/edit.html.erb
app/views/users/index.html.erb
app/views/users/index.json.jbuilder
app/views/users/new.html.erb
app/views/users/show.html.erb
app/views/users/show.json.jbuilder
app/workers/worker.rb5
A
0 mins
app/workers/worker.rb.example
bin/bundle
bin/rails
bin/rake
bin/setup
bin/spring
bin/update
check_versions.sh