Skip to content

Instantly share code, notes, and snippets.

@atz
Created October 18, 2016 22:03
Show Gist options
  • Save atz/0c3c5bf7a4520f0b0bfb6333efec0d02 to your computer and use it in GitHub Desktop.
Save atz/0c3c5bf7a4520f0b0bfb6333efec0d02 to your computer and use it in GitHub Desktop.
active_fedora-noid generator output during rake engine_cart:generate
Bundle complete! 13 Gemfile dependencies, 60 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
test_app
generate active_fedora:noid:install
info Installing ActiveFedora::Noid
rake active_fedora_noid_engine:install:migrations
Copied migration 20161018220117_create_minter_states.active_fedora_noid_engine.rb from active_fedora_noid_engine
rake db:migrate
== 20161018220117 CreateMinterStates: migrating ===============================
-- create_table(:minter_states, {})
-> 0.0056s
-- add_index(:minter_states, :namespace, {:unique=>true})
-> 0.0010s
== 20161018220117 CreateMinterStates: migrated (0.0069s) ======================
generate active_fedora:noid:seed
info Initializing database table for namespace:template of 'default:.reeddeeddk'
Done generating test app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment