2016/06/26åã®ã³ãããã§ãã
CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã
client test have not using Pathname and hashwithindifferent access
actioncable/test/client_test.rb
ã®ä¿®æ£ã§ãã
使ç¨ãã¦ããªãactive_support/core_ext/hash/indifferent_access
ãpathname
ã®requireãåé¤ãã¦ãã¾ãã
Merge pull request #25524 from kamipo/remove_unnecessary_assert_valid_default
activerecord/lib/active_record/connection_adapters/mysql/column.rb
ã®ä¿®æ£ã§ãã
ActiveRecord::ConnectionAdapters::MySQL::Column#initialize
ã§è¡ã£ã¦ãããåãtext or blobã ã£ãå ´åã«ãããã©ã«ããè¨å®ããã¦ãããã©ããã®ãã§ãã¯å¦çãåé¤ãã¦ãã¾ãã text or blobåã®å ´åãããã©ã«ãå¤ãè¨å®ããäºã¯åºæ¥ãªãã®ã§ãããã§ãã§ãã¯ããçç±ã¯ç¡ãçºã¨ã®ãã¨ã§ãã
remove unecessary comments [ci skip]
rails guideã®Getting Started with Rails
ã®ä¿®æ£ã§ãã
config/routes.rb
ã®exampleã«ãå®éã®ãã¡ã¤ã«ã«ã¯è¨è¼ããã¦ããªãAction Cableã«é¢ããã³ã¡ã³ãããã£ãã®ãåé¤ãã¦ãã¾ãã
Merge pull request #25526 from tricknotes/pathname-as-json
activesupport/lib/active_support/core_ext/object/json.rb
ã®ä¿®æ£ã§ãã
Pathname
ã¯ã©ã¹ã«as_json
ã¡ã½ããã追å ãã¦ãã¾ãã
+class Pathname #:nodoc: + def as_json(options = nil) + to_s + end +end
# before Pathname.new('lib/index.rb').as_json # => {"path"=>"lib/index.rb"} # after Pathname.new('lib/index.rb').as_json # => "lib/index.rb"
Fix typo in exception class name
actionview/lib/action_view/helpers/tags/datetime_field.rb
ã®ä¿®æ£ã§ãã
NotImplementedError
ãNoImplementedError
ã«ã¿ã¤ããã¦ããç®æããã£ãã®ãä¿®æ£ãã¦ãã¾ãã