なるようになるブログ

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

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

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

2019/06/29分のコミットです。 CHANGELOGへの追加はありませんでした。 Link to top of PR as well as other links [ci skip] rails guideのRuby on Rails 6.0 Release Notesの修正です。 Add the ability to disable scopes generated byActiveRecord.enum`…

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

2019/06/28分のコミットです。 CHANGELOGへの追加はありませんでした。 Address to "DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1" activerecord/test/schema/schema.rbの修正です。 テストで…

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

2019/06/27分のコミットです。 CHANGELOGへの追加はありませんでした。 [ci skip] Update free-programming-books link in getting started guide rails guideのGetting Started with Railsの修正です。 "List of Free Programming Books"へのリンクを、現在…

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

2019/06/26分のコミットです。 CHANGELOGへの追加はありませんでした。 [ci skip] Refer actionmailbox and actiontext in the guide rails guideのThe Rails Initialization Processの修正です。 Railsがデフォルでロードするgem、及び、railties/lib/rails…

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

2019/06/25分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #36210 from vishaltelangre/raise-record-invalid-when-associations-fail-to-save-due-to-uniqueness-failure activerecord/lib/active_record/autosave_associat…

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

2019/06/24分のコミットです。 CHANGELOGへの追加はありませんでした。 Update link to OWASP XSS cheat sheet [ci skip] rails guideのSecuring Rails Applicationsの修正です。 "Cross-Site scripting Cheat Sheet"に関するリンクをhttps://www.owasp.org/…

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

2019/06/23分のコミットです。 CHANGELOGへの追加はありませんでした。 Test against all sent attributes actionmailbox/test/controllers/rails/action_mailbox/inbound_emails_controller_test.rbの修正です。 inbound email作成のテストで、ccを指定した…

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

2019/06/22分のコミットです。 CHANGELOGへの追加はありませんでした。 Schema Cache: extract deduplication commonality activerecord/lib/active_record/connection_adapters/schema_cache.rbの修正です。 init_with、marshal_loadメソッドそれぞれで行っ…

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

2019/06/21分のコミットです。 CHANGELOGへの追加はありませんでした。 Address test_statement_cache_with_in_clause failure due to nondeterministic sort order activerecord/test/cases/bind_parameter_test.rbの修正です。 test_statement_cache_with_…

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

2019/06/20分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Loading the schema for a model that has no table_name raises a TableNotSpecified error. actionview/CHANGELOG.md Add autoload for SyntaxError…

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

2019/06/19分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #35891 from Shopify/schema-cache-deduplication Active Recordの修正です。 schema cacheをロードする際に、同じ(とみなせる)カラムのメタデータやその他オブジェ…

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

2019/06/18分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md PostgreSQL: Fix GROUP BY with ORDER BY virtual count attribute. Merge pull request #36506 from kamipo/group_by_with_order_by_virtual_count_a…

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

2019/06/17分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix typo initialzer -> initializer [ci skip] rails guideのMultiple Databases with Active Recordの修正です。 initializerをinitialzerにタイポしていたのを修正しています。

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

2019/06/16分のコミットです。 CHANGELOGへの追加はありませんでした。 Delete 'ruby' in the description of the method defined in rails [skip ci] rails guideのActive Support Core Extensionsの修正です。 prev_day、next_day等のメソッドについて説明…

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

2019/06/15分のコミットです。 CHANGELOGへの追加はありませんでした。 Move SchemaMigration to migration_context Active Recordの修正です。 SchemaMigrationをMigrationContext配下に移動しています。 connection毎にschema_migrationにアクセス出来るよ…

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

2019/06/14分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionview/CHANGELOG.md RenderingHelper supports rendering objects that respond_to? :render_in activerecord/CHANGELOG.md Make ActiveRecord ConnectionPool.connections …

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

2019/06/13分のコミットです。 CHANGELOGへの追加はありませんでした。 Add missing file to require digest/uuid on active_support core extensions Digest moduleに関するファイルをrequireするactivesupport/lib/active_support/core_ext/digest.rbを追…

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

2019/06/12分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #36447 from holyketzer/master actioncable/lib/action_cable/server/broadcasting.rbの修正です。 Broadcasting::Broadcaster#broadcastメソッド内のログ出力処理…

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

2019/06/11分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Add support for multiple databases to rails db:abort_if_pending_migrations. All modern adapters returns a numeric value as the result of num…

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

2019/06/10分のコミットです。 CHANGELOGへの追加はありませんでした。 Allow column_name AS alias as safe SQL string Active Recordの修正です。 column_nameのalias(AS)をは安全なSQLとみなすよう修正しています。 Bump webdrivers Gemfile.lockの修正で…

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

2019/06/09分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #36117 from shioimm/fix_action_text_overview rails guideのAction Text Overviewの修正です。 Installationの項にActive Storageのセットアップも必要である旨説…

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

2019/06/08分のコミットです。 Add forgotten nodoc to dump_schema method. activerecord/lib/active_record/tasks/database_tasks.rbのdocの修正です。 内部でだけ使用する想定のDatabaseTasks#dump_schemaメソッドがAPI docに表示されないよう修正してい…

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

2019/06/07分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #36431 from alexgomez54/patch-1 rails guideのActive Storage Overviewの修正です。 Setup項に、Active Storageはpolymorphic associationを使用している為、mode…

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

2019/06/06分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Allow the on_rotation proc used when decrypting/verifying a message to be be passed at the constructor level. Merge pull request #36399 fro…

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

2019/06/05分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Fix sqlite3 collation parsing when using decimal columns. Fix typo in multi database guide depentent -> dependent [ci skip] rails guideのMul…

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

2019/06/04分のコミットです。 CHANGELOGへの追加はありませんでした。 Only clear cache when view paths are specified actionview/lib/action_view/cache_expiry.rbの修正です。 ActionView::ViewPathsが指定されていない場合、不要なvew cacheのclear処…

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

2019/06/03分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Fix invalid schema when primary key column has a comment Refactor create_table's options separation activerecord/lib/active_record/connectio…

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

2019/06/02分のコミットです。 CHANGELOGへの追加はありませんでした。 Simplify ActionDispatch::Response#content_type actionpack/lib/action_dispatch/http/response.rbの修正です。 ActionDispatch::Response#content_typeメソッドをObject#presenceを…

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

2019/06/01分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Fix table comment also being applied to the primary key column Fix table comment also being applied to the primary key column activerecord/l…

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

2019/05/31分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activestorage/CHANGELOG.md Image analysis is skipped if ImageMagick returns an error. Skip image analysis on ImageMagick error activestorage/lib/active_storage/analyz…