rubygems/adoption-center

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.env
.gitignore
.ruby-version
.travis.yml
CONDUCT.md
Gemfile
Gemfile.lock
LICENSE
README.md
Rakefile
app/assets/javascripts/announcements.js25
A
0 mins
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/mobile-nav.js59
A
1 hr
app/assets/javascripts/popup-nav.js21
A
1 hr
app/assets/stylesheets/application.scss
app/assets/stylesheets/base.css
app/assets/stylesheets/layout.css
app/assets/stylesheets/modules/button.css
app/assets/stylesheets/modules/error.css
app/assets/stylesheets/modules/footer.css
app/assets/stylesheets/modules/form.css
app/assets/stylesheets/modules/gem.css
app/assets/stylesheets/modules/gems.css
app/assets/stylesheets/modules/header.css
app/assets/stylesheets/modules/home.css
app/assets/stylesheets/modules/nav/nav--paginated.css
app/assets/stylesheets/modules/nav/nav--v.css
app/assets/stylesheets/modules/org.css
app/assets/stylesheets/modules/search.css
app/assets/stylesheets/modules/shared.css
app/assets/stylesheets/modules/stats.css
app/assets/stylesheets/type.css
app/controllers/adoption_requests_controller.rb24
A
0 mins
app/controllers/application_controller.rb17
A
0 mins
app/controllers/gem_ownership_transfers_controller.rb6
A
0 mins
app/controllers/gems_adoptions_controller.rb51
A
0 mins
app/controllers/gems_controller.rb15
A
0 mins
app/controllers/sessions_controller.rb24
A
0 mins
app/controllers/site_controller.rb11
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/mailers/notification_mailer.rb14
A
0 mins
app/models/adoption_request.rb6
A
0 mins
app/models/gem_ownership_transfer.rb6
A
0 mins
app/models/gems_adoption.rb9
A
0 mins
app/models/ruby_gem.rb6
A
0 mins
app/models/user.rb28
A
0 mins
app/views/adoption_requests/_adoption_request.html.erb
app/views/adoption_requests/index.html.erb
app/views/adoption_requests/new.html.erb