enju_flower 0.1.0.pre20 → 0.1.0.pre21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +3 -0
  3. data/app/views/manifestations/_index_form_series_statement.html.erb +1 -1
  4. data/app/views/manifestations/_manifestation.html.erb +4 -1
  5. data/app/views/manifestations/_show_detail_librarian.html.erb +3 -1
  6. data/app/views/manifestations/_show_holding.html.erb +5 -0
  7. data/app/views/manifestations/index.html.erb +7 -2
  8. data/app/views/manifestations/index.mobile.erb +1 -1
  9. data/app/views/manifestations/index.rdf.builder +1 -1
  10. data/app/views/manifestations/index.rss.builder +3 -3
  11. data/app/views/manifestations/index.sru.builder +1 -1
  12. data/app/views/manifestations/show.html.erb +1 -1
  13. data/app/views/manifestations/show.mobile.erb +1 -1
  14. data/app/views/manifestations/show.mods.builder +1 -1
  15. data/app/views/manifestations/show.rdf.builder +1 -1
  16. data/lib/enju_flower/version.rb +1 -1
  17. data/spec/controllers/manifestations_controller_spec.rb +115 -116
  18. data/spec/dummy/bin/bundle +3 -0
  19. data/spec/dummy/bin/rails +4 -0
  20. data/spec/dummy/bin/rake +4 -0
  21. data/spec/dummy/bin/setup +29 -0
  22. data/spec/dummy/config/application.rb +1 -1
  23. data/spec/dummy/config/database.yml +23 -18
  24. data/spec/dummy/config/environments/test.rb +1 -1
  25. data/spec/dummy/db/migrate/20140518050147_create_reserve_transitions.rb +5 -1
  26. data/spec/dummy/db/migrate/20140519170214_create_resource_import_file_transitions.rb +5 -1
  27. data/spec/dummy/db/migrate/20140519171220_create_import_request_transitions.rb +5 -1
  28. data/spec/dummy/db/migrate/20140524020735_create_agent_import_file_transitions.rb +5 -1
  29. data/spec/dummy/db/migrate/20140524074813_create_user_import_file_transitions.rb +5 -1
  30. data/spec/dummy/db/migrate/20140524135607_create_bookmark_stat_transitions.rb +5 -1
  31. data/spec/dummy/db/migrate/20140528045518_create_user_checkout_stat_transitions.rb +5 -1
  32. data/spec/dummy/db/migrate/20140528045539_create_user_reserve_stat_transitions.rb +5 -1
  33. data/spec/dummy/db/migrate/20140528045600_create_manifestation_checkout_stat_transitions.rb +5 -1
  34. data/spec/dummy/db/migrate/20140528045617_create_manifestation_reserve_stat_transitions.rb +5 -1
  35. data/spec/dummy/db/migrate/20140614141500_create_resource_export_file_transitions.rb +5 -1
  36. data/spec/dummy/db/migrate/20140709113905_create_user_export_file_transitions.rb +5 -1
  37. data/spec/dummy/db/migrate/20141003181336_add_full_name_transcription_to_profile.rb +5 -0
  38. data/spec/dummy/db/migrate/20141003182825_add_date_of_birth_to_profile.rb +5 -0
  39. data/spec/dummy/db/migrate/20141014065831_add_shelf_id_to_checkout.rb +6 -0
  40. data/spec/dummy/db/schema.rb +5 -1
  41. data/spec/factories/agent.rb +1 -1
  42. data/spec/factories/create_types.rb +1 -1
  43. data/spec/factories/item.rb +8 -0
  44. data/spec/factories/produce_types.rb +1 -1
  45. data/spec/factories/realize_types.rb +1 -1
  46. data/spec/factories/series_statement.rb +5 -0
  47. data/spec/fixtures/agent_relationship_types.yml +5 -6
  48. data/spec/fixtures/agent_types.yml +5 -6
  49. data/spec/fixtures/agents.yml +0 -1
  50. data/spec/fixtures/carrier_types.yml +18 -19
  51. data/spec/fixtures/checkout_types.yml +34 -0
  52. data/spec/fixtures/circulation_statuses.yml +136 -0
  53. data/spec/fixtures/content_types.yml +80 -18
  54. data/spec/fixtures/frequencies.yml +34 -51
  55. data/spec/fixtures/identifier_types.yml +9 -3
  56. data/spec/fixtures/identifiers.yml +9 -3
  57. data/spec/fixtures/manifestations.yml +129 -119
  58. data/spec/fixtures/medium_of_performances.yml +4 -5
  59. data/spec/fixtures/profiles.yml +1 -1
  60. data/spec/fixtures/use_restrictions.yml +93 -0
  61. data/spec/fixtures/user_groups.yml +2 -2
  62. data/spec/fixtures/users.yml +4 -1
  63. data/spec/spec_helper.rb +4 -0
  64. data/spec/views/manifestations/index.html.erb_spec.rb +59 -0
  65. metadata +72 -158
  66. data/app/helpers/manifestations_helper.rb +0 -176
  67. data/app/views/manifestations/_submenu_parent.html.erb +0 -8
  68. data/spec/dummy/db/development.sqlite3 +0 -0
  69. data/spec/dummy/db/test.sqlite3 +0 -0
  70. data/spec/dummy/script/rails +0 -6
  71. data/spec/dummy/solr/conf/admin-extra.html +0 -31
  72. data/spec/dummy/solr/conf/elevate.xml +0 -36
  73. data/spec/dummy/solr/conf/mapping-ISOLatin1Accent.txt +0 -246
  74. data/spec/dummy/solr/conf/protwords.txt +0 -21
  75. data/spec/dummy/solr/conf/schema.xml +0 -255
  76. data/spec/dummy/solr/conf/scripts.conf +0 -24
  77. data/spec/dummy/solr/conf/solrconfig.xml +0 -667
  78. data/spec/dummy/solr/conf/spellings.txt +0 -2
  79. data/spec/dummy/solr/conf/stopwords.txt +0 -58
  80. data/spec/dummy/solr/conf/synonyms.txt +0 -31
  81. data/spec/dummy/solr/default/data/index/_d2.fdt +0 -0
  82. data/spec/dummy/solr/default/data/index/_d2.fdx +0 -0
  83. data/spec/dummy/solr/default/data/index/_d2.fnm +0 -0
  84. data/spec/dummy/solr/default/data/index/_d2.nvd +0 -0
  85. data/spec/dummy/solr/default/data/index/_d2.nvm +0 -0
  86. data/spec/dummy/solr/default/data/index/_d2.si +0 -0
  87. data/spec/dummy/solr/default/data/index/_d2_Lucene41_0.doc +0 -0
  88. data/spec/dummy/solr/default/data/index/_d2_Lucene41_0.pos +0 -0
  89. data/spec/dummy/solr/default/data/index/_d2_Lucene41_0.tim +0 -0
  90. data/spec/dummy/solr/default/data/index/_d2_Lucene41_0.tip +0 -0
  91. data/spec/dummy/solr/default/data/index/_d3.fdt +0 -0
  92. data/spec/dummy/solr/default/data/index/_d3.fdx +0 -0
  93. data/spec/dummy/solr/default/data/index/_d3.fnm +0 -0
  94. data/spec/dummy/solr/default/data/index/_d3.nvd +0 -0
  95. data/spec/dummy/solr/default/data/index/_d3.nvm +0 -0
  96. data/spec/dummy/solr/default/data/index/_d3.si +0 -0
  97. data/spec/dummy/solr/default/data/index/_d3_Lucene41_0.doc +0 -0
  98. data/spec/dummy/solr/default/data/index/_d3_Lucene41_0.pos +0 -0
  99. data/spec/dummy/solr/default/data/index/_d3_Lucene41_0.tim +0 -0
  100. data/spec/dummy/solr/default/data/index/_d3_Lucene41_0.tip +0 -0
  101. data/spec/dummy/solr/default/data/index/_d4.fdt +0 -0
  102. data/spec/dummy/solr/default/data/index/_d4.fdx +0 -0
  103. data/spec/dummy/solr/default/data/index/_d4.fnm +0 -0
  104. data/spec/dummy/solr/default/data/index/_d4.nvd +0 -0
  105. data/spec/dummy/solr/default/data/index/_d4.nvm +0 -0
  106. data/spec/dummy/solr/default/data/index/_d4.si +0 -0
  107. data/spec/dummy/solr/default/data/index/_d4_Lucene41_0.doc +0 -0
  108. data/spec/dummy/solr/default/data/index/_d4_Lucene41_0.pos +0 -0
  109. data/spec/dummy/solr/default/data/index/_d4_Lucene41_0.tim +0 -0
  110. data/spec/dummy/solr/default/data/index/_d4_Lucene41_0.tip +0 -0
  111. data/spec/dummy/solr/default/data/index/segments.gen +0 -0
  112. data/spec/dummy/solr/default/data/index/segments_hk +0 -0
  113. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000628 +0 -0
  114. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000629 +0 -0
  115. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000630 +0 -0
  116. data/spec/dummy/solr/development/data/index/segments.gen +0 -0
  117. data/spec/dummy/solr/development/data/index/segments_1 +0 -0
  118. data/spec/dummy/solr/solr.xml +0 -8
  119. data/spec/dummy/solr/test/data/index/segments.gen +0 -0
  120. data/spec/dummy/solr/test/data/index/segments_1 +0 -0
  121. data/spec/dummy/tmp/cache/4F7/F90/default_role +0 -0
  122. data/spec/dummy/tmp/cache/6E4/420/search_engine_all +0 -0
  123. data/spec/dummy/tmp/cache/assets/test/sprockets/006a5adcd278a9c5c9df80a7a2b414e6 +0 -0
  124. data/spec/dummy/tmp/cache/assets/test/sprockets/00a6cf2442f0e06a50f5c5f44d7aff65 +0 -0
  125. data/spec/dummy/tmp/cache/assets/test/sprockets/11f06eac4db4fb45d3bb109e7f97c1c9 +0 -0
  126. data/spec/dummy/tmp/cache/assets/test/sprockets/1f84f73be56154eba5c29f8ef2ac2177 +0 -0
  127. data/spec/dummy/tmp/cache/assets/test/sprockets/5867d1b0ac4e0597324985236c19a68f +0 -0
  128. data/spec/dummy/tmp/cache/assets/test/sprockets/59e554f7bfa724cc56b5d8cb56ef333a +0 -0
  129. data/spec/dummy/tmp/cache/assets/test/sprockets/67565528560062a46655ddd9d226e508 +0 -0
  130. data/spec/dummy/tmp/cache/assets/test/sprockets/6e466646ae89de53fd9397ce2555ca91 +0 -0
  131. data/spec/dummy/tmp/cache/assets/test/sprockets/75a69bb28a2f0aac5401bd0e5f65effc +0 -0
  132. data/spec/dummy/tmp/cache/assets/test/sprockets/bd6a0f9e031203673fda12a83251f03b +0 -0
  133. data/spec/dummy/tmp/cache/assets/test/sprockets/d49e28dc6b072432f42b121b05195488 +0 -0
  134. data/spec/dummy/tmp/cache/assets/test/sprockets/ebc83b1f2325c61a70d933aa7a17df5a +0 -0
