• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

projecthydra-labs / geo_concerns
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 291-inject-or-copy-fs-controller
DEFAULT BRANCH: master
Repo Added 09 Nov 2015 08:55PM UTC
Files 98
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH 297-initializer-in-gem-instead-of-host-app
branch: 297-initializer-in-gem-instead-of-host-app
CHANGE BRANCH
x
Reset
  • 297-initializer-in-gem-instead-of-host-app
  • 130-preserve-fid
  • 166-update-populate-metadata
  • 169-provenance
  • 192-silence-minimagick
  • 218-add-docker
  • 221-geoserver-config
  • 224-multiple-geoservers
  • 232-docker-forwarding
  • 234-bbox-styling
  • 250-time-period-fix
  • 252-identifier
  • 254-wms-wfs
  • 254-wxs-doc-builder
  • 261-delivery-job-error
  • 264-messaging-namespace
  • 265-remove-image-derivative
  • 268-shapefile-zip
  • 271-identifier
  • 272-cc-1-7-0
  • 278-class-name
  • 280-layer-modified
  • 282-geom-type
  • 285-parent-presenters
  • 291-inject-or-copy-fs-controller
  • 293-inject-over-copy-download-controller
  • 299-remove-gbl-config
  • 302-remove-file-actor
  • 306-dont-copy-assets
  • 41-geoserver
  • 41-geoserver-raster
  • 70-geoblacklight-schema-v1
  • add-coveralls
  • add-parent
  • attach-buttons
  • bbox-icons
  • bbox-initial-state
  • bbox-leaflet
  • bbox-selector-update
  • better-vec-thumbnails
  • bump-to-0.0.6
  • catch-builder-errors
  • cc-0.11
  • cc-0.12.0.pre1
  • cc-relax
  • cc-update-0-14-0-pre3
  • cc-update-0-14-0-pre4
  • cc163
  • cc_1.6
  • cc_deprecations
  • cleanup
  • conforms-to
  • conforms-to-doc-fix
  • convert-to-any
  • coverage-class
  • coverage-renderer
  • curation-concerns-1.0
  • curation-concerns-upgrade
  • custom-file-set
  • define-slug
  • deploy-gem
  • deprecation-warnings
  • docker-update
  • download-actions
  • eliot-test
  • eliotjordan-patch-1
  • events
  • extract-metadata
  • extract-metadata2
  • feature-test
  • fgdc-extraction
  • fix-download-path
  • fix-stdin-for-rails-s
  • fix-view-names
  • fix_update_issues
  • force-generator
  • gemspec-improvements
  • generator-work
  • geo-metadata-forms
  • geoblacklight
  • geoserver-sync
  • image-work-create-spec
  • improve-install
  • improve-raster-thumb
  • improve-specs
  • issues-46-jrgriffiniii
  • issues-54-jrgriffiniii
  • johnhuck-patch-1
  • leaflet-basemap
  • mapnik-datasources
  • master
  • metadata-props
  • metadata-updates2
  • mime-select
  • move-fixtures
  • move-tasks
  • move-views
  • nice-geoserver
  • no-gemfile-lock
  • normalize-data
  • nuke-job-generator
  • parent-child
  • parent-methods
  • pass-id
  • pin-bundler
  • plugin
  • populate-metadata
  • populate-metadata-buttons
  • rake_server
  • readme-dependencies
  • readme-generate-cc
  • refactor-fgdc-extractor
  • refactor-processors
  • remove-formats
  • remove_bundler_pin
  • representative
  • require-ruby-2-3-0
  • root-url-geoblacklight
  • rspec-rubocop
  • rubocop
  • rubocop-deprecation
  • schema-migration
  • service-namespace
  • shapefile-thumbnail
  • simple-mapnik-v-0-1-2
  • simple-tiles
  • single-file-set
  • slack-badge
  • solr6
  • spec-naming
  • stack-diagram
  • suppress-add-files
  • template-update
  • thumbnail-size
  • travis-badge-update
  • travis-bundle-install
  • travis-changes
  • typo-fix
  • update-cc-beta-7
  • update-curation-concerns
  • update-engine-cart
  • update-simple-mapnik
  • update-to-cc-1-5
  • use-default-wrapper-config
  • use-shield-io
  • v0.0.1
  • v0.0.10
  • v0.0.2
  • v0.0.3
  • v0.0.4
  • v0.0.5
  • v0.0.6
  • v0.0.7
  • v0.0.8
  • v0.0.9
  • v0.1.0
  • v0.1.1
  • v0.2.0
  • v0.3.0
  • v0.3.1
  • v0.3.2
  • v0.3.3
  • v0.3.4
  • workshop
  • wrapper-updates

pending completion
1183

push

travis-ci

afred
Leave config within the gem.

Before this PR, much of the config that GeoConcerns relies on was copied into
the host application via Rails generators. This PR moves those configs from
generator templates into the gem's code base, where the Rails host app will
still be able to find and load them, but they will be less likely to conflict
with other gems, or with future upstream changes to Hyrax.

This is in compliance with the possible Hydra Plugin Guideline currently
being discussed here:

  https://github.com/projecthydra-labs/hydra_plugins_wg/issues/29

Closes #297.

6 of 6 new or added lines in 3 files covered. (100.0%)

1485 of 1485 relevant lines covered (100.0%)

22.54 hits per line

Relevant lines Covered
Build:
Build:
1485 RELEVANT LINES 1485 COVERED LINES
22.54 HITS PER LINE
Source Files on 297-initializer-in-gem-instead-of-host-app
  • List 0
  • Changed 89
  • Source Changed 0
  • Coverage Changed 89
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1183 297-initializer-in-gem-instead-of-host-app Leave config within the gem. Before this PR, much of the config that GeoConcerns relies on was copied into the host application via Rails generators. This PR moves those configs from generator templates into the gem's code base, where the Rails h... push 02 Feb 2017 10:49PM UTC afred travis-ci pending completion  
1181 297-initializer-in-gem-instead-of-host-app Leave config within the gem. Before this PR, much of the config that GeoConcerns relies on was copied into the host application via Rails generators. This PR moves those configs from generator templates into the gem's code base, where the Rails h... push 23 Jan 2017 06:48PM UTC afred travis-ci pending completion  
See All Builds (931)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc