なるようになるブログ

読書感想文かrailsについてかrubyについてか

2020-07-01から1ヶ月間の記事一覧

rails commit log流し読み(2020/07/30)

2020/07/30分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 railties/CHANGELOG.md Automatically generate abstract class when using multiple databases. Generate abstract class when generating scaffold in another database Active…

rails commit log流し読み(2020/07/29)

2020/07/29分のコミットです。 CHANGELOGへの追加はありませんでした。 Use standard config/application.rb in plugin dummy railties/lib/rails/generators/rails/plugin/plugin_generator.rbの修正です。 dummy application用のconfig/application.rbをdu…

rails commit log流し読み(2020/07/28)

2020/07/28分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix flakey test due to non-deterministic order activerecord/test/cases/associations/eager_test.rbの修正です。 assertionで値を比較する際に、値をidでsortしてからチェックする…

rails commit log流し読み(2020/07/27)

2020/07/27分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Touch parent model when an attachment is purged. touch parent model when an attachment is purged activestorage/app/models/active_storage/at…

rails commit log流し読み(2020/07/26)

2020/07/26分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Fixed issue in ActiveSupport::Cache::MemCacheStore which caused duplicate compression, and caused the provided compression_threshold to not…

rails commit log流し読み(2020/07/25)

2020/07/25分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Prevent RedisCacheStore and MemCacheStore from performing compression when reading entries written with raw: true. prevents raw redis and m…

rails commit log流し読み(2020/07/24)

2020/07/24分のコミットです。 CHANGELOGへの追加はありませんでした。 Alter regexp on initialize to avoid extra ast pass actionpack/lib/action_dispatch/routing/mapper.rbの修正です。 pathを構築するする際のastに対するループ処理を初期化時に行っ…

rails commit log流し読み(2020/07/23)

2020/07/23分のコミットです。 CHANGELOGへの追加はありませんでした。 Consolidate passes through path ast actionpack/lib/action_dispatch/routing/mapper.rbの修正です。 paramsを構築するする際のastに対するループ処理を減らすようリファクタリングし…

rails commit log流し読み(2020/07/22)

2020/07/22分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionmailbox/CHANGELOG.md Sendgrid ingress now passes through the envelope recipient as X-Original-To. Added documentation for _default option added to ActiveRecord:…

rails commit log流し読み(2020/07/21)

2020/07/21分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix InvalidMimeType errors not being caught, with tests. actionpack/lib/action_dispatch/middleware/debug_exceptions.rbの修正です。 API-only applicationに不正なmimeが指定さ…

rails commit log流し読み(2020/07/20)

2020/07/20分のコミットです。 CHANGELOGへの追加はありませんでした。 Revert "Fix test_any in relations_test.rb, which was failing when relations_test.rb is run on its own (it passes when the entire suite is run). This is a hacky fix for a pr…

rails commit log流し読み(2020/07/19)

2020/07/19分のコミットです。 CHANGELOGへの追加はありませんでした。 Document how exceptions are handled in instrumentation rails guideのActive Support Instrumentationの修正です。 Exceptionが発生した場合のpayloadに格納されているデータについ…

rails commit log流し読み(2020/07/18)

2020/07/18分のコミットです。 CHANGELOGへの追加はありませんでした。 fix typos in active support docs rails guideのActive Support Core Extensionsの修正です。 各箇所のタイポの修正を行っています。 fix typo in Active Job exceptions docs activej…

rails commit log流し読み(2020/07/17)

2020/07/17分のコミットです。 CHANGELOGへの追加はありませんでした。 Switch regex for delete_suffix in normalize_path actionpack/lib/action_dispatch/journey/router/utils.rbの修正です。 normalize_pathメソッドで末尾の/を削除するのにregexを使用…

rails commit log流し読み(2020/07/16)

2020/07/16分のコミットです。 CHANGELOGへの追加はありませんでした。 Add Action Mailbox bug report templates bug report templatesの修正です。 Action Mailbox用のbug report templateを追加しています。 Link to Action Mailbox's new bug report tem…

rails commit log流し読み(2020/07/15)

2020/07/15分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 railties/CHANGELOG.md Accept params from url to prepopulate the Inbound Emails form in Rails conductor. Stop using a singleton for routes actionpack/test/abstract_uni…

rails commit log流し読み(2020/07/14)

2020/07/14分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Allow default to be configured for Enum. Allow attribute's default to be configured but keeping its own type. Merge pull request #39820 from…

rails commit log流し読み(2020/07/13)

2020/07/13分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #39787 from mehagar/upgrading_docs rails guideのUpgrading Ruby on Railsの修正です。 Rails 5.0 upgrade sectionのグラマーの修正を行っています。 Add ssl_def…

rails commit log流し読み(2020/07/12)

2020/07/12はコミットはありませんでした。

rails commit log流し読み(2020/07/11)

2020/07/11はコミットはありませんでした。

rails commit log流し読み(2020/07/10)

2020/07/10分のコミットです。 CHANGELOGへの追加はありませんでした。 Save an allocation in visit CAT actionpack/lib/action_dispatch/journey/path/pattern.rbの修正です。 visit_CATメソッドでStringオブジェクトの生成を減らすようリファクタリングし…

rails commit log流し読み(2020/07/09)

2020/07/09分のコミットです。 CHANGELOGへの追加はありませんでした。 Include warning about S3 timeout behavior rails guideのActive Storage Overviewの修正です。 S3 Service (Amazon S3 and S3-compatible APIs)の項に、リクエストのtimeoutとretryに…

rails commit log流し読み(2020/07/08)

2020/07/08分のコミットです。 CHANGELOGへの追加はありませんでした。 Docs: config.hosts: details re: regexp anchors rails guideのConfiguring Rails Applicationsの修正です。 Configuring Middlewareの項に、config.hostsに指定した正規表現は\Aと\z…

rails commit log流し読み(2020/07/07)

2020/07/07分のコミットです。 CHANGELOGへの追加はありませんでした。 Created a section for ActionCable client side logger rails guideのAction Cable Overviewの修正です。 clientのloggingについて説明している箇所を、Client side loggingセクション…

rails commit log流し読み(2020/07/06)

2020/07/06分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Support where with comparison operators (>, >=, <, and <=). actionpack/CHANGELOG.md Change default redirection status code for non-GET/HEAD …

rails commit log流し読み(2020/07/05)

2020/07/05分のコミットです。 CHANGELOGへの追加はありませんでした。 Use Active Record signed IDs in Active Storage Active Storageの修正です。 Active Storageで独自にsigned idsを使用してrecordを取得する為の機能を実装していたのを、Add signed i…

rails commit log流し読み(2020/07/04)

2020/07/04はコミットはありませんでした。

rails commit log流し読み(2020/07/03)

2020/07/03分のコミットです。 CHANGELOGへの追加はありませんでした。 Revert "Cache tags_text to avoid computing tags each time when logging" TaggedLogging#tags_textメソッドの結果をインスタンス変数にキャッシュするようにした、Cache tags_text t…

rails commit log流し読み(2020/07/02)

2020/07/02分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #39768 from Shopify/memory-store-refactor activesupport/lib/active_support/cache/memory_store.rbの修正です。 MemoryStoreでkeyの管理にaccess timesを使用し…

rails commit log流し読み(2020/07/01)

2020/07/01分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix random CI failure due to non-deterministic order activerecord/test/cases/relation/or_test.rbの修正です。 assertionで値を比較する際に、値をidでsortしてからチェックするよ…