@@ -316,7 +316,6 @@ agent_00202:
316
316
  # note :text
317
317
  # required_role_id :integer default(1), not null
318
318
  # required_score :integer default(0), not null
319
- # state :string(255)
320
319
  # email :text
321
320
  # url :text
322
321
  # full_name_alternative_transcription :text
@@ -1,17 +1,7 @@
1
1
  ---
2
- carrier_type_00004:
3
- name: file
4
- display_name: file
5
- updated_at: 2007-12-24 01:30:50.637433 +09:00
6
- id: 4
7
- note: !binary |
8
- 44Kz44Oz44OU44Ol44O844K/44Gu44OV44Kh44Kk44Or44Gn44GZ44CC
9
-
10
- created_at: 2007-12-24 01:30:50.637433 +09:00
11
- position: 4
12
2
  carrier_type_00001:
13
- name: print
14
- display_name: print
3
+ name: volume
4
+ display_name: Volume
15
5
  updated_at: 2007-11-20 16:04:29.853828 +09:00
16
6
  id: 1
17
7
  note: !binary |
@@ -20,21 +10,31 @@ carrier_type_00001:
20
10
  created_at: 2007-11-20 15:47:03.641530 +09:00
21
11
  position: 1
22
12
  carrier_type_00002:
23
- name: CD
24
- display_name: CD
13
+ name: audio_disc
14
+ display_name: Audio disc
25
15
  updated_at: 2007-12-19 01:45:26.040674 +09:00
26
16
  id: 2
27
17
  note: "\xE9\x9F\xB3\xE6\xA5\xBDCD\xE3\x81\xA7\xE3\x81\x99\xE3\x80\x82"
28
18
  created_at: 2007-12-19 01:45:26.040674 +09:00
29
19
  position: 2
30
20
  carrier_type_00003:
31
- name: DVD
32
- display_name: DVD
21
+ name: videodisc
22
+ display_name: Video disc
33
23
  updated_at: 2007-12-23 04:24:23.151410 +09:00
34
24
  id: 3
35
25
  note: "DVD\xE3\x81\xA7\xE3\x81\x99\xE3\x80\x82"
36
26
  created_at: 2007-12-23 04:24:23.151410 +09:00
37
27
  position: 3
28
+ carrier_type_00004:
29
+ name: online_resource
30
+ display_name: online_resource
31
+ updated_at: 2007-12-24 01:30:50.637433 +09:00
32
+ id: 4
33
+ note: !binary |
34
+ 44Kz44Oz44OU44Ol44O844K/44Gu44OV44Kh44Kk44Or44Gn44GZ44CC
35
+
36
+ created_at: 2007-12-24 01:30:50.637433 +09:00
37
+ position: 4
38
38
 
39
39
  # == Schema Information
40
40
  #
