enju_subject 0.2.3 → 0.3.0.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (204) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +4 -4
  3. data/app/models/classification.rb +1 -1
  4. data/app/models/subject.rb +1 -1
  5. data/app/views/subjects/index.rss.builder +3 -3
  6. data/db/migrate/029_create_subjects.rb +1 -1
  7. data/db/migrate/142_create_classifications.rb +3 -3
  8. data/db/migrate/144_create_classification_types.rb +2 -2
  9. data/db/migrate/145_create_subject_heading_types.rb +2 -2
  10. data/db/migrate/146_create_subject_types.rb +2 -2
  11. data/db/migrate/20110913120629_add_lft_and_rgt_to_classification.rb +1 -1
  12. data/db/migrate/20120406020752_add_url_to_subject.rb +1 -1
  13. data/db/migrate/20130504133816_add_manifestation_id_to_subject.rb +1 -1
  14. data/db/migrate/20130504143515_add_manifestation_id_to_classification.rb +1 -1
  15. data/db/migrate/20130504195916_add_subject_heading_type_id_to_subject.rb +1 -1
  16. data/db/migrate/20150923173139_add_url_to_classification.rb +1 -1
  17. data/db/migrate/20150925092505_add_label_to_classification.rb +1 -1
  18. data/lib/enju_subject/version.rb +1 -1
  19. data/lib/tasks/enju_subject_tasks.rake +1 -1
  20. data/spec/controllers/classification_types_controller_spec.rb +45 -45
  21. data/spec/controllers/classifications_controller_spec.rb +45 -45
  22. data/spec/controllers/subject_heading_types_controller_spec.rb +45 -45
  23. data/spec/controllers/subject_types_controller_spec.rb +45 -45
  24. data/spec/controllers/subjects_controller_spec.rb +44 -44
  25. data/spec/dummy/app/helpers/application_helper.rb +1 -19
  26. data/spec/dummy/app/models/user.rb +1 -1
  27. data/spec/dummy/bin/rails +1 -1
  28. data/spec/dummy/bin/setup +21 -12
  29. data/spec/dummy/bin/update +29 -0
  30. data/spec/dummy/bin/yarn +11 -0
  31. data/spec/dummy/config/application.rb +6 -16
  32. data/spec/dummy/config/cable.yml +10 -0
  33. data/spec/dummy/config/environment.rb +4 -4
  34. data/spec/dummy/config/environments/test.rb +1 -1
  35. data/spec/dummy/config/initializers/application_controller_renderer.rb +8 -0
  36. data/spec/dummy/config/initializers/assets.rb +14 -0
  37. data/spec/dummy/config/initializers/cookies_serializer.rb +5 -0
  38. data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  39. data/spec/dummy/config/puma.rb +56 -0
  40. data/spec/dummy/config/secrets.yml +32 -0
  41. data/spec/dummy/config/spring.rb +6 -0
  42. data/spec/dummy/config/sunspot.yml +23 -0
  43. data/spec/dummy/db/migrate/001_create_agents.rb +7 -7
  44. data/spec/dummy/db/migrate/002_devise_create_users.rb +6 -6
  45. data/spec/dummy/db/migrate/005_create_manifestations.rb +10 -10
  46. data/spec/dummy/db/migrate/006_create_items.rb +6 -6
  47. data/spec/dummy/db/migrate/012_create_owns.rb +3 -3
  48. data/spec/dummy/db/migrate/015_create_creates.rb +3 -3
  49. data/spec/dummy/db/migrate/041_create_roles.rb +3 -3
  50. data/spec/dummy/db/migrate/047_create_produces.rb +3 -3
  51. data/spec/dummy/db/migrate/059_create_libraries.rb +8 -8
  52. data/spec/dummy/db/migrate/069_create_shelves.rb +4 -4
  53. data/spec/dummy/db/migrate/073_create_carrier_types.rb +2 -2
  54. data/spec/dummy/db/migrate/077_create_user_groups.rb +2 -2
  55. data/spec/dummy/db/migrate/080_create_library_groups.rb +3 -3
  56. data/spec/dummy/db/migrate/112_create_frequencies.rb +2 -2
  57. data/spec/dummy/db/migrate/117_create_form_of_works.rb +2 -2
  58. data/spec/dummy/db/migrate/120_create_baskets.rb +2 -2
  59. data/spec/dummy/db/migrate/124_create_bookstores.rb +2 -2
  60. data/spec/dummy/db/migrate/125_create_donates.rb +3 -3
  61. data/spec/dummy/db/migrate/130_create_request_status_types.rb +2 -2
  62. data/spec/dummy/db/migrate/131_create_request_types.rb +2 -2
  63. data/spec/dummy/db/migrate/133_create_agent_merges.rb +2 -2
  64. data/spec/dummy/db/migrate/134_create_agent_merge_lists.rb +1 -1
  65. data/spec/dummy/db/migrate/149_create_message_templates.rb +6 -6
  66. data/spec/dummy/db/migrate/154_create_messages.rb +3 -3
  67. data/spec/dummy/db/migrate/20080819181903_create_message_requests.rb +1 -1
  68. data/spec/dummy/db/migrate/20080830154109_create_realizes.rb +3 -3
  69. data/spec/dummy/db/migrate/20080830172106_create_exemplifies.rb +4 -4
  70. data/spec/dummy/db/migrate/20080905191442_create_agent_types.rb +2 -2
  71. data/spec/dummy/db/migrate/20081006090811_create_subscriptions.rb +3 -3
  72. data/spec/dummy/db/migrate/20081006093246_create_subscribes.rb +5 -5
  73. data/spec/dummy/db/migrate/20081023092436_create_search_engines.rb +6 -6
  74. data/spec/dummy/db/migrate/20081025083323_create_countries.rb +5 -5
  75. data/spec/dummy/db/migrate/20081025083905_create_languages.rb +6 -6
  76. data/spec/dummy/db/migrate/20081027150907_create_picture_files.rb +2 -2
  77. data/spec/dummy/db/migrate/20081028083142_create_agent_import_files.rb +1 -1
  78. data/spec/dummy/db/migrate/20081028083208_create_resource_import_files.rb +1 -1
  79. data/spec/dummy/db/migrate/20090705133942_add_attachments_picture_to_picture_file.rb +1 -1
  80. data/spec/dummy/db/migrate/20090705212043_add_attachments_attachment_to_manifestation.rb +1 -1
  81. data/spec/dummy/db/migrate/20090719201843_create_extents.rb +2 -2
  82. data/spec/dummy/db/migrate/20090720091106_create_medium_of_performances.rb +2 -2
  83. data/spec/dummy/db/migrate/20090720091429_create_content_types.rb +2 -2
  84. data/spec/dummy/db/migrate/20090812151902_create_agent_relationship_types.rb +2 -2
  85. data/spec/dummy/db/migrate/20091012101112_add_dcndl_schema.rb +1 -1
  86. data/spec/dummy/db/migrate/20091025080447_create_licenses.rb +2 -2
  87. data/spec/dummy/db/migrate/20091202124834_create_versions.rb +4 -4
  88. data/spec/dummy/db/migrate/20091214131723_create_series_statements.rb +1 -1
  89. data/spec/dummy/db/migrate/20100129142347_create_import_requests.rb +1 -1
  90. data/spec/dummy/db/migrate/20100211105551_add_admin_networks_to_library_group.rb +1 -1
  91. data/spec/dummy/db/migrate/20100223121519_rename_series_statement_title_to_original_title.rb +1 -1
  92. data/spec/dummy/db/migrate/20100314190054_add_opening_hour_to_library.rb +1 -1
  93. data/spec/dummy/db/migrate/20100321235924_add_series_statement_identifier_to_series_statement.rb +1 -1
  94. data/spec/dummy/db/migrate/20100525124311_create_manifestation_relationships.rb +1 -1
  95. data/spec/dummy/db/migrate/20100606065209_create_user_has_roles.rb +1 -1
  96. data/spec/dummy/db/migrate/20100606073747_create_agent_relationships.rb +1 -1
  97. data/spec/dummy/db/migrate/20100607044753_create_manifestation_relationship_types.rb +2 -2
  98. data/spec/dummy/db/migrate/20100814091104_add_position_to_agent_relationship.rb +1 -1
  99. data/spec/dummy/db/migrate/20100925043847_create_resource_import_results.rb +1 -1
  100. data/spec/dummy/db/migrate/20100925074559_create_agent_import_results.rb +1 -1
  101. data/spec/dummy/db/migrate/20101212070145_add_acquired_at_to_item.rb +1 -1
  102. data/spec/dummy/db/migrate/20110222073537_add_url_to_library_group.rb +2 -2
  103. data/spec/dummy/db/migrate/20110301035123_add_pub_date_to_manifestation.rb +1 -1
  104. data/spec/dummy/db/migrate/20110301121550_add_birth_date_and_death_date_to_agent.rb +1 -1
  105. data/spec/dummy/db/migrate/20110318183304_add_valid_period_for_new_user_to_user_group.rb +2 -2
  106. data/spec/dummy/db/migrate/20110603184217_add_edit_mode_to_resource_import_file.rb +1 -1
  107. data/spec/dummy/db/migrate/20110619064807_add_edition_string_to_manifestation.rb +1 -1
  108. data/spec/dummy/db/migrate/20110620173525_add_bookstore_id_to_item.rb +1 -1
  109. data/spec/dummy/db/migrate/20110627034940_create_series_statement_merge_lists.rb +1 -1
  110. data/spec/dummy/db/migrate/20110627035057_create_series_statement_merges.rb +3 -3
  111. data/spec/dummy/db/migrate/20110913115320_add_lft_and_rgt_to_message.rb +1 -1
  112. data/spec/dummy/db/migrate/20110916091020_add_volume_number_to_manifestation.rb +1 -1
  113. data/spec/dummy/db/migrate/20110916103953_add_manifestaiton_id_to_series_statement.rb +1 -1
  114. data/spec/dummy/db/migrate/20110918162329_add_note_to_series_statement.rb +1 -1
  115. data/spec/dummy/db/migrate/20111124110059_create_create_types.rb +1 -1
  116. data/spec/dummy/db/migrate/20111124110319_create_realize_types.rb +1 -1
  117. data/spec/dummy/db/migrate/20111124110355_create_produce_types.rb +1 -1
  118. data/spec/dummy/db/migrate/20111124112131_add_create_type_to_create.rb +1 -1
  119. data/spec/dummy/db/migrate/20120105074911_add_isil_to_library.rb +1 -1
  120. data/spec/dummy/db/migrate/20120125050502_add_depth_to_message.rb +1 -1
  121. data/spec/dummy/db/migrate/20120125152919_add_title_subseries_transcription_to_series_statement.rb +1 -1
  122. data/spec/dummy/db/migrate/20120129014038_create_budget_types.rb +1 -1
  123. data/spec/dummy/db/migrate/20120129020544_add_budget_type_id_to_item.rb +1 -1
  124. data/spec/dummy/db/migrate/20120319120638_add_content_type_id_to_manifestation.rb +2 -2
  125. data/spec/dummy/db/migrate/20120319173203_create_accepts.rb +1 -1
  126. data/spec/dummy/db/migrate/20120410104851_add_year_of_publication_to_manifestation.rb +1 -1
  127. data/spec/dummy/db/migrate/20120413072700_add_picture_meta_to_picture_file.rb +1 -1
  128. data/spec/dummy/db/migrate/20120413100352_add_fingerprint_to_picture_file.rb +1 -1
  129. data/spec/dummy/db/migrate/20120413161340_add_fingerprint_to_resource_import_file.rb +1 -1
  130. data/spec/dummy/db/migrate/20120413161403_add_fingerprint_to_agent_import_file.rb +1 -1
  131. data/spec/dummy/db/migrate/20120413170705_add_error_message_to_resource_import_file.rb +1 -1
  132. data/spec/dummy/db/migrate/20120413170720_add_error_message_to_agent_import_file.rb +1 -1
  133. data/spec/dummy/db/migrate/20120415164821_add_attachment_meta_to_manifestation.rb +1 -1
  134. data/spec/dummy/db/migrate/20120418081407_add_month_of_publication_to_manifestation.rb +1 -1
  135. data/spec/dummy/db/migrate/20120510140958_add_closed_to_shelf.rb +2 -2
  136. data/spec/dummy/db/migrate/20120511072422_add_agent_identifier_to_agent.rb +1 -1
  137. data/spec/dummy/db/migrate/20120602141129_add_edit_mode_to_agent_import_file.rb +1 -1
  138. data/spec/dummy/db/migrate/20121116031206_add_fulltext_content_to_manifestation.rb +1 -1
  139. data/spec/dummy/db/migrate/20121116033446_add_doi_to_manifestation.rb +1 -1
  140. data/spec/dummy/db/migrate/20130221154434_add_additional_attributes_to_user.rb +4 -4
  141. data/spec/dummy/db/migrate/20130412083556_add_latitude_and_longitude_to_library.rb +1 -1
  142. data/spec/dummy/db/migrate/20130421093852_add_periodical_to_manifestation.rb +1 -1
  143. data/spec/dummy/db/migrate/20130421155019_add_creator_string_to_series_statement.rb +1 -1
  144. data/spec/dummy/db/migrate/20130421164124_add_series_master_to_series_statement.rb +1 -1
  145. data/spec/dummy/db/migrate/20130429020822_add_root_manifestation_id_to_series_statement.rb +1 -1
  146. data/spec/dummy/db/migrate/20130506175303_create_identifier_types.rb +1 -1
  147. data/spec/dummy/db/migrate/20130506175834_create_identifiers.rb +3 -3
  148. data/spec/dummy/db/migrate/20130509185724_add_statement_of_responsibility_to_manifestation.rb +1 -1
  149. data/spec/dummy/db/migrate/20140110122216_create_user_import_files.rb +1 -1
  150. data/spec/dummy/db/migrate/20140110131010_create_user_import_results.rb +1 -1
  151. data/spec/dummy/db/migrate/20140122054321_create_profiles.rb +2 -2
  152. data/spec/dummy/db/migrate/20140518111006_create_message_transitions.rb +1 -1
  153. data/spec/dummy/db/migrate/20140518135713_create_message_request_transitions.rb +1 -1
  154. data/spec/dummy/db/migrate/20140519170214_create_resource_import_file_transitions.rb +1 -1
  155. data/spec/dummy/db/migrate/20140519171220_create_import_request_transitions.rb +1 -1
  156. data/spec/dummy/db/migrate/20140524020735_create_agent_import_file_transitions.rb +1 -1
  157. data/spec/dummy/db/migrate/20140524074813_create_user_import_file_transitions.rb +1 -1
  158. data/spec/dummy/db/migrate/20140610123439_drop_email_unique_constraint_enju_leaf_rc10.rb +1 -1
  159. data/spec/dummy/db/migrate/20140614065404_create_resource_export_files.rb +1 -1
  160. data/spec/dummy/db/migrate/20140614141500_create_resource_export_file_transitions.rb +1 -1
  161. data/spec/dummy/db/migrate/20140628072217_add_user_encoding_to_user_import_file.rb +1 -1
  162. data/spec/dummy/db/migrate/20140628073524_add_user_encoding_to_agent_import_file.rb +1 -1
  163. data/spec/dummy/db/migrate/20140628073535_add_user_encoding_to_resource_import_file.rb +1 -1
  164. data/spec/dummy/db/migrate/20140709113413_create_user_export_files.rb +1 -1
  165. data/spec/dummy/db/migrate/20140709113905_create_user_export_file_transitions.rb +1 -1
  166. data/spec/dummy/db/migrate/20140720140916_add_binding_item_identifier_to_item.rb +1 -1
  167. data/spec/dummy/db/migrate/20140720170714_add_default_library_id_to_user_import_file.rb +1 -1
  168. data/spec/dummy/db/migrate/20140720170735_add_default_user_group_id_to_user_import_file.rb +1 -1
  169. data/spec/dummy/db/migrate/20140721151416_add_default_shelf_id_to_resource_import_file.rb +1 -1
  170. data/spec/dummy/db/migrate/20140802082007_add_manifestation_id_to_item.rb +1 -1
  171. data/spec/dummy/db/migrate/20140811031145_add_expired_at_to_profile.rb +1 -1
  172. data/spec/dummy/db/migrate/20140813182425_add_publication_place_to_manifestation.rb +1 -1
  173. data/spec/dummy/db/migrate/20140821151023_create_colors.rb +1 -1
  174. data/spec/dummy/db/migrate/20140822114527_add_error_message_to_resource_import_result.rb +1 -1
  175. data/spec/dummy/db/migrate/20140823083524_add_extent_to_manifestation.rb +1 -1
  176. data/spec/dummy/db/migrate/20140823094847_add_dimensions_to_manifestation.rb +1 -1
  177. data/spec/dummy/db/migrate/20140823095740_rename_manifestation_periodical_to_serial.rb +1 -1
  178. data/spec/dummy/db/migrate/20141003181336_add_full_name_transcription_to_profile.rb +1 -1
  179. data/spec/dummy/db/migrate/20141003182825_add_date_of_birth_to_profile.rb +1 -1
  180. data/spec/dummy/db/migrate/20150221063719_add_settings_to_library_group.rb +1 -1
  181. data/spec/dummy/db/migrate/20150506105356_add_error_message_to_user_import_result.rb +1 -1
  182. data/spec/dummy/db/migrate/20150924115059_create_withdraws.rb +1 -1
  183. data/spec/dummy/db/migrate/20151213070943_add_translation_table_to_library_group.rb +1 -1
  184. data/spec/dummy/db/migrate/20151213072705_add_footer_banner_to_library_group.rb +1 -1
  185. data/spec/dummy/db/migrate/20160610093229_add_html_snippet_to_library_group.rb +1 -1
  186. data/spec/dummy/db/migrate/20160627232219_add_most_recent_to_user_import_file_transitions.rb +1 -1
  187. data/spec/dummy/db/migrate/20160627232316_add_most_recent_to_user_export_file_transitions.rb +1 -1
  188. data/spec/dummy/db/migrate/20160703185015_add_most_recent_to_message_transitions.rb +1 -1
  189. data/spec/dummy/db/migrate/20160813191647_add_max_number_of_results_to_library_group.rb +1 -1
  190. data/spec/dummy/db/migrate/20160813191733_add_family_name_first_to_library_group.rb +1 -1
  191. data/spec/dummy/db/migrate/20160813192542_add_pub_year_facet_range_interval_to_library_group.rb +1 -1
  192. data/spec/dummy/db/migrate/20160813203039_add_user_id_to_library_group.rb +1 -1
  193. data/spec/dummy/db/migrate/20160814165332_add_most_recent_to_message_request_transitions.rb +1 -1
  194. data/spec/dummy/db/schema.rb +645 -694
  195. data/spec/factories/profile.rb +1 -1
  196. data/spec/rails_helper.rb +1 -14
  197. data/spec/requests/subjects_spec.rb +1 -1
  198. data/spec/routing/subject_heading_types_routing_spec.rb +7 -7
  199. data/spec/routing/subject_types_routing_spec.rb +7 -7
  200. data/spec/routing/subjects_routing_spec.rb +7 -7
  201. metadata +37 -32
  202. data/lib/enju_subject/expire_editable_fragment.rb +0 -56
  203. data/lib/enju_subject/master_model.rb +0 -41
  204. data/lib/enju_subject/page_sweeper.rb +0 -45
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0f5eed054b9d32b37e8f53d27d63748dbcf3c361
4
- data.tar.gz: 6909661f3f8151b8e0518faca0299a07d43105ae
3
+ metadata.gz: ba36d55ce3a4f2bd2b400058798a26f8e45757f2
4
+ data.tar.gz: 8a518d848290f831f218d51082c2078aeecf24b5
5
5
  SHA512:
