TCC-SocialNetwork/social_framework

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
Gemfile
MIT-LICENSE
README.md
Rakefile
app/assets/javascripts/social_framework/application.js0
A
0 mins
app/assets/stylesheets/social_framework/application.css
app/controllers/social_framework/application_controller.rb4
A
0 mins
app/controllers/users/confirmations_controller.rb2
A
0 mins
app/controllers/users/omniauth_callbacks_controller.rb2
A
0 mins
app/controllers/users/passwords_controller.rb2
A
0 mins
app/controllers/users/registrations_controller.rb10
A
0 mins
app/controllers/users/sessions_controller.rb11
A
0 mins
app/controllers/users/unlocks_controller.rb2
A
0 mins
app/helpers/social_framework/application_helper.rb4
A
0 mins
app/helpers/social_framework/network_helper.rb270
C
1 day
app/helpers/social_framework/route_helper.rb197
A
3 hrs
app/helpers/social_framework/schedule_helper.rb105
B
5 hrs
app/models/social_framework/edge.rb6
A
0 mins
app/models/social_framework/event.rb82
A
1 hr
app/models/social_framework/location.rb5
A
0 mins
app/models/social_framework/participant_event.rb6
A
0 mins
app/models/social_framework/route.rb7
A
0 mins
app/models/social_framework/schedule.rb77
A
35 mins
app/models/social_framework/user.rb111
A
1 hr
app/views/layouts/social_framework/application.html.erb
bin/rails
db/migrate/20160129004111_devise_create_social_framework_users.rb21
A
0 mins
db/migrate/20160226123409_create_social_framework_edges.rb12
A
0 mins
db/migrate/20160406131316_create_social_framework_schedules.rb9
A
0 mins
db/migrate/20160406133419_create_social_framework_events.rb13
A
0 mins
db/migrate/20160406134250_create_social_framework_events_schedules.rb8
A
0 mins
db/migrate/20160406165523_create_social_framework_participant_events.rb11
A
0 mins
db/migrate/20160516122239_create_social_framework_routes.rb16
A
0 mins
db/migrate/20160516122649_create_social_framework_locations.rb10
A
0 mins
lib/generators/social_framework/install_generator.rb29
A
0 mins
lib/generators/social_framework/install_migrations_generator.rb30
A
35 mins
lib/generators/social_framework/views_generator.rb25
A
0 mins
lib/generators/templates/initializers/devise.rb14
A
0 mins
lib/generators/templates/initializers/social_framework.rb2
A
0 mins
lib/generators/templates/views/confirmations/new.html.erb
lib/generators/templates/views/mailer/confirmation_instructions.html.erb
lib/generators/templates/views/mailer/password_change.html.erb
lib/generators/templates/views/mailer/reset_password_instructions.html.erb
lib/generators/templates/views/mailer/unlock_instructions.html.erb
lib/generators/templates/views/passwords/edit.html.erb
lib/generators/templates/views/passwords/new.html.erb
lib/generators/templates/views/registrations/edit.html.erb