@@ -45,7 +45,6 @@ carrier_type_00003:
45
45
  # display_name :text
46
46
  # note :text
47
47
  # position :integer
48
- # created_at :datetime not null
49
- # updated_at :datetime not null
48
+ # created_at :datetime
49
+ # updated_at :datetime
50
50
  #
51
-
@@ -0,0 +1,34 @@
1
+ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
+
3
+ checkout_type_00001:
4
+ id: 1
5
+ name: book
6
+ display_name: book
7
+ note:
8
+ position: 1
9
+ checkout_type_00002:
10
+ id: 2
11
+ name: serial
12
+ display_name: serial
13
+ note:
14
+ position: 2
15
+ checkout_type_00003:
16
+ id: 3
17
+ name: cd
18
+ display_name: cd
19
+ note:
20
+ position: 3
21
+
22
+ # == Schema Information
23
+ #
24
+ # Table name: checkout_types
25
+ #
26
+ # id :integer not null, primary key
27
+ # name :string(255) not null
28
+ # display_name :text
29
+ # note :text
30
+ # position :integer
31
+ # created_at :datetime
32
+ # updated_at :datetime
33
+ #
34
+
@@ -0,0 +1,136 @@
1
+ ---
2
+ circulation_status_00005:
3
+ name: In Process
4
+ display_name: In Process
5
+ updated_at: 2008-02-15 17:31:42.422676 +09:00
6
+ id: 5
7
+ note: ""
8
+ created_at: 2008-02-15 17:31:42.422676 +09:00
9
+ position: 5
10
+ circulation_status_00006:
11
+ name: In Transit Between Library Locations
12
+ display_name: In Transit Between Library Locations
13
+ updated_at: 2008-02-15 17:31:51.227056 +09:00
14
+ id: 6
15
+ note: ""
16
+ created_at: 2008-02-15 17:31:51.227056 +09:00
17
+ position: 6
18
+ circulation_status_00007:
19
+ name: Lost
20
+ display_name: Lost
21
+ updated_at: 2008-02-15 17:31:58.627987 +09:00
22
+ id: 7
23
+ note: ""
24
+ created_at: 2008-02-15 17:31:58.627987 +09:00
25
+ position: 7
26
+ circulation_status_00008:
27
+ name: Missing
28
+ display_name: Missing
29
+ updated_at: 2008-02-15 17:32:07.006541 +09:00
30
+ id: 8
31
+ note: ""
32
+ created_at: 2008-02-15 17:32:07.006541 +09:00
33
+ position: 8
34
+ circulation_status_00010:
35
+ name: On Loan
36
+ display_name: On Loan
37
+ updated_at: 2008-02-15 17:32:22.969896 +09:00
38
+ id: 10
39
+ note: ""
40
+ created_at: 2008-02-15 17:32:22.969896 +09:00
41
+ position: 10
42
+ circulation_status_00009:
43
+ name: Not Available
44
+ display_name: Not Available
45
+ updated_at: 2008-02-15 17:32:15.454067 +09:00
46
+ id: 9
47
+ note: ""
48
+ created_at: 2008-02-15 17:32:15.454067 +09:00
49
+ position: 9
50
+ circulation_status_00011:
51
+ name: On Order
52
+ display_name: On Order
53
+ updated_at: 2008-02-15 17:32:30.675735 +09:00
54
+ id: 11
55
+ note: ""
56
+ created_at: 2008-02-15 17:32:30.675735 +09:00
57
+ position: 11
58
+ circulation_status_00012:
59
+ name: Pending Transfer
60
+ display_name: Pending Transfer
61
+ updated_at: 2008-02-15 17:32:39.395000 +09:00
62
+ id: 12
63
+ note: ""
64
+ created_at: 2008-02-15 17:32:39.395000 +09:00
65
+ position: 12
66
+ circulation_status_00001:
67
+ name: Available For Pickup
68
+ display_name: Available For Pickup
69
+ updated_at: 2008-02-15 17:31:10.588524 +09:00
70
+ id: 1
71
+ note: ""
72
+ created_at: 2008-02-15 17:31:10.588524 +09:00
73
+ position: 1
74
+ circulation_status_00002:
75
+ name: Available On Shelf
76
+ display_name: Available On Shelf
77
+ updated_at: 2008-02-15 17:31:18.946298 +09:00
78
+ id: 2
79
+ note: ""
80
+ created_at: 2008-02-15 17:31:18.946298 +09:00
81
+ position: 2
82
+ circulation_status_00013:
83
+ name: Recalled
84
+ display_name: Recalled
85
+ updated_at: 2008-02-15 17:32:48.355304 +09:00
86
+ id: 13
87
+ note: ""
88
+ created_at: 2008-02-15 17:32:48.355304 +09:00
89
+ position: 13
90
+ circulation_status_00014:
91
+ name: Waiting To Be Reshelved
92
+ display_name: Waiting To Be Reshelved
93
+ updated_at: 2008-02-15 17:32:59.078750 +09:00
94
+ id: 14
95
+ note: ""
96
+ created_at: 2008-02-15 17:32:59.078750 +09:00
97
+ position: 14
98
+ circulation_status_00003:
99
+ name: Circulation Status Undefined
100
+ display_name: Circulation Status Undefined
101
+ updated_at: 2008-02-15 17:31:26.564769 +09:00
102
+ id: 3
103
+ note: ""
104
+ created_at: 2008-02-15 17:31:26.564769 +09:00
105
+ position: 3
106
+ circulation_status_00004:
107
+ name: Claimed Returned Or Never Borrowed
108
+ display_name: Claimed Returned Or Never Borrowed
109
+ updated_at: 2008-02-15 17:31:35.786404 +09:00
110
+ id: 4
111
+ note: ""
112
+ created_at: 2008-02-15 17:31:35.786404 +09:00
113
+ position: 4
114
+ circulation_status_00015:
115
+ name: Removed
116
+ display_name: "en: Removed\r\n\
117
+ ja: 除籍済み"
118
+ id: 15
119
+ updated_at: 2008-02-15 17:31:35.786404 +09:00
120
+ note: ""
121
+ created_at: 2008-02-15 17:31:35.786404 +09:00
122
+ position: 15
123
+
124
+ # == Schema Information
125
+ #
126
+ # Table name: circulation_statuses
127
+ #
128
+ # id :integer not null, primary key
129
+ # name :string(255) not null
130
+ # display_name :text
131
+ # note :text
132
+ # position :integer
133
+ # created_at :datetime
134
+ # updated_at :datetime
135
+ #
136
+
@@ -1,25 +1,88 @@
1
- # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
-
3
- one:
1
+ ---
2
+ content_type_00001:
4
3
  id: 1
