enju_nii 0.3.2 → 0.4.0.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -8
  3. data/{lib/enju_nii/cinii_book.rb → app/models/concerns/enju_nii/enju_manifestation.rb} +19 -17
  4. data/app/models/nii_type.rb +1 -1
  5. data/lib/enju_nii/engine.rb +1 -1
  6. data/lib/enju_nii/version.rb +1 -1
  7. data/lib/enju_nii.rb +1 -22
  8. data/spec/dummy/app/models/user.rb +2 -1
  9. data/spec/dummy/bin/bundle +1 -1
  10. data/spec/dummy/bin/setup +1 -3
  11. data/spec/dummy/bin/update +4 -2
  12. data/spec/dummy/bin/yarn +3 -3
  13. data/spec/dummy/config/application.rb +1 -3
  14. data/spec/dummy/config/database.yml +70 -9
  15. data/spec/dummy/config/environments/test.rb +0 -3
  16. data/spec/dummy/db/migrate/029_create_subjects.rb +3 -6
  17. data/spec/dummy/db/migrate/20081027150907_create_picture_files.rb +2 -0
  18. data/spec/dummy/db/migrate/20100606065209_create_user_has_roles.rb +2 -4
  19. data/spec/dummy/db/migrate/20140122054321_create_profiles.rb +4 -5
  20. data/spec/dummy/db/migrate/20150923173139_add_url_to_classification.rb +5 -0
  21. data/spec/dummy/db/migrate/20150925092505_add_label_to_classification.rb +5 -0
  22. data/spec/dummy/db/migrate/20160319144230_create_issn_records.rb +11 -0
  23. data/spec/dummy/db/migrate/20160506144040_create_isbn_records.rb +11 -0
  24. data/spec/dummy/db/migrate/20170116134107_create_issn_record_and_manifestations.rb +11 -0
  25. data/spec/dummy/db/migrate/20170116134120_create_isbn_record_and_manifestations.rb +11 -0
  26. data/spec/dummy/db/migrate/20190630113817_add_display_name_translations_to_library_group.rb +12 -0
  27. data/spec/dummy/db/migrate/20190630115523_add_login_banner_translations_to_library_group.rb +6 -0
  28. data/spec/dummy/db/migrate/20190630151446_add_display_name_translations_to_role.rb +5 -0
  29. data/spec/dummy/db/migrate/20190712163038_add_display_name_translations_to_carrier_type.rb +21 -0
  30. data/spec/dummy/db/migrate/20190713114940_add_profile_id_to_user.rb +5 -0
  31. data/spec/dummy/db/migrate/20190713115451_add_full_name_translations_to_profile.rb +5 -0
  32. data/spec/dummy/db/schema.rb +157 -231
  33. data/spec/fixtures/agent_types.yml +11 -11
  34. data/spec/fixtures/carrier_types.yml +32 -16
  35. data/spec/fixtures/roles.yml +22 -5
  36. data/spec/models/cinii_book_spec.rb +0 -3
  37. data/spec/rails_helper.rb +5 -2
  38. metadata +239 -355
  39. data/spec/dummy/config/initializers/statesman.rb +0 -3
  40. data/spec/dummy/db/migrate/149_create_message_templates.rb +0 -18
  41. data/spec/dummy/db/migrate/154_create_messages.rb +0 -23
  42. data/spec/dummy/db/migrate/20080819181903_create_message_requests.rb +0 -18
  43. data/spec/dummy/db/migrate/20080830172106_create_exemplifies.rb +0 -13
  44. data/spec/dummy/db/migrate/20090719201843_create_extents.rb +0 -12
  45. data/spec/dummy/db/migrate/20091202124834_create_versions.rb +0 -18
  46. data/spec/dummy/db/migrate/20110913115320_add_lft_and_rgt_to_message.rb +0 -11
  47. data/spec/dummy/db/migrate/20120125050502_add_depth_to_message.rb +0 -6
  48. data/spec/dummy/db/migrate/20121116033446_add_doi_to_manifestation.rb +0 -6
  49. data/spec/dummy/db/migrate/20140518111006_create_message_transitions.rb +0 -18
  50. data/spec/dummy/db/migrate/20140518135713_create_message_request_transitions.rb +0 -18
  51. data/spec/dummy/db/migrate/20151213070943_add_translation_table_to_library_group.rb +0 -18
  52. data/spec/dummy/db/migrate/20151213072705_add_footer_banner_to_library_group.rb +0 -22
  53. data/spec/dummy/db/migrate/20160703185015_add_most_recent_to_message_transitions.rb +0 -9
  54. data/spec/dummy/db/migrate/20160814165332_add_most_recent_to_message_request_transitions.rb +0 -9
  55. data/spec/dummy/db/migrate/20190818075603_add_memo_to_manifestation.rb +0 -5
  56. data/spec/dummy/db/migrate/20190818075628_add_memo_to_item.rb +0 -5
  57. data/spec/dummy/db/migrate/20191219122214_create_custom_properties.rb +0 -12
  58. data/spec/dummy/db/migrate/20200425072340_create_manifestation_custom_properties.rb +0 -12
  59. data/spec/dummy/db/migrate/20200425072349_create_item_custom_properties.rb +0 -12
  60. data/spec/dummy/db/migrate/20200425074758_create_manifestation_custom_values.rb +0 -12
  61. data/spec/dummy/db/migrate/20200425074822_create_item_custom_values.rb +0 -12
  62. data/spec/dummy/private/system/resource_export_files/resource_exports/000/000/001/original/resource_export.txt +0 -130
  63. data/spec/factories/identifier.rb +0 -7
  64. data/spec/factories/manifestation.rb +0 -6
  65. data/spec/fixtures/profiles.yml +0 -98
  66. data/spec/models/resource_export_file_spec.rb +0 -38
