なるようになるブログ

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

2015-05-01から1ヶ月間の記事一覧

rails commit log流し読み(2015/05/30)

2015/05/30分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 railties/CHANGELOG.md Generate a .keep file in tmp folder not require mail file actionmailer/test/abstract_unit.rbの修正です。 使用していないmailのrequireを削除してい…

rails commit log流し読み(2015/05/29)

2015/05/29分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md FileHandler and Static middleware initializers accept index argument to configure the directory index file name. Defaults to index (as in inde…

rails commit log流し読み(2015/05/28)

2015/05/28分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Resolve enums in test fixtures Clear query cache when ActiveRecord::Base#relaod is called. Add collation support for string and text columns…

rails commit log流し読み(2015/05/27)

2015/05/27分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Add a bang version to ActiveSupport::OrderedOptions get methods which will raise an KeyError if the value is .blank? Add missing nodocs and…

rails commit log流し読み(2015/05/26)

2015/05/26分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Remove deprecated Class#superclass_delegating_accessor. Use Class#class_attribute instead. activerecord/CHANGELOG.md deprecate Relation#uni…

rails commit log流し読み(2015/05/25)

2015/05/25分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #20270 from imtayadeway/tw/association-basics-docs rails guideのActive Record Associationsの修正です。 グラマーの修正、マークダウンフォーマットの修正等を…

rails commit log流し読み(2015/05/24)

2015/05/24分のコミットです。 CHANGELOGへの追加はありませんでした。 add a branch to eliminate multiple nil checks actionpack/lib/action_dispatch/middleware/request_id.rbの修正です。 request idを取得する為のexternal_request_idメソッドの名前…

rails commit log流し読み(2015/05/23)

2015/05/23分のコミットです。 CHANGELOGへの追加はありませんでした。 Spelling/typo/grammatical fixes [ci skip] CHANGLOG、各docのタイポ、グラマーの修正をまとめて行っています。 move request id manipulation to the request object actionpack/lib/…

rails commit log流し読み(2015/05/22)

2015/05/22分のコミットです。 CHANGELOGへの追加はありませんでした。 [skip ci] Update documentation for ArrayInquirer#any? activesupport/lib/active_support/array_inquirer.rbのdocの修正です。 ArrayInquirer#any?メソッドのdocを追加しています。 …

rails commit log流し読み(2015/05/21)

2015/05/21分のコミットです。 CHANGELOGへの追加はありませんでした。 Rails documentation standard is american english. [ci skip] rails guideのRuby on Rails Security Guideの修正です。 behaviour -> behaviorアメリカ英語を使用するよう修正してい…

rails commit log流し読み(2015/05/20)

2015/05/20分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Patch Delegator to work with #try updating the links, they were removed in cc30f5f9 [ci skip] rails guideのRuby on Rails Security Guideの修…

rails commit log流し読み(2015/05/19)

2015/05/19分のコミットです。 CHANGELOGへの追加はありませんでした。 docs for updating nested attributes while creating parent record [ci] activerecord/lib/active_record/nested_attributes.rbのdocの修正です。 親レコードを新規に作成する際のnes…

rails commit log流し読み(2015/05/18)

2015/05/18分のコミットです。 CHANGELOGへの追加はありませんでした。 config.generators javascript_engine default value is :js not nil [ci skip] rails guideのConfiguring Rails Applicationsの修正です。 javascript_engineのデフォルト値の説明が誤…

rails commit log流し読み(2015/05/17)

2015/05/17分のコミットです。 CHANGELOGへの追加はありませんでした。 [ci skip] Improve grammar/syntax in AR validations docs. rails guideのActive Record Validationsの修正です。 guide全体のグラマー/シンタックスの修正を行っています。 [ci skip]…

rails commit log流し読み(2015/05/16)

2015/05/16分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #14938 from thedarkone/pool-lock-fix ActiveRecordのConnectionAdapterのリファクタリングです。 排他制御を行っている処理が必要以上に多くて性能に問題が出てい…

rails commit log流し読み(2015/05/15)

2015/05/15分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove redundant require 'set' lines ActiveRecordの各ファイルから不要なsetのrequireを削除しています。 Dead blog/site links [ci skip] rails guideのRuby on Rails Security Gui…

rails commit log流し読み(2015/05/14)

2015/05/14分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Add Integer#positive? and Integer#negative? query methods in the vein of Fixnum#zero? actionview/CHANGELOG.md Do not put partial name to lo…

rails commit log流し読み(2015/05/13)

2015/05/13分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Add full set of MySQL CLI options to support SSL authentication when using db:structure dump and load Allow single table inheritance instant…

rails commit log流し読み(2015/05/12)

2015/05/12分のコミットです。 CHANGELOGへの追加はありませんでした。 removing unused and already required require's railties/test/application/configuration/custom_test.rb、 railties/test/path_generation_test.rbの修正です。 不要なrequireメソ…

rails commit log流し読み(2015/05/11)

2015/05/11分のコミットです。 CHANGELOGへの追加はありませんでした。 [ci skip] Fix comment of ActiveRecord::Associations#association_instance_get activerecord/lib/active_record/associations.rbのdocn修正です。 association_instance_getメソッ…

rails commit log流し読み(2015/05/10)

2015/05/10分のコミットです。 CHANGELOGへの追加はありませんでした。 [CI SKIP] correct error text message Rails guideのGetting Started with Enginesの修正です。 Generating a Comments Resourceの項、部分テンプレートを使用したexampleコードで出力…

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

2015/05/09分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionmailer/CHANGELOG.md assert_emails in block form use the given number as expected value Better formatted documents [ci skip] actionview/lib/action_view/helpers/c…

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

2015/05/08分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activejob/CHANGELOG.md Allow DelayedJob, Sidekiq and que to report the job id back to ActiveJob::Base as provider_job_id. better docs for Rails.root and Rails.public_…

rails commit log流し読み(2015/05/07)

2015/05/07分のコミットです。 CHANGELOGへの追加はありませんでした。 require object/blank not used railties/lib/rails/generators/rails/resource/resource_generator.rbの修正です。 不要なactive_support/core_ext/object/blankのrequireを削除してい…

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

2015/05/06分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 railties/CHANGELOG.md bin/setup uses built-in rake tasks (log:clear, tmp:clear). Using the real C and R def of Crud [ci skip] rails guideのGetting Started with Rails…

rails commit log流し読み(2015/05/05)

2015/05/05分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionview/CHANGELOG.md Handle raise flag in translate when both main and default translation is missing. Fixes #19967 Remove :rescue_format option for translate help…

rails commit log流し読み(2015/05/04)

2015/05/04分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md PostgreSQL: :collation support for string and text columns Dump indexes in create_table instead of add_index Ensure method_missing is called…

rails commit log流し読み(2015/05/03)

2015/05/03分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Correctly dump :options on create_table for MySQL Use ruby 1.9 lambda syntax in documentations [ci skip] 各docの修正です。 lambdaを使用して…

rails commit log流し読み(2015/05/02)

2015/05/02分のコミットです。 CHANGELOGへの追加はありませんでした。 Clean up debugging guide and fix minor grammatical errors[ci skip] rails guideのDebugging Rails Applicationsの修正です。 ガイド全体のグラマーの改善を行っています。 [ci skip…

rails commit log流し読み(2015/05/01)

2015/05/01分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activejob/CHANGELOG.md assert_enqueued_jobs and assert_performed_jobs in block form use the given number as expected value. This makes the error message much easier t…