5
4
  name: text
6
- display_name: text
7
- note: MyText
5
+ display_name: "en: text\r\n\
6
+ ja: 文字"
7
+ note:
8
8
  position: 1
9
-
10
- two:
9
+ content_type_00002:
11
10
  id: 2
12
- name: Cartographic Dataset
13
- display_name: Cartographic Dataset
14
- note: MyText
11
+ name: performed_music
12
+ display_name: "en: Performed music\r\n\
13
+ ja: 音楽"
14
+ note: 曲の演奏など
15
15
  position: 2
16
-
17
- three:
16
+ content_type_00003:
18
17
  id: 3
19
- name: Cartographic Image
20
- display_name: Cartographic Image
21
- note: MyText
18
+ name: two_dimensional_moving_image
19
+ display_name: "en: Two-dimensional moving image\r\n\
20
+ ja: 動画"
21
+ note:
22
22
  position: 3
23
+ content_type_00004:
24
+ id: 4
25
+ name: tactile_text
26
+ display_name: "en: Tactile text\r\n\
27
+ ja: 点字など"
28
+ note: 触ることのできる文字
29
+ position: 4
30
+ content_type_00005:
31
+ id: 5
32
+ name: still_image
33
+ display_name: "en: Still image\r\n\
34
+ ja: 画像"
35
+ note: 静止画像
36
+ position: 5
37
+ content_type_00006:
38
+ id: 6
39
+ name: cartographic_image
40
+ display_name: "en: Cartographic image\r\n\
41
+ ja: 地図"
42
+ note:
43
+ position: 6
44
+ content_type_00007:
45
+ id: 7
46
+ name: spoken_word
47
+ display_name: "en: Spoken word\r\n\
48
+ ja: 音声"
49
+ note: 読み上げ音声など
50
+ position: 7
51
+ content_type_00008:
52
+ id: 8
53
+ name: sounds
54
+ display_name: "en: Sounds\r\n\
55
+ ja: 音"
56
+ note: 波音など
57
+ position: 8
58
+ content_type_00009:
59
+ id: 9
60
+ name: notated_music
61
+ display_name: "en: Notated music\r\n\
62
+ ja: 楽譜"
63
+ note:
64
+ position: 9
65
+ content_type_00010:
66
+ id: 10
67
+ name: three_dimensional_moving_image
68
+ display_name: "en: Three-dimensional moving image\r\n\
69
+ ja: 3D動画"
70
+ note:
71
+ position: 10
72
+ content_type_00011:
73
+ id: 11
74
+ name: other
75
+ display_name: "en: Other\r\n\
76
+ ja: その他"
77
+ note: LCMARCに由来
78
+ position: 11
79
+ content_type_00012:
80
+ id: 12
81
+ name: unspecified
82
+ display_name: "en: Unspecified\r\n\
83
+ ja: 不明"
84
+ note: LCMARCに由来
85
+ position: 12
23
86
 
