2021-02-01から1ヶ月間の記事一覧
2021/02/27分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md ActiveStorage::PreviewError is raised when a previewer is unable to generate a preview image. Active Storage: raise PreviewError when a pre…
2021/02/26分のコミットです。 CHANGELOGへの追加はありませんでした。 Update SDOC to 2.0.4 Gemfileの修正です。sdocのバージョンを2.0.4に更新しています。 Fix a couple typos in Active Record changelog [ci skip] activerecord/CHANGELOG.mdの修正で…
2021/02/25分のコミットです。 CHANGELOGへの追加はありませんでした。 execute yarn executable using current ruby interpreter railties/lib/rails/tasks/yarn.rakeの修正です。 bin/yarnをruby経由で実行するよう修正しています。Windowsでも動作するよ…
2021/02/24分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Fixtures for has_many :through associations now load timestamps on join tables Merge pull request #41509 from m-antis/main rails guideのActi…
2021/02/23分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Fix proxying keyword arguments in ActiveSupport::CurrentAttributes. actionpack/CHANGELOG.md Allow anything with #to_str (like Addressable::…
2021/02/22分のコミットです。 CHANGELOGへの追加はありませんでした。 Fixes typo in the async query executor documentation added in #41495 [ci skip] activerecord/lib/active_record/core.rbのdocの修正です。 async_query_executorのdoc内にタイポし…
2021/02/21分のコミットです。 CHANGELOGへの追加はありませんでした。 Adjust application pack in webpacker guide rails guideのWebpackerの修正です。 Using Webpacker for JavaScriptに記載されいてるapp/javascript/packs/application.jsの内容を、デ…
2021/02/20分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Allow applications to configure the thread pool for async queries actionpack/CHANGELOG.md Add ActionController::Live::Buffer#writeln to writ…
2021/02/19分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md Add ActionController::Live#send_stream that makes it more convenient to send generated streams activestorage/CHANGELOG.md Add ActiveStorage::S…
2021/02/18分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #41467 from fredplante/improve-rack-test-integration actionpack/lib/action_dispatch/system_testing/driver.rbの修正です。 system testでrack_test用のdriver…
2021/02/17分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Add ActiveRecord::Relation#load_async. This method schedules the query to be performed asynchronously from a thread pool. actionview/CHANGEL…
2021/02/16分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Implemented ActiveRecord::Relation#excluding method. Improve phone_to API documentation [ci-skip] actionview/lib/action_view/helpers/url_hel…
2021/02/15分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #41435 from jonathanhefner/refactor-cve-2021-22881-fix actionpack/lib/action_dispatch/middleware/host_authorization.rbの修正です。 host authorizationにつ…
2021/02/14分のコミットです。 CHANGELOGへの追加はありませんでした。 Trim new lines in USAGE ERB tags railties/lib/rails/command/base.rb、 railties/lib/rails/commands/help/USAGEの修正です。 USAGE内のERBタグから不要な改行を削除するよう修正し…
2021/02/13分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Add Enumerable#maximum and Enumerable#minimum to easily calculate the maximum or minimum from extracted elements of an enumerable. Calculat…
2021/02/12分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Add ability to apply scoping to all_queries. Increment postgres prepared statement counter before making a prepared statement, so if the sta…
2021/02/11分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md PostgreSQL: handle timestamp with time zone columns correctly in schema.rb. Merge pull request #41349 from eileencodes/add-primary_abstract_…
2021/02/10分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 railties/CHANGELOG.md rails app:update no longer prompts you to overwrite files that are generally modified in the course of developing a Rails app. activesupport/CHA…
2021/02/09分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Add ActiveRecord::Base.connection.with_advisory_lock. significant method is not significant anymore activesupport/lib/active_support/number_…
2021/02/08分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove checks for Module#method_defined? arity activerecord/lib/active_record/autosave_association.rb、 activesupport/lib/active_support/callbacks.rbの修正です。 Ruby 2.6以…
2021/02/07分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove unused requires on lib/active_record/associations.rb activerecord/lib/active_record/associations.rb、 activerecord/lib/active_record/associations/collection_associat…
2021/02/06分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Add Enumerable#in_order_of to put an Enumerable in a certain order by a key. railties/CHANGELOG.md Change default branch for new Rails proj…
2021/02/05分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Removing trailing whitespace when matching columns in ActiveRecord::Sanitization.disallow_raw_sql!. Rails 7 requires Ruby 2.7 and prefer Rub…
2021/02/04分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Expose a way for applications to set a primary_abstract_class Fix timestamp type for sqlite3 activerecord/lib/active_record/connection_adapt…
2021/02/03分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actioncable/CHANGELOG.md The Action Cable client now includes safeguards to prevent a "thundering herd" of client reconnects after server connectivity loss Accept a S…
2021/02/02分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activejob/CHANGELOG.md Don't log rescuable exceptions defined with rescue_from. Reduce allocations in camelize inflector activesupport/lib/active_support/inflector/me…
2021/02/01分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix exception in raw_params method actionpack/lib/action_controller/metal/http_authentication.rbの修正です。 argumentが空の場合に、ActionController::HttpAuthentication::Tok…
2021/01/31はコミットはありませんでした。