softwaregravy/lancaster

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.ruby-gemset
.ruby-version
.travis.yml
Gemfile
Gemfile.lock
Guardfile
Procfile
README.md
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/subscriptions.coffee
app/assets/javascripts/users.coffee
app/assets/javascripts/web_pages.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/scaffolds.scss
app/assets/stylesheets/subscriptions.scss
app/assets/stylesheets/users.scss
app/assets/stylesheets/web_pages.scss
app/controllers/application_controller.rb23
A
0 mins
app/controllers/feeds_controller.rb45
A
1 hr
app/controllers/subscriptions_controller.rb39
A
0 mins
app/controllers/users_controller.rb36
A
55 mins
app/controllers/web_pages_controller.rb45
A
1 hr
app/helpers/application_helper.rb2
A
0 mins
app/helpers/feeds_helper.rb2
A
0 mins
app/helpers/subscriptions_helper.rb2
A
0 mins
app/helpers/users_helper.rb2
A
0 mins
app/helpers/web_pages_helper.rb2
A
0 mins
app/models/ability.rb16
A
0 mins
app/models/feed.rb40
A
0 mins
app/models/notification.rb3
A
0 mins
app/models/post.rb21
A
0 mins
app/models/role.rb8
A
0 mins
app/models/sms_message.rb24
A
0 mins
app/models/sms_message_attempt.rb39
A
0 mins
app/models/subscribable.rb4
A
0 mins
app/models/subscription.rb21
A
0 mins
app/models/user.rb31
A
0 mins
app/models/web_page.rb22
A
0 mins
app/models/web_page_visit.rb22
A
0 mins
app/services/error_logger.rb15
A
0 mins
app/services/phone_number_formatter.rb25
A
0 mins
app/validators/uri_validator.rb24
A
0 mins
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/password_change.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/unlock_instructions.html.erb