6
- metadata.gz: 4ac7658a6fb976945d1fcf2d1ae3eac44d4c2981e6d0e9a160eeb92a2fc95c1f753023543f0df90a20b74bfb606d38d1be48049a6e3fd05c388d72a4f18d4399
7
- data.tar.gz: 72160d8830e588973ef34c5bcc58814931d57ec51cba9d06bed7f4705429243a6d8fd42c7116e4ac9aa740a2f159933897a07888756847e6ad198c866e502d66
6
+ metadata.gz: 1d6af4ad42830f2ffe06f0ada8923c3635f0e7b14e76f5426da66aff168d1f445000d46c7fcd8b3311049af11781ec02aa9a91726c8cfd5c44b3ee68446efe65
7
+ data.tar.gz: d5146012d0c40b99ffebf22e49dfed9f7c4cd968081c84484eb7854b332277799b443332f794da54027c2e6a2a3136576141bb165a4f562e85a30a75d0d66cd6
@@ -1,10 +1,10 @@
1
1
  = EnjuSubject
2
- {<img src="https://travis-ci.org/next-l/enju_subject.svg?branch=1.2" alt="Build Status" />}[https://travis-ci.org/next-l/enju_subject]
3
- {<img src="https://coveralls.io/repos/next-l/enju_subject/badge.svg?branch=1.2&service=github" alt="Coverage Status" />}[https://coveralls.io/github/next-l/enju_subject?branch=1.2]
4
- {<img src="https://hakiri.io/github/next-l/enju_subject/1.2.svg" alt="security" />}[https://hakiri.io/github/next-l/enju_subject/1.2]
2
+ {<img src="https://travis-ci.org/next-l/enju_subject.svg?branch=1.3" alt="Build Status" />}[https://travis-ci.org/next-l/enju_subject]
3
+ {<img src="https://coveralls.io/repos/next-l/enju_subject/badge.svg?branch=1.3&service=github" alt="Coverage Status" />}[https://coveralls.io/github/next-l/enju_subject?branch=1.3]
4
+ {<img src="https://hakiri.io/github/next-l/enju_subject/1.3.svg" alt="security" />}[https://hakiri.io/github/next-l/enju_subject/1.3]
5
5
 
6
6
  This project rocks and uses MIT-LICENSE.
7
7
 
8
8
  == 製作者・貢献者 (Authors and contributors)
9
9
  * {TANABE, Kosuke}[https://github.com/nabeta] ({@nabeta}[https://twitter.com/nabeta])
10
- * {Project Next-L}[http://www.next-l.jp] ({@ProjectNextL}[https://twitter.com/ProjectNextL])
10
+ * {Project Next-L}[https://www.next-l.jp] ({@ProjectNextL}[https://twitter.com/ProjectNextL])
@@ -1,6 +1,6 @@
1
1
  class Classification < ActiveRecord::Base
2
2
  belongs_to :classification_type
3
- belongs_to :manifestation, touch: true
3
+ belongs_to :manifestation, touch: true, optional: true
4
4
 
5
5
  validates_associated :classification_type
6
6
  validates_presence_of :category, :classification_type
@@ -1,5 +1,5 @@
1
1
  class Subject < ActiveRecord::Base
2
- belongs_to :manifestation, touch: true
2
+ belongs_to :manifestation, touch: true, optional: true
3
3
  belongs_to :subject_type
4
4
  belongs_to :subject_heading_type
5
5
  belongs_to :required_role, class_name: 'Role', foreign_key: 'required_role_id'
@@ -1,4 +1,4 @@
1
- xml.instruct! :xml, :version=>"1.0"
1
+ xml.instruct! :xml, version: "1.0"
2
2
  xml.rss('version' => "2.0",
3
3
  'xmlns:opensearch' => "http://a9.com/-/spec/opensearch/1.1/",
4
4
  'xmlns:atom' => "http://www.w3.org/2005/Atom"){
@@ -15,14 +15,14 @@ xml.rss('version' => "2.0",
15
15
  xml.tag! "opensearch:totalResults", @count[:query_result]
16
16
  xml.tag! "opensearch:startIndex", @subjects.offset + 1
17
17
  xml.tag! "opensearch:itemsPerPage", @subjects.per_page
18
- xml.tag! "opensearch:Query", :role => 'request', :searchTerms => h(params[:query]), :startPage => (h(params[:page]) || 1)
18
+ xml.tag! "opensearch:Query", role: 'request', searchTerms: h(params[:query]), startPage: (h(params[:page]) || 1)
19
19
  end
20
20
  @subjects.each do |subject|
21
21
  xml.item do
22
22
  xml.title subject.term
23
23
  xml.pubDate subject.created_at.utc.rfc822
24
24
  xml.link subject_url(subject)
25
- xml.guid subject_url(subject), :isPermaLink => "true"
25
+ xml.guid subject_url(subject), isPermaLink: "true"
26
26
  end
27
27
  end
28
28
  }
@@ -1,4 +1,4 @@
1
- class CreateSubjects < ActiveRecord::Migration
1
+ class CreateSubjects < ActiveRecord::Migration[4.2]
2
2
  def self.up
3
3
  create_table :subjects do |t|
4
4
  t.references :parent, index: true
@@ -1,10 +1,10 @@
1
- class CreateClassifications < ActiveRecord::Migration
1
+ class CreateClassifications < ActiveRecord::Migration[4.2]
2
2
  def self.up
3
3
  create_table :classifications do |t|
4
4
  t.integer :parent_id
5
- t.string :category, :null => false
5
+ t.string :category, null: false
6
6
  t.text :note
7
- t.integer :classification_type_id, :null => false
7
+ t.integer :classification_type_id, null: false
8
8
 
9
9
  t.timestamps
10
10
  end
@@ -1,7 +1,7 @@
1
- class CreateClassificationTypes < ActiveRecord::Migration
1
+ class CreateClassificationTypes < ActiveRecord::Migration[4.2]
2
2
  def self.up
3
3
  create_table :classification_types do |t|
4
- t.string :name, :null => false
4
+ t.string :name, null: false
5
5
  t.text :display_name
6
6
  t.text :note
7
7
  t.integer :position
@@ -1,7 +1,7 @@
1
- class CreateSubjectHeadingTypes < ActiveRecord::Migration
1
+ class CreateSubjectHeadingTypes < ActiveRecord::Migration[4.2]
2
2
  def self.up
3
3
  create_table :subject_heading_types do |t|
4
- t.string :name, :null => false
4
+ t.string :name, null: false
5
5
  t.text :display_name
6
6
  t.text :note
7
7
  t.integer :position
@@ -1,7 +1,7 @@
1
- class CreateSubjectTypes < ActiveRecord::Migration
1
+ class CreateSubjectTypes < ActiveRecord::Migration[4.2]
2
2
  def self.up
3
3
  create_table :subject_types do |t|
4
- t.string :name, :null => false
4
+ t.string :name, null: false
5
5
  t.text :display_name
6
6
  t.text :note
7
7
  t.integer :position
@@ -1,4 +1,4 @@
1
- class AddLftAndRgtToClassification < ActiveRecord::Migration
1
+ class AddLftAndRgtToClassification < ActiveRecord::Migration[4.2]
2
2
  def self.up
3
3
  add_column :classifications, :lft, :integer
4
4
  add_column :classifications, :rgt, :integer
@@ -1,4 +1,4 @@
1
- class AddUrlToSubject < ActiveRecord::Migration
1
+ class AddUrlToSubject < ActiveRecord::Migration[4.2]
2
2
  def change
3
3
  add_column :subjects, :url, :string
4
4
  end
@@ -1,4 +1,4 @@
1
- class AddManifestationIdToSubject < ActiveRecord::Migration
1
+ class AddManifestationIdToSubject < ActiveRecord::Migration[4.2]
2
2
  def change
3
3
  add_column :subjects, :manifestation_id, :integer
4
4
  add_index :subjects, :manifestation_id
@@ -1,4 +1,4 @@
1
- class AddManifestationIdToClassification < ActiveRecord::Migration
1
+ class AddManifestationIdToClassification < ActiveRecord::Migration[4.2]
2
2
  def change
3
3
  add_column :classifications, :manifestation_id, :integer
4
4
  add_index :classifications, :manifestation_id
@@ -1,4 +1,4 @@
1
- class AddSubjectHeadingTypeIdToSubject < ActiveRecord::Migration
1
+ class AddSubjectHeadingTypeIdToSubject < ActiveRecord::Migration[4.2]
2
2
  def change
3
3
  add_column :subjects, :subject_heading_type_id, :integer
4
4
  end
@@ -1,4 +1,4 @@
1
- class AddUrlToClassification < ActiveRecord::Migration
1
+ class AddUrlToClassification < ActiveRecord::Migration[4.2]
2
2
  def change
3
3
  add_column :classifications, :url, :string
4
4
  end
@@ -1,4 +1,4 @@
1
- class AddLabelToClassification < ActiveRecord::Migration
1
+ class AddLabelToClassification < ActiveRecord::Migration[4.2]
2
2
  def change
3
3
  add_column :classifications, :label, :string
4
4
  end
@@ -1,3 +1,3 @@
1
1
  module EnjuSubject
2
- VERSION = "0.2.3"
2
+ VERSION = "0.3.0.beta.1"
3
3
  end
@@ -4,7 +4,7 @@ require 'tasks/subject_heading_type'
4
4
 
5
5
  desc "create initial records for enju_subject"
6
6
  namespace :enju_subject do
7
- task :setup => :environment do
7
+ task setup: :environment do
8
8
  Dir.glob(Rails.root.to_s + '/db/fixtures/enju_subject/*.yml').each do |file|
9
9
  ActiveRecord::FixtureSet.create_fixtures('db/fixtures/enju_subject', File.basename(file, '.*'))
10
10
  end
@@ -55,7 +55,7 @@ describe ClassificationTypesController do
55
55
 
56
56
  it 'assigns the requested classification_type as @classification_type' do
57
57
  classification_type = FactoryBot.create(:classification_type)
58
- get :show, id: classification_type.id
58
+ get :show, params: { id: classification_type.id }
59
59
  expect(assigns(:classification_type)).to eq(classification_type)
60
60
  end
61
61
  end
@@ -65,7 +65,7 @@ describe ClassificationTypesController do
65
65
 
66
66
  it 'assigns the requested classification_type as @classification_type' do
67
67
  classification_type = FactoryBot.create(:classification_type)
68
- get :show, id: classification_type.id
68
+ get :show, params: { id: classification_type.id }
69
69
  expect(assigns(:classification_type)).to eq(classification_type)
70
70
  end
71
71
  end
@@ -75,7 +75,7 @@ describe ClassificationTypesController do
75
75
 
76
76
  it 'assigns the requested classification_type as @classification_type' do
77
77
  classification_type = FactoryBot.create(:classification_type)
78
- get :show, id: classification_type.id
78
+ get :show, params: { id: classification_type.id }
79
79
  expect(assigns(:classification_type)).to eq(classification_type)
80
80
  end
81
81
  end
@@ -83,7 +83,7 @@ describe ClassificationTypesController do
83
83
  describe 'When not logged in' do
84
84
  it 'assigns the requested classification_type as @classification_type' do
85
85
  classification_type = FactoryBot.create(:classification_type)
86
- get :show, id: classification_type.id
86
+ get :show, params: { id: classification_type.id }
87
87
  expect(assigns(:classification_type)).to eq(classification_type)
88
88
  end
89
89
  end
@@ -135,7 +135,7 @@ describe ClassificationTypesController do
135
135
 
136
136
  it 'assigns the requested classification_type as @classification_type' do
137
137
  classification_type = FactoryBot.create(:classification_type)
138
- get :edit, id: classification_type.id
138
+ get :edit, params: { id: classification_type.id }
139
139
  expect(assigns(:classification_type)).to eq(classification_type)
140
140
  end
141
141
  end
@@ -145,7 +145,7 @@ describe ClassificationTypesController do
145
145
 
146
146
  it 'assigns the requested classification_type as @classification_type' do
147
147
  classification_type = FactoryBot.create(:classification_type)
148
- get :edit, id: classification_type.id
148
+ get :edit, params: { id: classification_type.id }
149
149
  expect(response).to be_forbidden
150
150
  end
151
151
  end
@@ -155,7 +155,7 @@ describe ClassificationTypesController do
155
155
 
156
156
  it 'assigns the requested classification_type as @classification_type' do
157
157
  classification_type = FactoryBot.create(:classification_type)
158
- get :edit, id: classification_type.id
158
+ get :edit, params: { id: classification_type.id }
159
159
  expect(response).to be_forbidden
160
160
  end
161
161
  end
@@ -163,7 +163,7 @@ describe ClassificationTypesController do
163
163
  describe 'When not logged in' do
164
164
  it 'should not assign the requested classification_type as @classification_type' do
165
165
  classification_type = FactoryBot.create(:classification_type)
166
- get :edit, id: classification_type.id
166
+ get :edit, params: { id: classification_type.id }
167
167
  expect(response).to redirect_to(new_user_session_url)
168
168
  end
169
169
  end
@@ -180,24 +180,24 @@ describe ClassificationTypesController do
180
180
 
181
181
  describe 'with valid params' do
182
182
  it 'assigns a newly created classification_type as @classification_type' do
183
- post :create, classification_type: @attrs
183
+ post :create, params: { classification_type: @attrs }
184
184
  expect(assigns(:classification_type)).to be_valid
185
185
  end
186
186
 
187
187
  it 'redirects to the created agent' do
188
- post :create, classification_type: @attrs
188
+ post :create, params: { classification_type: @attrs }
189
189
  expect(response).to redirect_to(assigns(:classification_type))
190
190
  end
191
191
  end
192
192
 
193
193
  describe 'with invalid params' do
194
194
  it 'assigns a newly created but unsaved classification_type as @classification_type' do
195
- post :create, classification_type: @invalid_attrs
195
+ post :create, params: { classification_type: @invalid_attrs }
196
196
  expect(assigns(:classification_type)).not_to be_valid
197
197
  end
198
198
 
199
199
  it 'should be successful' do
200
- post :create, classification_type: @invalid_attrs
200
+ post :create, params: { classification_type: @invalid_attrs }
201
201
  expect(response).to be_success
202
202
  end
203
203
  end
@@ -208,24 +208,24 @@ describe ClassificationTypesController do
208
208
 
209
209
  describe 'with valid params' do
210
210
  it 'assigns a newly created classification_type as @classification_type' do
211
- post :create, classification_type: @attrs
211
+ post :create, params: { classification_type: @attrs }
212
212
  expect(assigns(:classification_type)).to be_nil
213
213
  end
214
214
 
215
215
  it 'should be forbidden' do
216
- post :create, classification_type: @attrs
216
+ post :create, params: { classification_type: @attrs }
217
217
  expect(response).to be_forbidden
218
218
  end
219
219
  end
220
220
 
221
221
  describe 'with invalid params' do
222
222
  it 'assigns a newly created but unsaved classification_type as @classification_type' do
223
- post :create, classification_type: @invalid_attrs
223
+ post :create, params: { classification_type: @invalid_attrs }
224
224
  expect(assigns(:classification_type)).to be_nil
225
225
  end
226
226
 
227
227
  it 'should be forbidden' do
228
- post :create, classification_type: @invalid_attrs
228
+ post :create, params: { classification_type: @invalid_attrs }
229
229
  expect(response).to be_forbidden
230
230
  end
231
231
  end
@@ -236,24 +236,24 @@ describe ClassificationTypesController do
236
236
 
237
237
  describe 'with valid params' do
238
238
  it 'assigns a newly created classification_type as @classification_type' do
239
- post :create, classification_type: @attrs
239
+ post :create, params: { classification_type: @attrs }
240
240
  expect(assigns(:classification_type)).to be_nil
241
241
  end
242
242
 
243
243
  it 'should be forbidden' do
244
- post :create, classification_type: @attrs
244
+ post :create, params: { classification_type: @attrs }
245
245
  expect(response).to be_forbidden
246
246
  end
247
247
  end
248
248
 
249
249
  describe 'with invalid params' do
250
250
  it 'assigns a newly created but unsaved classification_type as @classification_type' do
251
- post :create, classification_type: @invalid_attrs
251
+ post :create, params: { classification_type: @invalid_attrs }
252
252
  expect(assigns(:classification_type)).to be_nil
253
253
  end
254
254
 
255
255
  it 'should be forbidden' do
256
- post :create, classification_type: @invalid_attrs
256
+ post :create, params: { classification_type: @invalid_attrs }
257
257
  expect(response).to be_forbidden
258
258
  end
259
259
  end
@@ -262,24 +262,24 @@ describe ClassificationTypesController do
262
262
  describe 'When not logged in' do
263
263
  describe 'with valid params' do
264
264
  it 'assigns a newly created classification_type as @classification_type' do
265
- post :create, classification_type: @attrs
265
+ post :create, params: { classification_type: @attrs }
266
266
  expect(assigns(:classification_type)).to be_nil
267
267
  end
268
268
 
269
269
  it 'should be forbidden' do
270
- post :create, classification_type: @attrs
270
+ post :create, params: { classification_type: @attrs }
271
271
  expect(response).to redirect_to(new_user_session_url)
272
272
  end
273
273
  end
274
274
 
275
275
  describe 'with invalid params' do
276
276
  it 'assigns a newly created but unsaved classification_type as @classification_type' do
277
- post :create, classification_type: @invalid_attrs
277
+ post :create, params: { classification_type: @invalid_attrs }
278
278
  expect(assigns(:classification_type)).to be_nil
279
279
  end
280
280
 
281
281
  it 'should be forbidden' do
282
- post :create, classification_type: @invalid_attrs
282
+ post :create, params: { classification_type: @invalid_attrs }
283
283
  expect(response).to redirect_to(new_user_session_url)
284
284
  end
285
285
  end
@@ -298,23 +298,23 @@ describe ClassificationTypesController do
298
298
 
299
299
  describe 'with valid params' do
300
300
  it 'updates the requested classification_type' do
301
- put :update, id: @classification_type.id, classification_type: @attrs
301
+ put :update, params: { id: @classification_type.id, classification_type: @attrs }
302
302
  end
303
303
 
304
304
  it 'assigns the requested classification_type as @classification_type' do
305
- put :update, id: @classification_type.id, classification_type: @attrs
305
+ put :update, params: { id: @classification_type.id, classification_type: @attrs }
306
306
  expect(assigns(:classification_type)).to eq(@classification_type)
307
307
  end
308
308
 
309
309
  it 'moves its position when specified' do
310
- put :update, id: @classification_type.id, classification_type: @attrs, move: 'lower'
310
+ put :update, params: { id: @classification_type.id, classification_type: @attrs, move: 'lower' }
311
311
  expect(response).to redirect_to(classification_types_url)
312
312
  end
313
313
  end
314
314
 
315
315
  describe 'with invalid params' do
316
316
  it 'assigns the requested classification_type as @classification_type' do
317
- put :update, id: @classification_type.id, classification_type: @invalid_attrs
317
+ put :update, params: { id: @classification_type.id, classification_type: @invalid_attrs }
318
318
  expect(response).to render_template('edit')
319
319
  end
320
320
  end
@@ -325,11 +325,11 @@ describe ClassificationTypesController do
325
325
 
326
326
  describe 'with valid params' do
327
327
  it 'updates the requested classification_type' do
328
- put :update, id: @classification_type.id, classification_type: @attrs
328
+ put :update, params: { id: @classification_type.id, classification_type: @attrs }
329
329
  end
330
330
 
331
331
  it 'assigns the requested classification_type as @classification_type' do
332
- put :update, id: @classification_type.id, classification_type: @attrs
332
+ put :update, params: { id: @classification_type.id, classification_type: @attrs }
333
333
  expect(assigns(:classification_type)).to eq(@classification_type)
334
334
  expect(response).to be_forbidden
335
335
  end
@@ -337,7 +337,7 @@ describe ClassificationTypesController do
337
337
 
338
338
  describe 'with invalid params' do
339
339
  it 'assigns the requested classification_type as @classification_type' do
340
- put :update, id: @classification_type.id, classification_type: @invalid_attrs
340
+ put :update, params: { id: @classification_type.id, classification_type: @invalid_attrs }
341
341
  expect(response).to be_forbidden
342
342
  end
343
343
  end
@@ -348,11 +348,11 @@ describe ClassificationTypesController do
348
348
 
349
349
  describe 'with valid params' do
350
350
  it 'updates the requested classification_type' do
351
- put :update, id: @classification_type.id, classification_type: @attrs
351
+ put :update, params: { id: @classification_type.id, classification_type: @attrs }
352
352
  end
353
353
 
354
354
  it 'assigns the requested classification_type as @classification_type' do
355
- put :update, id: @classification_type.id, classification_type: @attrs
355
+ put :update, params: { id: @classification_type.id, classification_type: @attrs }
356
356
  expect(assigns(:classification_type)).to eq(@classification_type)
357
357
  expect(response).to be_forbidden
358
358
  end
@@ -360,7 +360,7 @@ describe ClassificationTypesController do
360
360
 
361
361
  describe 'with invalid params' do
362
362
  it 'assigns the requested classification_type as @classification_type' do
363
- put :update, id: @classification_type.id, classification_type: @invalid_attrs
363
+ put :update, params: { id: @classification_type.id, classification_type: @invalid_attrs }
364
364
  expect(response).to be_forbidden
365
365
  end
366
366
  end
@@ -369,18 +369,18 @@ describe ClassificationTypesController do
369
369
  describe 'When not logged in' do
370
370
  describe 'with valid params' do
371
371
  it 'updates the requested classification_type' do
372
- put :update, id: @classification_type.id, classification_type: @attrs
372
+ put :update, params: { id: @classification_type.id, classification_type: @attrs }
373
373
  end
374
374
 
375
375
  it 'should be forbidden' do
376
- put :update, id: @classification_type.id, classification_type: @attrs
376
+ put :update, params: { id: @classification_type.id, classification_type: @attrs }
377
377
  expect(response).to redirect_to(new_user_session_url)
378
378
  end
379
379
  end
380
380
 
381
381
  describe 'with invalid params' do
382
382
  it 'assigns the requested classification_type as @classification_type' do
383
- put :update, id: @classification_type.id, classification_type: @invalid_attrs
383
+ put :update, params: { id: @classification_type.id, classification_type: @invalid_attrs }
384
384
  expect(response).to redirect_to(new_user_session_url)
385
385
  end
386
386
  end
@@ -396,11 +396,11 @@ describe ClassificationTypesController do
396
396
  login_admin
397
397
 
398
398
  it 'destroys the requested classification_type' do
399
- delete :destroy, id: @classification_type.id
399
+ delete :destroy, params: { id: @classification_type.id }
400
400
  end
401
401
 
402
402
  it 'redirects to the classification_types list' do
403
- delete :destroy, id: @classification_type.id
403
+ delete :destroy, params: { id: @classification_type.id }
404
404
  expect(response).to redirect_to(classification_types_url)
405
405
  end
406
406
  end
@@ -409,11 +409,11 @@ describe ClassificationTypesController do
409
409
  login_librarian
410
410
 
411
411
  it 'destroys the requested classification_type' do
412
- delete :destroy, id: @classification_type.id
412
+ delete :destroy, params: { id: @classification_type.id }
413
413
  end
414
414
 
415
415
  it 'should be forbidden' do
416
- delete :destroy, id: @classification_type.id
416
+ delete :destroy, params: { id: @classification_type.id }
417
417
  expect(response).to be_forbidden
418
418
  end
419
419
  end
@@ -422,22 +422,22 @@ describe ClassificationTypesController do
422
422
  login_user
423
423
 
424
424
  it 'destroys the requested classification_type' do
425
- delete :destroy, id: @classification_type.id
425
+ delete :destroy, params: { id: @classification_type.id }
426
426
  end
427
427
 
428
428
  it 'should be forbidden' do
429
- delete :destroy, id: @classification_type.id
429
+ delete :destroy, params: { id: @classification_type.id }
430
430
  expect(response).to be_forbidden
431
431
  end
432
432
  end
433
433
 
434
434
  describe 'When not logged in' do
435
435
  it 'destroys the requested classification_type' do
436
- delete :destroy, id: @classification_type.id
436
+ delete :destroy, params: { id: @classification_type.id }
437
437
  end
438
438
 
439
439
  it 'should be forbidden' do
440
- delete :destroy, id: @classification_type.id
440
+ delete :destroy, params: { id: @classification_type.id }
441
441
  expect(response).to redirect_to(new_user_session_url)
442
442
  end
443
443
  end