なるようになるブログ

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

2014-10-01から1ヶ月間の記事一覧

rails commit log流し読み(2014/10/30)

2014/10/30分のコミットです。 CHANGELOGへの追加はありませんでした。 On larger screens the email preview iframe is being limited to a height of 800 pixels, and the full available screen size is not being used. railties/lib/rails/templates/ra…

rails commit log流し読み(2014/10/29)

2014/10/29分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md Deprecate the only_path option on *_path helpers. activerecord/CHANGELOG.md fix MySQL enum type lookup with values matching another type. Clos…

rails commit log流し読み(2014/10/28)

2014/10/28分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activesupport/CHANGELOG.md Optimize TimeWithZoneTest#strftime UrlGenerationError are not catched as 404 anymore actionpack/lib/action_controller/metal/exceptions.rbの…

rails commit log流し読み(2014/10/27)

2014/10/27分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Fix Relation.rewhere to work with Range values. Raise ArgumentError when the body of a scope is not callable. Use type column first in multi…

rails commit log流し読み(2014/10/26)

2014/10/26分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionview/CHANGELOG.md Update select_tag to work correctly with :include_blank option passing a string. Fix description of OID in TypeMapInitializer activerecord/lib…

rails commit log流し読み(2014/10/25)

2014/10/25分のコミットです。 CHANGELOGへの追加はありませんでした。 Improved try documentation [ci skip] activesupport/lib/active_support/core_ext/object/try.rbのdocの修正です。 tryメソッドのexampleの追加、タイポ、グラマーの修正等を行ってい…

rails commit log流し読み(2014/10/24)

2014/10/24分のコミットです。 CHANGELOGへの追加はありませんでした。 Add AS::SecurityUtils.secure_compare for constant time string comparison activesupport/lib/active_support/security_utils.rbの修正です。 ActiveSupport::SecurityUtils.secure_…

rails commit log流し読み(2014/10/23)

2014/10/23分のコミットです。 CHANGELOGへの追加はありませんでした。 Bring try! into parity with try. activesupport/lib/active_support/core_ext/object/try.rbの修正です。 try!メソッドの中で、引数が空、かつブロッグが与えられた時、yieldではなく…

rails commit log流し読み(2014/10/22)

2014/10/22分のコミットです。 CHANGELOGへの追加はありませんでした。 fix small typo in routing test actionpack/test/dispatch/routing_test.rbの修正です。 テスト名のタイポの修正です。 :nail_care: fix typos in activejob queuing test activejob/t…

rails commit log流し読み(2014/10/21)

2014/10/21分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove duplicate 'select' database statement ActiveRecordの修正です。 selectメソッドは各Adapterクラスで定義されていたのですが、処理的に殆どのDBで変わらないという事で、Datab…

rails commit log流し読み(2014/10/20)

2014/10/20分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md AR::UnknownAttributeError should include the class name of a record Make _status_code methods nodoc actionpack/lib/action_controller/metal.r…

rails commit log流し読み(2014/10/19)

2014/10/19分のコミットです。 CHANGELOGへの追加はありませんでした。 [ci skip] Add Doc of with_options for the case when inherited default options and original options have same keys activesupport/lib/active_support/core_ext/object/with_opti…

rails commit log流し読み(2014/10/18)

2014/10/18分のコミットです。 CHANGELOGへの追加はありませんでした。 Add necessary 'require reverse_merge' to HAWI.rb activesupport/lib/active_support/hash_with_indifferent_access.rbの修正です。 require 'active_support/core_ext/hash/reverse_…

rails commit log流し読み(2014/10/17)

2014/10/17分のコミットです。 CHANGELOGへの追加はありませんでした。 Use released rails-dom-testing Gemfile、及び各コンポーネントのgemspecの修正です。 rails-dom-testingについて、masterではなく、リリース済みのバージョンを使用するよう修正して…

rails commit log流し読み(2014/10/16)

2014/10/16分のコミットです。 CHANGELOGへの追加はありませんでした。 Remove duplicate stringify_keys in text_field_tag actionview/lib/action_view/helpers/form_tag_helper.rbの修正です。 text_field_tagメソッドを使用する際、呼び出し元でstringif…

rails commit log流し読み(2014/10/15)