24
87
  # == Schema Information
25
88
  #
@@ -30,7 +93,6 @@ three:
30
93
  # display_name :text
31
94
  # note :text
32
95
  # position :integer
33
- # created_at :datetime not null
34
- # updated_at :datetime not null
96
+ # created_at :datetime
97
+ # updated_at :datetime
35
98
  #
36
-
@@ -1,74 +1,58 @@
1
1
  ---
2
- frequency_00006:
3
- name: bimonthly
4
- display_name: !binary |
5
- 5pes5YiK
6
-
7
- updated_at: 2007-12-31 21:40:49.776669 +09:00
8
- id: 6
9
- created_at: 2007-12-31 21:40:49.776669 +09:00
10
- position: 6
11
- frequency_00007:
12
- name: yearly
13
- display_name: !binary |
14
- 5bm05YiK
15
-
16
- updated_at: 2007-12-31 21:41:03.004736 +09:00
17
- id: 7
18
- created_at: 2007-12-31 21:41:03.004736 +09:00
19
- position: 7
20
2
  frequency_00001:
21
- name: not refularly
22
- display_name: !binary |
23
- 5pel5YiK
24
-
25
- updated_at: 2007-12-31 21:39:45.737531 +09:00
3
+ name: unknown
4
+ display_name: "en: unknown\r\n\
5
+ ja: 不明・不定期刊"
26
6
  id: 1
