collectiveidea/hourglass

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.travis.yml
Gemfile
Gemfile.lock
Procfile
README.md
Rakefile
app/assets/javascripts/form_errors.js.coffee
app/assets/javascripts/select2_init.js.coffee
app/assets/javascripts/teams.js.coffee
app/assets/stylesheets/application.scss
app/assets/stylesheets/global.scss
app/assets/stylesheets/team_list.scss
app/assets/stylesheets/user_list.scss
app/views/layouts/_nav.html.erb
app/views/layouts/application.html.erb
app/views/notifier/team_hours_update.html.erb
app/views/notifier/team_hours_update.text.erb
app/views/notifier/timer_reminder.text.erb
app/views/notifier/weekly_report.html.erb
app/views/notifier/weekly_report.text.erb
app/views/slacks/help.text.erb
app/views/slacks/show.text.erb
app/views/statusboards/show.json.jbuilder
app/views/teams/_assignment_fields.html.erb
app/views/teams/_form.html.erb
app/views/teams/edit.html.erb
app/views/teams/index.html.erb
app/views/teams/new.html.erb
app/views/users/_form.html.erb
app/views/users/edit.html.erb
app/views/users/index.html.erb
app/views/users/new.html.erb
bin/bundle
bin/rails
bin/rake
bin/setup
config.ru
lib/tasks/hourglass.rake
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
app/assets/javascripts/application.js0
app/controllers/application_controller.rb13
app/controllers/calendars_controller.rb11
app/controllers/slacks_controller.rb23
app/controllers/statusboards_controller.rb7