2014/10/15分のコミットです。 CHANGELOGへの追加はありませんでした。 ActionController::InvalidCrossOriginRequest fails with 422 instead of 500 actionpack/lib/action_dispatch/middleware/exception_wrapper.rbの修正です。 ActionController::Inval…

rails commit log流し読み(2014/10/14)

2014/10/14分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 actionpack/CHANGELOG.md Improve Journey compliance to RFC 3986 add length to ActiveRecord::Result https://github.com/rails/rails/commit/f0c2c6469f142e826ac2c60673bba2…

rails commit log流し読み(2014/10/13)

2014/10/13分のコミットです。 CHANGELOGにのったコミットは以下の通りです。 activerecord/CHANGELOG.md Autosave callbacks shouldn't be after_save Default generated Gemfile to coffee-rails ~> 4.1.0 Gemfile、railties/lib/rails/generators/app_bas…

rails commit log流し読み(2014/10/12)

2014/10/12分のコミットはありませんでした。 4.2のリリース前の為か、最近コミット少ないですねえ。

rails commit log流し読み(2014/10/11)

2014/10/11分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #17014 from grosser/grosser/fast-fixtures activerecord/lib/active_record/fixtures.rbの修正です。 fixturesでは最初に、ファイル名を元にモデルを推測し、対象…

rails commit log流し読み(2014/10/10)

2014/10/10分のコミットです。 CHANGELOGへの追加はありませんでした。 ActiveJob: allow blank queue names activejob/lib/active_job/queue_name.rbの修正です。 queue nameに空文字を設定出来るよう修正しています。 queは性能の都合上、デフォルトではqu…

rails commit log流し読み(2014/10/09)

2014/10/09分のコミットです。 CHANGELOGへの追加はありませんでした。 Don't pass retry option to Sidekiq activejob/lib/active_job/queue_adapters/sidekiq_adapter.rbの修正です。 ActiveJobのSidekiq adapterでretry: trueを設定していたのですが、ret…

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

2014/10/08分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #17184 from fillman/master activesupport/test/autoload_test.rbの修正です。 $LOADED_FEATURESのチェックのテストが漏れていたので追加しています。 Fix grammar…

rails commit log流し読み(2014/10/07)

2014/10/07分のコミットです。 CHANGELOGへの追加はありませんでした。 update queue_classic details activejob/lib/active_job/queue_adapters.rb、 activejob/lib/active_job/queue_adapters/queue_classic_adapter.rbの修正です。 "Queue Classic "の表…

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

2014/10/06分のコミットです。 CHANGELOGへの追加はありませんでした。 unify PG spelling in CHANGELOGs. [ci skip] activerecord/CHANGELOG.mdの修正です。 PostgreSQLのスペル修正を行っています。

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

2014/10/05分のコミットです。 CHANGELOGへの追加はありませんでした。 [ci skip] Clarify deletion strategies for collection proxies activerecord/lib/active_record/associations/collection_proxy.rbのdocの修正です。 CollectionProxyのdelete_all/de…

rails commit log流し読み(2014/10/04)

2014/10/04分のコミットです。 CHANGELOGへの追加はありませんでした。 add notes for define_model_callbacks [ci skip] activemodel/lib/active_model/callbacks.rb、 activesupport/lib/active_support/callbacks.rbのdocの修正です。 define_model_callb…

rails commit log流し読み(2014/10/03)

2014/10/03分のコミットです。 CHANGELOGへの追加はありませんでした。 Add documentation on Active Job. Active Jobのdocの修正です。 各メソッド、クラスにdocの追加及び非公開クラスへのnodocの対応を行っています。 Disallow appended newlines when pa…

rails commit log流し読み(2014/10/02)

2014/10/02分のコミットです。 CHANGELOGへの追加はありませんでした。 Merge pull request #17088 from robin850/jruby-dev .travis.yml、及び各Rakefileの修正です。 JRubyでテストをする際、--devオプションを設定するよう修正しています。 JRuby 1.7.12…

rails commit log流し読み(2014/10/01)

2014/10/01分のコミットです。 CHANGELOGへの追加はありませんでした。 Update single table inheritance link anchor rails guideのActive Record Basicsの修正です。 "Single Table Inheritance."のAPI docへのリンクが誤っていたのを修正しています。 Gen…