なるようになるブログ

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

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

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

2021/08/30分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 railties/CHANGELOG.md Add SSL support for postgresql in bin/rails dbconsole. Update link in README railties/CHANGELOG.mdの修正です。 rails guideへのリンク先を edgegui…

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

2021/08/29分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md Use a static error message when raising ActionDispatch::Http::Parameters::ParseError to avoid inadvertently logging the HTTP request body at t…

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

2021/08/28分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Emit Active Support instrumentation events from Active Storage analyzers. Fix CHANGELOG [ci skip] activerecord/CHANGELOG.mdの修正です。 フ…

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

2021/08/27分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Make schema cache methods return consistent results. Add config option for ignoring tables when dumping the schema cache. Make schema cache …

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

2021/08/26分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Removed rescue block from ActiveSupport::Cache::RedisCacheStore#handle_exception Improves the performance of ActiveSupport::NumberHelper fo…

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

2021/08/25分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionview/CHANGELOG.md preload_link_tag properly inserts as attributes for files with image MIME types, such as JPG or SVG. Copy-edit documentation [ci skip] activer…

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

2021/08/24分のコミットです。 CHANGELOGへの追加はありませんでした。 Move AS::Dependencies.clear to the main file Active Supportの修正です。 activesupport/lib/active_support/dependencies/zeitwerk_integration.rbに定義してあったActiveSupport::…

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

2021/08/23分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Reestablish connection to previous database after after running db:schema:load:name Don't use redundant curly braces in where examples [ci-s…

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

2021/08/22分のコミットです。 CHANGELOGへの追加はありませんでした。 Let the Action Pack autoload with Zeitwerk Action Packのテストの修正です。 autoloadをするのにZeitwerkを使用するよう修正しています。 [GUIDES]: Fix ActiveStorage::FixtureSet.…

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

2021/08/21分のコミットです。 CHANGELOGへの追加はありませんでした。 Delete AS::Dependencies.safe_constantize Active Supportの修正です。 classic loader削除に伴い不要になったActiveSupport::Dependencies.safe_constantizeメソッドを削除しています…

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

2021/08/20分のコミットです。 CHANGELOGへの追加はありませんでした。 Delete AS::Dependencies.constantize Active Supportの修正です。 classic loader削除に伴い不要になったActiveSupport::Dependencies.constantizeメソッドを削除しています。

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

2021/08/19分のコミットです。 CHANGELOGへの追加はありませんでした。 Make DatabaseConnectionError a subclass of ConnectionNotEstablished activerecord/lib/active_record/errors.rbの修正です。 DatabaseConnectionErrorをConnectionNotEstablishedの…

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

2021/08/18分のコミットです。 CHANGELOGへの追加はありませんでした。 Avoid orders_count in Active Record order guide examples rails guideのActive Record Query Interfaceの修正です。 orderメソッドのexampleでorders_count を使用しないよう修正し…

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

2021/08/17分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionview/CHANGELOG.md Add weekday_options_for_select and weekday_select helper methods. Also adds weekday_select to FormBuilder. activerecord/CHANGELOG.md Add datab…

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

2021/08/16分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Add support for byte range requests Merge pull request #43021 from basecamp/encryption-lenght-validation activerecord/lib/active_record/enc…

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

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

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

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

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

2021/08/13分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove docs of now gone --skip-gemfile [skip ci] rails guideのThe Rails Command Lineの修正です。 削除された--skip-gemfileオプションをdocから削除しています。 Merge pull requ…

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

2021/08/12分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove docs of now gone --skip-gemfile [skip ci] rails guideのThe Rails Command Lineの修正です。 削除された--skip-gemfileオプションをdocから削除しています。 Remove spring a…

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

2021/08/11分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Fix ActiveRecord::InternalMetadata to not be broken by config.active_record.record_timestamps = false Move require_dependencies suite to the…

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

2021/08/10分のコミットです。 CHANGELOGへの追加はありませんでした。 Deletes the classic implementation of require_dependency activesupport/lib/active_support/dependencies.rb、 activesupport/lib/active_support/dependencies/require_dependency…

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

2021/08/09分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Added support for multiple databases to rails db:setup and rails db:reset. Add ActiveRecord::QueryLogs. Add database specific setup and rese…

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

2021/08/08分のコミットです。 CHANGELOGへの追加はありませんでした。 Move dependency tracker tests shared examples actionview/test/template/dependency_tracker_test.rbの修正です。 dependency trackerのtestsがRipperTrackerでだけ実行されるように…

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

2021/08/07分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove docs on multiple applications railties/lib/rails/application.rbのdocの修正です。 docから複数Applicationを作成する場合の説明を削除しています。複数Applicationは現在動…

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

2021/08/06分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Allow entirely opting out of deprecation warnings actioncable/CHANGELOG.md Stop transpiling the UMD package generated as actioncable.js and…

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

2021/08/05分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Add ActiveRecord::QueryMethods#in_order_of. Add ActiveRecord::Relation#structurally_compatible?. Merge pull request #42061 from kddnewton/ar…

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

2021/08/04分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionview/CHANGELOG.md Add caching? helper that returns whether the current code path is being cached and unacheable! to denote helper methods that can't participate…

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

2021/08/03分のコミットです。 CHANGELOGへの追加はありませんでした。 Reduce allocations and retentions in Journey TransitionTable actionpack/lib/action_dispatch/journey/gtg/transition_table.rbの修正です。 JourneyのTransitionTableでオブジェク…

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

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

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

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