なるようになるブログ

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

2019-09-01から1ヶ月間の記事一覧

rails commit log流し読み(2019/09/29)

2019/09/29分のコミットです。 CHANGELOGへの追加はありませんでした。 Explicitly require active_record/migration railties/test/generators/migration_generator_test.rbの修正です。 不足していたactive_record/migrationのrequireを追加しています。 A…

rails commit log流し読み(2019/09/28)

2019/09/28分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #34893 from gmcgibbon/add_gotcha_note_to_helper_method_docs actionpack/lib/action_controller/metal/helpers.rbのdocの修正です。 ActionController::Helpers.…

rails commit log流し読み(2019/09/27)

2019/09/27分のコミットです。 CHANGELOGへの追加はありませんでした。 Skip test is all Ruby implementations that don't support fork activesupport/test/evented_file_update_checker_test.rbの修正です。 forkを使用しているテストを、forkが使用出来…

rails commit log流し読み(2019/09/26)

2019/09/26分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix defaults for database configs activerecord/lib/active_record/database_configurations/hash_config.rbの修正です。 database configurationsの値を参照する際にラッパーメソッ…

rails commit log流し読み(2019/09/25)

2019/09/25分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md ActionController::Base.log_at` allows setting a different log level per request. Better double checked locking in load_schema activerecord/lib…

rails commit log流し読み(2019/09/24)

2019/09/24分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Replace Blob.create_after_upload! with Blob.create_and_upload! and deprecate the former. Extract ActiveJob::Instrumentation Active Jobの修…

rails commit log流し読み(2019/09/23)

2019/09/23分のコミットです。 CHANGELOGへの追加はありませんでした。 Add missing OS dependency (#37263) rails guideのDevelopment Dependencies Installの修正です。 Install Additional Tools and Servicesの項に説明が不足していたパッケージを追加し…

rails commit log流し読み(2019/09/22)

2019/09/22分のコミットです。 CHANGELOGへの追加はありませんでした。 Reduce stat(2) calls actionpack/lib/action_dispatch/middleware/static.rb、 railties/lib/rails/commands/dbconsole/dbconsole_command.rbの修正です。 File.file?とFile.readable?…

rails commit log流し読み(2019/09/21)

2019/09/21分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Improve Range#===, Range#include?, and Range#cover? to work with beginless (startless) and endless range targets. Don't load environment in…

rails commit log流し読み(2019/09/20)

2019/09/20分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionview/CHANGELOG.md ActionView::Helpers::FormOptionsHelper#select should mark option for nil as selected. Fix establishing connections for models with custom conn…

rails commit log流し読み(2019/09/19)

2019/09/19分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Deprecate DatabaseConfigurations#to_h. These connection hashes are still available via ActiveRecord::Base.configurations.configs_for. Make D…

rails commit log流し読み(2019/09/18)

2019/09/18分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #37223 from seejohnrun/fix-current-config-bug activerecord/lib/active_record/tasks/database_tasks.rbの修正です。 DatabaseTasks#current_configが誤った値を…

rails commit log流し読み(2019/09/17)

2019/09/17分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #37120 from gmcgibbon/fix_has_one_reflect_check_custom_pk activerecord/lib/active_record/reflection.rbの修正です。 has_one through relation + integerじゃ…

rails commit log流し読み(2019/09/16)

2019/09/16分のコミットです。 CHANGELOGへの追加はありませんでした。 Avoid expensive tracking objects for prepared statements activerecord/lib/active_record/connection_adapters/abstract_adapter.rbの修正です。 Make prepared statement status t…

rails commit log流し読み(2019/09/15)

2019/09/15分のコミットです。 CHANGELOGへの追加はありませんでした。 Unify AR save method signature to take keyword arguments a activerecord/test/cases/autosave_association_test.rbの修正です。 saveメソッドでキーワード引数を受け取れるよう引数…

rails commit log流し読み(2019/09/14)

2019/09/14分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Add DatabaseConfig#configuration_hash to return database configuration hashes with symbol keys, and use all symbol-key configuration hashes …

rails commit log流し読み(2019/09/13)

2019/09/13分のコミットです。 CHANGELOGへの追加はありませんでした。 activerecord: Allow comment prefix in queries when preventing writes activerecord/lib/active_record/connection_adapters/abstract_adapter.rbの修正です。 preventing writes処…

rails commit log流し読み(2019/09/12)

2019/09/12分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix typo in connection specification error handling activerecord/lib/active_record/connection_adapters/connection_specification.rbの修正です。 adapterの指定が誤っていた際に…

rails commit log流し読み(2019/09/11)

2019/09/11分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Allow column names to be passed to remove_index positionally along with other options. Accept columns passed with options in remove_index Ac…

rails commit log流し読み(2019/09/10)

2019/09/10分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activejob/CHANGELOG.md Allow Class and Module instances to be serialized. activerecord/CHANGELOG.md Allow bulk ALTER statements to drop and recreate indexes with the …

rails commit log流し読み(2019/09/09)

2019/09/09分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Fix Range#include? to work with beginless and endless ranges. activerecord/CHANGELOG.md insert, insert_all, upsert, and upsert_all now clea…

rails commit log流し読み(2019/09/08)

2019/09/08分のコミットです。 CHANGELOGへの追加はありませんでした。 Class#new also separates keyword arguments and optional hash Class#newがキーワード引数とoptional hashを分離するようになった為、それぞれ別に渡すよう修正しています。 が、これ…

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

2019/09/07分のコミットです。 CHANGELOGへの追加はありませんでした。 Passing in a Hash instance as kwargs parameters requires the "double splat" prefix Active Storageの修正です。 Hashをキーワード引数として渡す際にdouble splatを指定するよう修…

rails commit log流し読み(2019/09/06)

2019/09/06分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Set content disposition in direct upload using filename and disposition parameters to ActiveStorage::Service#headers_for_direct_upload. Opt…

rails commit log流し読み(2019/09/05)

2019/09/05分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Don't use Process#clock_gettime(CLOCK_PROCESS_CPUTIME_ID) on Solaris actioncable/CHANGELOG.md Subscription confirmations and rejections are…

rails commit log流し読み(2019/09/04)

2019/09/04分のコミットです。 CHANGELOGへの追加はありませんでした。 Do not set response "Vary" header if it has already been set actionpack/lib/action_controller/metal/rendering.rbの修正です。 controllerでVary headerを指定していた場合に、_s…

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

2019/09/03分のコミットです。 CHANGELOGへの追加はありませんでした。 Add title tag to mailer previews railties/lib/rails/mailers_controller.rb、 railties/lib/rails/templates/rails/mailers/email.html.erbの修正です。 mailer previewの詳細ページ…

rails commit log流し読み(2019/09/02)

2019/09/02分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix Active Job Sidekiq integration tests activejob/test/support/integration/adapters/sidekiq.rbの修正です。 Sidekiqのloggerの指定方法がSidekiq 6.0変更になっており、https://…

rails commit log流し読み(2019/09/01)

2019/09/1 はコミットはありませんでした。

rails commit log流し読み(2019/08/31)

2019/08/31分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix grammar for attached? method doc activestorage/lib/active_storage/attached/many.rbのdocの修正です。 Attached::Many#attached?メソッドのdocのグラマーの修正を行っています。