abizvn-media 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. checksums.yaml +4 -4
  2. data/app/serializers/abizvn/media/album_serializer.rb +25 -0
  3. data/app/serializers/abizvn/media/image_serializer.rb +21 -0
  4. data/app/serializers/abizvn/media/video_serializer.rb +21 -0
  5. data/lib/abizvn/media/version.rb +5 -5
  6. data/spec/dummy/Rakefile +6 -0
  7. data/spec/dummy/app/assets/config/manifest.js +3 -0
  8. data/spec/dummy/app/assets/stylesheets/application.css +15 -0
  9. data/spec/dummy/app/channels/application_cable/channel.rb +4 -0
  10. data/spec/dummy/app/channels/application_cable/connection.rb +4 -0
  11. data/spec/dummy/app/controllers/application_controller.rb +4 -0
  12. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  13. data/spec/dummy/app/jobs/application_job.rb +7 -0
  14. data/spec/dummy/app/mailers/application_mailer.rb +4 -0
  15. data/spec/dummy/app/models/application_record.rb +3 -0
  16. data/spec/dummy/app/views/layouts/application.html.erb +22 -0
  17. data/spec/dummy/app/views/layouts/mailer.html.erb +13 -0
  18. data/spec/dummy/app/views/layouts/mailer.text.erb +1 -0
  19. data/spec/dummy/app/views/pwa/manifest.json.erb +22 -0
  20. data/spec/dummy/app/views/pwa/service-worker.js +26 -0
  21. data/spec/dummy/bin/rails +4 -0
  22. data/spec/dummy/bin/rake +4 -0
  23. data/spec/dummy/bin/rubocop +8 -0
  24. data/spec/dummy/bin/setup +37 -0
  25. data/spec/dummy/config/application.rb +42 -0
  26. data/spec/dummy/config/boot.rb +3 -0
  27. data/spec/dummy/config/cable.yml +10 -0
  28. data/spec/dummy/config/database.yml +32 -0
  29. data/spec/dummy/config/environment.rb +5 -0
  30. data/spec/dummy/config/environments/development.rb +81 -0
  31. data/spec/dummy/config/environments/production.rb +105 -0
  32. data/spec/dummy/config/environments/test.rb +67 -0
  33. data/spec/dummy/config/initializers/assets.rb +12 -0
  34. data/spec/dummy/config/initializers/content_security_policy.rb +25 -0
  35. data/spec/dummy/config/initializers/filter_parameter_logging.rb +8 -0
  36. data/spec/dummy/config/initializers/inflections.rb +16 -0
  37. data/spec/dummy/config/initializers/new_framework_defaults_7_2.rb +70 -0
  38. data/spec/dummy/config/initializers/permissions_policy.rb +13 -0
  39. data/spec/dummy/config/locales/en.yml +31 -0
  40. data/spec/dummy/config/puma.rb +34 -0
  41. data/spec/dummy/config/routes.rb +3 -0
  42. data/spec/dummy/config/storage.yml +34 -0
  43. data/spec/dummy/config.ru +6 -0
  44. data/spec/dummy/db/migrate/20250314031817_create_general_settings.abizvn_general.rb +12 -0
  45. data/spec/dummy/db/migrate/20250314031818_add_index_into_general_settings.abizvn_general.rb +6 -0
  46. data/spec/dummy/db/migrate/20250314031819_review_general_setting.abizvn_general.rb +7 -0
  47. data/spec/dummy/db/migrate/20250314031820_create_entity_status_collection.abizvn_general.rb +28 -0
  48. data/spec/dummy/db/migrate/20250314031821_add_mandatory_fields.abizvn_general.rb +8 -0
  49. data/spec/dummy/db/migrate/20250314032045_create_active_storage_tables.active_storage.rb +57 -0
  50. data/spec/dummy/db/migrate/20250314032115_add_service_name_to_active_storage_blobs.active_storage.rb +22 -0
  51. data/spec/dummy/db/migrate/20250314032116_create_active_storage_variant_records.active_storage.rb +27 -0
  52. data/spec/dummy/db/migrate/20250314032117_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb +8 -0
  53. data/spec/dummy/db/schema.rb +101 -0
  54. data/spec/dummy/files/sample-5s.mp4 +0 -0
  55. data/spec/dummy/files/sample.txt +1 -0
  56. data/spec/dummy/files/small.png +0 -0
  57. data/spec/dummy/log/development.log +456 -0
  58. data/spec/dummy/log/test.log +4121 -0
  59. data/spec/dummy/public/404.html +67 -0
  60. data/spec/dummy/public/406-unsupported-browser.html +66 -0
  61. data/spec/dummy/public/422.html +67 -0
  62. data/spec/dummy/public/500.html +66 -0
  63. data/spec/dummy/public/icon.png +0 -0
  64. data/spec/dummy/public/icon.svg +3 -0
  65. data/spec/dummy/public/robots.txt +1 -0
  66. data/spec/dummy/storage/development.sqlite3 +0 -0
  67. data/spec/dummy/storage/test.sqlite3 +0 -0
  68. data/spec/dummy/tmp/local_secret.txt +1 -0
  69. data/spec/dummy/tmp/storage/0m/wv/0mwvr3j9l29cw4p7m418uq9d62k2 +0 -0
  70. data/spec/dummy/tmp/storage/0p/ts/0ptsb0ri8tvl6vn5pve7xa1iuoht +0 -0
  71. data/spec/dummy/tmp/storage/0u/ct/0uctup2q5pdsfqcpq1ygt5zecvxu +0 -0
  72. data/spec/dummy/tmp/storage/0u/dr/0udrvy8w6qq1q1wyk3zmoh4fz01e +0 -0
  73. data/spec/dummy/tmp/storage/10/z8/10z8c5gqsghrv5rmxjot023ax09x +0 -0
  74. data/spec/dummy/tmp/storage/18/y9/18y9uamy1uld9xhlokeepsp9jmvc +0 -0
  75. data/spec/dummy/tmp/storage/1h/se/1hsezcfourfde1h4p5cbkvv5birp +0 -0
  76. data/spec/dummy/tmp/storage/1r/19/1r19gppb0x5cm7u9wx33oqk4opxl +0 -0
  77. data/spec/dummy/tmp/storage/29/zg/29zg0x46emqnj725yhh6ufg7z9px +0 -0
  78. data/spec/dummy/tmp/storage/2b/qj/2bqjr4v0qyg6y951wuos3qnftfw6 +0 -0
  79. data/spec/dummy/tmp/storage/2f/2k/2f2kbf9ia5f11kfatr97gjdjujh7 +0 -0
  80. data/spec/dummy/tmp/storage/2y/li/2yli8pqtu3uuzqe2vvwfywljwqsw +0 -0
  81. data/spec/dummy/tmp/storage/35/w4/35w4vfuebk1419dswgnmf5ri2smw +0 -0
  82. data/spec/dummy/tmp/storage/39/lr/39lr1lbfnjbmdlr78kkad3ix0r8x +0 -0
  83. data/spec/dummy/tmp/storage/3i/u2/3iu2w6b5at6asrpzvc47m7x0zyre +0 -0
  84. data/spec/dummy/tmp/storage/3j/a8/3ja82g7kf3xzfgvh7m54c0lvwjz7 +0 -0
  85. data/spec/dummy/tmp/storage/3p/l7/3pl730tq59vblbzxzhh1zpyctuk1 +0 -0
  86. data/spec/dummy/tmp/storage/3r/cp/3rcpn2tdlrix5u28u9zzdf80tmff +0 -0
  87. data/spec/dummy/tmp/storage/3v/n5/3vn5oqb03sblmkrnpcfberlfjief +0 -0
  88. data/spec/dummy/tmp/storage/45/fk/45fkekg9g6gttnddhvhbxccjo8ah +0 -0
  89. data/spec/dummy/tmp/storage/4b/71/4b71himq8ri2al7619qnrstqdi32 +0 -0
  90. data/spec/dummy/tmp/storage/4n/ls/4nls3n87i5jx1c3y1bia2cpwdqyn +0 -0
  91. data/spec/dummy/tmp/storage/5f/cm/5fcmj3v74nmwqmdj7jyog2w4efhr +0 -0
  92. data/spec/dummy/tmp/storage/5q/36/5q36vl8epg5t73u78ljzg4x1ib1o +0 -0
  93. data/spec/dummy/tmp/storage/5q/af/5qafqiphplmbusg3rlpk329cwclj +0 -0
  94. data/spec/dummy/tmp/storage/5w/r8/5wr8iu817l0i1xutyj4g7a6bwrj3 +0 -0
  95. data/spec/dummy/tmp/storage/6a/m9/6am9u4rq9l8wl5ppb5terh03m4hl +0 -0
  96. data/spec/dummy/tmp/storage/71/od/71odizjahavvxbj119xq7a5kdktk +0 -0
  97. data/spec/dummy/tmp/storage/80/ah/80ahzc9z7g1rlqlns4lo1jpbun73 +0 -0
  98. data/spec/dummy/tmp/storage/8g/qb/8gqb5wiqh1wk7o1ilsbe7nw8jkl6 +0 -0
  99. data/spec/dummy/tmp/storage/8o/5n/8o5nc1myeh3c5fafcxrdt0fybv8x +0 -0
  100. data/spec/dummy/tmp/storage/9e/t2/9et2wnpb06saq1qw9vkdknlul31t +0 -0
  101. data/spec/dummy/tmp/storage/a5/os/a5oslea9cgmfnqczx55g17xrz07d +0 -0
  102. data/spec/dummy/tmp/storage/b3/b5/b3b53qdh3e45etxaot17iyec14ca +0 -0
  103. data/spec/dummy/tmp/storage/b4/ek/b4ekvi6c9szhw8lqehv7u7kubsiz +0 -0
  104. data/spec/dummy/tmp/storage/bb/2f/bb2fvwhiu8i5qf2pyz7mtzqed49n +0 -0
  105. data/spec/dummy/tmp/storage/bk/hs/bkhs8l9n4d09f81weejb9a31jk7n +0 -0
  106. data/spec/dummy/tmp/storage/bx/sq/bxsqwu541rqbcnx85r0keylo8yjg +0 -0
  107. data/spec/dummy/tmp/storage/cc/rs/ccrsp7k0x7hlxw5ylyqesfycnsn0 +0 -0
  108. data/spec/dummy/tmp/storage/cn/rt/cnrt2re92df7ncrgsykeidjzxl34 +0 -0
  109. data/spec/dummy/tmp/storage/dk/oh/dkohvjmkw575f2fyuv9bdi1fqojh +0 -0
  110. data/spec/dummy/tmp/storage/du/bp/dubpmx8zzqkiof4a01xcze08vgob +0 -0
  111. data/spec/dummy/tmp/storage/eh/j7/ehj7ihockopsa5arfi9oldipwf3l +0 -0
  112. data/spec/dummy/tmp/storage/er/vz/ervzydqq909udjcjkjxr7ydkdx1c +0 -0
  113. data/spec/dummy/tmp/storage/ev/k2/evk288iduktjxochqcd4ocxpvnxa +0 -0
  114. data/spec/dummy/tmp/storage/f4/md/f4mdb9wn7yinnrcdr9iznwc7mpfk +0 -0
  115. data/spec/dummy/tmp/storage/fj/ld/fjldv9v7tuate6niwvednipftxt7 +0 -0
  116. data/spec/dummy/tmp/storage/fn/46/fn4643u1em8lrft0f7qme2hfnepo +0 -0
  117. data/spec/dummy/tmp/storage/fq/0s/fq0smpzifdnry4xgmyfae3la9mmt +0 -0
  118. data/spec/dummy/tmp/storage/g6/zl/g6zlj189sqtj9g4rv86tpfeyq6bu +0 -0
  119. data/spec/dummy/tmp/storage/ge/ih/geihjrxbvovjnfkgx3t5cp8f4osm +0 -0
  120. data/spec/dummy/tmp/storage/gi/pl/gipl41n57oxeu3usjj41z7o766k0 +0 -0
  121. data/spec/dummy/tmp/storage/h3/bz/h3bzvzpoqppi1te5v4xvp76e7ybo +0 -0
  122. data/spec/dummy/tmp/storage/h7/vh/h7vhyaqp1g1nau1mzr1afuit4o2a +0 -0
  123. data/spec/dummy/tmp/storage/hf/i6/hfi6fat6xxcxqzknna451khsg14j +0 -0
  124. data/spec/dummy/tmp/storage/hi/2p/hi2p1p2sinhnbi6g2hpfeewaptmd +0 -0
  125. data/spec/dummy/tmp/storage/hj/kr/hjkrdxojxekkyxv08bnlgnbwuy1v +0 -0
  126. data/spec/dummy/tmp/storage/hu/dw/hudwprs1ig3d437jxqargs6rwtwp +0 -0
  127. data/spec/dummy/tmp/storage/hz/8w/hz8w7stqgq83xlndjxxurzz9u76v +0 -0
  128. data/spec/dummy/tmp/storage/hz/kx/hzkxn0gfhalk0lw27f3x7gbk0b8v +0 -0
  129. data/spec/dummy/tmp/storage/ih/rc/ihrclsjt3qnw9ig7foy5lz6orqay +0 -0
  130. data/spec/dummy/tmp/storage/ih/xz/ihxzelkuehnqebshhb3ah4z1c1fk +0 -0
  131. data/spec/dummy/tmp/storage/j4/08/j408pnd9nuf88tbmb9cjj52qvgfh +0 -0
  132. data/spec/dummy/tmp/storage/jj/4o/jj4obafz48kk8o5yj6lh59143gn8 +0 -0
  133. data/spec/dummy/tmp/storage/jp/om/jpom7a8cedvu7gjtw8d9rgwrlqwt +0 -0
  134. data/spec/dummy/tmp/storage/jq/o9/jqo96rlq9wd9ne90y798smj95opn +0 -0
  135. data/spec/dummy/tmp/storage/jq/pd/jqpdh488lkoif5o2ibimj44oeykl +0 -0
  136. data/spec/dummy/tmp/storage/jv/0x/jv0xnfr9q6n40wctvybueshwsm5y +0 -0
  137. data/spec/dummy/tmp/storage/kn/u8/knu87cjyme0ntuds19kaqkdquj3o +0 -0
  138. data/spec/dummy/tmp/storage/kp/xi/kpxike9som55n7r0v31ij2wr0kda +0 -0
  139. data/spec/dummy/tmp/storage/kw/pz/kwpz3kfc96d2mltp45hf4jbss1c5 +0 -0
  140. data/spec/dummy/tmp/storage/l7/hp/l7hp8y22igxn1ai3oxiyaoov5u6x +0 -0
  141. data/spec/dummy/tmp/storage/l8/qm/l8qmangooniwtzu5m5fiashbauey +0 -0
  142. data/spec/dummy/tmp/storage/ma/0m/ma0m88bf7chmz13a6tji6hlwjnc9 +0 -0
  143. data/spec/dummy/tmp/storage/md/y3/mdy32tddxsijmn8dzhaxiavj63ml +0 -0
  144. data/spec/dummy/tmp/storage/mw/sk/mwskudeppm3i1yxkmmjdl9yjkag0 +0 -0
  145. data/spec/dummy/tmp/storage/n7/hi/n7hi26phltz0dg8ke1qt1u027puz +0 -0
  146. data/spec/dummy/tmp/storage/nc/98/nc98yg9a1li9vbwsxepbwyvd1lq5 +0 -0
  147. data/spec/dummy/tmp/storage/nl/14/nl149p53kg31lkyssqfub168zlv3 +0 -0
  148. data/spec/dummy/tmp/storage/np/6a/np6a0zpx5s9kiyfoy52n1399acfx +0 -0
  149. data/spec/dummy/tmp/storage/nw/xx/nwxxho9izqznkvp201in548ryyn5 +0 -0
  150. data/spec/dummy/tmp/storage/nw/yh/nwyhfx82lx42l9cw01x62faml69h +0 -0
  151. data/spec/dummy/tmp/storage/ny/sh/nyshk4vcjap9z1h719z31w3equsu +0 -0
  152. data/spec/dummy/tmp/storage/o5/bk/o5bkt43h6w72ra8ovveor8znzjx4 +0 -0
  153. data/spec/dummy/tmp/storage/om/uf/omufz8eo8ge1weuptt6rqoeyv9eg +0 -0
  154. data/spec/dummy/tmp/storage/p6/y7/p6y797a8hmia83td07jte009xwi8 +0 -0
  155. data/spec/dummy/tmp/storage/p7/xn/p7xn4yotfmav3iakeqd6d8pvxoy1 +0 -0
  156. data/spec/dummy/tmp/storage/p9/x3/p9x3dqgn2p16xqjkc825appnox1z +0 -0
  157. data/spec/dummy/tmp/storage/ph/t8/pht8stocj9jea0xzav7anp8wcpt5 +0 -0
  158. data/spec/dummy/tmp/storage/q2/l2/q2l29qiotvirswsiry9bqcl5fq02 +0 -0
  159. data/spec/dummy/tmp/storage/q7/r5/q7r5nkez9cdu5degph822duu5x9d +0 -0
  160. data/spec/dummy/tmp/storage/q9/r6/q9r64jnzfhezzqodwge88g942mv0 +0 -0
  161. data/spec/dummy/tmp/storage/qd/5b/qd5bpor1awhe36h3nc73jin0cjiw +0 -0
  162. data/spec/dummy/tmp/storage/qu/w2/quw2vekfqjusa3fzzni7qidq1lv5 +0 -0
  163. data/spec/dummy/tmp/storage/r5/vn/r5vnn41etkqr9tcj9bct5xxrw0is +0 -0
  164. data/spec/dummy/tmp/storage/rb/96/rb96stbba0bjuhq6chrjbid8vbwx +0 -0
  165. data/spec/dummy/tmp/storage/rp/z5/rpz5mpqg45j7qb508wm6pya8f4v6 +0 -0
  166. data/spec/dummy/tmp/storage/s6/oh/s6ohck2beb42wb4jtl627zyhcjfj +0 -0
  167. data/spec/dummy/tmp/storage/sh/49/sh49j0e04hvsmujei1x8gduaojcz +0 -0
  168. data/spec/dummy/tmp/storage/ti/ky/tikypd1wumyyagiscy376io0lfiq +0 -0
  169. data/spec/dummy/tmp/storage/tl/ov/tlov083h70q2569ljnnorrms3xzy +0 -0
  170. data/spec/dummy/tmp/storage/ty/hu/tyhud4vinp00cr6pmnbpafo8ejf2 +0 -0
  171. data/spec/dummy/tmp/storage/uc/w1/ucw1qyoxhilndsaqihtonzec0dyh +0 -0
  172. data/spec/dummy/tmp/storage/ue/tu/uetusdeo9wpvtxlnxdasgy4g571h +0 -0
  173. data/spec/dummy/tmp/storage/um/nl/umnlqwj9iv7krwfn3s6g5vvv7nfi +0 -0
  174. data/spec/dummy/tmp/storage/um/w9/umw93cizx7laocmj8wwmnf8mmgk4 +0 -0
  175. data/spec/dummy/tmp/storage/uv/2m/uv2mi0xh894cnozzb7cqu09gqdpd +0 -0
  176. data/spec/dummy/tmp/storage/vi/i4/vii4euezr9ff0xu5ap7yyd00j3m9 +0 -0
  177. data/spec/dummy/tmp/storage/vn/g2/vng2onfy77nzprmy1yks40c0ye7g +0 -0
  178. data/spec/dummy/tmp/storage/w4/f9/w4f9wjrbmlksnbsth36c5ghybfj2 +0 -0
  179. data/spec/dummy/tmp/storage/we/6i/we6i04d0sxtguite5sm9hj1e74p5 +0 -0
  180. data/spec/dummy/tmp/storage/we/ot/weot8dwpp4ghagb6yudcza5s4b7e +0 -0
  181. data/spec/dummy/tmp/storage/wu/or/wuory3h00sk3mjovjy00gjpj5yem +0 -0
  182. data/spec/dummy/tmp/storage/wy/4r/wy4rkcqcpfif8argydum4mwpobn1 +0 -0
  183. data/spec/dummy/tmp/storage/xc/8f/xc8fv92nr83tpv8m1f9b2rz3hayg +0 -0
  184. data/spec/dummy/tmp/storage/xn/ce/xncehxpgg48jx675w0lx3osvhsvj +0 -0
  185. data/spec/dummy/tmp/storage/xn/pb/xnpbuj5ns40ddefjrsdevdehzeko +0 -0
  186. data/spec/dummy/tmp/storage/y0/ln/y0ln0x3dfo4cfi3pepkesodpfko0 +0 -0
  187. data/spec/dummy/tmp/storage/y4/nf/y4nfgp8pb33kscy5vbqcl1an8eqe +0 -0
  188. data/spec/dummy/tmp/storage/ye/bl/yeblxiqcymv7z2bqpwf5jkhrh3ae +0 -0
  189. data/spec/dummy/tmp/storage/yg/49/yg49usle0eexi8grfhozlne6auw1 +0 -0
  190. data/spec/dummy/tmp/storage/yl/0a/yl0adttsitq4x2z1oniu9z5jw46y +0 -0
  191. data/spec/dummy/tmp/storage/yy/kf/yykfwro4gjqrtk3kvo03xgrmve4l +0 -0
  192. data/spec/dummy/tmp/storage/z8/y6/z8y6inrrgivm0niw39os5nhoihv6 +0 -0
  193. data/spec/dummy/tmp/storage/zb/j7/zbj7wmend3hkuy7l4nee84zc10fz +0 -0
  194. data/spec/dummy/tmp/storage/zh/vc/zhvciv6eu20eaivgldcah0q86hcc +0 -0
  195. data/spec/dummy/tmp/storage/zz/ei/zzeie82wsfok4of0e96y7v0zrzit +0 -0
  196. data/spec/factories/abizvn/general/general_settings.rb +9 -0
  197. data/spec/factories/abizvn/media/albums.rb +8 -0
  198. data/spec/factories/abizvn/media/images.rb +11 -0
  199. data/spec/factories/abizvn/media/videos.rb +11 -0
  200. data/spec/models/abizvn/media/album_spec.rb +38 -0
  201. data/spec/models/abizvn/media/image_spec.rb +79 -0
  202. data/spec/models/abizvn/media/video_spec.rb +67 -0
  203. data/spec/rails_helper.rb +85 -0
  204. data/spec/serializers/abizvn/media/album_serializer_spec.rb +19 -0
  205. data/spec/serializers/abizvn/media/image_serializer_spec.rb +13 -0
  206. data/spec/serializers/abizvn/media/video_serializer_spec.rb +13 -0
  207. data/spec/spec_helper.rb +94 -0
  208. data/spec/support/general_validation_helpers.rb +21 -0
  209. data/spec/support/media_validation_helpers.rb +77 -0
  210. metadata +241 -20
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46483b4713a424484b16dbff310e18cb8f4438deda246f41a3ba94b132912ee3
4
- data.tar.gz: ac2a17bd8c73ae16b6f90068bdbf8725c7409e5b7aa41adb260f5500bd563bbb
3
+ metadata.gz: b51b6445a94c9747ac6867eaf6c4bde20e52fce95698bde71aaf8f9f429742ff
4
+ data.tar.gz: e7b3c14fe2acdf37cd9a0bf20f29e700ae2103cd0edc6b4773b9be4425c3aa1d
5
5
  SHA512:
