並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 3 件 / 3件

新着順 人気順

"rails engine"の検索結果1 - 3 件 / 3件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

"rails engine"に関するエントリは3件あります。 Rails が関連タグです。 人気エントリには 『GitHub - Shopify/maintenance_tasks: A Rails engine for queueing and managing data migrations.』などがあります。
  • GitHub - Shopify/maintenance_tasks: A Rails engine for queueing and managing data migrations.

    A Rails engine for queuing and managing maintenance tasks. By ”maintenance task”, this project means a data migration, i.e. code that changes data in the database, often to support schema migrations. For example, in order to introduce a new NOT NULL column, it has to be added as nullable first, backfilled with values, before finally being changed to NOT NULL. This engine helps with the second part

      GitHub - Shopify/maintenance_tasks: A Rails engine for queueing and managing data migrations.
    • GitHub Actionsを用いてRails Engineの更新をホストアプリケーションに適用しやすくする - Pepabo Tech Portal

      カラーミーショップ アプリストアチームのyamotoです。この記事では、Rails Engineによって分離されているアプリケーションの更新をGitHub Actionsのワークフローを用いてホストアプリケーションに適用しやすくする仕組みと、その設定方法の一部を説明します。 GitHub Actions導入前に行なっていたRails Engine更新の手順 私が所属しているカラーミーショップ アプリストアチームが開発を行っているカラーミーショップアプリストアのRailsアプリケーションは、カラーミーショップの本体APIにマウントされるRails Engineとして開発されています。そのためカラーミーショップアプリストアの本番適用にはカラーミーショップの本体APIでのリリース作業が必要です。 GitHub Actionsの導入前に手作業で行なっていた手順は以下の通りです。 Rails Eng

        GitHub Actionsを用いてRails Engineの更新をホストアプリケーションに適用しやすくする - Pepabo Tech Portal
      • Extracting Rails Engine by example - Vikings social media

        This post will describe step by step extraction process of a Rails engine from a monolithic application. This is a follow-up to my previous piece, where I explained the pros and cons of Rails engines as a solution for modularizing big monolithic applications. The full source code of application used for this post can be found here Table Of Contents Introduction Engine preparation Engine initilizat

          Extracting Rails Engine by example - Vikings social media
        1

        新着記事