程式技術rails app(web) 嵌入到 iframe 中ruby on rails 的 web 預設是無法嵌入到 HTML iframe 中的,本篇文章將教學如何使其成功在不同網域中將 rails web 成功嵌入到 iframe 中。
程式技術Ruby 透過 Google API 串接 Excel (SpreadSheet)本文章將一步一步教學如何透過 ruby 程式語言串接 google api ,對 google drive 的 SpreadSheet 進行存取。程式碼內容是以官方所提供的 API 為主,並且會附上相關參考資料。
程式技術rails Initialization autoloaded the constant 問題在採用 zeitwerk 進行 autoloding 後出現的棄用警訊(DEPRECATION WARNING),起因於和 rails 的 initializer 和 auto loading 在特定情況下會造成問題,因此預計於未來會進行限制。
程式技術rails slim 動態 body attributes 範例 (利用 content_for)利用 rails template 中的 content_for 在 slim 中實做動態 body_attributes
程式技術用 AWS Transfer + S3 架設 FTP本篇文章將一步步教學如何利用 AWS 架設 FTP,使用的服務包含 AWS Transfer 、S3、SNS(Simple Notification Service)。實現檔案傳輸,以及被動獲得檔案上傳的通知。
程式技術AWS Ruby SDK 做 S3 multipart upload在某次資料庫備份的過程中,在最後要對 S3 put object 時,發生了 Aws::S3::Errors::EntityTooLarge 的錯誤,才找到相關解法。
程式技術Ubuntu18 下安裝特定版本的 pg clientubuntu 預設的 postgresql-client 版本為 9.5,但像是 pg_dump 之類的工具就必須完全符合大版本,因此以下安裝教學。
程式技術被 ActionController::InvalidAuthenticityToken 灌爆的 rollbar使用免費版的 rollbar ,多半希望回報的 BUG 都是具參考價值的,因此關閉某些較不具參考價值的 Exception 成了必然的需求,例如 ActionController::InvalidAuthenticityToken 或 ActionController::RoutingError...
程式技術rails 5.2 model attributes assignment 要注意的地方當透過 association build model 時,要注意 value assignment 的順序