J3RN/time-tracker

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rubocop.yml
.travis.yml
Capfile
Gemfile
Gemfile.lock
Guardfile
LICENSE
README.md
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/home.js0
A
0 mins
app/assets/javascripts/keybindings.js.coffee
app/assets/javascripts/tasks.js36
A
0 mins
app/assets/javascripts/time_entries.js35
A
0 mins
app/assets/stylesheets/application.scss
app/assets/stylesheets/mixins.scss
app/assets/stylesheets/styles.scss
app/controllers/application_controller.rb28
A
0 mins
app/controllers/home_controller.rb6
A
0 mins
app/controllers/tags_controller.rb42
A
0 mins
app/controllers/tasks_controller.rb72
A
0 mins
app/controllers/time_entries_controller.rb118
A
0 mins
app/helpers/application_helper.rb38
A
0 mins
app/helpers/home_helper.rb2
A
0 mins
app/helpers/tasks_helper.rb11
A
0 mins
app/helpers/time_entries_helper.rb5
A
0 mins
app/jobs/application_job.rb2
A
0 mins
app/models/application_record.rb3
A
0 mins
app/models/tag.rb7
A
0 mins
app/models/tagging.rb4
A
0 mins
app/models/task.rb67
A
25 mins
app/models/time_entry.rb37
A
0 mins
app/models/user.rb8
A
0 mins
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/unlock_instructions.html.erb
app/views/devise/passwords/edit.html.erb
app/views/devise/passwords/new.html.erb
app/views/devise/registrations/edit.html.erb
app/views/devise/registrations/new.html.erb
app/views/devise/sessions/new.html.erb
app/views/devise/shared/_links.html.erb
app/views/devise/unlocks/new.html.erb
app/views/home/index.html.erb
app/views/layouts/application.html.erb
app/views/tags/_form.html.erb
app/views/tags/edit.html.erb
app/views/tags/index.html.erb