Sha256: 57e0a153e67f526ca0cc9f57a56655bb8fd2c1b0807d5dab7cca88673f865acb

Contents?: true

Size: 278 Bytes

Versions: 81

Compression:

Stored size: 278 Bytes

Contents

# frozen_string_literal: true

gem 'blacklight', '>= 7.0'

run "bundle install"

# run the blacklight install generator
options = ENV.fetch("BLACKLIGHT_INSTALL_OPTIONS", '--devise --marc')

generate 'blacklight:install', options

# run the database migrations
rake "db:migrate"

Version data entries

81 entries across 81 versions & 2 rubygems

Version Path
blacklight-7.38.0 template.demo.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-7.37.0/template.demo.rb
blacklight-7.37.0 template.demo.rb
blacklight-7.36.2 template.demo.rb
blacklight-7.36.1 template.demo.rb
blacklight-7.36.0 template.demo.rb
blacklight-7.35.0 template.demo.rb
blacklight-8.1.0 template.demo.rb
blacklight-7.34.0 template.demo.rb
blacklight-8.0.1 template.demo.rb
blacklight-8.0.0 template.demo.rb
blacklight-8.0.0.beta8 template.demo.rb
blacklight-8.0.0.beta7 template.demo.rb
blacklight-8.0.0.beta6 template.demo.rb
blacklight-8.0.0.beta5 template.demo.rb
blacklight-7.33.1 template.demo.rb
blacklight-8.0.0.beta4 template.demo.rb
blacklight-8.0.0.beta3 template.demo.rb
blacklight-8.0.0.beta2 template.demo.rb
blacklight-8.0.0.beta1 template.demo.rb