27
- created_at: 2007-12-31 21:39:45.737531 +09:00
28
7
  position: 1
29
8
  frequency_00002:
30
9
  name: daily
31
- display_name: !binary |
32
- 6YCx5YiK
33
-
34
- updated_at: 2007-12-31 21:39:54.980787 +09:00
10
+ display_name: "en: daily\r\n\
11
+ ja: 日刊"
35
12
  id: 2
36
- created_at: 2007-12-31 21:39:54.980787 +09:00
37
13
  position: 2
38
14
  frequency_00003:
39
15
  name: weekly
40
- display_name: !binary |
41
- 6ZqU6YCx5YiK
42
-
43
- updated_at: 2007-12-31 21:40:11.112040 +09:00
16
+ display_name: "en: weekly\r\n\
17
+ ja: 週刊"
44
18
  id: 3
45
- created_at: 2007-12-31 21:40:11.112040 +09:00
46
19
  position: 3
47
20
  frequency_00004:
48
21
  name: biweekly
49
- display_name: !binary |
50
- 5pyI5YiK
51
-
52
- updated_at: 2007-12-31 21:40:18.803661 +09:00
22
+ display_name: "en: biweekly\r\n\
23
+ ja: 隔週刊"
53
24
  id: 4
54
- created_at: 2007-12-31 21:40:18.803661 +09:00
55
25
  position: 4
56
26
  frequency_00005:
57
27
  name: monthly
58
- display_name: !binary |
59
- 6ZqU5pyI5YiK
60
-
61
- updated_at: 2007-12-31 21:40:31.247081 +09:00
28
+ display_name: "en: monthly\r\n\
29
+ ja: 月刊"
62
30
  id: 5
63
- created_at: 2007-12-31 21:40:31.247081 +09:00
64
31
  position: 5
65
32
  frequency_00006:
66
- name: other
67
- display_name: Other
68
- updated_at: 2007-12-31 21:40:31.247081 +09:00
33
+ name: bimonthly
34
+ display_name: "en: bimonthly\r\n\
35
+ ja: 隔月刊"
69
36
  id: 6
70
- created_at: 2007-12-31 21:40:31.247081 +09:00
71
37
  position: 6
38
+ frequency_00007:
39
+ name: quarterly
40
+ display_name: "en: quarterly\r\n\
41
+ ja: 季刊"
42
+ id: 7
43
+ position: 7
44
+ frequency_00008:
45
+ name: yearly
46
+ display_name: "en: yearly\r\n\
47
+ ja: 年刊"
48
+ id: 8
49
+ position: 8
50
+ frequency_00009:
51
+ name: biyearly
52
+ display_name: "en: biyearly\r\n\
53
+ ja: 隔年刊"
54
+ id: 9
55
+ position: 9
72
56
 
73
57
  # == Schema Information
74
58
  #
@@ -79,7 +63,6 @@ frequency_00006:
79
63
  # display_name :text
80
64
  # note :text
81
65
  # position :integer
82
- # created_at :datetime not null
83
- # updated_at :datetime not null
66
+ # created_at :datetime
67
+ # updated_at :datetime
84
68
  #
85
-