6
- metadata.gz: 6f2d816884125ab57a9414fd95d14a016413fdbc5dabc302fa44be7a81139e19259ed244f2a76a36632b4970ef52a51873f40e45397f6d40693d60c0e33d7e7d
7
- data.tar.gz: cfd1e5f58451b4186ae64482cdbc2ded7fd05363a457e1b93ec7bf27c5ebf7b7b31b5b5849635dc1f33cf995ea0e96cd2c92e798829ba43e00baddf1a8ab8adf
6
+ metadata.gz: 3bbbf4799c6ed5c374e75dbad4f2fc3baace5036540c717e34ade7bc4798562db0f9d224b627e80073dfe357fbbb16095d57f0dc421812a4480005b66d793963
7
+ data.tar.gz: deb0b26d6aa58136cc7b9429b00d1fbd73a55ccd654ce8fc1028655efe5e17ea54a65b2615bdfdfa07b4033267165dd92ff8ec1a8f2b78922bd5f59099a3ade2
@@ -0,0 +1,25 @@
1
+ module Abizvn
2
+ module Media
3
+ class AlbumSerializer
4
+ include JSONAPI::Serializer
5
+
6
+ attributes :id, :title, :description, :updated_at
7
+
8
+ attribute :status do |entity|
9
+ Abizvn::General::GeneralSettingLiteSerializer.new(entity.status).serializable_hash[:data]
10
+ end
11
+
12
+ attribute :images do |entity|
13
+ entity.images.map do |image|
14
+ ImageSerializer.new(image).serializable_hash[:data]
15
+ end
16
+ end
17
+
18
+ attribute :videos do |entity|
19
+ entity.videos.map do |video|
20
+ VideoSerializer.new(video).serializable_hash[:data]
21
+ end
22
+ end
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,21 @@
1
+ module Abizvn
2
+ module Media
3
+ class ImageSerializer
4
+ include JSONAPI::Serializer
5
+
6
+ attributes :id, :description, :updated_at
7
+
8
+ attribute :image_url do |entity|
9
+ if entity.link.present?
10
+ entity.link
11
+ elsif entity.image.present?
12
+ base_url = ENV['BASE_URL'] || 'http://localhost:3000'
13
+
14
+ blob_url = Rails.application.routes.url_helpers.rails_blob_url(entity.image, only_path: true)
15
+
16
+ "#{base_url}#{blob_url}"
17
+ end
18
+ end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,21 @@
1
+ module Abizvn
2
+ module Media
3
+ class VideoSerializer
4
+ include JSONAPI::Serializer
5
+
6
+ attributes :id, :description, :updated_at
7
+
8
+ attribute :video_url do |entity|
9
+ if entity.link.present?
10
+ entity.link
11
+ elsif entity.video.present?
12
+ base_url = ENV['BASE_URL'] || 'http://localhost:3000'
13
+
14
+ blob_url = Rails.application.routes.url_helpers.rails_blob_url(entity.video, only_path: true)
15
+
16
+ "#{base_url}#{blob_url}"
17
+ end
18
+ end
19
+ end
20
+ end
21
+ end
@@ -1,5 +1,5 @@
1
- module Abizvn
2
- module Media
3
- VERSION = "0.1.0"
4
- end
5
- end
1
+ module Abizvn
2
+ module Media
3
+ VERSION = "0.1.1"
4
+ end
5
+ end
@@ -0,0 +1,6 @@
1
+ # Add your own tasks in files placed in lib/tasks ending in .rake,
2
+ # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
+
4
+ require_relative "config/application"
5
+
6
+ Rails.application.load_tasks
@@ -0,0 +1,3 @@
1
+ //= link_tree ../images
2
+ //= link_directory ../stylesheets .css
3
+ //= link abizvn_media_manifest.js
@@ -0,0 +1,15 @@
1
+ /*
2
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
3
+ * listed below.
4
+ *
5
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
+ * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
+ *
8
+ * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
+ * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
+ * files in this directory. Styles in this file should be added after the last require_* statement.
11
+ * It is generally better to create a new file per style scope.
12
+ *
13
+ *= require_tree .
14
+ *= require_self
15
+ */
@@ -0,0 +1,4 @@
1
+ module ApplicationCable
2
+ class Channel < ActionCable::Channel::Base
3
+ end
4
+ end
@@ -0,0 +1,4 @@
1
+ module ApplicationCable
2
+ class Connection < ActionCable::Connection::Base
3
+ end
4
+ end
@@ -0,0 +1,4 @@
1
+ class ApplicationController < ActionController::Base
2
+ # Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
3
+ allow_browser versions: :modern
4
+ end
@@ -0,0 +1,2 @@
1
+ module ApplicationHelper
2
+ end
@@ -0,0 +1,7 @@
1
+ class ApplicationJob < ActiveJob::Base
2
+ # Automatically retry jobs that encountered a deadlock
3
+ # retry_on ActiveRecord::Deadlocked
4
+
5
+ # Most jobs are safe to ignore if the underlying records are no longer available
6
+ # discard_on ActiveJob::DeserializationError
7
+ end
@@ -0,0 +1,4 @@
1
+ class ApplicationMailer < ActionMailer::Base
2
+ default from: "from@example.com"
3
+ layout "mailer"
4
+ end
@@ -0,0 +1,3 @@
1
+ class ApplicationRecord < ActiveRecord::Base
2
+ primary_abstract_class
3
+ end
@@ -0,0 +1,22 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title><%= content_for(:title) || "Dummy" %></title>
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <meta name="apple-mobile-web-app-capable" content="yes">
7
+ <%= csrf_meta_tags %>
8
+ <%= csp_meta_tag %>
9
+
10
+ <%= yield :head %>
11
+
12
+ <link rel="manifest" href="/manifest.json">
13
+ <link rel="icon" href="/icon.png" type="image/png">
14
+ <link rel="icon" href="/icon.svg" type="image/svg+xml">
15
+ <link rel="apple-touch-icon" href="/icon.png">
16
+ <%= stylesheet_link_tag "application" %>
17
+ </head>
18
+
19
+ <body>
20
+ <%= yield %>
21
+ </body>
22
+ </html>
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
+ <style>
6
+ /* Email styles need to be inline */
7
+ </style>
8
+ </head>
9
+
10
+ <body>
11
+ <%= yield %>
12
+ </body>
13
+ </html>
@@ -0,0 +1 @@
1
+ <%= yield %>
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "Dummy",
3
+ "icons": [
4
+ {
5
+ "src": "/icon.png",
6
+ "type": "image/png",
7
+ "sizes": "512x512"
8
+ },
9
+ {
10
+ "src": "/icon.png",
11
+ "type": "image/png",
12
+ "sizes": "512x512",
13
+ "purpose": "maskable"
14
+ }
15
+ ],
16
+ "start_url": "/",
17
+ "display": "standalone",
18
+ "scope": "/",
19
+ "description": "Dummy.",
20
+ "theme_color": "red",
21
+ "background_color": "red"
22
+ }
@@ -0,0 +1,26 @@
1
+ // Add a service worker for processing Web Push notifications:
2
+ //
3
+ // self.addEventListener("push", async (event) => {
4
+ // const { title, options } = await event.data.json()
5
+ // event.waitUntil(self.registration.showNotification(title, options))
6
+ // })
7
+ //
8
+ // self.addEventListener("notificationclick", function(event) {
9
+ // event.notification.close()
10
+ // event.waitUntil(
11
+ // clients.matchAll({ type: "window" }).then((clientList) => {
12
+ // for (let i = 0; i < clientList.length; i++) {
13
+ // let client = clientList[i]
14
+ // let clientPath = (new URL(client.url)).pathname
15
+ //
16
+ // if (clientPath == event.notification.data.path && "focus" in client) {
17
+ // return client.focus()
18
+ // }
19
+ // }
20
+ //
21
+ // if (clients.openWindow) {
22
+ // return clients.openWindow(event.notification.data.path)
23
+ // }
24
+ // })
25
+ // )
26
+ // })
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ APP_PATH = File.expand_path("../config/application", __dir__)
3
+ require_relative "../config/boot"
4
+ require "rails/commands"
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ require_relative "../config/boot"
3
+ require "rake"
4
+ Rake.application.run
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby
2
+ require "rubygems"
3
+ require "bundler/setup"
4
+
5
+ # explicit rubocop config increases performance slightly while avoiding config confusion.
6
+ ARGV.unshift("--config", File.expand_path("../.rubocop.yml", __dir__))
7
+
8
+ load Gem.bin_path("rubocop", "rubocop")
@@ -0,0 +1,37 @@
1
+ #!/usr/bin/env ruby
2
+ require "fileutils"
3
+
4
+ APP_ROOT = File.expand_path("..", __dir__)
5
+ APP_NAME = "dummy"
6
+
7
+ def system!(*args)
8
+ system(*args, exception: true)
9
+ end
10
+
11
+ FileUtils.chdir APP_ROOT do
12
+ # This script is a way to set up or update your development environment automatically.
13
+ # This script is idempotent, so that you can run it at any time and get an expectable outcome.
14
+ # Add necessary setup steps to this file.
15
+
16
+ puts "== Installing dependencies =="
17
+ system! "gem install bundler --conservative"
18
+ system("bundle check") || system!("bundle install")
19
+
20
+ # puts "\n== Copying sample files =="
21
+ # unless File.exist?("config/database.yml")
22
+ # FileUtils.cp "config/database.yml.sample", "config/database.yml"
23
+ # end
24
+
25
+ puts "\n== Preparing database =="
26
+ system! "bin/rails db:prepare"
27
+
28
+ puts "\n== Removing old logs and tempfiles =="
29
+ system! "bin/rails log:clear tmp:clear"
30
+
31
+ puts "\n== Restarting application server =="
32
+ system! "bin/rails restart"
33
+
34
+ # puts "\n== Configuring puma-dev =="
35
+ # system "ln -nfs #{APP_ROOT} ~/.puma-dev/#{APP_NAME}"
36
+ # system "curl -Is https://#{APP_NAME}.test/up | head -n 1"
37
+ end
@@ -0,0 +1,42 @@
1
+ require_relative "boot"
2
+
3
+ require "rails"
4
+ # Pick the frameworks you want:
5
+ require "active_model/railtie"
6
+ require "active_job/railtie"
7
+ require "active_record/railtie"
8
+ require "active_storage/engine"
9
+ require "action_controller/railtie"
10
+ require "action_mailer/railtie"
11
+ require "action_mailbox/engine"
12
+ require "action_text/engine"
13
+ require "action_view/railtie"
14
+ require "action_cable/engine"
15
+ # require "rails/test_unit/railtie"
16
+
17
+ # Require the gems listed in Gemfile, including any gems
18
+ # you've limited to :test, :development, or :production.
19
+ Bundler.require(*Rails.groups)
20
+
21
+ module Dummy
22
+ class Application < Rails::Application
23
+ # Initialize configuration defaults for originally generated Rails version.
24
+ config.load_defaults 7.2
25
+
26
+ # Please, add to the `ignore` list any other `lib` subdirectories that do
27
+ # not contain `.rb` files, or that should not be reloaded or eager loaded.
28
+ # Common ones are `templates`, `generators`, or `middleware`, for example.
29
+ config.autoload_lib(ignore: %w[assets tasks])
30
+
31
+ # Configuration for the application, engines, and railties goes here.
32
+ #
33
+ # These settings can be overridden in specific environments using the files
34
+ # in config/environments, which are processed later.
35
+ #
36
+ # config.time_zone = "Central Time (US & Canada)"
37
+ # config.eager_load_paths << Rails.root.join("extras")
38
+
39
+ # Don't generate system test files.
40
+ config.generators.system_tests = nil
41
+ end
42
+ end
@@ -0,0 +1,3 @@
1
+ ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
2
+
3
+ require "bundler/setup" # Set up gems listed in the Gemfile.
@@ -0,0 +1,10 @@
1
+ development:
2
+ adapter: async
3
+
4
+ test:
5
+ adapter: test
6
+
7
+ production:
8
+ adapter: redis
9
+ url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
10
+ channel_prefix: dummy_production
@@ -0,0 +1,32 @@
1
+ # SQLite. Versions 3.8.0 and up are supported.
2
+ # gem install sqlite3
3
+ #
4
+ # Ensure the SQLite 3 gem is defined in your Gemfile
5
+ # gem "sqlite3"
6
+ #
7
+ default: &default
8
+ adapter: sqlite3
9
+ pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
10
+ timeout: 5000
11
+
12
+ development:
13
+ <<: *default
14
+ database: storage/development.sqlite3
15
+
16
+ # Warning: The database defined as "test" will be erased and
17
+ # re-generated from your development database when you run "rake".
18
+ # Do not set this db to the same as development or production.
19
+ test:
20
+ <<: *default
21
+ database: storage/test.sqlite3
22
+
23
+
24
+ # SQLite3 write its data on the local filesystem, as such it requires
25
+ # persistent disks. If you are deploying to a managed service, you should
26
+ # make sure it provides disk persistence, as many don't.
27
+ #
28
+ # Similarly, if you deploy your application as a Docker container, you must
29
+ # ensure the database is located in a persisted volume.
30
+ production:
31
+ <<: *default
32
+ # database: path/to/persistent/storage/production.sqlite3
@@ -0,0 +1,5 @@
1
+ # Load the Rails application.
2
+ require_relative "application"
3
+
4
+ # Initialize the Rails application.
5
+ Rails.application.initialize!
@@ -0,0 +1,81 @@
1
+ require "active_support/core_ext/integer/time"
2
+
3
+ Rails.application.configure do
4
+ # Settings specified here will take precedence over those in config/application.rb.
5
+
6
+ # In the development environment your application's code is reloaded any time
7
+ # it changes. This slows down response time but is perfect for development
8
+ # since you don't have to restart the web server when you make code changes.
9
+ config.enable_reloading = true
10
+
11
+ # Do not eager load code on boot.
12
+ config.eager_load = false
13
+
14
+ # Show full error reports.
15
+ config.consider_all_requests_local = true
16
+
17
+ # Enable server timing.
18
+ config.server_timing = true
19
+
20
+ # Enable/disable caching. By default caching is disabled.
21
+ # Run rails dev:cache to toggle caching.
22
+ if Rails.root.join("tmp/caching-dev.txt").exist?
23
+ config.action_controller.perform_caching = true
24
+ config.action_controller.enable_fragment_cache_logging = true
25
+
26
+ config.cache_store = :memory_store
27
+ config.public_file_server.headers = { "Cache-Control" => "public, max-age=#{2.days.to_i}" }
28
+ else
29
+ config.action_controller.perform_caching = false
30
+
31
+ config.cache_store = :null_store
32
+ end
33
+
34
+ # Store uploaded files on the local file system (see config/storage.yml for options).
35
+ config.active_storage.service = :local
36
+
37
+ # Don't care if the mailer can't send.
38
+ config.action_mailer.raise_delivery_errors = false
39
+
40
+ # Disable caching for Action Mailer templates even if Action Controller
41
+ # caching is enabled.
42
+ config.action_mailer.perform_caching = false
43
+
44
+ config.action_mailer.default_url_options = { host: "localhost", port: 3000 }
45
+
46
+ # Print deprecation notices to the Rails logger.
47
+ config.active_support.deprecation = :log
48
+
49
+ # Raise exceptions for disallowed deprecations.
50
+ config.active_support.disallowed_deprecation = :raise
51
+
52
+ # Tell Active Support which deprecation messages to disallow.
53
+ config.active_support.disallowed_deprecation_warnings = []
54
+
55
+ # Raise an error on page load if there are pending migrations.
56
+ config.active_record.migration_error = :page_load
57
+
58
+ # Highlight code that triggered database queries in logs.
59
+ config.active_record.verbose_query_logs = true
60
+
61
+ # Highlight code that enqueued background job in logs.
62
+ config.active_job.verbose_enqueue_logs = true
63
+
64
+ # Suppress logger output for asset requests.
65
+ config.assets.quiet = true
66
+
67
+ # Raises error for missing translations.
68
+ # config.i18n.raise_on_missing_translations = true
69
+
70
+ # Annotate rendered view with file names.
71
+ config.action_view.annotate_rendered_view_with_filenames = true
72
+
73
+ # Uncomment if you wish to allow Action Cable access from any origin.
74
+ # config.action_cable.disable_request_forgery_protection = true
75
+
76
+ # Raise error when a before_action's only/except options reference missing actions.
77
+ config.action_controller.raise_on_missing_callback_actions = true
78
+
79
+ # Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
80
+ # config.generators.apply_rubocop_autocorrect_after_generate!
81
+ end
@@ -0,0 +1,105 @@
1
+ require "active_support/core_ext/integer/time"
2
+
3
+ Rails.application.configure do
4
+ # Settings specified here will take precedence over those in config/application.rb.
5
+
6
+ # Code is not reloaded between requests.
7
+ config.enable_reloading = false
8
+
9
+ # Eager load code on boot. This eager loads most of Rails and
10
+ # your application in memory, allowing both threaded web servers
11
+ # and those relying on copy on write to perform better.
12
+ # Rake tasks automatically ignore this option for performance.
13
+ config.eager_load = true
14
+
15
+ # Full error reports are disabled and caching is turned on.
16
+ config.consider_all_requests_local = false
17
+ config.action_controller.perform_caching = true
18
+
19
+ # Ensures that a master key has been made available in ENV["RAILS_MASTER_KEY"], config/master.key, or an environment
20
+ # key such as config/credentials/production.key. This key is used to decrypt credentials (and other encrypted files).
21
+ # config.require_master_key = true
22
+
23
+ # Disable serving static files from `public/`, relying on NGINX/Apache to do so instead.
24
+ # config.public_file_server.enabled = false
25
+
26
+ # Compress CSS using a preprocessor.
27
+ # config.assets.css_compressor = :sass
28
+
29
+ # Do not fall back to assets pipeline if a precompiled asset is missed.
30
+ config.assets.compile = false
31
+
32
+ # Enable serving of images, stylesheets, and JavaScripts from an asset server.
33
+ # config.asset_host = "http://assets.example.com"
34
+
35
+ # Specifies the header that your server uses for sending files.
36
+ # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for Apache
37
+ # config.action_dispatch.x_sendfile_header = "X-Accel-Redirect" # for NGINX
38
+
39
+ # Store uploaded files on the local file system (see config/storage.yml for options).
40
+ config.active_storage.service = :local
41
+
42
+ # Mount Action Cable outside main process or domain.
43
+ # config.action_cable.mount_path = nil
44
+ # config.action_cable.url = "wss://example.com/cable"
45
+ # config.action_cable.allowed_request_origins = [ "http://example.com", /http:\/\/example.*/ ]
46
+
47
+ # Assume all access to the app is happening through a SSL-terminating reverse proxy.
48
+ # Can be used together with config.force_ssl for Strict-Transport-Security and secure cookies.
49
+ # config.assume_ssl = true
50
+
51
+ # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
52
+ config.force_ssl = true
53
+
54
+ # Skip http-to-https redirect for the default health check endpoint.
55
+ # config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
56
+
57
+ # Log to STDOUT by default
58
+ config.logger = ActiveSupport::Logger.new(STDOUT)
59
+ .tap { |logger| logger.formatter = ::Logger::Formatter.new }
60
+ .then { |logger| ActiveSupport::TaggedLogging.new(logger) }
61
+
62
+ # Prepend all log lines with the following tags.
63
+ config.log_tags = [ :request_id ]
64
+
65
+ # "info" includes generic and useful information about system operation, but avoids logging too much
66
+ # information to avoid inadvertent exposure of personally identifiable information (PII). If you
67
+ # want to log everything, set the level to "debug".
68
+ config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
69
+
70
+ # Use a different cache store in production.
71
+ # config.cache_store = :mem_cache_store
72
+
73
+ # Use a real queuing backend for Active Job (and separate queues per environment).
74
+ # config.active_job.queue_adapter = :resque
75
+ # config.active_job.queue_name_prefix = "dummy_production"
76
+
77
+ # Disable caching for Action Mailer templates even if Action Controller
78
+ # caching is enabled.
79
+ config.action_mailer.perform_caching = false
80
+
81
+ # Ignore bad email addresses and do not raise email delivery errors.
82
+ # Set this to true and configure the email server for immediate delivery to raise delivery errors.
83
+ # config.action_mailer.raise_delivery_errors = false
84
+
85
+ # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
86
+ # the I18n.default_locale when a translation cannot be found).
87
+ config.i18n.fallbacks = true
88
+
89
+ # Don't log any deprecations.
90
+ config.active_support.report_deprecations = false
91
+
92
+ # Do not dump schema after migrations.
93
+ config.active_record.dump_schema_after_migration = false
94
+
95
+ # Only use :id for inspections in production.
96
+ config.active_record.attributes_for_inspect = [ :id ]
97
+
98
+ # Enable DNS rebinding protection and other `Host` header attacks.
99
+ # config.hosts = [
100
+ # "example.com", # Allow requests from example.com
101
+ # /.*\.example\.com/ # Allow requests from subdomains like `www.example.com`
102
+ # ]
103
+ # Skip DNS rebinding protection for the default health check endpoint.
104
+ # config.host_authorization = { exclude: ->(request) { request.path == "/up" } }
105
+ end