.env | |
|
|
.gitignore | |
|
|
.ruby-version | |
|
|
.travis.yml | |
|
|
CONDUCT.md | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/assets/javascripts/announcements.js | 25 | A 0 mins |
|
app/assets/javascripts/application.js | 0 | A 0 mins |
|
app/assets/javascripts/mobile-nav.js | 59 | A 1 hr |
|
app/assets/javascripts/popup-nav.js | 21 | 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.rb | 24 | A 0 mins |
|
app/controllers/application_controller.rb | 17 | A 0 mins |
|
app/controllers/gem_ownership_transfers_controller.rb | 6 | A 0 mins |
|
app/controllers/gems_adoptions_controller.rb | 51 | A 0 mins |
|
app/controllers/gems_controller.rb | 15 | A 0 mins |
|
app/controllers/sessions_controller.rb | 24 | A 0 mins |
|
app/controllers/site_controller.rb | 11 | A 0 mins |
|
app/helpers/application_helper.rb | 2 | A 0 mins |
|
app/mailers/application_mailer.rb | 4 | A 0 mins |
|
app/mailers/notification_mailer.rb | 14 | A 0 mins |
|
app/models/adoption_request.rb | 6 | A 0 mins |
|
app/models/gem_ownership_transfer.rb | 6 | A 0 mins |
|
app/models/gems_adoption.rb | 9 | A 0 mins |
|
app/models/ruby_gem.rb | 6 | A 0 mins |
|
app/models/user.rb | 28 | 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 | |
|
|