2021-06-01から1ヶ月間の記事一覧
2021/06/29分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md TimeZone.iso8601 now accepts valid ordinal values similar to Ruby's Date._iso8601 method. activerecord/CHANGELOG.md Relation#destroy_all pe…
2021/06/28分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Adds support for if_not_exists to add_foreign_key and if_exists to remove_foreign_key. activestorage/CHANGELOG.md Remove deprecated methods:…
2021/06/27分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Add support of strict_loading_by_default to ActiveStorage::Representations controllers typo fix in error raised activerecord/lib/active_rec…
2021/06/26分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md Remove IE6-7-8 file download related hack/fix from ActionController::DataStreaming module activerecord/CHANGELOG.md Prevent polluting ENV duri…
2021/06/25分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Allow preloading of associations with instance dependent scopes Set precision 6 by default for datetime columns actionmailbox/CHANGELOG.md A…
2021/06/24分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Respect Active Record's primary_key_type in Active Storage migrations actionpack/CHANGELOG.md New ActionController::ConditionalGet#no_store…
2021/06/23分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix the turbolinks npm -> github reference railties/lib/rails/generators/app_base.rbの修正です。 turbolinks npmのmainブランチの指定方法が誤っていたのを修正しています。 Migr…
2021/06/22分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix: duplicate objects stored in has many association after save activerecord/lib/active_record/associations/collection_association.rbの修正です。 has_many associationを使…
2021/06/21分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Add metadata value for presence of video channel in video blobs Use libvips instead of ImageMagick to analyze images when active_storage.va…
2021/06/20はコミットはありませんでした。
2021/06/19分のコミットです。 CHANGELOGへの追加はありませんでした。 Raise an error if pool_config is nil in set_pool_config activerecord/lib/active_record/connection_adapters/pool_manager.rbの修正です。 set_pool_configのpool_config引数がnil…
2021/06/18分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Do not try to rollback transactions that failed due to a ActiveRecord::TransactionRollbackError. activestorage/CHANGELOG.md Passing extra pa…
2021/06/17分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Allow setting a Cache-Control on files uploaded to GCS. activerecord/CHANGELOG.md Active Record Encryption will now encode values as UTF-8 …
2021/06/16分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md The MySQL adapter now cast numbers and booleans bind parameters to to string for safety reasons. Disable automatic write protection on repli…
2021/06/15分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Fixture configurations (_fixture) are now strictly validated. Merge pull request #42477 from ghiculescu/document-as-eager-loads Action Text…
2021/06/14分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Allow to purge an attachment when record is not persisted for has_many_attached Add support for ActiveStorage expiring URLs. Merge pull req…
2021/06/13分のコミットです。 CHANGELOGへの追加はありませんでした。 [ci skip] Corrected Grammatical Error rails guideのAction Text Overviewの修正です。 Rendering Rich Text contentの項のグラマーの修正を行っています。 [ci skip] Improved Actio…
2021/06/12分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Add with_all_variant_records method to eager load all variant records on an attachment at once. Multi DB docs improvements rails guideのMul…
2021/06/11分のコミットです。 CHANGELOGへの追加はありませんでした。 Make default_timezone a module instance variable Active Recordの修正です。 default_timezoneをmodule instance variableに変更しています。 Make reading_role and writing_role m…
2021/06/10分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 railties/CHANGELOG.md package.json now uses a strict version constraint for Rails JavaScript packages on new Rails apps. activestorage/CHANGELOG.md Add metadata value…
2021/06/09分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activemodel/CHANGELOG.md Add ActiveModel::AttributeSet#values_for_database activerecord/CHANGELOG.md *Add ActiveRecord::Base#attributes_for_database activestorage/CHA…
2021/06/08分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Raise ActiveSupport::EncryptedFile::MissingKeyError when the RAILS_MASTER_KEY environment variable is blank (e.g. ""). Merge pull request #…
2021/06/07分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Use an empty query to check if the PostgreSQL connection is still active Merge pull request #42399 from bubba/applicationcontroller-self-csp…
2021/06/06分のコミットです。 CHANGELOGへの追加はありませんでした。 [ci skip] Fixed grammatical errors in Action Mailer Basics Guide rails guideのAction Mailer Basicsの修正です。 各箇所のグラマーの修正を行っています。 Update Active Storage …
2021/06/05分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Allow expires_in for ActiveStorage signed ids. [ci skip] Fixed typos and grammatical errors in Action Cable Overview rails guideのAction Ca…
2021/06/04分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Add ActiveRecord::Base#previously_persisted? Merge pull request #42381 from leastbad/patch-1 railties/lib/rails/generators/rails/app/templat…
2021/06/03分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md Set session options when initializing a basic session. Drop support for the SERVER_ADDR header activerecord/CHANGELOG.md Deprecate partial_wri…
2021/06/02分のコミットです。 CHANGELOGへの追加はありませんでした。 Verify raised error message in test case actionmailbox/test/unit/router_test.rbの修正です。 routerに不正なアドレスを指定した場合のテストでArgumentErrorが発生した場合のテス…
2021/06/01分のコミットです。 CHANGELOGへの追加はありませんでした。 Correct example config method rails guideのConfiguring Rails Applicationsの修正です。 Configuring Rails Componentsの項にあるconfigの設定方法のexampleで値をタイポしていたの…
2021/05/31分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Allow to purge an attachment when record is not persisted for has_one_attached Add note regarding "trix-content" class actiontext/app/helpe…