flower-pot/veterator

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.env.example
.gitignore
.rspec
.travis.yml
Dockerfile
Gemfile
Gemfile.lock
Procfile
README.md
Rakefile
app/api/api.rb5
A
0 mins
app/api/v1/records.rb45
A
0 mins
app/assets/javascripts/application.js3
A
0 mins
app/assets/javascripts/chart.js195
B
4 hrs
app/assets/javascripts/sensors.js51
A
0 mins
app/assets/stylesheets/application.css
app/assets/stylesheets/records.scss
app/assets/stylesheets/sensors.css
app/assets/stylesheets/users.scss
app/controllers/application_controller.rb20
A
0 mins
app/controllers/concerns/date_filter.rb11
A
0 mins
app/controllers/records_controller.rb29
A
0 mins
app/controllers/registrations_controller.rb13
A
0 mins
app/controllers/sensors_controller.rb66
A
0 mins
app/controllers/users/authentication_token_controller.rb9
A
0 mins
app/controllers/users/search_controller.rb8
A
0 mins
app/helpers/application_helper.rb7
A
0 mins
app/jobs/aggregate_records_job.rb42
A
55 mins
app/models/ability.rb23
A
0 mins
app/models/granularity.rb18
A
0 mins
app/models/record.rb17
A
0 mins
app/models/sensor.rb13
A
0 mins
app/models/sensor_access.rb5
A
0 mins
app/models/user.rb36
A
0 mins
app/serializers/record_serializer.rb3
A
0 mins
app/serializers/sensor_serializer.rb3
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/layouts/application.html.erb
app/views/layouts/devise.html.erb