なるようになるブログ

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

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

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

2016/08/30分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md Fix nested multiple roots Fix nested multiple roots actionpack/lib/action_dispatch/routing/mapper.rbの修正です。 routesで、namespace配下にroot…

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

2016/08/29分のコミットです。 CHANGELOGへの追加はありませんでした。 use inspect for show from value activesupport/lib/active_support/testing/assertions.rbの修正です。 ActiveSupport::Testing::Assertions#assert_changesメソッドを、from引数の値…

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

2016/08/28分のコミットです。 CHANGELOGへの追加はありませんでした。 Missing key should throw KeyError actionpack/lib/action_dispatch/http/headers.rbの修正です。 ActionDispatch::Http::Headers#fetchに指定したkeyが存在しなかった場合に、KeyErro…

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

2016/08/27分のコミットです。 CHANGELOGへの追加はありませんでした。 Missing key should throw KeyError actionpack/lib/action_dispatch/http/headers.rbの修正です。 ActionDispatch::Http::Headers#fetchに指定したkeyが存在しなかった場合に、KeyErro…

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

2016/08/26分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix "warning: assigned but unused variable - task" activerecord/test/cases/query_cache_test.rbの修正です。 query cacheについてのテストでwarning: assigned but unused variabl…

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

2016/08/25分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #26235 from samphippen/allow-early-setting-of-integration-session actionpack/lib/action_dispatch/testing/integration.rbの修正です。 ActionDispatch::Integ…

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

2016/08/24分のコミットです。 CHANGELOGへの追加はありませんでした。 yl - remove extra … actionpack/lib/action_controller/metal/implicit_render.rbの修正です。 ActionController::ImplicitRender#default_renderメソッド内で指定されたテンプレート…

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

2016/08/23分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md Include the content of the flash in the auto-generated etag (#26250) activejob/CHANGELOG.md Added instance variable @queue to JobWrapper. Clea…

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

2016/08/22分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md Return 307 status instead of 301 when rerouting POST requests to SSL Merge pull request #26234 from y-yagi/remove_unnessary_session_store_sett…

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

2016/08/21分のコミットです。 CHANGELOGへの追加はありませんでした。 Increase margin-bottom for doc's code syntax highlighter guides/assets/stylesheets/syntaxhighlighter/shCore.cssの修正です。 rails guide用のcssのsyntaxhighlighterのmarginを…

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

2016/08/20分のコミットです。 CHANGELOGへの追加はありませんでした。 Consistent examples and template for assets#precompile railties/lib/rails/generators/rails/app/templates/config/initializers/assets.rb.tt及び Rails guideの修正です。 config…

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

2016/08/19分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Deprecate sanitize_conditions. Use sanitize_sql instead. Sqlite3 migrations to add a column to an existing table can now be successfully rol…

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

2016/08/18分のコミットです。 CHANGELOGへの追加はありませんでした。 Push :defaults extraction down one level actionpack/lib/action_dispatch/routing/mapper.rbの修正です。 map_methodメソッドで行っていたdefaultsオプションのパース処理を、その先…

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

2016/08/17分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activejob/CHANGELOG.md Yield the job instance so you have access to things like job.arguments on the custom logic after retries fail activerecord/CHANGELOG.md Doing c…

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

2016/08/16分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md RecordNotFound raised by association.find exposes id, primary_key and model methods to be consistent with RecordNotFound raised by Record.fi…

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

2016/08/15分のコミットです。 CHANGELOGへの追加はありませんでした。 Clarify and fix typos in Autoloading Disabled upgrade guide [ci skip] rails guideのA Guide for Upgrading Ruby on Railsの修正です。 Autoloading is Disabled After Booting in …

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

2016/08/14分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix the documentation for configuring enable_fragment_cache_logging [ci skip] rails guideのConfiguring Rails Applicationsの修正です。 fragment cacheのログを表示するかどうか…

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

2016/08/13分のコミットです。 CHANGELOGへの追加はありませんでした。 Make cache max-age durations self-explanatory railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt、 railties/lib/rails/generators/rails/…

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

2016/08/12分のコミットです。 CHANGELOGへの追加はありませんでした。 Creating a new Topic class instead of class_eval for the existing one activerecord/test/cases/validations_test.rbの修正です。 numericality validationのテストで、既存のTopic…

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

2016/08/11分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #26092 from kerrizor/kerrizor/force-param-encoding Action Packの修正です。 action毎に、parametersのencodingを指定出来るよう修正しています。デフォルトは今…

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

2016/08/10分のコミットです。 CHANGELOGへの追加はありませんでした。 Fix broken alignments caused by auto-correct commit 411ccbd remove redundant curlies from hash argumentsの対応でHashのalimentがおかしくなってしまった箇所があったのをまとめ…

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

2016/08/09分のコミットです。 CHANGELOGへの追加はありませんでした。 revises more Lint/EndAlignment offenses コード全体に対して、EndAlignmentのスペースの調整を行っています。 update list of rescue_responses default [ci skip] rails guideのConf…

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

2016/08/08分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md Fix Accept header overridden when "xhr: true" in integration test Show cache hits and misses when rendering partials. actionview/CHANGELOG.md …

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

2016/08/07分のコミットです。 CHANGELOGへの追加はありませんでした。 adds a few cops and sorts .rubocop.ymlの修正です。 rubocop用の設定を追加しています。 以降、この設定した内容に合わせての修正のコミットが大量に行われています。 applies new st…

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

2016/08/06分のコミットです。 CHANGELOGへの追加はありませんでした。 Add note about limitations of Windows Subsystem for Linux rails guideのGetting Started with Railsの修正です。 Creating the Blog Applicationの項で、Windows Subsystem for Lin…

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

2016/08/05分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Hashes can once again be passed to setters of composed_of, if all of the mapping methods are methods implemented on Hash. Offer invitations …

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

2016/08/04分のコミットです。 CHANGELOGへの追加はありませんでした。 Guard against jobs that were persisted before we started counting executions by zeroing out nil counters activejob/lib/active_job/execution.rbの修正です。 ActiveJob::Execut…

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

2016/08/03分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activejob/CHANGELOG.md Added declarative exception handling via ActiveJob::Base.retry_on and ActiveJob::Base.discard_on. activesupport/CHANGELOG.md Since weeks are no…

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

2016/08/02分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #25986 from kamipo/remove_unnecessary_methods_for_null_relation activerecord/lib/active_record/null_relation.rbの修正です。 ActiveRecord::NullRelation mo…

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

2016/08/01分のコミットです。 CHANGELOGへの追加はありませんでした。 remove old links from debugging guide [ci skip] rails guideのDebugging Rails Applicationsの修正です。 Referencesの項から内容が古くなってしまっているリンクを削除しています。…