並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 280 件 / 3090件

新着順 人気順

migrationsの検索結果241 - 280 件 / 3090件

  • Kotlin1.3の新機能 | AABrain

    この記事ではKotlin1.3にて追加された新機能についての解説です。 量がとても多く全てに触れることは出来ないので主要機能と個人的にピックアップしたい機能を中心に解説していきたいと思います。 量が多いのもあってか、IntelliJではKotlinのmigration toolを用意してくれています。 Tools > Kotlin > Enable migrations detection (experimental) 変更点Parameterless mainKotlin1.3からmain関数の引数が不要になりました。Androidをやっているとあまり旨味がないですが、kts(kotlin script)を書いている人からすると、ちょっと便利になりました。 Kotlin1.3まで

      Kotlin1.3の新機能 | AABrain
    • Ruby on Railsコマンドメモ

      はじめに RubyGemsとRuby on Railsのアップデート Debian(not RVM) RVM railsコマンド プロジェクト開始 scaffold(モデル+データの追加/閲覧/編集/削除) scaffoldの取り消し モデルの生成 カラムの追加 カラムの削除 コントローラー&ビューの生成 migration Devise Cucumber, RSpec, Capybara Devise Cucumber, RSpec, Capybara を導入 単体テスト 結合テスト 関連リンク はじめに_ Ruby on Rails 3.2系が対象。 RubyGemsとRuby on Railsのアップデート_ Debian(not RVM)_ RubyGemsのアップデート % sudo gem update --system Railsのアップデート # sudo gem upda

      • Ruby on Rails Guides: Migrations

        Migrations are a feature of Active Record that allows you to evolve your database schema over time. Rather than write schema modifications in pure SQL, migrations allow you to use a Ruby DSL to describe changes to your tables. After reading this guide, you will know: The generators you can use to create them. The methods Active Record provides to manipulate your database. The rails commands that m

          Ruby on Rails Guides: Migrations
        • Laravel 5.4 + Vue 2.1 でSPAアプリケーション作成チュートリアル - Qiita

          何となく Laravel + Vue.js の使い方が分かってきた。 自分の頭の整理を兼ねて、書き残しておく。 ※ 追記 2019/02/26 現在では Laravel も Vue も若干古いバージョンですが、基本的な考え方は同じなので、参考になれば幸いです。 処理の流れ ブラウザ → Laravel: SPAのViewをリクエスト(初回のみ) ブラウザ: Vue を初期化、View (仮想DOM) を描画 Vue → Laravel: XHRでデータをリクエスト Vue → ブラウザ: クライアントサイドでのルーティング Laravel の役割 Webサーバー。起点となるSPAのViewを初回だけ返す。 APIサーバー。サーバーサイドでデータを処理し、JSONを返す。 Vue の役割 Viewの描画。変数のバインド、繰り返し、イベント検知など。 Router。 vue-router を使

            Laravel 5.4 + Vue 2.1 でSPAアプリケーション作成チュートリアル - Qiita
          • KOSHIGOE学習帳 - [Ruby] Rails Engines基礎

            Rails Engines は、Ruby on Rails (以降 Rails) 製アプリケーションを、アプリケーションエンジン(以降 エンジン)として扱うための仕組みを提供してくれます。 エンジンが保有する資産(ルーティングやコントローラ、モデルなど)を、エンジンを利用したアプリケーション側から自然で透過的に扱う事が可能です。 Rails Engines は、Rails プラグインとして提供されます。 Rails Engines "The engines plugin enhances Rails plugins ― allowing sharing of code, views and other aspects of your application in a clear and managed way. エンジン アプリケーション開発において、いくつかの実装で使い回せる様、コア機能

            • gallu’s blog

              ワードとしては「複数ドメイン間でのセッションの共有」とか「サブドメイン間でセッションの共有」とか「別ドメインでログイン(認可)情報を共有」とかそんな感じになりますかね。 ケースとしては比較的レアかと思うのですが。 今回の場合 ・「複数のゲーム」をひとまとめにしたサイトを作りたい ・各ゲームは個々に実装。ディレクトリじゃなくてドメインで切り分ける想定 ・ログインだけ「1カ所に集約」して、ユーザ登録は1回で片付けられるようにしたい って感じです(プチ宣伝込み)。 あんまり「よくあるニーズ」ではなさそうなんですが。 まぁその分「必要な人には必要だろう」って建前と、ぶっちゃけ「書いておかないと自分が忘れるがな」っていうこのblog本来の目的のために、書いておきます(笑 まず事前準備。 # とりあえず基底のディレクトリ作る mkdir session_test; cd $_ # 2つのドメイン用のデ

                gallu’s blog
              • perfを使う

                概要 Linuxのパフォーマンス解析ツールであるperfの使いかたの紹介 前提知識 Linux系 perfについて カーネル内のイベントや、ハードウェアイベントの発生回数を計測できるツール。 インストール 2.6.31 からはカーネルに標準搭載されてるので、特に必要なものは無い。 やることは、 カーネルのCONFIG_PERF_COUNTERSを有効にする カーネルをビルド なんらかの手段でelfutilsのlibelfを入れる(libelf-0.8.12ではない) カーネルソース内にある tools/perf/ で make する できた'perf'コマンドをパスの通るところに置く debugfsを/sys/kernel/debugにマウントする で、$ perf list などとやって、イベントリストが表示されれば使える 使いかた マニュアルは tools/perf/Documenta

                • How we built JSR

                  We recently launched the JavaScript Registry - JSR. It’s a new registry for JavaScript and TypeScript designed to offer a significantly better experience than npm for both package authors and users: It natively supports publishing TypeScript source code, which is used to auto-generate documentation for your package It’s secure-by-default, supporting token-less publishing from GitHub Actions and pa

                    How we built JSR
                  • Rails 4 links compilation

                    We love open source and we invest in continuous learning. We give back our knowledge to the community. I’m leaving here a curated compilation of interesting links where you will find information that is not very well known. There are pull requests, issues, commits, examples, posts, videos and more about Rails 4. I’m also giving a shout out asking for improvements to this compilation. If you find s

                    • Sinatra: Frequently Asked Questions

                      Frequently Asked Questions Frequently Asked Questions How do I make my Sinatra app reload on changes? What are my deployment options? How do I use sessions? How do I use session-based flash? Can I run Sinatra under Ruby 1.9? How do I get the “route” for the current page? How do I access helpers from within my views? How do I render partials? Can I have multiple URLs trigger the same route/handler?

                      • TensorFlow 2 meets the Object Detection API

                        https://blog.tensorflow.org/2020/07/tensorflow-2-meets-object-detection-api.html https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKis9ECId8eIwn_p0SVMBt3a1vfvKOcOZXy6zK0fWoyzXnzQTguKc2CV__6oI1Pwg22NjWsErpDKqjwQdzjilvmqwWkXPj2ncglphh6mAhpoZ_QXQiDwxnwo-GjKEP0fEOb3uBlNlh9sc/s1600/tensorflow2objectdetection.png July 10, 2020 — Posted by Vivek Rathod and Jonathan Huang, Google Research At the

                          TensorFlow 2 meets the Object Detection API
                        • 神話の進化

                          動物の姿に変えられた人物が天の星座になる。男が作った女性の彫像が命を得て男の妻になる。こうしたストーリーの神話が世界のいろいろな文化に伝わっている。空間的にも時間的にもかけ離れた多くの文化に伝わる神話の粗筋が驚くほど似通っているのはなぜなのか? 神話の歴史を解き明かすため,新たな研究モデルが開発された。進化生物学の考え方に基づいた統計的ツールを利用する。系統解析によって作成した系統樹から,個別の神話の“種”が徐々に進化したこと,人類がアフリカから世界に拡散した大規模な移住と軌を一にして広がったことが明らかになった。先史時代の文化を覗き見る窓にもなりそうだ。 著者Julien d’Huy 仏パリ第1大学の博士課程の大学院生。アフリカ世界研究所(IMAF)と共同で行っている彼の学際研究は,神話の比較解析に進化論とコンピューターモデルを利用している。 関連記事 「幸福の手紙に潜む進化のルール」,

                            神話の進化
                          • Bowery

                            The Next Generation of Web Development Build products, not infrastructure. Just code. There's no deployment process with Bowery. There are no database migrations or server configuration. You write code, and it runs. Just branch. Bowery doesn't have a local dev environment. It uses branches just like git, and each branch gets its own subdomain. Changes are immediately viewable on the web—no pushing

                            • Rails 4.2.0 beta1: Active Job, Deliver Later, Adequate Record, Web Console

                              Rails 4.2.0 beta1: Active Job, Deliver Later, Adequate Record, Web Console We’re putting the final touches on the first major new release of Rails in its second decade of life. While most software would be in a retirement home after a decade of operation, Rails has never been more fit, and this release is packed with goodies that’ll make your work even easier, your apps even faster, and the whole

                                Rails 4.2.0 beta1: Active Job, Deliver Later, Adequate Record, Web Console
                              • Lapis - A web framework for Lua

                                local lapis = require "lapis" local app = lapis.Application() app:match("/", function(self) return "Hello world!" end) return app lapis = require "lapis" class extends lapis.Application "/": => "Hello world!" How does it work? With OpenResty, Lua is run directly inside of the Nginx worker using LuaJIT, giving you the smallest barrier between the webserver and your code. Have a look at Web Framewor

                                • GitHub Actions から、ECS でのワンショットタスクを実行する - LayerX エンジニアブログ

                                  この記事は、6月から始まっている #LXベッテク月間 6日目の記事です。 昨日は talos さんの 「そろそろあの課題着手しなきゃ!」チームに日々蓄積されるIssueを、Notionで簡単にプロジェクト化〜TODO管理する方法 でした 🐬 バクラク請求書でリードエンジニアをしている @yyoshiki41(中川佳希)です! 最近たどり着いた git で差分があるか確認するコマンドは、git diff --exit-code --quiet です。 バクラクシリーズでは先月(2022年5月)、経費精算をリリースしました! 今後も更にコーポレート業務全体のデジタル化をサポートしていきます。 この記事では GitHub Actions から ECS でのワンショットタスクを実行する仕組みを紹介します。 処理の流れ このあたりは先駆者となるツールも複数ありますが、Actions 上で実現したい

                                    GitHub Actions から、ECS でのワンショットタスクを実行する - LayerX エンジニアブログ
                                  • FlywayでDBスキーマのマイグレーションをしてみた

                                    Background 突然引き継ぐことになった案件では、フレームワークにデータベースマイグレートの仕組みがなく、 ORM も使っていなかったので、後付でデータベースマイグレーションを用意してあげる必要があった。 Java で書かれた Flyway を使うと、いくつかのルールを覚え、ベタの SQL を書くだけで、運用で発生する基本的なマイグレートを実現出来たので、使い方をメモ。 環境 Ubuntu 10.04 MySQL 5.1 Flyway 2.2.1 Java(JDK7) Flyway は Java のコードから呼び出せたり、 Ant/Maven/Gradle といったツールと連携出来たりと jvm 系エコシステムと親和性が高い。今回は、非 Java システムということと、僕自身 Java には疎いので、コマンドライン版の Flyway を利用。 Installation Install

                                      FlywayでDBスキーマのマイグレーションをしてみた
                                    • EC2-Classic Networking is Retiring – Here’s How to Prepare | Amazon Web Services

                                      AWS News Blog EC2-Classic Networking is Retiring – Here’s How to Prepare Update (August 23, 2023) – The retirement announced in this blog post is now complete. There are no more EC2 instances running with EC2-Classic networking. Update (July 29, 2021) – Added link to the Support Automation Workflow document & clarified link to AWS MGN pricing. Also updated the list of recommended instance types to

                                        EC2-Classic Networking is Retiring – Here’s How to Prepare | Amazon Web Services
                                      • CloudNative Days Tokyo 2019 スライドまとめ - kamoqq.info

                                        CloudNative Days Tokyo 2019 / OpenStack Days Tokyo 2019 そのうちアップされるかもしれませんが公式の発表資料まとめが見当たらなかったのでTwitterなどから拾ってきました。 一部セッションでタイムテーブルとスライドでタイトルが異なっている場合がありますがタイムテーブルのタイトルで記載しています。 「後日アップロードします」って人もいたので見つけ次第更新します。 1日目 【Keynote】Opening Act 【Keynote】Collaboration Without Boundaries 【Keynote】Performing Infrastructure Migrations at Scale 【Keynote】The 10 new rules of open source infrastructure 【Keynote】Dem

                                        • 三日間で、Ruby未経験から、Railsで一定の物を作れるようになる方法 - ペリャウドの日

                                          最近、短期間でWebアプリケーションを作らなければならないという状況に直面するという事があった。 どのような環境で動かすのかという事を考えた結果、後々の再利用も考えて、Herokuで普通にRailsアプリケーションを動かすのが一番良い選択であると思い、それにあたってこれまで一度も使った事のないRubyとRailsを選択する事になった。 以下は、そこからどうにか三日間ぐらいでRailsでそこそこに物が作れるようになったまでに自分が踏んだ手順である。 ある程度他の言語がバリバリ書ける人を対象にしている。 -1. Railsの進化は速い おそらくはじめてRailsに触れた人にとって落とし穴になるであろう事として、Railsはものすごいスピードで基本的な事柄が変わっていく。古いRailsのバージョンを対象として書かれた資料では、様々な部分において最新のバージョンと大きな差があり、それがきっかけで何

                                            三日間で、Ruby未経験から、Railsで一定の物を作れるようになる方法 - ペリャウドの日
                                          • Ending PHP Support, and The Future Of Hack

                                            Fred Emmott Ending PHP Support, and The Future Of Hack Posted September 12, 2018 Ending Support for PHP HHVM v3.30 will be the last release series where HHVM aims to support PHP. The key dates are: 2018-12-03: branch cut: expect PHP code to stop working with master and nightly builds after this date 2018-12-17: expected release date for v3.30.0 2019-01-28: expected release date for v4.0.0, without

                                              Ending PHP Support, and The Future Of Hack
                                            • Easy File Transfers and Migration Between Cloud Storage Services

                                              Managed Cloud Office Migrations with Unparalleled Security & Performance Securely migrate petabytes of unstructured enterprise data between leading cloud storage suites.

                                                Easy File Transfers and Migration Between Cloud Storage Services
                                              • Laravel Cheat Sheet

                                                hint: keep tapping the search, it scrolls to the result Artisan // Displays help for a given command php artisan --help OR -h // Do not output any message php artisan --quiet OR -q // Display this application version php artisan --version OR -V // Do not ask any interactive question php artisan --no-interaction OR -n // Force ANSI output php artisan --ansi // Disable ANSI output php artisan --no-a

                                                • Intro, Data Modeling, Databases | Prisma's Data Guide

                                                  Learn how databases work, how to choose the right one, and how to use databases with your applications to their full potential. Introduction to databasesLearn the basics of what databases are, why they are so important for most software, and which types of databases are best for different use cases. Start from the fundamentals to give yourself a solid foundation. What are databases?Comparing datab

                                                    Intro, Data Modeling, Databases | Prisma's Data Guide
                                                  • AWS SSM Default Host Management Configurationの登場でEC2インスタンスにアタッチするポリシーの考え方・運用はどう変わる? | DevelopersIO

                                                    2023年2月中旬にAWS Systems Manager Default Host Management Configuration(SSM DHMC)という機能がリリースされました。 本機能を利用すると、EC2のインスタンスプロファイルにSSM系権限を付与することなく、セッションマネージャーなどのSSM管理機能を利用できるようになります。 最新のSSM Agent(バージョン>=3.2.582.0)でしか動作しないため、現時点での一括導入は難しいですが、AMIの更新やSSMエージェントのアップデートなど時間の経過とともに、EC2インスタンスはDHMCでSSM管理するのが主流になるはずです。 SSM DHMCが当たり前な世界になると、EC2インスタンスにアタッチしている権限の運用はどう変わるでしょうか? SSM DHMC登場前 SSM DHMC登場前であれば、次のようなポリシーを用意し、

                                                      AWS SSM Default Host Management Configurationの登場でEC2インスタンスにアタッチするポリシーの考え方・運用はどう変わる? | DevelopersIO
                                                    • いいね!ボタンに大きめの仕様変更

                                                      2012年08月07日20:17 by oklahomer いいね!ボタンに大きめの仕様変更 カテゴリドキュメントSocial Plugins Open GraphのBuilt-in Actionの一つとしてBuilt-in Likeが追加され、モバイルアプリでも簡単にいいね!ボタンを実装できるようになりましたが、これに合わせ、既存のいいね!ボタンの仕様にも変更があるため、アプリによっては大きな影響があります。 各変更の詳細は後述しますが、既存のいいね!に対する仕様変更で一番大きいと思うのは、いいね!されたウェブページを管理するためのFacebookページが作成されなくなる点です。これまでは、いいね!されたウェブページには管理者のみが閲覧できるFacebookページが与えられ、そのウォールへ書き込みを行うことで、いいね!したユーザのニュースフィードへ情報を流すことができました。Open G

                                                        いいね!ボタンに大きめの仕様変更
                                                      • FuelPHP のブログチュートリアル - A Day in Serenity @ kenjis

                                                        [2014/07/24 追記]FuelPHP 1.7.2での 更新版 を書きました。 この文書は FuelPHP 1.1-rc1 を前提にしています。また、Getting Started with the Fuel PHP Framework に基づいています。 インストール 最初に oil コマンドをインストールします。 $ curl get.fuelphp.com/oil | sh上記のコマンドは、/usr/bin/ に oil コマンドをインストールします。 続いて、FuelPHP をインストールします。 $ oil create blog上記のコマンドは、カレントフォルダに blog フォルダを作成し、その中に FuelPHP のリポジトリを GitHub から clone します。 Note: コマンドラインを使わずに手動でインストールする方法もあります。 フォルダ構成 blog

                                                          FuelPHP のブログチュートリアル - A Day in Serenity @ kenjis
                                                        • Migration MacPorts

                                                          Migrating MacPorts after a major operating system upgrade or from one computer to another A MacPorts installation is designed to work with a particular operating system and a particular hardware architecture. This migration procedure ensures a smooth transition after major system changes, such as: major operating system upgrades (e.g., from macOS 10.15 Catalina to macOS 11 Big Sur). architecture m

                                                          • Building Streaming REST APIs with Ruby   Mobomo

                                                            Our Services Think Big. For as long as we can remember, we’ve defied expectations and embraced the insurmountable, and we’re still just getting warmed up. So bring us the impossible, and let’s leave the simple to everyone else. You’ll find us out front polishing the corners of the bleeding edge. Learn more Large Scale Web & CMS Large Scale Web & CMS. As a Drupal partner with demonstrated success w

                                                              Building Streaming REST APIs with Ruby   Mobomo
                                                            • CentOS 7のサポートは今月(2024年6月)末で終了に。SUSEが来月以降もサポートを継続する「SUSE Linux Liberty Lite for CentOS 7」発表

                                                              CentOS 7のサポートは今月(2024年6月)末で終了に。SUSEが来月以降もサポートを継続する「SUSE Linux Liberty Lite for CentOS 7」発表 CentOSは無料で使えるRed Hat Enteprirse Linux(RHEL)互換OSとして広く使われてきましたが、2020年12月にCentOS ProjectがCentOS8のサポートを2021年12月末で終了し、CentOS Streamと呼ばれる新たなプロジェクトへ移行することが発表されました。 Cent OS 7の開発元によるサポートも今月末(2024年6月30日)で終了となり、今後はCentOSのオフィシャルなセキュリティパッチの提供は行われなくなります。 これに対応するため、現在ではさまざまなLinuxOSベンダやサードパーティが、CentOS 8やCentOS 7の後継OS、延長サポート

                                                                CentOS 7のサポートは今月(2024年6月)末で終了に。SUSEが来月以降もサポートを継続する「SUSE Linux Liberty Lite for CentOS 7」発表
                                                              • Why Turborepo is migrating from Go to Rust – Vercel

                                                                Turborepo is a high-performance build system for JavaScript and TypeScript codebases. We're reimagining build systems, taking inspiration from tools like Buck and Bazel, to make them accessible for everyone. At the heart of Turborepo is a very simple idea: never do the same work twice. We accomplish this through incremental builds, parallel execution, and Remote Caching. As usage has grown and pro

                                                                  Why Turborepo is migrating from Go to Rust – Vercel
                                                                • まったりSE備忘録 » Mac OS X (Snow Leopard) に Ruby on Rails 開発環境を構築

                                                                  Ruby on Rails の勉強をするため開発環境を CentOS 上に作成するつもりだったが、Mac OS X で開発環境を整えられることがわかったので、手持ちの MacBook(Snow Leopard) に開発環境を作ることにした。 実は Snow Leopard には既に Rails 環境が入っている。なんともびっくりである。 $ ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0] $ gem -v 1.3.1 $ rails -v Rails 2.2.2 $ だが、少しバージョンが古いため、バージョンアップを試みる。 まずは RubyGem をアップデートする。 $ sudo gem update --system Password: Updating RubyGems Updating ru

                                                                  • Docker Compose で CakePHP の開発環境を作る - 座敷牢日誌

                                                                    Docker Compose のドキュメントに Django, Rails, Wordpress の開発環境にDocker Compose を利用する例が載っています. PHPのWebアプリケーションフレームワークのCakePHPにどう適用するのか試してみました. 結論からいうと, ちょっと手直しすると, 他のフレームワークへの転用も簡単そうです. アプリケーションとフォルダの構成 OSはUbuntu, データベースにMySQL, デバッグ用のWebサーバにはPHPのビルトインサーバを使う構成としています. 以下で述べる Dockerfile と docker-compose.yml は,同じフォルダ cakephp-app のなかに置いてあるものとします. Dockerfile Dockerfileの記述例を示します. FROM ubuntu RUN apt-get update \ &

                                                                      Docker Compose で CakePHP の開発環境を作る - 座敷牢日誌
                                                                    • rakeのタスク一覧 - [Ruby on Rails/Ruby] ぺんたん info

                                                                      rake db rake doc rake gems rake log rake middleware rake notes rake rails rake routes rake secret rake stats rake test rake time rake tmp [参考記事] rake --helpとrake -Tの実行結果 rake -T rakeタスクの一覧を表示する。 rake db:abort_if_pending_migrations Raises an error if there are pending migrations 実行されてないmigrationを表示する。 rake db:charset Retrieves the charset for the current environment's database データベースの文字コードを表示する。 my

                                                                      • Qcon Tokyo 2010 Scala + Lift による 超実用開発 Takafumi Miki @ PatentBureau.Co.,Ltd PatentBureau Co., Ltd. ご来場頂き ありがとうございます。 PatentBureau Co., Ltd. まずは、自己紹介 PatentBureau Co., Ltd. 自己紹�

                                                                        Qcon Tokyo 2010 Scala + Lift による 超実用開発 Takafumi Miki @ PatentBureau.Co.,Ltd PatentBureau Co., Ltd. ご来場頂き ありがとうございます。 PatentBureau Co., Ltd. まずは、自己紹介 PatentBureau Co., Ltd. 自己紹介 •  三木 隆史 •  株式会社パテントビューロ所属 •  twitter: kuma3_neko3 •  インフラ、サーバーエンジニア •  データベースエンジニア •  アプリケーションエンジニア •  研究・開発部門マネージャー PatentBureau Co., Ltd. 「何でも屋さん」だね PatentBureau Co., Ltd. ・・・という事で PatentBur

                                                                        • GitHub: Scaling on Ruby, with a nomadic tech team

                                                                          Source: GitHubSam Lambert joined GitHub in 2013 as the company’s first database administrator, and is now the company’s director of technology. In this interview, he discusses how the service — which now boasts more than 10 million users and 25 million projects — is able to keep on scaling with a relatively simple technology stack. He also talks about GitHub’s largely officeless workplace — about

                                                                            GitHub: Scaling on Ruby, with a nomadic tech team
                                                                          • Ruby on Rails Tutorial: Learn From Scratch

                                                                            By Jordan Hudgens for UdemyLooking for more than a guide? Take Jordan’s comprehensive Ruby on Rails course. Note: This post is part of our “Getting Started” series of free text tutorials on some of our most popular course topics. To jump to a specific section, click the table of contents below: Setting up Your EnvironmentInstalling Rails Installing Postgres Installing RVM Creating a Rails Applicat

                                                                              Ruby on Rails Tutorial: Learn From Scratch
                                                                            • 週刊Railsウォッチ(20171117)Rails開発3年分のコツ集大成、PostgreSQL 10.1でセキュリティ問題修正ほか|TechRacho by BPS株式会社

                                                                              2017.11.17 週刊Railsウォッチ(20171117)Rails開発3年分のコツ集大成、PostgreSQL 10.1でセキュリティ問題修正ほか こんにちは、hachi8833です。Firefox Quantumで泣きましたか?私は拡張使ってませんでした。 11月中旬のウォッチ、いってみましょう。 Rails: 今週の改修 今週の公式更新情報はありません。 タイムゾーンがあいまいになることがある問題を修正 PR: #31128 Handle TZInfo::AmbiguousTime errors # 修正前 "2014-10-26 01:00:00".in_time_zone("Moscow") #=> TZInfo::AmbiguousTime: 26/10/2014 01:00 is an ambiguous local time. # 修正後 "2014-10-26 01

                                                                                週刊Railsウォッチ(20171117)Rails開発3年分のコツ集大成、PostgreSQL 10.1でセキュリティ問題修正ほか|TechRacho by BPS株式会社
                                                                              • Software engineering practices

                                                                                1st October 2022 Gergely Orosz started a Twitter conversation asking about recommended “software engineering practices” for development teams. (I really like his rejection of the term “best practices” here: I always feel it’s prescriptive and misguiding to announce something as “best”.) I decided to flesh some of my replies out into a longer post. Documentation in the same repo as the code Mechani

                                                                                  Software engineering practices
                                                                                • Migrating millions of lines of code to TypeScript

                                                                                  On Sunday March 6, we migrated Stripe’s largest JavaScript codebase (powering the Stripe Dashboard) from Flow to TypeScript. In a single pull request, we converted more than 3.7 million lines of code. The next day, hundreds of engineers came in to start writing TypeScript for their projects. Seriously unreal. I remember a short time ago laughing at the idea of typescript ever landing at Stripe, an

                                                                                    Migrating millions of lines of code to TypeScript