@@ -1,3 +0,0 @@
1
- Statesman.configure do
2
- storage_adapter(Statesman::Adapters::ActiveRecord)
3
- end
@@ -1,18 +0,0 @@
1
- class CreateMessageTemplates < ActiveRecord::Migration[4.2]
2
- def self.up
3
- create_table :message_templates do |t|
4
- t.string :status, null: false
5
- t.text :title, null: false
6
- t.text :body, null: false
7
- t.integer :position
8
- t.string :locale, default: I18n.default_locale.to_s
9
-
10
- t.timestamps
11
- end
12
- add_index :message_templates, :status, unique: true
13
- end
14
-
15
- def self.down
16
- drop_table :message_templates
17
- end
18
- end
@@ -1,23 +0,0 @@
1
- class CreateMessages < ActiveRecord::Migration[4.2]
2
- def self.up
3
- create_table :messages, force: true do |t|
4
- t.datetime :read_at
5
- t.integer :receiver_id, :sender_id
6
- t.string :subject, null: false
7
- t.text :body
8
- t.integer :message_request_id
9
- t.integer :parent_id
10
-
11
- t.timestamps
12
- end
13
-
14
- add_index :messages, :sender_id
15
- add_index :messages, :receiver_id
16
- add_index :messages, :message_request_id
17
- add_index :messages, :parent_id
18
- end
19
-
20
- def self.down
21
- drop_table :messages
22
- end
23
- end
@@ -1,18 +0,0 @@
1
- class CreateMessageRequests < ActiveRecord::Migration[4.2]
2
- def self.up
3
- create_table :message_requests do |t|
4
- t.integer :sender_id
5
- t.integer :receiver_id
6
- t.integer :message_template_id
7
- t.datetime :sent_at
8
- t.datetime :deleted_at
9
- t.text :body
10
-
11
- t.timestamps
12
- end
13
- end
14
-
15
- def self.down
16
- drop_table :message_requests
17
- end
18
- end
@@ -1,13 +0,0 @@
1
- class CreateExemplifies < ActiveRecord::Migration[4.2]
2
- def change
3
- create_table :exemplifies do |t|
4
- t.integer :manifestation_id, null: false
5
- t.integer :item_id, null: false
6
- t.integer :position
7
-
8
- t.timestamps
9
- end
10
- add_index :exemplifies, :manifestation_id
11
- add_index :exemplifies, :item_id, unique: true
12
- end
13
- end
@@ -1,12 +0,0 @@
1
- class CreateExtents < ActiveRecord::Migration[4.2]
2
- def change
3
- create_table :extents do |t|
4
- t.string :name, null: false
5
- t.text :display_name
6
- t.text :note
7
- t.integer :position
8
-
9
- t.timestamps
10
- end
11
- end
12
- end
@@ -1,18 +0,0 @@
1
- class CreateVersions < ActiveRecord::Migration[4.2]
2
- def self.up
3
- create_table :versions do |t|
4
- t.string :item_type, null: false
5
- t.integer :item_id, null: false
6
- t.string :event, null: false
7
- t.string :whodunnit
8
- t.text :object
9
- t.datetime :created_at
10
- end
11
- add_index :versions, [:item_type, :item_id]
12
- end
13
-
14
- def self.down
15
- remove_index :versions, [:item_type, :item_id]
16
- drop_table :versions
17
- end
18
- end
@@ -1,11 +0,0 @@
1
- class AddLftAndRgtToMessage < ActiveRecord::Migration[4.2]
2
- def self.up
3
- add_column :messages, :lft, :integer
4
- add_column :messages, :rgt, :integer
5
- end
6
-
7
- def self.down
8
- remove_column :messages, :rgt
9
- remove_column :messages, :lft
10
- end
11
- end
@@ -1,6 +0,0 @@
1
- class AddDepthToMessage < ActiveRecord::Migration[4.2]
2
- def change
3
- add_column :messages, :depth, :integer
4
-
5
- end
6
- end
@@ -1,6 +0,0 @@
1
- class AddDoiToManifestation < ActiveRecord::Migration[4.2]
2
- def change
3
- add_column :manifestations, :doi, :string
4
- add_index :manifestations, :doi
5
- end
6
- end
@@ -1,18 +0,0 @@
1
- class CreateMessageTransitions < ActiveRecord::Migration[4.2]
2
- def change
3
- create_table :message_transitions do |t|
4
- t.string :to_state
5
- if ActiveRecord::Base.configurations[Rails.env]["adapter"].try(:match, /mysql/)
6
- t.text :metadata
7
- else
8
- t.text :metadata, default: "{}"
9
- end
10
- t.integer :sort_key
11
- t.integer :message_id
12
- t.timestamps
13
- end
14
-
15
- add_index :message_transitions, :message_id
16
- add_index :message_transitions, [:sort_key, :message_id], unique: true
17
- end
18
- end
@@ -1,18 +0,0 @@
1
- class CreateMessageRequestTransitions < ActiveRecord::Migration[4.2]
2
- def change
3
- create_table :message_request_transitions do |t|
4
- t.string :to_state
5
- if ActiveRecord::Base.configurations[Rails.env]["adapter"].try(:match, /mysql/)
6
- t.text :metadata
7
- else
8
- t.text :metadata, default: "{}"
9
- end
10
- t.integer :sort_key
11
- t.integer :message_request_id
12
- t.timestamps
13
- end
14
-
15
- add_index :message_request_transitions, :message_request_id
16
- add_index :message_request_transitions, [:sort_key, :message_request_id], unique: true, name: "index_message_request_transitions_on_sort_key_and_request_id"
17
- end
18
- end
@@ -1,18 +0,0 @@
1
- # This migration comes from enju_library_engine (originally 20151213070943)
2
- class AddTranslationTableToLibraryGroup < ActiveRecord::Migration[4.2]
3
- def up
4
- if defined?(Globalize)
5
- LibraryGroup.create_translation_table!({
6
- login_banner: :text
7
- }, {
8
- migrate_data: true
9
- })
10
- end
11
- end
12
-
13
- def down
14
- if defined?(Globalize)
15
- LibraryGroup.drop_translation_table! migrate_data: true
16
- end
17
- end
18
- end
@@ -1,22 +0,0 @@
1
- # This migration comes from enju_library_engine (originally 20151213072705)
2
- class AddFooterBannerToLibraryGroup < ActiveRecord::Migration[4.2]
3
- def up
4
- if defined?(Globalize)
5
- LibraryGroup.add_translation_fields! footer_banner: :text
6
- end
7
-
8
- if defined?(AwesomeHstoreTranslate)
9
- add_column :library_groups, :footer_banner, :hstore
10
- end
11
- end
12
-
13
- def down
14
- if defined?(Globalize)
15
- remove_column :library_group_translations, :footer_banner
16
- end
17
-
18
- if defined?(AwesomeHstoreTranslate)
19
- remove_column :library_groups, :footer_banner
20
- end
21
- end
22
- end
@@ -1,9 +0,0 @@
1
- class AddMostRecentToMessageTransitions < ActiveRecord::Migration[4.2]
2
- def up
3
- add_column :message_transitions, :most_recent, :boolean, null: true
4
- end
5
-
6
- def down
7
- remove_column :message_transitions, :most_recent
8
- end
9
- end
@@ -1,9 +0,0 @@
1
- class AddMostRecentToMessageRequestTransitions < ActiveRecord::Migration[4.2]
2
- def up
3
- add_column :message_request_transitions, :most_recent, :boolean, null: true
4
- end
5
-
6
- def down
7
- remove_column :message_request_transitions, :most_recent
8
- end
9
- end
@@ -1,5 +0,0 @@
1
- class AddMemoToManifestation < ActiveRecord::Migration[5.2]
2
- def change
3
- add_column :manifestations, :memo, :text
4
- end
5
- end
@@ -1,5 +0,0 @@
1
- class AddMemoToItem < ActiveRecord::Migration[5.2]
2
- def change
3
- add_column :items, :memo, :text
4
- end
5
- end
@@ -1,12 +0,0 @@
1
- class CreateCustomProperties < ActiveRecord::Migration[5.2]
2
- def change
3
- create_table :custom_properties do |t|
4
- t.integer :resource_id, null: false
5
- t.string :resource_type, null: false
6
- t.text :label, null: false
7
- t.text :value
8
-
9
- t.timestamps
10
- end
11
- end
12
- end
@@ -1,12 +0,0 @@
1
- class CreateManifestationCustomProperties < ActiveRecord::Migration[5.2]
2
- def change
3
- create_table :manifestation_custom_properties do |t|
4
- t.string :name, null: false, comment: 'ラベル名', index: {unique: true}
5
- t.text :display_name, null: false, comment: '表示名'
6
- t.text :note, comment: '備考'
7
- t.integer :position, default: 1, null: false
8
-
9
- t.timestamps
10
- end
11
- end
12
- end
@@ -1,12 +0,0 @@
1
- class CreateItemCustomProperties < ActiveRecord::Migration[5.2]
2
- def change
3
- create_table :item_custom_properties do |t|
4
- t.string :name, null: false, comment: 'ラベル名', index: {unique: true}
5
- t.text :display_name, null: false, comment: '表示名'
6
- t.text :note, comment: '備考'
7
- t.integer :position, default: 1, null: false
8
-
9
- t.timestamps
10
- end
11
- end
12
- end
@@ -1,12 +0,0 @@
1
- class CreateManifestationCustomValues < ActiveRecord::Migration[5.2]
2
- def change
3
- create_table :manifestation_custom_values do |t|
4
- t.references :manifestation_custom_property, null: false, foreign_key: true, index: {name: 'index_manifestation_custom_values_on_custom_property_id'}
5
- t.references :manifestation, null: false, foreign_key: true
6
- t.text :value
7
-
8
- t.timestamps
9
- end
10
- add_index :manifestation_custom_values, [:manifestation_custom_property_id, :manifestation_id], unique: true, name: 'index_manifestation_custom_values_on_property_manifestation'
11
- end
12
- end
@@ -1,12 +0,0 @@
1
- class CreateItemCustomValues < ActiveRecord::Migration[5.2]
2
- def change
3
- create_table :item_custom_values do |t|
4
- t.references :item_custom_property, null: false, foreign_key: true, index: {name: 'index_item_custom_values_on_custom_property_id'}
5
- t.references :item, null: false, foreign_key: true
6
- t.text :value
7
-
8
- t.timestamps
9
- end
10
- add_index :item_custom_values, [:item_custom_property_id, :item_id], unique: true, name: 'index_item_custom_values_on_custom_item_property_and_item_id'
11
- end
12
- end
@@ -1,130 +0,0 @@
1
- manifestation_id original_title title_alternative title_transcription statement_of_responsibility serial manifestation_identifier creator contributor publisher pub_date year_of_publication publication_place manifestation_created_at manifestation_updated_at carrier_type content_type frequency language isbn issn volume_number volume_number_string edition edition_string issue_number issue_number_string serial_number extent start_page end_page dimensions height width depth price access_address manifestation_required_role description note identifier:ncid series_statement_id series_statement_original_title series_statement_title_subseries series_statement_title_subseries_transcription series_statement_title_transcription series_statement_creator series_statement_volume_number series_statement_series_master series_statement_root_manifestation_id series_statement_manifestation_id series_statement_position series_statement_note series_statement_created_at series_statement_updated_at memo ncid item_id item_identifier binding_item_identifier call_number shelf item_note accepted_at acquired_at item_created_at item_updated_at bookstore budget_type item_required_role item_price memo
2
- 1 よくわかる最新Webサービス技術 "" "" "" 2007-11-19 07:59:00 UTC 2007-11-19 07:59:00 UTC volume text unknown unknown "" "" 1 100 Guest 4798002062//12345678 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 4798002062
3
- 2 情報通信ハンドブック2005 "" "" "" 2007-11-19 07:59:01 UTC 2007-11-19 07:59:01 UTC volume text unknown unknown "" "" Guest 4915724824 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 4915724824
4
- 3 これからの生命科学研究者のためのバイオ特許入門講座 "" "" "" 2007-11-19 07:59:02 UTC 2007-11-19 07:59:02 UTC volume text unknown unknown "" "" http://www.slis.keio.ac.jp/ Guest 4897063590 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 4897063590
5
- 4 THE BIOTECH INVESTOR'S BIBLE "" "" "" 2007-11-19 07:59:03 UTC 2007-11-19 07:59:03 UTC volume text unknown unknown "" "" Guest 0471412791 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 0471412791
6
- 5 顧客満足型マーケティングの構図 "" "" "" 2007-11-19 07:59:04 UTC 2007-11-19 07:59:04 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
7
- 6 仕組み革新の時代 "" "" "" 2007-11-19 07:59:05 UTC 2007-11-19 07:59:05 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
8
- 7 dictionary of e-business "" "" "" 2007-11-19 07:59:06 UTC 2007-11-19 07:59:06 UTC volume text unknown unknown "" "" Guest 0470844701 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 0470844701
9
- 8 Webサービス完全解説 "" "" "" 2007-11-19 07:59:07 UTC 2007-11-19 07:59:07 UTC volume text unknown unknown "" "" Guest 4798101028 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 4798101028
10
- 9 逐条解説不正競争防止法 "" "" "" 2007-11-19 07:59:08 UTC 2007-11-19 07:59:08 UTC volume text unknown unknown "" "" Guest 4641143331 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 4641143331
11
- 10 Apache Lucene入門 : Java・オープンソース・全文検索システムの構築 "" "" "" 2007-11-19 07:59:09 UTC 2007-11-19 07:59:09 UTC volume text unknown unknown "" "" Guest 9784774127804 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 9784774127804
12
- 11 Webサービス完全構築ガイド "" "" "" 2007-11-19 07:59:20 UTC 2007-11-19 07:59:20 UTC volume text unknown unknown "" "" User "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
13
- 22 YouTube - Open Source ILS Song "" "" "" 2008-04-16 15:34:01 UTC 2007-11-19 07:59:21 UTC volume text unknown unknown "" "" http://jp.youtube.com/watch?v=BSHBzd9ftDE Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
14
- 23 世界の美しい図書館集めてみた【第一弾】 "" "" "" 2007-11-19 07:58:58 UTC 2008-04-16 15:34:01 UTC volume text unknown unknown "" "" http://www.nicovideo.jp/watch/sm3015373 Administrator "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
15
- 101 CGI基礎講座 : Perl・プログラミング・日本語処理 "" "" "" 2010-02-21 06:47:09 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
16
- 102 CGIレスキュー実践Perlプログラミング : Web裏技 "" "" "" 2010-02-21 05:57:08 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
17
- 103 Perlクックブック. v.2 "" "" "" 2010-02-21 01:51:48 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
18
- 104 Perlクックブック. v.1 "" "" "" 2010-02-21 01:51:33 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
19
- 105 初めてのPerl. 続 "" "" "" 2010-02-21 01:48:14 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
20
- 106 Perl & XML "" "" "" 2010-02-21 01:45:48 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
21
- 107 はじめてのPerlモジュール : 厳選実用モジュール集 "" "" "" 2010-02-21 00:59:01 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
22
- 108 Perl 5パワフルテクニック大全集 "" "" "" 2010-02-20 23:13:17 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
23
- 109 CGI/Perlパワープログラミング "" "" "" 2010-02-20 08:26:08 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
24
- 110 Ruby/GTKプログラミング入門 : Rubyで作って遊ぶGUIプログラミング "" "" "" 2010-02-19 04:09:56 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
25
- 111 すぐわかるPerl "" "" "" 2010-02-19 04:07:28 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
26
- 112 CGIのための実践入門Perl : 対話的・動きのあるWebページを作ろう "" "" "" 2010-02-19 04:06:51 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
27
- 113 プログラミングは難しくない! : ウェブではじめるJavaScript/Perl/Java "" "" "" 2010-02-19 02:02:27 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
28
- 114 Rubyを256倍使うための本. 魔道編 "" "" "" 2010-02-18 20:46:08 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest 9784756137470 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 9784756137470
29
- 115 入門Perl "" "" "" 2010-02-18 20:40:17 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
30
- 116 sed & awkプログラミング : UNIX power tools "" "" "" 2010-02-18 20:39:01 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest 9784756100917 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 9784756100917
31
- 117 Perlの達人 "" "" "" 2010-02-18 01:23:27 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
32
- 118 ナチ強制・絶滅収容所 : 18施設内の生と死 "" "" "" 2010-02-16 16:12:08 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
33
- 119 Perl基礎講座 "" "" "" 2010-02-15 19:30:37 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
34
- 120 Rubyプログラミング入門 "" "" "" 2010-02-15 19:29:59 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest 9784274063855 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 9784274063855
35
- 121 Django×Python "" "" "" 2010-01-29 21:22:35 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
36
- 122 みんなのPython "" "" "" 2010-01-29 21:17:32 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
37
- 123 Rubyでgroonga使って全文検索 - ラングバ "" "" "" 2009-10-25 04:20:34 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
38
- 124 まちづくり三鷹図書館(Ruby図書館情報システム デモサイト) "" "" "" 2009-10-20 04:46:44 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
39
- 125 Ruby on Rails入門 : 優しいRailsの育て方 "" "" "" 2009-10-15 20:16:48 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
40
- 126 Ruby Cookbook "" "" "" 2009-06-29 03:44:11 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
41
- 127 CGI programming on the World Wide Web "" "" "" 2009-06-19 04:45:14 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
42
- 128 Genomic Perl "" "" "" 2009-06-19 04:27:46 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
43
- 129 Indians of the Pacific Northwest "" "" "" 2009-06-19 03:16:23 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
44
- 130 Massachusetts acid rain monitoring project / Massachusetts acid rain monitoring project A.R.M "" "" "" 2009-06-19 03:03:29 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
45
- 131 International Symposium Genes and Chromosomes Structure and Function "" "" "" 2009-06-19 03:02:48 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
46
- 132 Perl black book, 2nd edition "" "" "" 2009-06-19 02:42:02 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
47
- 133 Python scripting for computational science "" "" "" 2009-06-19 02:18:01 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
48
- 134 Tests on a gold ore from the Ruby Basin, Black Hills "" "" "" 2009-06-19 02:06:07 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
49
- 135 Official guide to programming with CGI.pm / Programming with CGI.pm / Official guide to programming with CGI.pm "" "" "" 2009-06-19 01:54:21 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
50
- 136 Three little words [sound recording] / Nevertheless (I'm in love with you) / I love you so much / All alone Monday / Where did you get that girl? / Thinking of you / I wanna be loved by you / Who's sorry now? / My sunny Tennessee / So long Oolong / Three little words "" "" "" 2009-06-19 01:46:46 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
51
- 137 Femtosecond time-resolved spectroscopy of organic molecular crystals / Time-resolved spectroscopy of organic molecular crystals, Femtosecond "" "" "" 2009-06-19 01:18:59 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
52
- 138 CGI programming with Perl "" "" "" 2009-06-19 00:19:08 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
53
- 139 Python and XML / Python &amp; XML / XML processing with Python "" "" "" 2009-06-19 00:19:02 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
54
- 140 Perl cookbook / Solutions and examples for Perl programmers "" "" "" 2009-06-19 00:19:01 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
55
- 141 Mastering Perl/Tk / Perl/Tk "" "" "" 2009-06-19 00:19:00 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
56
- 142 Mastering algorithms with Perl / Practical programming through computer science "" "" "" 2009-06-19 00:18:58 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
57
- 143 Programming Perl "" "" "" 2009-06-19 00:18:45 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
58
- 144 Fort Worth &amp; Tarrant County / Fort Worth and Tarrant County "" "" "" 2009-06-18 22:49:42 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
59
- 145 Monty Python's Spamalot [sound recording] / Spamalot / Spamalot / Monty Python and the Holy Grail (Motion picture) "" "" "" 2009-06-18 21:44:35 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
60
- 146 AWK programming language "" "" "" 2009-06-18 21:28:27 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
61
- 147 Toting the lead row "" "" "" 2009-06-18 17:16:22 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
62
- 148 Afro-American blues and game songs "" "" "" 2009-06-18 17:09:17 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
63
- 149 Perl/Tk pocket reference "" "" "" 2009-06-18 16:10:56 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
64
- 150 politics of improving urban air quality "" "" "" 2009-06-18 15:42:38 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
65
- 151 Perl developer's dictionary "" "" "" 2009-06-18 15:13:13 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
66
- 152 Andrテδゥ Poitiers "" "" "" 2009-06-18 14:58:14 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
67
- 153 PERL and CGI for the World Wide Web [electronic resource] / Visual QuickStart guide "" "" "" 2009-06-18 14:43:08 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
68
- 154 Python tutorial "" "" "" 2009-06-18 14:17:40 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
69
- 155 Line shapes of paramagnetic resonances in ruby "" "" "" 2009-06-18 13:44:00 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
70
- 156 Perl programmer's reference "" "" "" 2009-06-18 13:19:34 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
71
- 157 Technological capabilities in developing countries "" "" "" 2009-06-18 12:58:42 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
72
- 158 phenomena of vagueness "" "" "" 2009-06-18 12:44:38 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
73
- 159 theory of consumer's demand "" "" "" 2009-06-18 12:10:02 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
74
- 160 theory of consumer's demand "" "" "" 2009-06-18 12:10:01 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
75
- 161 Monty Python, Shakespeare, and English Renaissance drama "" "" "" 2009-06-18 11:37:58 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
76
- 162 Analyzing computer system performance with PERL::PDQ "" "" "" 2009-06-18 11:29:54 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
77
- 163 equilibrium of the reaction between the manganate, permanganate, and hydroxide of potassium, and manganese dioxide "" "" "" 2009-06-18 11:16:44 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
78
- 164 Stimulated optical emission in ruby "" "" "" 2009-06-18 11:05:25 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
79
- 165 Strategic planning and risk analysis "" "" "" 2009-06-18 08:41:41 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
80
- 166 Performance assertion checking "" "" "" 2009-06-18 08:34:03 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
81
- 167 Spin-lattice relaxation time of ruby "" "" "" 2009-06-18 07:26:38 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
82
- 168 Mourning Ruby "" "" "" 2009-06-18 07:25:25 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
83
- 169 statistical analysis of banking performance in the Eastern Caribbean Currency Union in the 1990s "" "" "" 2009-06-18 06:53:44 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
84
- 170 Professional Perl programming / Perl programming "" "" "" 2009-06-18 06:52:50 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
85
- 171 Perl in a nutshell "" "" "" 2009-06-18 06:40:53 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
86
- 172 Programming Web services with Perl "" "" "" 2009-06-18 06:34:21 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
87
- 173 Proceedings of the Trieste Workshop on the search for New Elementary Particles / International journal of modern physics / Search for new elementary particles "" "" "" 2009-06-18 06:08:06 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
88
- 174 Europeras 3 &amp; 4 / Europera "" "" "" 2009-06-18 06:05:43 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
89
- 175 Retreats from realism in recent English drama "" "" "" 2009-06-18 06:03:06 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
90
- 176 Python programming patterns "" "" "" 2009-06-18 05:52:11 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
91
- 177 Beginning Perl for bioinformatics "" "" "" 2009-06-18 04:45:13 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
92
- 178 Learning Perl "" "" "" 2009-06-18 04:45:11 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
93
- 179 Effective awk programming "" "" "" 2009-06-18 04:45:09 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
94
- 180 Python standard library / Annotated reference for Python 2.0 "" "" "" 2009-06-18 04:45:04 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
95
- 181 Programming Python "" "" "" 2009-06-18 04:45:04 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
96
- 182 Perl CD bookshelf "" "" "" 2009-06-18 04:44:56 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
97
- 183 Programming Perl "" "" "" 2009-06-18 04:44:55 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
98
- 184 Sed &amp; awk pocket reference / Sed and awk pocket reference "" "" "" 2009-06-18 04:44:54 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
99
- 185 Perl power! "" "" "" 2009-06-18 04:41:37 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
100
- 186 ATOKダイレクト API for Perl / Ruby?|?さらに使いこなす?|?ATOK.com "" "" "" 2008-12-19 08:52:47 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
101
- 187 Welcome ― Ruby Enterprise Edition "" "" "" 2008-10-19 06:58:50 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
102
- 188 Pythonクックブック "" "" "" 2008-08-21 15:27:29 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
103
- 189 みんなのPython インデントの世界へようこそ! object oriented-lightweight language Python "" "" "" 2008-08-21 15:20:59 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
104
- 190 Django | The Web framework for perfectionists with deadlines "" "" "" 2008-05-20 04:06:31 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
105
- 191 fac-back-opac - Google Code "" "" "" 2008-05-19 13:36:11 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
106
- 192 Rubyクックブック "" "" "" 2008-03-04 16:37:55 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest 9784873113241 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 9784873113241
107
- 193 Rubyレシピブック "" "" "" 2008-03-04 16:30:39 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest 4797340045//9784797340044 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 4797340045
108
- 194 初めてのPerl 第3版 "" "" "" 2007-11-19 08:56:37 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
109
- 195 続・初めてのPerl 改訂版 "" "" "" 2007-11-19 08:55:42 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
110
- 196 たのしいRuby 第2版 Rubyではじめる気軽なプログラミング "" "" "" 2007-11-19 08:55:41 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest 9784797336610 "" "" "" "" "" "" "" "" "" "" "" "" "" "" 9784797336610
111
- 197 Ruby "" "" "" 2007-11-19 08:55:41 UTC 2010-03-15 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
112
- 198 紅玉の本 "" "" "" 2007-11-19 08:55:41 UTC 2010-03-15 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
113
- 201 テスト雑誌2005年1月号 true "" "" "" 2007-11-19 08:55:41 UTC 2010-03-01 07:14:18 UTC volume text weekly unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
114
- 202 テスト雑誌2月号 true "" "" "" 2007-11-19 08:55:41 UTC 2010-03-01 07:14:18 UTC volume text weekly unknown "" "" 1 2 2 Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
115
- 203 テスト単行本記事2005 false "" "" "" 2010-03-03 08:00:00 UTC 2010-03-01 07:14:18 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
116
- 204 テスト雑誌1月号の記事1 2005 true "" "" "" 2010-03-03 11:00:00 UTC 2010-03-03 11:00:00 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
117
- 205 テスト雑誌1月号の記事2 "" "" "" 1999-12-31 15:00:00 UTC 2010-03-03 11:00:00 UTC 2010-03-03 11:00:00 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
118
- 206 テスト雑誌2月号の記事1 "" "" "" 2009-12-31 15:00:00 UTC 2010-03-03 11:00:00 UTC 2010-03-03 11:00:00 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
119
- 207 試験単行本 "" "" "" 2010-03-03 11:00:00 UTC 2010-03-03 11:00:00 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
120
- 208 ある出版物 "" "" "" 2010-03-16 02:00:00 UTC 2010-03-16 02:00:00 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
121
- 209 権限確認Admin専用1 "" "" "" 2010-03-19 04:00:00 UTC 2010-03-19 04:00:00 UTC volume text unknown unknown "" "" Administrator "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
122
- 210 権限確認Admin専用2 "" "" "" 2010-03-19 04:00:00 UTC 2010-03-19 04:00:00 UTC volume text unknown unknown "" "" Administrator "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
123
- 211 権限確認Librarian以上用1 "" "" "" 2010-03-19 04:00:00 UTC 2010-03-19 04:00:00 UTC volume text unknown unknown "" "" Librarian "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
124
- 212 権限確認Librarian以上用2 "" "" "" 2010-03-19 04:00:00 UTC 2010-03-19 04:00:00 UTC volume text unknown unknown "" "" Librarian "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
125
- 213 権限確認User以上用1 "" "" "" 2010-03-19 04:00:00 UTC 2010-03-19 04:00:00 UTC volume text unknown unknown "" "" User "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
126
- 214 権限確認User以上用2 "" "" "" 2010-03-19 04:00:00 UTC 2010-03-19 04:00:00 UTC volume text unknown unknown "" "" User "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
127
- 215 権限確認 "" "" "" 2010-03-19 04:00:00 UTC 2010-03-19 04:00:00 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
128
- 216 権限確認 "" "" "" 2010-03-19 04:00:00 UTC 2010-03-19 04:00:00 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
129
- 217 manifestation_title_1 "" "" "" 2021-08-29 07:09:21 UTC 2021-08-29 07:09:21 UTC volume text unknown unknown "" "" Guest a11223344 "" "" "" "" "" "" "" "" "" "" "" "" "" "" a11223344
130
- 218 manifestation_title_2 "" "" "" 2021-08-29 07:09:21 UTC 2021-08-29 07:09:21 UTC volume text unknown unknown "" "" Guest "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
@@ -1,7 +0,0 @@
1
- FactoryBot.define do
2
- factory :identifier do
3
- sequence(:body){|n| "identifier_body_#{n}"}
4
- identifier_type_id{FactoryBot.create(:identifier_type).id}
5
- association(:manifestation)
6
- end
7
- end
@@ -1,6 +0,0 @@
1
- FactoryBot.define do
2
- factory :manifestation do |f|
3
- f.sequence(:original_title){|n| "manifestation_title_#{n}"}
4
- f.carrier_type_id{CarrierType.find(1).id}
5
- end
6
- end