Sha256: 1577fc52171706eb938f00ee098b36eef4cc890b6967bb30acac7cf9a38bc298
Contents?: true
Size: 813 Bytes
Versions: 8
Compression:
Stored size: 813 Bytes
Contents
# AboutPage To use in a Hydra app: # In Gemfile gem 'about_page', :git => 'git://github.com/sul-dlss/about_page.git' # In config/initializers/about_page.rb AboutPage.configure do |config| config.app_name = MyApplication.name # Application Name config.app_version = MyApplication::VERSION # Application Version config.fedora = AboutPage::Fedora.new(ActiveFedora::Base.connection_for_pid(0)) # Rubydora::Repository instance config.solr = AboutPage::Solr.new(ActiveFedora.solr) # RSolr instance end # In config/routes.rb mount AboutPage::Engine => '/about(.:format)' # Or whever you want to access the about page ## Known Issues * Solr must have LukeHandler enabled on /luke
Version data entries
8 entries across 8 versions & 1 rubygems