なるようになるブログ

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

2021-03-01から1ヶ月間の記事一覧

rails commit log流し読み(2021/03/30)

2021/03/30分のコミットです。 CHANGELOGへの追加はありませんでした。 Document config.require_master_key [docs] [ci-skip] rails guideのConfiguring Rails Applicationsの修正です。 config.require_master_key についての説明を追加しています。 Addre…

rails commit log流し読み(2021/03/29)

2021/03/29はコミットはありませんでした。

rails commit log流し読み(2021/03/28)

2021/03/28分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #41765 from JasonBarnabe/patch-2 rails guideのActive Record Associationsの修正です。 associationのvalidateオプションは、新規に作成されたassociation objec…

rails commit log流し読み(2021/03/27)

2021/03/27分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix deprecation warning on Actionpack request test actionpack/test/dispatch/request_test.rbの修正です。 ActionDispatch::RemoteIpに関するdeprecateメッセージが表示されていた…

rails commit log流し読み(2021/03/26)

2021/03/26分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #41756 from c960657/patch-3 activerecord/lib/active_record/model_schema.rbの修正です。 deprecated typeかどうかをチェックする際にoidが定義されているかでチ…

rails commit log流し読み(2021/03/25)

2021/03/25分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Add mode argument to record level strict_loading! Rename internal @saving state to @_saving Active Recordの修正です。 内部用の変数に_ prefix…

rails commit log流し読み(2021/03/24)

2021/03/24分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Prevent double saves in autosave of cyclic associations actionpack/CHANGELOG.md Deprecate the ability to assign a single value to config.act…

rails commit log流し読み(2021/03/23)

2021/03/23分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Tests parallelization is now disabled when running individual files to prevent the setup overhead. Revert "Fix schema for members" テスト用…

rails commit log流し読み(2021/03/22)

2021/03/22分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Fix Float::INFINITY assignment to datetime column with postgresql adapter :scissors: [ci skip] Active Recordのテストの修正です。 各テストフ…

rails commit log流し読み(2021/03/21)

2021/03/21分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove useless include_private parameter in define_proxy_call activemodel/lib/active_model/attribute_methods.rbの修正です。 define_proxy_callメソッドからRuby 2.7以上のみを…

rails commit log流し読み(2021/03/20)

2021/03/20分のコミットです。 CHANGELOGへの追加はありませんでした。 Use ... argument forwarding instead of ruby2_keywords when possible 引数のforwarding処理に、ruby2_keywordsではなく...を使用するよう修正しています。 Merge pull request #4106…

rails commit log流し読み(2021/03/19)

2021/03/19分のコミットです。 CHANGELOGへの追加はありませんでした。 Removes the monkey-patch for Marshal.load Active Supportの修正です。 Marshal.loadでautoloadをサポートする為のmonkey patchを削除しています。zeitwerk側でサポートした為。

rails commit log流し読み(2021/03/18)

2021/03/18分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix schema for members activerecord/test/schema/schema.rbの修正です。 テスト用のデータの型が誤っている箇所があったのを修正しています。

rails commit log流し読み(2021/03/17)

2021/03/17分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #41597 from jhawthorn/preloader_batch_loader_query Active Recordの修正です。 Batch Preloader::Association queries having similar queriesのfollow upとして…

rails commit log流し読み(2021/03/16)

2021/03/16分のコミットです。 CHANGELOGへの追加はありませんでした。 Make sure the version of rake used in Rails apps work railties/railties.gemspecの修正です。 Rakeのdependencyの指定を">= 0.13"に更新しています。Support reentrant calls to Ra…

rails commit log流し読み(2021/03/14)

2021/03/14はコミットはありませんでした。

rails commit log流し読み(2021/03/13)

2021/03/13分のコミットです。 CHANGELOGへの追加はありませんでした。 Active Storage: Blob creation shouldn't crash if no service selected activestorage/app/models/active_storage/blob.rbの修正です。 Active Storageでserviceの指定が無い場合に、…

rails commit log流し読み(2021/03/12)

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

rails commit log流し読み(2021/03/11)

2021/03/11分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 railties/CHANGELOG.md Merge pull request #41560 from dmilburn/add-rails-development-hosts-env-variable Merge pull request #41560 from dmilburn/add-rails-development-h…

rails commit log流し読み(2021/03/10)

2021/03/10分のコミットです。 CHANGELOGへの追加はありませんでした。 Deletes AS::Dependencies.warnings_on_first_load activesupport/lib/active_support/dependencies.rbの修正です。 不要になったActiveSupport::Dependencies.warnings_on_first_load…

rails commit log流し読み(2021/03/09)

2021/03/09分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 railties/CHANGELOG.md Add app concern and test keepfiles to generated engine plugins. Deletes AS::Dependencies::Blamable Action Pack、Active Supportの修正です。 不要…

rails commit log流し読み(2021/03/08)

2021/03/08分のコミットです。 CHANGELOGへの追加はありませんでした。 Autoloading docs: Grammar/style tweaks rails guideのAutoloading and Reloading Constants (Zeitwerk Mode)の修正です。 各箇所のグラマー、フォーマットの修正を行っています。 All…

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

2021/03/07分のコミットです。 CHANGELOGへの追加はありませんでした。 @rails/actiontext: depend on released @rails/activestorage actiontext/package.jsonの修正です。 dependencies内の@rails/activestorageのバージョン指定にalphaが含まれていたのを…

rails commit log流し読み(2021/03/06)

2021/03/06分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actiontext/CHANGELOG.md Add config.action_text.attachment_tag_name, to specify the HTML tag that contains attachments. Fix typos and grammatical errors in autoloading…

rails commit log流し読み(2021/03/05)

2021/03/05分のコミットです。 CHANGELOGへの追加はありませんでした。 Allow statement nodes' initializer takes a table Active Recordの修正です。 tree managerと同様に、statement nodeのinitializerの引数にtableを指定出来るよう修正しています。 Up…

rails commit log流し読み(2021/03/04)

2021/03/04分のコミットです。 CHANGELOGへの追加はありませんでした。 Style activerecord/test/cases/excluding_test.rbの修正です。 空行の削除や、不要な変数の削除等を行っています。 Clearer when this post is extracted activerecord/test/cases/exc…

rails commit log流し読み(2021/03/03)

2021/03/03分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove special case filtering for Procs. activesupport/lib/active_support/callbacks.rb、 actionpack/test/controller/filters_test.rbの修正です。 callbackのbuiild処理で、filt…

rails commit log流し読み(2021/03/02)

2021/03/02分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 railties/CHANGELOG.md Stop generating a license for in-app plugins. Stop generating a license for in-app plugins railties/lib/rails/generators/rails/plugin/plugin_gen…

rails commit log流し読み(2021/03/01)

2021/03/01分のコミットです。 CHANGELOGへの追加はありませんでした。 Action Text: call #to_trix_html on rich_text_area_tag value actiontext/app/helpers/action_text/tag_helper.rb、 actiontext/app/models/action_text/rich_text.rbの修正です。 Ac…

rails commit log流し読み(2021/02/28)

2021/02/28分のコミットです。 CHANGELOGへの追加はありませんでした。 action_cable_overview.md: "setup" -> "set up" [ci skip] rails guideのAction Cable Overviewの修正です。 Setup -> Set upに修正しています。動詞を使うのが適切な箇所な為。 "empt…